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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@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');

body.fixed {overflow: hidden;position: fixed; width: 100%;}
#wrapper {position:relative;}

.container {position:relative; width: 100%; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit;}
#header .container {max-width: 1790px !important;}
#footer .container {max-width: 1790px !important;}
#sub .footer .container {max-width: 1790px !important;}
#main .container {max-width: 1610px;}
#sub .container {max-width: 1430px;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; height:110px; z-index:90; transition:all 0.4s;}
#header:hover {background: rgba(255,255,255,0.85);}
#header .logo a {display:block; position:absolute; top:50%; left:15px; transform: translateY(-50%);}
#header .logo img {width: 124px;}

#header.active {transform:translateY(0);}
/* #header.hide {transform:translateY(-100%);} */
#header.scrolled {background: rgba(255,255,255,0.85);}
/* body:not(.fp-viewing-MAIN,.fp-viewing-0) #header {background: rgba(255,255,255,0.85);}
body .s103 #header {background: transparent;} */

.fp-viewing-DISPLAY #header,
.fp-viewing-AUTOMOTIVE #header,
.fp-viewing-ESG #header,
.fp-viewing-INQUIRY #header,
.fp-viewing-PRODUCT #header,
.fp-viewing-FOOTER #header,
.fp-viewing-1 #header,
.fp-viewing-2 #header, 
.fp-viewing-3 #header, 
.fp-viewing-4 #header, 
.fp-viewing-5 #header,
.fp-viewing-6 #header,
.fp-viewing-7 #header,
.fp-viewing-8 #header {background: rgba(255,255,255,0.85);}

#gnb > ul {display:flex; justify-content:center; height: 110px;} 
#gnb > ul > li {position:relative; text-align:center; flex: 0 0 auto; padding: 0 35px; transition: all 0.5s;}
#gnb:hover > ul > li {padding: 0 70px;}
#gnb > ul > li:after {opacity: 0; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); content: ''; width: 0; height: 2px; background: #0F367A; transition: all 0.4s;}
#gnb > ul > li:hover:after {opacity: 1; width: 100%;}
#gnb > ul > li > a {position:relative; width: 100%; height: 100%; align-content: center; font-size:20px; line-height: 1.5em; letter-spacing: -1.2px; color: #111; transition: all 0.4s;}
#header:hover #gnb > ul > li > a {color: #111;}
#header:hover #gnb > ul > li > a:hover {color: #0F367A;}

#gnb .submenu {position:absolute; top:110px; left:0; width:100%; height:0; overflow:hidden; z-index:20; transition: all .3s linear; visibility: hidden;}
#gnb .submenu.sub-open {height: 294px; visibility: visible; transition: all .3s linear;}
#gnb .submenu ul {display:block; padding: 22px 5px; position: relative;}
#gnb .submenu ul li {padding: 8px 0;}
#gnb .submenu ul li a {display:inline-block; font-size:18px; line-height:1.77em; letter-spacing: -1.08px; color:#666; position:relative;}
#gnb .submenu ul li a:hover {font-weight: 500; color:#0F367A;}	 

.submenu-bg {height: 0; visibility: hidden; background-color: rgba(255,255,255,0.85); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.20); transition: all .4s linear;}
.submenu-bg.open {height: 294px; visibility: visible; transition: all .4s linear;}

