@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */

/* Poppins font-family: 'Poppins'; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#wrapper {position:relative; overflow:hidden;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit; letter-spacing:-.03em;}
.container {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; letter-spacing:-.03em; width: 100%;}
#header .container {max-width:1750px !important;}
#footer .container {max-width:1750px !important;}
#main .container {max-width:1450px;}
#sub .container {max-width:1450px;}
#sub .contain {max-width:1450px;}

/* header */
#header {position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; height: 110px; transition: all .2s linear;}
#header::after {position: absolute; content: ''; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 1px; background-color: rgba(255,255,255, .2);}
#header .container .logo {position: absolute; top: 34px; left: 15px;}
#header .container .logo a {display: block; background: url(../images/logo.png) 50% 50% no-repeat; background-size: auto; width: 137px; height: 40px; transition: all .2s linear;}

#header .container #gnb {width: 100%; padding-left: 480px;}
#header .container #gnb > ul {font-size: 0; display: flex; width: 100%; gap: 125px;}
#header .container #gnb > ul > li {position: relative; text-align: center;}
#header .container #gnb > ul > li > a {position: relative; display: block; width: auto; font-size: 20px; color: #fff; font-weight: 500; line-height: 110px; overflow: hidden; transition: all .2s linear;}
#header .container #gnb ul li > .submenu {position: absolute; top: 100%; left: -30px; width: 240px; height: auto;  visibility: hidden; z-index: 10;}
#header .container #gnb ul li > .submenu > ul {position: relative; top: -0px; opacity: 0; width: 100%; background-color: #fff; transition: all .15s linear; overflow: hidden; padding: 40px 30px; box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.07); border-radius: 20px;}
#header .container #gnb ul li > .submenu > ul > li {border-bottom: 1px dashed #ddd; text-align: left;}
#header .container #gnb ul li > .submenu > ul > li.dep2 {border-bottom: 1px solid #09294b; padding-bottom: 20px; margin-bottom: 7px;}
#header .container #gnb ul li > .submenu > ul > li.dep2 ~ li.dep2 {margin-top: 30px;}
#header .container #gnb ul li > .submenu > ul > li > a {display: block; width: 100%; font-size: 16px; color: #676f79; font-weight: 400; transition: all .2s linear; position: relative; line-height: 56px; padding: 0 10px;}
#header .container #gnb ul li > .submenu > ul > li > a::after {position: absolute; content: ''; width: 8px; height: 13px; background: url(../images/ico_arrow.png) 50% 50% no-repeat; background-size: auto; top:50%; right: 10px; opacity: 0; transition: all .2s linear; transform: translateY(-50%);}
#header .container #gnb ul li > .submenu > ul > li.dep2 a {display: inline-block; font-size: 18px; color: #09294b; font-weight: 600; padding-right: 10px; line-height: 1; width: auto;}
#header .container #gnb ul li > .submenu > ul > li.dep2 a::after {position: absolute; content: ''; width: 4px; height: 4px; border-radius: 50%; background: none; background-color: #177ae0; bottom: 2px; right: 0; opacity: 1; top:initial; transform: none;}
#header .container #gnb ul li.active > .submenu {visibility: visible;}
#header .container #gnb ul li.active > .submenu > ul {top: -20px; opacity: 1;}
#header .container #gnb ul li.active .submenu > ul > li a:hover {font-weight: 600; color: #454f5c;}
#header .container #gnb ul li.active .submenu > ul > li a:hover::after {opacity: 1;}

#header .head-util {position: absolute; top: 41px; right: 15px;}
#header .head-util .btn-nav {width: 30px; height: 28px; display: block; background: url(../images/sitemap.png) 50% 50% no-repeat; background-size: auto; transition: all .2s linear;}
#header .head-util:hover .btn-nav {background-image: url(../images/sitemap_on.png);}

body.opened #header {background-color: #121212;}
body.opened #header::after {opacity: 0;}
#header .container #gnb ul li.active > a::after {opacity: 1;}
#header.scrolled {transform: translateY(-100%);}

body.opened#sub #header {background-color: #fff;}
body.opened#sub #header::after  {opacity: 1;}

#sub #header {background-color: #fff;}
#sub #header::after  {background-color: #ddd;}
#sub #header .container .logo a {background-image: url(../images/sub/sub_logo.png);}
#sub #header .container #gnb > ul > li > a {color: #111;}
#sub #header .container #gnb > ul > li.active > a {color: #177ae0;}
#sub #header .head-util .btn-nav {background-image: url(../images/sub_sitemap.png);}
#sub #header .head-util:hover .btn-nav {background-image: url(../images/sub_sitemap_on.png);}

