/* head */
.head {position: fixed; width: 100%; height: 120px; z-index: 100; transition: all 0.3s;}
.head .warp {width: 1200px; height: 100%; margin: auto;}
.head .logo {display: block; position: absolute; top: 50%; left: 0; transform: translate(0, -50%);}
.head .logo_img {display: block;}
.head .logo_csr {display: none;}
.head .menu {position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%); display: flex; align-items: center;}
.head .menu.main_color li {color: #131313;}
.head .menu li {color: #fff; font-size: 18px; font-weight: 500;}
.head .menu li a {display: block; padding: 10px 40px;}
.head .menu li li {}
.head .menu li li a {}
.head .sub_menu {display: none;}
.head .sub_menu li {}
.head .sub_menu a {}
.head .kakao_link {display: block; position: absolute; top: 50%; right: 0; transform: translate(0, -50%); background: #fcff00; padding: 13px 28px; border-radius: 50px; /*box-shadow: 0 0 10px rgba(0,0,0,0.2)*/;}
.head .kakao_link img {width: 20px; margin-right: 5px; display: inline-block;}
.head .kakao_link p {font-size: 14px; font-weight: 600; color: #412e34;  display: inline-block;}


/* 햄버거바(모바일용) */
.ham_icon{width: 25px; height: 25px; display: none; cursor: pointer; z-index: 100; position: absolute; top: 50%; left:  0; transform: translate(0, -50%);}
.ham_bar.main_color {background: #131313;}
.ham_bar.main_color::before, .ham_bar.main_color::after {background: #131313;}
.ham_bar{width: 100%;height: 3px;background: #fff; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.ham_bar::before,
.ham_bar::after {content: "";position: absolute; width: 100%; height: 3px;background: #fff;}
.ham_bar::before {top: -9px;}
.ham_bar::after {top: 9px;}
.ham_icon.active .ham_bar {background: rgba(0, 0, 0, 0);}
.ham_icon.active .ham_bar::before {background: #fff;top: 0;transform: rotate(45deg);transition: 0.3s;}
.ham_icon.active .ham_bar::after {top: 0;transform: rotate(135deg);transition: 0.3s;}


.m_menu_box{display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; opacity: 0; visibility: hidden; background: rgba(0, 0, 0, 0.8);transition-delay: 300ms; transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1)}
.m_menu_box .wrap{background: #fff; width: 70%; height: 100vh; position: absolute; top: 0; left: 0; bottom: 0; transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); transform: translateX(-100%);}
.m_menu_box .wrap .close_btn{display: block; margin: 20px 20px 50px auto; width: 20px;}
.m_menu_box .wrap .m_menu{}
.m_menu_box .wrap .m_menu li{font-size: 18px; color: #666;}
.m_menu_box .wrap .m_menu a{padding: 15px 20px;}
.m_menu_box .wrap .m_menu .more_li{display: block;}
.m_menu_box .wrap .m_menu img{width: 10px; margin-left: 8px; transition: all 100ms ease-out;}
.m_menu_box .wrap .m_sub_menu{background: #f9f9f9; padding: 10px 10px 10px 30px; display: none;}
.m_menu_box .wrap .m_sub_menu li{font-size: 14px;}
.m_menu_box .wrap .m_sub_menu a{padding: 5px;}
.m_menu_box .wrap .close_btn{cursor: pointer;}

.m_menu_box .wrap h1{position: absolute; bottom: 20px; left: 50%; transform: translate(-50%, 0); display: inline-block; text-align: center; width: 100%; color: #00a2df; font-size: 20px;}
.m_menu_box .wrap h1 img{width: 20px; margin-right: 5px; top: -3px;}

/* 스크롤 head */
.head_csr{background: #fff; border-bottom: 1px solid #ccc; height: 100px;}
.head_csr .logo_img {display: none;}
.head_csr .logo_csr {display: block;}
.head_csr .menu li{color: #121212;}
.head_csr .ham_bar{background: #666;}
.head_csr .ham_bar::before, .head_csr .ham_bar::after{background: #666;}

/* 퀵메뉴 */
.quick_menu{position: fixed; right: 0; top: 50%; transform: translate(0, -50%); z-index: 100;}
.quick_menu img{display: block; margin: 0 auto 15px;}
.quick_menu .h2{font-size: 13px; color: #fff; font-weight: 600; display: block; margin-bottom: 5px;}
.quick_menu h1{width: 70px; font-weight: 700; font-size: 18px; color: #fff; background: linear-gradient(to bottom, #00a2df, #0054a6); text-align: center; padding: 10px;}
.quick_menu h1 .span{display: block; width: 3px; height: 3px; border-radius: 50%; background:  #fff; margin: 0 auto;}
.quick_menu p{width: 70px; background: #333; color: #fff; padding: 15px 0; text-align: center; font-size: 14px; font-weight: 700; cursor: pointer;}

/* main */
.pc_main{max-width: 1920px; height: 730px;}
.pc_main .swiper-slide{background: url(/img/main/main02.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
/* .pc_main .swiper-slide{background: url(/img/main/main01.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;} */
.pc_main .text{width: 1200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: left;}
.pc_main .text h1{font-size: 70px; color: #2457a7; text-shadow: 2px 2px 4px rgba(0,0,0,0.3);}
.pc_main .text h2{font-size: 28px; margin: 30px 0 20px;}
.pc_main .text p{font-size: 20px; line-height: 28px;}

.m_main{display: none;}
.m_main img{width: 100%;}

/* 사업영역 */
.main_section{width: 1200px; margin: 100px auto 0;}

.pro_list a{display: block; float: left; width: calc(33.3% - 13px); height: 335px; padding: 40px; margin-right: 20px;}
.pro_list a:last-child{margin-right: 0;}
.pro_list::after{content: ''; display: block; clear: both;}
.pro_list h1{font-size: 30px; color: #fff; font-weight: 500; text-shadow: 0 0 10px rgba(0,0,0,0.8); margin-bottom: 15px;}
.pro_list p{font-size: 18px; color: #fff; font-weight: 300; text-shadow: 0 0 10px rgba(0,0,0,0.8);}

.pro_list .pro01{background: url(/img/main/m_pro01.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.pro_list .pro02{background: url(/img/main/m_pro02.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.pro_list .pro03{background: url(/img/main/m_pro03.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.pro_list .pro04{background: url(/img/main/m_pro04.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}

.pro_list a::before{content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, #0054a6, #09ddf0); opacity: 0; transition: all 0.3s}
.pro_list a::after{content: ''; display: block; width: 40px; height: 40px; background: url(/img/main/plus.png); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; bottom: 40px; right: 40px; z-index: 10; opacity: 0; transform: rotate(0); transition: all 0.3s;}



/* 빠른전화상담예약 */
.call_res{display: flex; justify-content: space-between; margin-top: 100px;}
.call_res .text{width: calc(50% - 10px); margin-right: 20px;}
.call_res .text h2{font-size: 55px; color: #eee; font-weight: 900; text-transform: uppercase;}
.call_res .text h1{font-size: 35px; font-weight: 500; margin-top: -10px;}
.call_res .text p{font-size: 18px; color: #666; margin: 40px 0 20px;}
.call_res .text .br{display: block;}
.call_res .text .color{color: #00a2df; font-weight: 500;}
.call_res .text img{position: absolute; bottom: 50px; right: 60px;}

.call_res .form{width: calc(50% - 10px); border-top: 2px solid #666; padding: 10px 0; border-bottom: 1px solid #ccc;}
.call_res .form .from_list{}
.call_res .form .from_list li{margin-bottom: 10px;}
.call_res .form .from_list .fl_50{display: inline-block; margin-right: 6px; width: calc(50% - 5px);}
.call_res .form .from_list li:nth-child(2){margin-right: 0;}
.call_res .form .from_list li:last-child{margin-bottom: 0;}
.call_res .form .from_list input{border: 1px solid #ddd; padding: 10px; font-size: 14px; width: 100%;}
.call_res .form .from_list textarea{resize: none; width: 100%; height: 150px; border: 1px solid #ddd; padding: 10px; font-size: 14px;}
.call_res .form .from_list .privacy_testarea{height: 80px; background: #f5f5f5; color: #999;}
.call_res .form .from_bottom{display: flex; justify-content: space-between; margin-top: 10px;}
.call_res .form .from_bottom li:first-child{width: 65%;}
.call_res .form .from_bottom li:last-child{width: 35%;}
.call_res .form .from_bottom .privacy_check{}
.call_res .form .from_bottom .privacy_check input{top: 1px;}
.call_res .form .from_bottom .privacy_check label{font-size: 14px; color: #666;}
.call_res .form .from_bottom .privacy_check label .color{color: #00aeef; font-weight: 500;}
.call_res .form .from_bottom button{display: block; width: 100%; height: 100%; text-align: center; color: #fff; font-size: 18px; font-weight: 500; background: linear-gradient(to right, #0054a6, #09ddf0); text-shadow: 1px 1px 15px rgba(0,0,0,0.3); border: none; margin: auto 0 auto auto;}

.main_captcha #captcha{margin-top: 5px;}
.main_captcha #captcha #captcha_mp3{display: inline-block;}
.main_captcha #captcha #captcha_reload{display: inline-block;}
.main_captcha #captcha #captcha_info{display: none;}



/* foot */
.foot{border-top: 1px solid #ccc; padding: 30px 0; margin-top: 100px;}
.foot .wrap{width: 1200px; margin: auto;}
.foot .privacy{display: block; position: absolute; top: 0; right: 0; border: 1px solid #00aeef; color: #00aeef; text-align: center; padding: 8px 15px; font-size: 14px; font-weight: 500; z-index: 10;}
.foot .foot_list li{display: inline-block; margin-right: 25px; color: #666; font-size: 14px;}
.foot .foot_list li::after{content: ''; display: block; position: absolute; top: 4px; right: -15px; width: 1px; height: 14px; background: #aaa;}
.foot .foot_list li:last-child::after{display: none;}
.foot p{color: #666; margin-top: 5px; font-size: 14px;}
.foot .admin{position: absolute; bottom:-3px; left: 390px; font-size: 12px; background: #f1f1f1; padding: 2px 7px; border: 1px solid #ddd;}




/* 마우스 하버 스타일(모바일 방지) */
@media screen and (min-width:1000px) and (max-width:3000px){
	.pro_list a:hover::before{opacity: 0.85;}
	.pro_list a:hover::after{opacity: 1; transform: rotate(180deg);}
}


/* 반응형 */
@media all and (max-width: 1240px){
	/* head */
	.head .warp {width: calc(100% - 30px);}
	
	.main_section{width: 100%; padding: 0 15px;}
	
	/* main */
	.pc_main .text{width: 100%; text-align: center;}
    .hd_pops{top: 100px!important; left: 20px!important;}
    .pc_main .text h1{font-size: 60px;}
	
	/* foot */
	.foot .wrap{width: calc(100% - 30px);}
	
	.pro_list p{font-size: 16px;}
}

@media all and (max-width: 1100px){
	/* 사업영역 */
	.pro_list h1, .call_res .text h1{font-size: 30px;}
	.pro_list a{margin-bottom: 5px; height: auto; padding: 13% 0; text-align: center; margin-right: 5px; width: 100%;}
	.pro_list a::after{opacity: 1; top: 20px; right: 20px; width: 20px; height: 20px;}
    .pro_list p{display: none;}
    .pro_list h1{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
	
	/* 빠른전화상담예약 */
	.call_res .text h2{font-size: 40px;}
	.call_res .form .from_bottom button{font-size: 16px;}
	.call_res .text img{width: 150px;}
}

@media all and (max-width: 1000px){
	/* head */
	.head, .head_csr{height: 80px;}
	.head .logo{left: 50%; transform: translate(-50%, -50%);}
	.head .logo img{width: 150px;}
	.head .menu{display: none;}
	.head .kakao_link{padding: 10px 20px;}
	.m_menu_box{display: block;}
	
	.quick_menu h1{display: none;}
	.quick_menu{top: inherit; transform: inherit; bottom: 10px; right: 10px;}
	.quick_menu p{width: 40px; height: 40px; padding: 0; line-height: 40px; display: none;}
	
	/* 햄버거바(모바일용) */
	.ham_icon{display: block;}
	
	
	.active_menu img{transform: rotate(-180deg); top: -2px; margin-left: 0}
	.active_menu{color: #00aeef; font-weight: 600;}
	
	.acteve_menu_box{z-index: 999999; opacity: 1; visibility: visible; transition-delay: 0ms;}
	.acteve_menu_box .wrap{transition-delay: 300ms; transform: translateX(0);}
	
	/* main */
    .pc_main .text h1{font-size: 6vw;}
    .pc_main .text h2{font-size: 25px; margin: 20px 0 10px;}
    .pc_main .text p{font-size: 18px; line-height: 25px;}
	
	/* 빠른전화상담예약 */
	.call_res{margin-top: 70px; display: block; align-items: inherit; justify-content: inherit;}
	.call_res .text{width: 100%;}
	.call_res .text h2{font-size: 9.3vw; text-align: center;}
	.call_res .text h1{font-size: 30px; text-align: center; margin-top: -3%;}
	.call_res .text p{font-size: 16px; margin: 20px 0; text-align: center;}
	.call_res .text .br{display: none;}
	.call_res .text img{display: none;}
	.call_res .form{width: calc(100% - 20px); margin: auto;}
	.call_res .form .from_bottom li:first-child{width: 70%;}
	.call_res .form .from_bottom li:last-child{width: 30%;}
	
	/* foot */
	.foot{margin-top: 70px; text-align: center;}
	.foot .privacy{position: relative; display: inline-block; top: inherit; right: inherit; margin-bottom: 10px;}
	.foot .admin{position: relative; bottom: inherit; left: inherit; margin-top: 10px;}
	
}

@media all and (max-width: 800px){
	/* head */
	.head, .head_csr{height: 60px;}
	.ham_icon{width: 20px;}
	.ham_bar{height: 2px;}
	.ham_bar::before, .ham_bar::after{height: 2px;}
	.ham_bar::before{top: -7px;}
	.ham_bar::after{top: 7px;}
	.head .kakao_link{padding: 8px 10px 10px;}
	.head .kakao_link img{margin-right: 0; margin-top: -2px;}
	.head .kakao_link p {display: none;}
	.head .logo img{width: 120px;}
	
	/* main */
	.swiper-pagination-bullets{bottom: 8px!important;}
	.swiper-pagination-bullet{width: 9px!important; height: 9px!important; margin: 0 5.5px!important;}
	.pc_main{height: 600px;}
	/* .pc_main .swiper-slide{background: url(/img/main/m_main01.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;} */
	.pc_main .swiper-slide{background: url(/img/main/m_main02.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
	.pc_main .text h1 {text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.7)}
	.pc_main .text h2 {text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9)}
    .pc_main .text p{font-size: 16px; line-height: 20px;text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9); font-weight: 500;}
	.pc_main .text p b {font-weight: 800;}
    .hd_pops{top: 20px!important;}
    
	/* 빠른전화상담예약 */
	.call_res{margin-top: 50px;}
	.call_res .text h1{font-size: 25px;}
}

@media all and (max-width: 600px){
	.main_section{margin-top: 20px;}
	
	/* main */
    .pc_main{height: 450px;}
    .pc_main .text{top: 55%;}
    .pc_main .text h1{font-size: 30px;}
    .pc_main .text h2{font-size: 20px;}
    .pc_main .text p{font-size: 14px; line-height: 20px;}
    .pc_main .text .br{display: block;}
	
	/* 사업영역 */
	.pro_list a{}
	.call_res .text h1{font-size: 20px;}
	.pro_list h1{font-size: 17px;}
	.pro_list p{font-size: 14px; line-height: 20px;}
	.pro_list a::after{top: inherit; bottom: 10px; right: 10px; width: 16px; height: 16px;}
	
	/* 빠른전화상담예약 */
	.call_res .text p{font-size: 14px; line-height: 20px; padding: 10px 20px; margin: 0;}
	.call_res .text p br{content: ''; display: none;}
	.call_res .form{width: 100%; border-bottom: none;}
	.call_res .form .from_bottom{display: block; justify-content: inherit;}
	.call_res .form .from_bottom li:first-child{width: 100%;}
	.call_res .form .from_bottom li:last-child{width: 100%;}
	.main_captcha #captcha{width: 100%;}
	.main_captcha #captcha.m_captcha #captcha_img{width: auto; height: 40px; display: inline-block; margin: 0;}
	.main_captcha  #captcha.m_captcha #captcha_key{height: 40px; line-height: inherit;}
	.call_res .form .from_bottom button{margin-top: 10px; padding: 15px;}
	
	/* foot */
	.foot .privacy{font-size: 12px;}
	.foot .foot_list li{font-size: 12px; margin-right: 0;}
	.foot .foot_list li::after{display: none;}
	.foot .foot_list li:nth-child(3)::after{display: inline-block; height: 12px; margin: 0 10px; position: relative; top: 2px; right: inherit;}
	.foot p{font-size: 12px;}
}
