@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */
.fp-watermark{display: none;}
.wrap1{max-width:1840px; margin: 0 auto; width: 100%; padding: 0 20px; box-sizing: border-box;}
.wrap2{max-width:1460px; margin: 0 auto; width: 100%; padding: 0 20px; box-sizing: border-box;}
.header-wrap{position: fixed; left: 0; top: 0; width: 100%; z-index: 10005; transition: .3s; }
.header-wrap{border-bottom: 1px solid rgba(255,255,255,0.2);}
#header{display: flex; flex-wrap:wrap; align-items:center; justify-content: space-between; position: relative; z-index: 100; }
#header .sitelogo{position: relative; }
#header .sitelogo a{display: block; position: relative;}
#header .sitelogo img{transition:.3s;}
#header .sitelogo a:after{position: absolute; content: ''; width: 100%; height: 100%; background: url(../img/layout/hd-logo-c.png) left center no-repeat; left: 0; top: 0; transition:.3s; translate: 0 15px; opacity: 0;}
#header #gnb{padding-right: 170px; transition:.3s;}
#header #gnb > ul{display: flex; flex-wrap:wrap;  }
#header #gnb > ul > li{position: relative; transition:.3s;}
#header #gnb > ul > li:nth-child(1){width: 145px;}
#header #gnb > ul > li:nth-child(2){width: 185px;}
#header #gnb > ul > li:nth-child(3){width: 131px;}
#header #gnb > ul > li:nth-child(4){width:164px}
#header #gnb > ul > li:nth-child(5){width: 225px;}
#header #gnb > ul > li:nth-child(6){width:145px}
#header #gnb > ul > li > a{display: block; font-weight: 500; font-size: 20px; letter-spacing: -0.02em; line-height: 100px; text-align: center; color: #fff; font-weight: 700; transition:.3s; box-sizing: border-box;}
#header #gnb > ul > li .subm{position: absolute; left: 0; top: 102px; width: 100%; height: 238px; text-align: center; transition:background-color .3s;  display: none; background: #fff; border-right: 1px solid #ddd; box-sizing: border-box; padding-top: 25px;}
#header #gnb > ul > li:first-child .subm{border-left: 1px solid #ddd;}
#header #gnb > ul > li .subm ul{}
#header #gnb > ul > li .subm ul > li > a{font-size: 16px; line-height: 36px; color: #666; font-weight: 500; align-content:center;  letter-spacing: -0.02em; color: #666; transition:.3s; }
#header .sitemap-btn{display: flex; flex-wrap:wrap; align-items:center; gap:5px; right: 20px; top: 50%; margin-top: -1px; }
#header .sitemap-btn span{width: 3px; height: 13px; background: #fff; transition:.3s;}
#header .sitemap-btn span:nth-child(2){height: 21px;}

.submenu-bg{position: fixed; left: 0; top: 100px; width: 100%; height: 240px; z-index: 10; background: #fff; display: none; border-top: 1px solid #ddd;}

.header-wrap:hover{background: #fff;}
#header:hover .sitelogo img{translate: 0 -15px; opacity: 0;}
#header:hover .sitelogo a:after{opacity: 1; translate: 0 0px; }
#header #gnb:hover{padding-right: 180px; }
#header #gnb > ul > li:after{position: absolute; content: ''; width: 0%; height: 2px; left: 50%; bottom: 0; background: #37b6ff; transition:.3s;}
#header #gnb > ul > li:hover:after{width: 100%; left: 0;}
#header:hover #gnb > ul > li > a{color: #111;}
#header #gnb > ul > li:hover > a{color: #37b6ff;}
#header:hover .sitemap-btn span{background: #333;}
#header #gnb:hover > ul > li {width: 180px;}
#header #gnb > ul > li .subm ul > li:hover > a{color: #37b6ff; text-decoration: underline; }


body#main:not(.fp-viewing-MAIN) .header-wrap{background: #fff; border-bottom: 1px solid #ddd;}
body#main:not(.fp-viewing-MAIN) #header .sitelogo a:after{opacity: 1; translate: 0 0px; }
body#main:not(.fp-viewing-MAIN) #header #gnb > ul > li > a{color: #111;}
body#main:not(.fp-viewing-MAIN) #header .sitemap-btn span{background: #333;}

#sub .header-wrap.active {transform:translateY(0);}
#sub .header-wrap.hide {transform:translateY(-100%);}
#sub .header-wrap.sc{background: #fff; border-bottom: 1px solid #ddd;}
#sub .header-wrap.sc 	#header .sitelogo a:after{opacity: 1; translate: 0 0px; }
#sub .header-wrap.sc 	#header #gnb > ul > li > a{color: #111;}
#sub .header-wrap.sc 	#header .sitemap-btn span{background: #333;}



/* footer */

.ft_wrap{background: #191919; padding: 84px 0 80px;}
.ft-top {border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px;}
.ft-top ul > li{font-size: 16px; line-height: 30px; letter-spacing: -0.02em; color: #606060; display: flex; flex-wrap:wrap; align-items:center;}
.ft-top ul > li span:not(:last-child):after{content: '|'; margin: 0 8px 0 7px;}
.ft-bottom{display: flex; flex-wrap:wrap; justify-content: space-between; margin-top: 25px;}
.ft-bottom p{font-size: 16px; line-height: 1.5; letter-spacing: -0.02em; color: #606060;}
.ft-bottom ul{display: flex; gap:27px; }
.ft-bottom ul > li > a{font-size: 16px; line-height: 1.5; letter-spacing: -0.02em; color: #fff; transition:.3s;}
.ft-bottom ul > li:hover > a{text-decoration: underline;}

.scroll-top{position: fixed; right: 46px; bottom: 115px; border: 1px solid #6f6f6f; border-radius: 50%; width: 60px; height: 60px; align-content:center; text-align: center; line-height: 0; cursor: pointer; z-index: 105;}


/* 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;}
.site-wrap .head {position:absolute; top:0; left:20px; width:100%; height:115px; 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';}
.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:80px;}
.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'; 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:160px; 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: 130px;}


}
@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;}

}