#sub.sub1 #header {background-color: transparent;}
#sub.sub1 #header::after  {background-color: rgba(255,255,255, .2);}
#sub.sub1 #header .container .logo a {background-image: url(../images/logo.png);}
#sub.sub1 #header .container #gnb > ul > li > a {color: #fff;}
#sub.sub1 #header .container #gnb > ul > li.active > a {color: #fff;}
#sub.sub1 #header .head-util .btn-nav {background-image: url(../images/sitemap.png);}
#sub.sub1 #header .head-util:hover .btn-nav {background-image: url(../images/sitemap_on.png);}

body.opened#sub.sub1 #header {background-color: #121212;}

/* quick */
.quick-box {position: fixed; bottom: 18px; right: 20px; z-index: 1000; transition: all .3s linear;}
.quick-box .quick {padding: 20px 13px; background-color: #fff; border-radius: 50px;}
.quick-box .quick a {display: block; padding: 20px 0;}
.quick-box .quick a dl {width: 100%;}
.quick-box .quick a dl dt {max-width: 39px; width: 100%; margin: 0 auto;}
.quick-box .quick a dl dt img {max-width: 100%; display: block; margin: 0 auto;}
.quick-box .quick a dl dd {font-size: 12px; font-weight: 600; color: #000; text-align: center; margin-top: 15px; letter-spacing: -0.03em;}

.quick-top {margin-top: 15px;}
.quick-top .btn-top {position: relative; overflow: hidden; display: block; width: 100px; height: 100px; border-radius: 50%;background: url(../images/go_top.png) 50% 50% no-repeat; background-size: auto; background-color: #0c1937; transition: all .2s linear;}
.quick-top .btn-top:hover {background-color: #fff; background-image: url(../images/go_top_on.png);}

.mo-quick {display: none; position:fixed; bottom: 50px; right: 15px; background-color: #177ae0; width: 80px; height: 80px; border-radius: 50%; cursor: pointer; z-index: 1000; transition: all .2s linear;}
.mo-quick p {font-size: 16px;color: #fff; text-align: center; line-height: 80px; transition: all .2s linear; font-weight: 500;}

.mo-quick:hover {background-color: #fff;}
.mo-quick:hover p {color: #177ae0;}

#main .s-quick {display: none;}


.quick-box.open .quick-top {display: none;}


#sub .quick-top {position: fixed; bottom: 70px; right: -100px; margin-top: 0; transition: all .3s linear; z-index: 100;}
#sub .quick-top .btn-top {width: 60px; height: 60px; background-size: 18px auto; border: 1px solid #0c1937;}
#sub .quick-top.show {right: 15px;}

/* footer */
#footer {padding: 80px 0; background-color: #121212; /*border-top: 1px solid #ddd*/}
#footer .ft_logo {margin-bottom: 55px;}
#footer .ft_logo img {display: block; margin-right: auto; max-width: 100%;}
#footer .info {width: 100%; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255, .2); margin-bottom: 40px;}
#footer .info ul li {font-size: 16px; color: #606060; display: inline-block; padding-right: 15px; position: relative; line-height: 1.75; font-weight: 400;}
#footer .info ul li:nth-of-type(1) {margin-bottom: 5px;}
#footer .info ul li::after {position: absolute; content: ''; width: 2px; height: 12px; background-color: #606060; right: 6px; top: 50%; transform: translateY(-50%);}
#footer .info ul li:nth-of-type(1)::after,
#footer .info ul li:nth-of-type(4)::after {display: none;}
#footer .info ul li address {font-style: normal;}
#footer .info ul li a {color: #606060; font-weight: 400;}

#footer .terms {width: 100%; display: flex; align-items: flex-start; justify-content: space-between;}
#footer .terms > ul { font-size: 0; display: flex; gap: 5px;}
#footer .terms > ul > li {position: relative;}
#footer .terms > ul > li > a {position: relative; display: block; width: 180px; border-radius: 30px; padding: 0 20px; font-size: 16px; color: #fff; font-weight: 400; transition: all .2s linear; line-height: 36px;}
#footer .terms > ul > li:nth-of-type(1) > a {background-color: #09294b; border:2px solid #09294b;}
#footer .terms > ul > li:nth-of-type(2) > a {background-color: #0c1937; border:2px solid #0c1937;}
#footer .terms > ul > li > a::after {position: absolute; content: ''; width: 6px; height: 9px; background: url(../images/ico_term.png) 50% 50% no-repeat; background-size: auto; top: 50%; right: 15px; transform: translateY(-50%); transition: all .2s linear;}
#footer .terms > ul > li > a:hover::after {right: 20px;}

#footer .copyright { font-size: 16px; color: #606060; font-weight: 400;}



/* 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.dep2 {display: none;}
.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 #177ae0; color:#fff; background:#177ae0; border-radius: 10px;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#177ae0; opacity:0.1;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#177ae0;}

.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; padding: 0; top: 4px;}
	.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; width: 100%;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
}