.lang-selector {position: absolute; top: 50%; right: 70px; transform: translateY(-50%);}
.lang-selector button {position: relative; display: inline-block; font-size: 16px; font-weight: 700; line-height: 34px; letter-spacing: -0.96px; color: #fff; background: #0F367A; border: 0; border-radius: 18px; padding: 1px 32px 1px 13px;}
.lang-selector button:after {position: absolute; top: 50%; right: 14px; transform: translateY(-50%); content: ''; width: 10px; height: 6px; background: url('../img/layout/icon-lang-arrow.png') no-repeat center center; transition: all 0.5s;}
.lang-selector.active button:after {transform: translateY(-50%) rotate(180deg);}
.lang-selector ul {display: none; position: absolute; top: calc(100% + 5px); left: 0; width: 100%; border: 0; border-radius: 20px; background: #0F367A; color: #fff; padding: 5px 16px;}
.lang-selector ul li {padding: 2px 0;} 
.lang-selector ul li.active {font-weight: 700;}

.sitemap-btn {position:absolute; top:50%; right:15px; transform: translateY(-50%); width:25px; height:28px;}
.sitemap-btn span {position:absolute; left: 50%; margin-left: -2px; top: 0; width:3px; height: 100%; background:#0F367A; border-radius: 2px; transition: all 0.3s;}
.sitemap-btn span:before,
.sitemap-btn span:after {position:absolute; top: 50%; transform: translateY(-50%); content:''; width:3px; height:15px; background:#111; border-radius: 2px; transition: all 0.3s;}
.sitemap-btn span:before {left:-11px;}
.sitemap-btn span:after {right:-11px;}
.sitemap-btn:hover span:before,
.sitemap-btn:hover span:after {height: 100%;}
#header:hover .sitemap-btn span {background: #0F367A;}
#header:hover .sitemap-btn span:before,
#header:hover .sitemap-btn span:after {background: #111;}

/* 섹션별 헤더 색상 */
body.sec-dark.fp-viewing-0 #gnb > ul > li > a {color: #fff;}
body.sec-dark.fp-viewing-0 .sitemap-btn span {background: #fff;}
body.sec-dark.fp-viewing-0 .sitemap-btn span:before,
body.sec-dark.fp-viewing-0 .sitemap-btn span:after {background: #fff;}

/* 풀페이지 아닌 서브 일반페이지 헤더 */
.s103 #gnb > ul > li > a,
.s104 #gnb > ul > li > a,
.s302 #gnb > ul > li > a,
.s402 #gnb > ul > li > a,
.s403 #gnb > ul > li > a,
.s601 #gnb > ul > li > a {color: #fff;}
.s103 .sitemap-btn span,
.s104 .sitemap-btn span,
.s302 .sitemap-btn span,
.s402 .sitemap-btn span,
.s403 .sitemap-btn span,
.s601 .sitemap-btn span {background: #fff;}
.s103 .sitemap-btn span:before,
.s103 .sitemap-btn span:after,
.s104 .sitemap-btn span:before,
.s104 .sitemap-btn span:after,
.s302 .sitemap-btn span:before,
.s302 .sitemap-btn span:after,
.s402 .sitemap-btn span:before,
.s402 .sitemap-btn span:after,
.s403 .sitemap-btn span:before,
.s403 .sitemap-btn span:after,
.s601 .sitemap-btn span:before,
.s601 .sitemap-btn span:after {background: #fff;}

.s103 .scrolled #gnb > ul > li > a,
.s104 .scrolled #gnb > ul > li > a,
.s103 .scrolled #gnb > ul > li > a,
.s302 .scrolled #gnb > ul > li > a,
.s402 .scrolled #gnb > ul > li > a,
.s403 .scrolled #gnb > ul > li > a,
.s601 .scrolled #gnb > ul > li > a {color: #111;}
.s103 .scrolled .sitemap-btn span,
.s104 .scrolled .sitemap-btn span,
.s302 .scrolled .sitemap-btn span,
.s402 .scrolled .sitemap-btn span,
.s403 .scrolled .sitemap-btn span,
.s601 .scrolled .sitemap-btn span {background: #0F367A;}
.s103 .scrolled .sitemap-btn span:before,
.s103 .scrolled .sitemap-btn span:after,
.s104 .scrolled .sitemap-btn span:before,
.s104 .scrolled .sitemap-btn span:after,
.s302 .scrolled .sitemap-btn span:before,
.s302 .scrolled .sitemap-btn span:after,
.s402 .scrolled .sitemap-btn span:before,
.s402 .scrolled .sitemap-btn span:after,
.s403 .scrolled .sitemap-btn span:before,
.s403 .scrolled .sitemap-btn span:after,
.s601 .scrolled .sitemap-btn span:before,
.s601 .scrolled .sitemap-btn span:after {background: #111;}

/* footer */
.footer {padding: 80px 0 76px; background: #111;}
.footer-logo {margin-bottom: 45px;}
.footer-logo img {width: 112px;}
.footer-info {margin-bottom: 50px; font-size: 16px; line-height: 1.7em; letter-spacing: -0.96px;}
.footer-info .company-name {color: #fff; margin-bottom: 17px;}
.footer-info .address {color: #888; margin-bottom: 10px;}
.footer-info ul {display: flex; flex-wrap: wrap; margin: 0 -10px;}
.footer-info ul li {position: relative; padding: 0 10px; color: #888;}
.footer-info ul li:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 1px; height: 16px; background: #888;}
.footer-info ul li:last-child:after {display: none;}
.footer-info ul li a {display: inline-block; color: 888;}
.footer-terms {display: flex; justify-content: space-between;}
.footer-terms .copyright {font-size: 16px; line-height: 1.5em; letter-spacing: -0.96px; color: #666;}
.footer-terms .terms {display: flex; gap: 20px;}
.footer-terms .terms a {font-size: 16px; font-weight: 500; line-height: 1.25em; letter-spacing: -0.96px; color: #666; transition: all 0.5s;}
.footer-terms .terms a:hover {color: #fff;}

.btn-scroll-top {position: absolute; bottom: 156px; right: 80px; display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.20); background: rgba(255, 255, 255, 0.30); transition: all 0.5s;}
.btn-scroll-top:hover {background: #0F367A; border: 1px solid #0F367A;}
.btn-scroll-top img {transition: all 0.5s;}
.btn-scroll-top:hover img {filter: brightness(200%);}

/* 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:1790px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:110px; display:flex; align-items:center; z-index:11; padding:0 15px;}
.site-wrap .head .logo img {width: 124px;}
.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:3px; background:#fff; position:absolute; left:0; border-radius: 2px; 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:-2px;}
html.sitemap-opened .sitemap .sitemap-close:after {transform:rotate(-45deg); bottom:50%; margin-bottom:-1px;}

.site-wrap .wrap {padding:200px 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:#111;}
.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 #0F367A; color:#fff; background:#0F367A; border-radius: 4px;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#0F367A; 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:6px;}
	.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:80px; padding: 0;}
	.site-wrap .head .logo img {width: 100px;}
	.sitemap .sitemap-close {right:0;}
	
	.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 .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:768px){
	.site-wrap .head {height:60px;}
	.site-wrap .head .logo img {width: 80px;}
	.site-wrap .wrap {padding:30px 0; height:calc(100vh -60px);}
	.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;}
	
}


html.map_v2_opened #header {display:none;}
.s68 {height:300px;}


.map_v2 {width:100px; height:100px; border:4px solid #ddd; display:block; margin:0 auto 60px; z-index:1111;}
.sitemap_v2 {width:100%; height:100vh; background:#000; /*position:fixed; top:0; left:0; transition:all 0.6s;  transform:translateX(100%); opacity:0; */}

/* html.map_v2_opened .sitemap_v2 {transform:translateX(0); opacity:1;} */

.sitemap_v2 .wrap {width:100%; max-width:1830px; margin:0 auto; justify-content:space-between; color:#fff;}
.sitemap_v2 .sitemap-head {height:120px; display:flex; align-items:center; justify-content:space-between; }
.sitemap_v2 .sitemap-head .closed {width:50px; height:50px; position:relative; border-radius:50%; border:2px solid #fff;}
.sitemap_v2 .sitemap-head .closed:before,
.sitemap_v2 .sitemap-head .closed:after {content:''; position:absolute; width:30px; height:4px; margin-top:-2px; margin-left:-15px; border-radius:2px; background:#fff; top:50%; left:50%; transition:all 0.6s 0.6s; opacity:0;}
html.map_v2_opened .sitemap_v2 .sitemap-head .closed:before {transform:rotate(45deg); opacity:1;}
html.map_v2_opened .sitemap_v2 .sitemap-head .closed:after {transform:rotate(-45deg); opacity:1;}

.sitemap_v2 .nav_v2 {width:100%; max-width:1630px; margin:0 auto 60px; padding:0 15px;}
.sitemap_v2 .nav_v2 > ul > li {margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,0.4); display:flex; align-items:flex-end;}
.sitemap_v2 .nav_v2 > ul > li:last-child {margin-bottom:0; padding-bottom:0; border-bottom:0;}
.sitemap_v2 .nav_v2 > ul > li > a {width:100%; max-width:300px; font-size:36px; line-height:1.2em; height:1.2em; font-weight:800; position:relative;}
.sitemap_v2 .nav_v2 > ul > li > a span {display:block; transition:all 0.8s; position:relative;}
.sitemap_v2 .nav_v2 > ul > li > a span:nth-child(1) {transform:translate(0);}
.sitemap_v2 .nav_v2 > ul > li:hover > a span:nth-child(1) {transform:translate3d(0, -25px, -25px) rotateX(90deg); opacity:0;}
.sitemap_v2 .nav_v2 > ul > li > a span:nth-child(2) {transform:translate3d(0, 25px, -25px) rotateX(-90deg); position:absolute; left:0; bottom:0; opacity:0; color:#0047bb;}
.sitemap_v2 .nav_v2 > ul > li:hover > a span:nth-child(2) {transform:translate(0); opacity:1;}
.sitemap_v2 .nav_v2 .submenu {width:1%; flex:1 1 auto;}
.sitemap_v2 .nav_v2 .submenu ul {display:flex; margin:0 -10px;}
.sitemap_v2 .nav_v2 .submenu ul li {padding:0 10px;}
.sitemap_v2 .nav_v2 .submenu ul li a {font-size:20px; line-height:1.5em;}
.sitemap_v2 .nav_v2 .submenu ul li a:hover {color:#0047bb;}
 
 .sitemap_v2 .sitemap-info {display:flex;}
 .sitemap_v2 .sitemap-info div {margin-right:60px;}
 .sitemap_v2 .sitemap-info div:last-child {margin-right:0;}
 .sitemap_v2 .sitemap-info h4 {font-size:20px; line-height:1.5em; font-weight:600; margin-bottom:20px;}
 .sitemap_v2 .sitemap-info p {font-size:16px; line-height:1.8em;}
 .sitemap_v2 .sitemap-info p a {display:inline-block;}