@charset "utf-8";

/* common */
.wrap{width: 100%; max-width:1800px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.wrap2{width: 100%; max-width:1640px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
/* head */
.header-wrap{position: fixed; left: 0; top: 0; width: 100%; z-index: 1200;transition:.4s; height: 120px;}
#header {position: relative; display: flex; align-items:center; justify-content: space-between; height: 120px; }
#header .hd-logo{height: 100%;}
#header .hd-logo > a{position: relative; display: block; width: 206px; height: 100%;} 
#header .hd-logo > a img{position: absolute; left: 0; top: 50%; margin-top: -28px; transition:.3s;}
#header .hd-logo > a img:last-child{opacity: 0; translate:0 50%;}
#header:hover .hd-logo > a img{opacity: 0; translate:0 -50%;}
 #header:hover .hd-logo > a img:last-child{opacity: 1; translate:0 0%;}
.main #header nav{transition:.4s; translate: 0 -500%;  }

#header nav .gnb{display: flex; flex-wrap:wrap; width: 710px; transition:.4s; }
#header nav .gnb > li {flex:1; position: relative; z-index: 800;}
#header nav .gnb > li > a{text-align: center; display: block;  font-size: 20px; line-height: 120px; letter-spacing: -0.02em; color: #fff; font-weight: 600; transition:.4s; }
#header nav .gnb > li .dep2{position: absolute; left: 0; top: 121px; height: 260px; z-index: 1000; width: 100%; border-right: 1px solid #ddd; padding: 44px 0; box-sizing: border-box; display: none;}   
#header nav .gnb > li:first-child .dep2{border-left: 1px solid #ddd;}
#header nav .gnb > li .dep2 ul > li > a{display: block; font-size: 18px; line-height: 38px; letter-spacing: -0.03em; color: #333; transition:.3s; text-align: center;}
#header nav .gnb > li .dep2 ul:after{position: absolute; content: ''; width: 0%; height: 2px; background: #00558c; left: 50%; top: 0; transition:.4s;}
#header nav .gnb > li:hover .dep2 ul:after{width: 100%; left: 0;}
#header nav .gnb > li .dep2 ul > li:hover > a{color: #00558c; font-weight: 700; text-decoration: underline; text-underline-offset : 5px; text-decoration-thickness 3px:}
#header .site-bt{  display: flex; flex-wrap:wrap; justify-content: flex-end; width: 29px; gap:6px; cursor: pointer;}
#header .site-bt span{width: 100%; height: 2px; background: #fff; }
#header .site-bt span:nth-child(2){width: 20px;}
.hd-bg{display: none; position: fixed; left: 0; top: 121px; width: 100%; height: 260px; background: #fff; z-index: -1;}  
.header-wrap:hover{background: #fff; border-bottom: 1px solid #ddd;
	#header nav .gnb > li > a{color: #666; }
	#header .site-bt span{background: #323434;}
	#header nav .gnb:hover{width: 964px; }
	#header nav .gnb > li:hover > a{color: #111;}
}

#header nav .gnb > li:hover .dep2{background: #f8f8f8;}

.main .header-wrap.active{
	#header nav{translate: 0 0%;}
} 

.header-wrap.sc{background: #fff; border-bottom: 1px solid #ddd;
	#header nav .gnb > li > a{color: #666; }
	#header .site-bt span{background: #323434;}
	#header nav .gnb:hover{width: 964px; }
	#header nav .gnb > li:hover > a{color: #111;}
}

.header-wrap.sc #header .hd-logo > a img{opacity: 0; translate:0 -50%;}
.header-wrap.sc #header .hd-logo > a img:last-child{opacity: 1; translate:0 0%;}
.header-wrap.active {transform:translateY(0);}
.header-wrap.hide {transform:translateY(-100%);}

.quick{position: sticky; bottom: 66px;  z-index: 100000; display: flex; justify-content: flex-end; flex-direction: column; margin-right: 80px; margin-bottom: -140px; width: 160px; margin-left: auto; gap:10px; height: 200px; transition:.6s; box-sizing: border-box; }
.quick > a{transition:.3s; display: flex; justify-content: center; align-items:center; gap:10px; width: 160px; height: 60px; background: #113063; border-radius: 50px; font-size: 18px; line-height: 1; letter-spacing: -0.02em; font-weight: 600; color: #fff;}
.quick > a i{position: relative; transition:.3s; left:0; line-height: 0;}
.quick > a:hover {}
.quick > a:hover i{left: -3px;}
.quick > a.on{background: #47a9c4 !important;}
/* .quick.on{flex-direction: row; width: 500px; height: 200px; padding-top: 140px;} */
.quick-pop-wrap{position: absolute; right: 0; bottom: 70px; width: 550px; height: auto; display: flex; flex-wrap:wrap; flex-direction: column; gap:10px; z-index: 100000; max-height: 670px; overflow-y:  auto;}  	 
.quick-pop-wrap .quick-pop{background: #fff; width: 100%; border-radius: 5px; box-shadow:10px 10px 10px rgba(0,0,0,0.1); padding: 33px 40px 40px; box-sizing: border-box;}
.quick-pop-wrap .quick-pop h4{font-size: 24px; line-height: 1.5; letter-spacing: -0.02em; color: #000; font-weight: 600; border-bottom: 1px solid #ddd; padding-bottom: 22px; margin-bottom: 26px;}
.quick-pop-wrap .quick-pop .tbx b{display: block; font-size: 16px; line-height: 24px; letter-spacing: -0.02em; color: #333; font-weight: 400; margin-bottom: 12px; word-break: keep-all;}
.quick-pop-wrap .quick-pop .tbx ol > li{display: flex; font-size: 13px; line-height: 20px; letter-spacing: -0.02em; color: #888; word-break: keep-all;}
.quick-pop-wrap .quick-pop .tbx ol > li span{width: 11px;}
.quick-pop-wrap .quick-pop .tbx ol > li p{flex:1; }
.quick-pop-wrap .quick-pop .tbx .link-box{margin: 36px auto 0; max-width:330px; }
.quick-pop-wrap .quick-pop .tbx .link-box > a{background: #fddb00; display: flex; align-items:center; justify-content: center; font-size: 16px; line-height: 1; letter-spacing: 0; color: #020303; font-weight: 700; gap:10px; height: 50px; border-radius: 5px; transition:.3s; border: 1px solid #fddb00; box-sizing: border-box;}
.quick-pop-wrap .quick-pop .tbx .link-box > a i{line-height: 0;}
.quick-pop-wrap .quick-pop .tbx .link-box > a:hover{background: #fff; border: 1px solid #020303;}
.quick-pop-wrap .quick-pop .tbx .link-box-col2 {display: flex; flex-wrap:wrap; max-width:330px; gap:10px; margin: 36px auto 0;}
.quick-pop-wrap .quick-pop .tbx .link-box-col2 > a{flex:1; height: 50px; align-content:center; text-align: center; line-height: 0; background: #1e1e1e; border-radius: 5px;}
.quick-pop-wrap .quick-pop .tbx .link-box-col2 > a i{line-height: 0;}
.quick-pop-wrap .quick-pop .tbx .link-box-col2 > a i img{transition:.3s; }
.quick-pop-wrap .quick-pop .tbx .link-box-col2 > a:hover i img{translate:0 -3px}



.quick-pop{display: none;}













/* footer */
.footer-wrap{background: #191919;}
#footer .ft-top{display: flex; flex-wrap:wrap; padding: 64px 0 84px;}
#footer .ft-top .ft-logo{width: 323px; padding-top: 15px;}
#footer .ft-top .footer-cate{width: 222px;}
#footer .ft-top .footer-cate ul > li > a{font-family: "Montserrat", sans-serif; font-size: 24px; line-height: 48px; letter-spacing: -0.02em; color: #fff; font-weight: 700;}
#footer .ft-top .footer-cate ul > li:last-child > a{color: #47a9c4;}
#footer .ft-top .footer-cate ul > li:hover > a{text-decoration: underline;}
#footer .ft-top .footer-info{padding-top: 5px;}
#footer .ft-top .footer-info ul > li{position: relative; display: flex; flex-wrap:wrap; font-size: 16px; line-height: 36px; letter-spacing: -0.02em; color: #9b9b9b;}
#footer .ft-top .footer-info ul > li span{color: #606060; width: 108px;}
#footer .ft-top .footer-info ul > li p{flex:1; }
#footer .ft-top .footer-info ul > li p a{font-size: 16px; line-height: 36px; letter-spacing: -0.02em; color: #9b9b9b; transition:.3s;}
#footer .ft-top .footer-info ul > li p a:hover{color: #fff;}
#footer .ft-bottom{display: flex; flex-wrap:wrap; justify-content: space-between; align-items:center;  border-top: 1px solid rgba(255,255,255,0.1);	height: 90px; } 
#footer .ft-bottom p{font-size: 15px; line-height: 1.5; letter-spacing: -0.02em; color: #606060; }
#footer .ft-bottom ol{display: flex; flex-wrap:wrap;}
#footer .ft-bottom ol > li > a{font-size: 16px; line-height: 1; letter-spacing: -0.02em; color: #fff; font-weight: 600; transition:.3s;}
#footer .ft-bottom ol > li:hover > a{text-decoration: underline;}
#footer .ft-bottom ol > li:first-child > a{color: #47a9c4;}
#footer .ft-bottom ol > li:last-child:before{display: inline-block; content: 'l'; font-size: 16px; line-height: 1; letter-spacing: -0.02em; color: #fff; font-weight: 600; margin: 0 10px 0 10px;}

/* popup */
.pop-wrap{position: fixed; left: 10px; top: 10px; z-index: 10000; display: flex; gap:10px; }
.hd_pops {border-radius:15px;overflow: hidden;box-shadow:10px 10px 20px rgba(0,0,0,0.05);background-color: #fff; left: 20px; top: 150px; z-index: 10100; }
.hd_pops img {max-width:100%;height:auto; max-width:500px; line-height: 0;}
.hd_pops_con {max-height:70vh; overflow-y: auto; line-height: 0px;}
.hd_pops_footer {height: 55px;position: relative;background:#fff;color:#666;border-top: 1px solid #ddd;}
.hd_pops_footer button {display: block;cursor:pointer;position: absolute;top: 0;transition:.3s; border:0;}
.hd_pops_footer button.hd_pops_reject {left: 0;background: none;line-height: 54px;padding: 0 30px; width:calc(100% - 55px); text-align:left;}
.hd_pops_footer button.hd_pops_reject:hover {background-color: rgba(0,0,0,0.1);}
.hd_pops_footer button.hd_pops_close {right: 0;width: 55px;height: 100%;background: url('../img/layout/colsed.png') no-repeat center center; background-size:20px; text-indent: -9999px;transition:.3s;}
.hd_pops_footer button.hd_pops_close:hover {background-color: rgba(0,0,0,0.1);}



/* siteMap : S */
.sitemap {position:fixed;  max-height:100vh; width:0; height:0; z-index:20111;  display:block; top:0; right:0; overflow:hidden; letter-spacing:0;}
html.sitemap-opened .sitemap {width:100%; height:100%; visibility:visible; background: #fff;}
.sitemap:before {content:''; position:fixed; z-index:-1; top:0; left:0; width:100vw; height:100vh; background: #fff url('../img/layout/sitemap-black.jpg') center center no-repeat; background-size:cover; transition:all 0.6s ease 0.2s; display:none;}
html.sitemap-opened .sitemap:before {display:block;}

.sitemap .sitemap-close {position:absolute; top:calc(70px/2); right:2.25%; width:36px; height:36px; z-index:12; transition:all 0.6s;}
.sitemap .sitemap-close:hover {opacity:0.6;}
.sitemap .sitemap-close:before,
.sitemap .sitemap-close:after {content:''; width:36px; height:2px; background:#fff; position:absolute; left:0; transition:all 0.6s;}
.sitemap .sitemap-close:before {top:10px;}
.sitemap .sitemap-close:after {bottom:10px;}
html.sitemap-opened .sitemap .sitemap-close:before {transform:rotate(45deg); top:50%; margin-top:-1px;}
html.sitemap-opened .sitemap .sitemap-close:after {transform:rotate(-45deg); bottom:50%; margin-bottom:-1px;}

.site-wrap { width:100%; padding:0 20px; margin:0 auto; height:100vh; position:relative; max-width:1800px; box-sizing: border-box;}
.site-wrap .head {position:absolute; top:0; left:20px; width:100%; height:123px; display:flex; align-items:center; z-index:11;}
.site-wrap .head ul {margin-left:50px; margin-top:10px; display:flex;}
.site-wrap .head ul li {padding-right:15px; margin-right:15px; position:relative;}
.site-wrap .head ul li:after {content:''; width:1px; height:12px; background:#fff; position:absolute; top:50%; margin-top:-6px; right:0;}
.site-wrap .head ul li:last-child:after {display:none;}
.site-wrap .head ul li a {font-size:14px; color:#888; letter-spacing:0; line-height:1.6em; transition:all 0.6s; font-weight:700; font-family: "Montserrat", sans-serif;}
.site-wrap .head ul li.active a {color:#fff;}

.site-wrap .wrap {padding:200px 0 100px;  height:100vh;display:flex; position:relative;}
.site-wrap .wrap:after {content:''; width:1px; height:100vh; background:rgba(255,255,255,0.2); position:absolute; top:0; left:800px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:800px; display:flex; flex-direction:column; justify-content:space-between; padding-left:40px;}
.site-wrap .info .box {margin-bottom:50px; position:relative; left:100px; opacity:0; transition:all 0.6s;}
html.sitemap-opened .site-wrap .info .box {transition-delay:0.1s; left:0; opacity:1;}
html.sitemap-opened .site-wrap .info .box:nth-child(2) {transition-delay:0.2s;}

.site-wrap .info .box:last-child {margin-bottom:0;}
.site-wrap .info .box h4 {font-size:18px; font-weight:700; color:#fff; line-height:1.6em; font-family: "Montserrat", sans-serif; margin-bottom:16px;}
.site-wrap .info .box dl {display:flex; font-size:18px; line-height:1.6em; margin-bottom:8px;}
.site-wrap .info .box dt {width:50px; font-weight:500; color:#bbb;}
.site-wrap .info .box dd {width:1%; flex:1 1 auto; color:#888;}
.site-wrap .info .box dd a.mail {text-decoration:underline;}
.site-wrap .btn-wrap .more {display:inline-block; width:230px; line-height:62px; border:1px solid #fff; color:#fff; font-size:18px; padding:0 30px; position:relative; margin-bottom:50px; 	}
.site-wrap .btn-wrap .more:after {content:''; width:12px; height:12px; background:url('../img/layout/sitemap-btn-w.png') no-repeat; position:absolute; top:50%; margin-top:-6px; right:30px;}
.site-wrap .btn-wrap .more:hover:after {animation: btn-move 1s both .1s;}
@keyframes btn-move {
    0% {right:30px;}
    25% {right:20px;}
    50% {right:30px;}
    75% {right:25px;}
    100 {right:30px;}
}
.site-wrap .btn-wrap ul {display:flex;}
.site-wrap .btn-wrap ul li {margin-right:12px;}
.site-wrap .btn-wrap ul li a {display:block; transition:all 0.3s;}
.site-wrap .btn-wrap ul li a:hover {opacity:0.6;}
.site-wrap .wrap .nav-menu {width:1%; flex:1 1 auto; padding-left:100px; overflow-y: auto;}
.nav-menu > ul > li {margin-bottom:30px;}
.nav-menu > ul > li > span {display:block; position:relative; transition:all 0.6s; overflow:hidden;}
.nav-menu > ul > li > span a {display:inline-block; font-size:40px; line-height:1.2em; /* transition:all 0.6s ease 0s;  */position:relative;/*  transform:translateY(110%);  */font-weight:500; padding:0 5px; color:#fff;}
/* html.sitemap-opened .nav-menu > ul > li > span a {transform:translateY(0); transition-delay:0.5s; transition-property:transform;} */
.nav-menu > ul > li > span a:after {content:''; background:#fff; width:0; height:20px; position:absolute; bottom:5px; left:0; z-index:-1; opacity:0.2; transition:all 0.6s;}
.nav-menu > ul > li.active > span a:after {width:100%;}
.nav-menu > ul > li > span a:hover:after {width:100%;}

.nav-menu .subm {display:none; }
.nav-menu .subm ul {display:flex; flex-wrap:wrap; padding-top:10px; padding-left:15px;}
.nav-menu .subm ul li {padding-right:40px; margin-bottom:20px;}
.nav-menu .subm ul li a {display:inline-block; font-size:20px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .subm ul li a:hover {color:#fff; /* font-weight:700; */}

/* sitemap-white */
.sitemap-white:before {background:url('../img/layout/sitemap-white.jpg') center center no-repeat;}
.sitemap-white .sitemap-close:before,
.sitemap-white .sitemap-close:after {background:#000;}
.sitemap-white {color:#000;}
.sitemap-white .head ul li:after {background:#ddd;}
.sitemap-white .head ul li a {font-size:14px; color:#666;}
.sitemap-white .head ul li.active a {color:#000;}
.sitemap-white .wrap:after {background:#ddd;}
.sitemap-white .info .box h4 {color:#000;}
.sitemap-white .info .box dt {color:#000;}
.sitemap-white .info .box dd {color:#666;}
.sitemap-white .btn-wrap .more {border:1px solid #000; color:#fff; background:#000;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#000; opacity:0.1;}
.sitemap-white .nav-menu .subm ul li a {color:#666;}
.sitemap-white .nav-menu .subm ul li a:hover {color:#000;}

.sitemap-white .btn-wrap ul li a img {filter:invert(1);}

.sm-bt {position:absolute; bottom:60px; right:60px; background:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; transition:all 0.6s; z-index:111;}
.sitemap-white .sm-bt {background:#000;}



/* siteMap : E */
/* siteMap : responsive */
@media (max-width:1400px){
	.site-wrap .wrap:after {left:500px;}
	.site-wrap .wrap .info-wrap {max-width:500px; padding-left:0;}
	.site-wrap .info .box dl {font-size:16px;}	
	.site-wrap .wrap .nav-menu {padding-left:60px;}
	.nav-menu > ul > li > span a {font-size:40px;}
	.nav-menu .subm ul {padding-top:20px; padding-left:0;}
	.nav-menu .subm ul li {padding-right:20px;}
	.nav-menu .subm ul li a {font-size:20px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; height:80px;}
	.sitemap .sitemap-close {top: calc(40px / 2);}
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 80px); flex-direction:column-reverse;}
	.site-wrap .wrap .nav-menu {width:100%; padding-left:0;}
	.nav-menu > ul > li {margin-bottom:20px;}
	.nav-menu > ul > li > span a {font-size:24px; padding:0 5px;}
	.nav-menu .subm ul {padding-top:10px;}
	.nav-menu .subm ul li {padding-right:15px; margin-bottom:10px;}
	.nav-menu .subm ul li a {font-size:16px;}
	.site-wrap .info .box {margin-bottom:20px;}
	.site-wrap .info .box h4 {font-size:16px; margin-bottom:10px;}
	.site-wrap .info .box:last-child {margin-bottom:20px;}
	.site-wrap .btn-wrap .more {width:200px; line-height:50px; font-size:16px; padding:0 20px; margin-bottom:20px;}
	.site-wrap .btn-wrap .more:after {right:20px;}
	.site-wrap .head .logo{width: 150px;}
	.site-wrap .head .logo img{width: 100%;}


}
@media (max-width:640px){
	.site-wrap .head {height:84px;}
	.sitemap .sitemap-close {top: calc(40px / 2); right: 20px;}	
	.site-wrap .wrap {padding:30px 0; height:calc(100vh - 60px);}
	.nav-menu > ul > li > span a {font-size:24px;}
	.nav-menu > ul > li > span a:after {height:10px; bottom:0;}
	.nav-menu .subm ul li {padding-right:15px; margin-bottom:8px;}
	.nav-menu .subm ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
	.hd_pops{width: 90% !important; height: auto !important; left: 5% !Important; top: 10px;}
	.hd_pops_con{width: 100% !important; height: auto !Important;}
	.hd_pops_footer button.hd_pops_reject{font-size: 12px; padding: 0 10px;}

}

