@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */
/* 스크롤바의 폭 너비 */
body::-webkit-scrollbar {width: 5px;  }
body::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6); /* 스크롤바 색상 */ border-radius: 3px; /* 스크롤바 둥근 테두리 */}
body::-webkit-scrollbar-track {background: rgba(255, 255, 255, .1);  /*스크롤바 뒷 배경 색상*/}

.wrap1{max-width:1887px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 20px;}
.wrap2{max-width:1652px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 20px;}

/* header */
.header-wrap{position: fixed; left: 0; top: 0; width: 100%; height: 100px;  z-index: 2000; transition:.3s; background: #1D1D1F; height: 80px;}
#header{display: flex; flex-wrap:wrap; justify-content: space-between; align-items:center; position: relative; z-index: 1000;}
#header .sitelogo{margin-left: 6px;}
#header #gnb {padding-right: 30px;}
#header #gnb > ul{display: flex; flex-wrap:wrap; align-items: center; transition:.3s;}
#header #gnb > ul > li {position: relative; transition:.3s; margin-right: 83px;}
#header #gnb > ul > li:nth-child(3){margin-right: 53px;}
#header #gnb > ul > li:last-child{margin-right: 0;}

#header #gnb > ul > li > a{text-align: center; width: 111px; height: 80px; align-content:center; font-size: 19px; font-weight: 500; letter-spacing: -0.48px; color: #fff; transition:.3s;}
#header #gnb > ul > li > a span{position: relative; display: inline-block; width: auto; height: 100%; align-content:center; transition:.3s;}
#header #gnb > ul > li > a span:after{position: absolute; content: ''; width: 100%; height: 1px; background: #CFA382;	left: 50%; bottom: 0;	transition:.3s; width: 0;} 
#header #gnb > ul > li:hover > a span:after{width: 100%; left: 0;}
#header #gnb > ul > li:hover > a{color: #CFA382;}
#header #gnb > ul > li:nth-child(2) > a{width: 105px}
#header #gnb > ul > li:nth-child(3) > a{width: 91px;}
#header #gnb > ul > li:nth-child(4) > a{width: 98px;}
#header .hd-link > a{display: flex; width: 114px; height: 38px; justify-content: center;align-items: center;gap: 10px; border-radius: 3px; background: rgba(255, 255, 255, 0.12); font-size: 13px;font-weight: 500; letter-spacing: -0.42px; color: #fff; transition:.3s; line-height: 32px;}
#header .hd-link > a:hover{background: rgba(255, 255, 255, 0.3);}
#header #gnb > ul > li .subm{position: absolute; left: 0; top: 80px; text-align: center; 	width: 100%; padding-top: 22px; z-index: 1301; display: none;} 

#header #gnb > ul > li .subm > ul > li > a{color:#6E6E73;font-size: 16px;font-weight: 400; line-height: 37px; transition:.3s;}
#header #gnb > ul > li .subm > ul > li:hover > a{color: #fff;}
#header #gnb > ul > li:nth-child(2) .subm{width: 170px; left: -35px;}
#header #gnb > ul > li:nth-child(2) .subm > ul > li {display: flex; width: 100%; text-align: left; margin-bottom: 20px;}
#header #gnb > ul > li:nth-child(2) .subm > ul > li:lat-child{margin-bottom: 0;}
#header #gnb > ul > li:nth-child(2) .subm > ul > li > *{flex:1;}
#header #gnb > ul > li:nth-child(2) .subm > ul > li > a{color: #6E6E73;font-size: 12px;font-weight: 700;line-height: 32px; }
#header #gnb > ul > li:nth-child(2) .subm > ul > li .dep3 ul > li > a{color: #6E6E73;font-size: 16px;font-weight: 600; line-height: 37px; transition:.3s;}
#header #gnb > ul > li:nth-child(3) .dep3{display: none;}
#header #gnb > ul > li:nth-child(2) .subm > ul > li:hover > a{color: #fff;}
#header #gnb > ul > li:nth-child(2) .subm > ul > li .dep3 ul > li:hover > a{color: #fff;}


.header-wrap.on #header #gnb > ul{}
/* .header-wrap.on #header #gnb > ul > li:nth-child(1){}
.header-wrap.on #header #gnb > ul > li:nth-child(2){margin-left: 52px; padding-right: 40px;}
.header-wrap.on #header #gnb > ul > li:nth-child(3){}
.header-wrap.on #header #gnb > ul > li:nth-child(4){margin-left: 88px;} */
/* .header-wrap.on #header #gnb > ul > li > a{width: 170px;} */
/* .header-wrap.on #header #gnb > ul > li:nth-child(2) > a span{padding: 0px 42px;} */
/* .header-wrap.on #header #gnb > ul > li:last-child{translate:-90px 0;} */
/* .header-wrap.on #header #gnb > ul > li > a{font-size: 19px;} */
#header .sitemap-btn{display: none;}


#header .sitemap-btn{flex-direction: column;width: 33px; height: 25px; gap:8px;}
#header .sitemap-btn span{width: 100%; height: 3px; background: #fff; transition:.3s; }
#header .sitemap-btn.on span:nth-child(2){width: 0; height: 0;}
#header .sitemap-btn.on span:nth-child(1){transform: rotate(45deg);}
#header .sitemap-btn.on span:nth-child(3){transform: rotate(-45deg); margin-top: -19px; }


.m-sitemap{position: fixed; left: 0; top: 100px; width: 100%; height: calc(100dvh - 100px); background: #1D1D1F; z-index: 100000; display: none;}
.m-sitemap .m-cnt{display: flex; padding: 8vw 20px; box-sizing: border-box;}
.m-sitemap .m-cnt .left{width: 40%;}
.m-sitemap .m-cnt .left > ul > li{margin-bottom: 1em;}
.m-sitemap .m-cnt .left > ul > li > a{font-size: 44px; line-height: 1.5; font-weight: 600; letter-spacing: -0.03em; color: #fff; transition:.3s;}
.m-sitemap .m-cnt .left > ul > li > a.on{color: #CFA382;}
.m-sitemap .m-cnt .left > ul > li .subm{display: none;}
.m-sitemap .m-cnt .right{width: 60%;}
.m-sitemap .m-cnt .right > ul > li{display: none;}
.m-sitemap .m-cnt .right > ul > li.current{display: block;}
.m-sitemap .m-cnt .right > ul > li.current > a{display: none;} 
.m-sitemap .m-cnt .right > ul > li.current > .subm > ul > li{display: flex; margin-bottom: 1em; gap:30px;}
.m-sitemap .m-cnt .right > ul > li.current > .subm > ul > li > a{font-size: 35px; line-height: 1.5; letter-spacing:0; color: #fff;} 
.m-sitemap .m-cnt .right > ul > li:nth-child(2) > .subm > ul > li{margin-bottom: 3em;}
.m-sitemap .m-cnt .right > ul > li:nth-child(2) > .subm > ul > li > a{font-size: 22px; position: relative; top: 8px; width: 120px;}  
.m-sitemap .m-cnt .right > ul > li.current > .subm > ul > li .dep3 > ul > li > a{font-size: 35px; line-height: 1.5; letter-spacing:0; color: #fff;}
.m-sitemap .m-cnt .right > ul > li:nth-child(3) > .subm > ul > li .dep3 {display: none;}

.m-sitemap .hd-link{position: absolute; left: 20px; bottom: 20px; }
.m-sitemap .hd-link > a{display: flex; width: 114px; height: 38px; justify-content: center;align-items: center;gap: 10px; border-radius: 3px; background: rgba(255, 255, 255, 0.12); font-size: 13px;font-weight: 500; letter-spacing: -0.42px; color: #fff; transition:.3s; line-height: 32px;}

.header-bg{position: fixed; left: 0; top: 0px; width: 100%; height: 595px; background: #1d1d1f; opacity: 0.98; box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12); z-index: 100; border-top: 1px solid rgba(110,110,115,0.2); display: none;} 

/* footer */
#footer {background: #1D1D1F;}
#footer .ft-top{display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.50); padding-bottom: 28px; padding-top: 60px;}  
#footer .ft-top .lbx .link-box{margin-bottom: 31px;}
#footer .ft-top .lbx .link-box > a{display: inline-flex;padding: 8px 20px;justify-content: center;align-items: center;gap: 5px; background: rgba(255,255,255,0.7); color: #1D1D1F;font-size: 16px;font-weight: 600;line-height: 34px;  letter-spacing: -0.51px; border-radius: 3px; transition:.3s;}
#footer .ft-top .lbx .link-box > a:hover{background: #fff; }
#footer .ft-top .lbx ul > li{color: #fff; leading-trim: both;text-edge: cap;font-variant-numeric: lining-nums proportional-nums;font-size: 16px;font-weight: 400;line-height: 36px; letter-spacing: -0.48px;}
#footer .ft-top .rbx{align-self:end;}
#footer .ft-bottom{display: flex; justify-content: space-between; height: 98px; align-items:center;}
#footer .ft-bottom p{color: rgba(255,255,255,0.3); font-size: 14px;font-weight: 500;line-height: 34px; }
#footer .ft-bottom ul{display: flex; gap:25px; }
#footer .ft-bottom ul > li > a{position: relative;  transition:.3s; }
#footer .ft-bottom ul > li > a img{transition:.3s; }
#footer .ft-bottom ul > li > a img:last-child{position: absolute; left: 0; top: 0; opacity: 0;}

#footer .ft-bottom ul > li:hover > a{
	img{opacity: 0;}
	img:last-child{opacity: 1;}
}


/* siteMap : S */
.sitemap {position:fixed; max-width:100vw; max-height:100vh; width:0; height:0; z-index:1111;  display:block; top:0; right:0; overflow:hidden; letter-spacing:0;}
html.sitemap-opened .sitemap {width:100%; height:100%; visibility:visible;}
.sitemap:before {content:''; position:fixed; z-index:-1; top:0; left:0; width:100vw; height:100vh; background: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;}

.site-wrap {max-width:1830px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:120px; display:flex; align-items:center; z-index:11; padding:0 15px;}
.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;}

.sitemap .sitemap-close {position:absolute; top:50%; margin-top:-18px; right:15px; 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 .wrap {padding:160px 0 60px;  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:700px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:700px; display:flex; flex-direction:column; justify-content:space-between; padding-right:60px;}
.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:100px;}
.nav-menu > ul > li {margin-bottom:20px;}
.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:44px; 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 .submenu {display:none;}
.nav-menu .submenu ul {display:flex; flex-wrap:wrap; padding-top:20px; padding-left:15px;}
.nav-menu .submenu ul li {padding-right:40px; margin-bottom:20px;}
.nav-menu .submenu ul li a {display:inline-block; font-size:24px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .submenu 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; background-size: cover;}
.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 .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu 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-right:40px;}
	.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 .submenu ul {padding-top:20px; padding-left:0;}
	.nav-menu .submenu ul li {padding-right:20px;}
	.nav-menu .submenu ul li a {font-size:20px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; height:100px;}
	.sitemap .sitemap-close {right:0;}
	
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 100px); 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 .submenu ul {padding-top:10px;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:10px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	
	.site-wrap .wrap .info-wrap {max-width:none;}
	.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;}
}
@media (max-width:640px){
	.site-wrap .head {height:100px;}
	.site-wrap .wrap {padding:30px 0; height:calc(100vh -100px);}
	.nav-menu > ul > li > span a {font-size:20px;}
	.nav-menu > ul > li > span a:after {height:10px; bottom:0;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:8px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
}
