@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:sticky; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 100%; padding-left: 100px; padding-right: 0; }
#header .contain::after { content: none;}
.hd-right { display: flex; align-items: center;} 

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; position: relative;}
#gnb>ul {display:flex; justify-content:center; transition: .2s;} 
#gnb>ul>li {position:relative; text-align: center; padding: 0 40px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:100px; color:#242424; font-size:18px; font-weight:500; line-height:1.3em; }

#gnb .submenu {display:none; position:absolute; left:50%; width:240px; transform:translateX(-50%); background:#ea5413; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:8px 0; color:#fff; font-size:16px; line-height:1.33em; font-weight: 300; }
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under;}

.hd-sns { display: flex; background: #595656; color: #fff; height: 100px; align-items: center; padding: 0 10px;}
.hd-sns a { display: inline-block; padding: 0 15px; font-size: 14px; font-weight: 600; letter-spacing: -.03em; line-height: 1.2em; text-align: center;}
.hd-sns a span { display: block; text-align: center; margin-bottom: 6px; }

.list-icon { width:100px; height:100px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; background: #ea5413 url(../images/common/menu.png) center no-repeat; background-size: 25px; position: relative; }

.mobile-navigation { position:fixed; top:0; right:0; width:100%; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102; }
.mobile-navigation .navi-logo { height: 100px; display: inline-flex; align-items: center; padding-left: 100px; }
.mobile-navigation .nav-menu>ul { margin-top: 90px; position: relative; z-index: 1; }
.mobile-navigation .nav-menu>ul>li { margin-bottom: 80px; display: flex; }
.mobile-navigation .nav-menu>ul>li:last-child { margin-bottom: 0; }
.mobile-navigation .nav-menu>ul>li>a { width: 320px; display: inline-block; font-size: 35px; font-weight: 600; color: #000; letter-spacing: -.03em; line-height: 1.2em; position: relative; }
.mobile-navigation .nav-menu>ul>li>a span {position: relative; display: inline-block; }
.mobile-navigation .nav-menu>ul>li>a span::after {content:""; position: absolute; right: -15px; top: 0; width: 8px; height: 8px; border-radius: 8px; background: #ea5413; opacity: 0; transition: .2s;}
.mobile-navigation .nav-menu>ul>li>a:hover { color: #ea5413; }
.mobile-navigation .nav-menu>ul>li>a:hover span::after { opacity: 1; }
.mobile-navigation .nav-menu>ul>li.active>a { color: #ea5413; }
.mobile-navigation .nav-menu>ul>li.active>a span::after { opacity: 1; }
.mobile-navigation .nav-menu .submenu { flex: 1 1 auto; min-width: 0; width: 1%; padding-top: 5px;}
.mobile-navigation .nav-menu .submenu ul { display: flex; flex-wrap: wrap; gap: 30px; }
.mobile-navigation .nav-menu .submenu ul li a {display:block; font-size: 25px; font-weight: 500; letter-spacing: -.03em; line-height: 1.2em; color: #acacac; }
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#000; text-decoration: underline; text-underline-position: under;}
.mobile-navigation .close {position:absolute; top:60px; right:100px; width:43px; height:43px; text-indent:-9999em; overflow:hidden; background: url(../images/common/hd-close.png) center no-repeat; background-size: contain;}
.hd-sb { position: absolute; right: 0; bottom: 0; z-index: 0; }
.hd-nav-sns { margin-top: 60px; display: flex; align-items: center; gap: 25px; }

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened #gnb { display: none; }
html.menu-opened .list-icon { display: none; }
html.menu-opened .hd-sns { display: none; }

/* 키비주얼관리 */
.vs-wrap { display: flex; align-items: flex-start; position: relative; }
.main-visual {position:relative; background: #000; width: calc(100% - 100px); border-radius: 0 0 110px 0; overflow: hidden;}
.main-visual .contain {position: relative; height: 100%;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1); transition: 4s;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption { position: absolute; left: 0; width: 100%; text-align: left; color: #fff; top: 54%; transform: translateY(-50%);}
.main-visual .caption h4 { line-height: 1.2em; letter-spacing: 0.3em; font-size: 20px; font-weight: 400; color: #ea5413; margin-bottom: 15px; }
.main-visual .caption h2 { line-height: 1.2em; font-size: 80px; font-weight: 600; letter-spacing: -.03em; }

.vs-page { width: 100px; height: 89vh; background: #595656; position: relative; text-align: center; display: flex; justify-content: center; align-items: flex-end; padding-bottom: 30px; }
.vs-page .slick-dots {line-height:0; z-index:50; display: flex; }
.vs-page .slick-dots li {display: none; font-size: 16px; font-weight: 600; text-align: center; line-height: 1em;}
.vs-page .slick-dots li.slick-active{display:block; color: #fff; }
.vs-page .slick-dots li span { padding: 0 5px; color: rgba(255,255,255,0.6);}
.vs-page .slick-dots li span:last-child { position: relative; }
.vs-page .slick-dots li.slick-active span:first-child { color: #fff; font-size: 18px; position: relative; top: -5px;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

/* main 공통 */
.main-tit { font-size: 40px; font-weight: 600; color: #242424; letter-spacing: -.03em; line-height: 1.2em; margin-bottom: 20px; }
.main-tit.tc { text-align: center; }
.main-tit.mg { margin-bottom: 85px; }
.main-txt { font-size: 18px; line-height: 1.5em; color: #787878; }
.main-txt.clr { color: #505050;}
.main-txt.tc { text-align: center; }
.main-txt.mg { margin-bottom: 85px; }

/* main */
.sec1 { padding: 150px 0 100px; position: relative; }
.sec1::after { content: ""; position: absolute; left: 0; width: 100%; bottom: 0; z-index: -1; background: #fef5f1; height: 40%; }
.sec1 .tit-fx { display: flex; align-items: flex-start; margin-bottom: 90px; }
.sec1 .tit-fx h4 { line-height: 1.2em; color: #ea5413; font-size: 18px; font-weight: 600; width: 320px; }
.sec1 .tit-fx .titbox { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec1-list { display: flex; flex-wrap: wrap; gap: 28px; }
.sec1-list li { width: calc(100%/4 - 21px); text-align: center; }
.sec1-list li a { display: block; position: relative; }
.sec1-list li .imgbox { position: relative; overflow: hidden;}
.sec1-list li .imgbox::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to top, #ea5413, transparent); opacity: 0; transition: .3s;}
.sec1-list li .imgbox img { width: 100%; }
.sec1-list li .imgbox .abbox { position: absolute; left: 0; right: 0; margin: auto; bottom: 27px; color: #fff; font-size: 20px; font-weight: 600; line-height: 1em; opacity: 0; transition: .3s; z-index: 1; }
.sec1-list li .tit { font-size: 20px; font-weight: 600; color: #242424; line-height: 1em; margin-top: 27px; transition: .3s;}
.sec1-list li a:hover .imgbox::after { opacity: 1; }
.sec1-list li a:hover .imgbox .abbox { opacity: 1; }
.sec1-list li a:hover .tit { opacity: 0; }
.sec1-list li:nth-of-type(even) { margin-top: 100px; }
.sec1-list li:first-child .imgbox { border-radius: 80px 0 0 0;}
.sec1-list li:last-child .imgbox { border-radius: 0 0 80px 0;}

.sec2 { padding: 150px 0;}
.sec2 .contain { position: relative; }
.sec2-view { position: absolute; right: 30px; top: 60px; display: inline-block; font-size: 16px; line-height: 1em; font-weight: 600; letter-spacing: -.03em; color: #ea5413; padding-right: 18px; }
.sec2-view::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 8px; height: 13px; background: url(../images/main/sec2-view.png) center no-repeat; background-size: contain;}
.sec2-map { position: relative; margin-top: 50px; text-align: center; }
.sec2-img-mo { display: none; }
.sec2-map .group { width: 180px; text-align: center; position: absolute; }
.sec2-map .group .tit { font-size: 14px; font-weight: 700; letter-spacing: -.03em; line-height: 1.3em; position: relative; color: #ea5413; cursor: pointer;padding-bottom: 18px;}
.sec2-map .group .tit::after { content: ""; width: 6px; height: 6px; border-radius: 6px; background: #ea5413; position: absolute; left: 0; right: 0; margin: auto; bottom: 0;}
.sec2-map .sec2-box { width: 100%; text-align: center; background: #ea5413; padding: 15px 5px; position: relative; margin-top: 17px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; }
.sec2-map .sec2-box::before { content: ""; position: absolute; left: 0.07em; right: 0; margin: auto; top: -15px; width: 1px; border-left: 1px dashed #ea5413; height: 20px; }
.sec2-map .sec2-box p { font-size: 14px; font-weight: 400; letter-spacing: -.03em; line-height: 1.5em; margin-bottom: 10px; color: #fff;}
.sec2-map .sec2-box p:last-child { margin-bottom: 0; }
.sec2-map .group.active .tit::after { content: ""; width: 16px; height: 16px; border-radius: 16px; background: #ea5413; border: 5px solid #d5a894; position: absolute; left: 0; right: 0; margin: auto; bottom: -5px; }
.sec2-map .group.active .sec2-box { opacity: 1; visibility: visible; transform: translateY(0); }
.sec2-map .group.north-america { left: 12%; top: 42%; }
.sec2-map .group.south-america { left: 25%; bottom:0%; }
.sec2-map .group.europe { left: 45%; top: 30%; }
.sec2-map .group.middle-east { left: 54%; top: 48%; }
.sec2-map .group.asia { right: 15%; top: 30%; }
.sec2-map .group.oceania { right: 9%; bottom: 8%; }

.sec3 { background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover; padding: 200px 0; text-align: center; color: #fff; }
.sec3 h2 { font-size: 50px; font-weight: 700; letter-spacing: -.025em; line-height: 1em; margin-bottom: 40px; }
.sec3 p { font-size: 20px; line-height: 1.5em; margin-bottom: 75px; }
.sec3 a { width: 200px; margin: auto; padding-left: 20px; position: relative; line-height: 1em; padding-bottom: 18px;  font-size: 16px; font-weight: 600; letter-spacing: -.025em; border-bottom: 2px solid #fff; display: inline-block; text-align: left; }
.sec3 a::after { content: ""; position: absolute; right: 15px; top: 0; width: 24px; height: 18px; background: url(../images/main/sec3-view.png) center no-repeat; background-size: contain;}

/* sub */ 
.sub-visual {position:relative; height:500px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: left; border-radius: 0 0 110px 0; display: flex; align-items: center;}
.sub-visual .contain { position: relative; }
.sub-visual h2 {font-size:60px; line-height:1em; display: inline-block; font-weight: 600; letter-spacing: -.03em; position: relative;  }

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}
.sub-visual.bg6 {background-image:url("../images/sub/sub-visual6.jpg");}

.lnb { max-width:1460px; padding-left: 30px; padding-right: 30px; position: absolute; left: 0; bottom: 30px; margin: auto; right: 0;}
.lnb ul {display:flex; justify-content: flex-start;}
.lnb ul li {text-align:center; width: auto;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; color:#fff; font-size:16px; font-weight:300; line-height:1.2em; letter-spacing:-.03em; padding-right: 40px; padding-bottom: 5px; }
.lnb ul li:last-child a {padding-right: 0;}
.lnb ul li.active a { color: #ea5413; text-decoration: underline; text-underline-position: under;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 70px 0; text-align: center;}

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 75px 0; background: #222; color: #ddd; }
#footer .contain { display: flex; align-items: center; justify-content: space-between;}
#footer .contain::after { content: none;}
.ft-left { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.ft-text { line-height: 1.8em; }
.ft-text span { display: inline-block; letter-spacing: -.02em; line-height: 1.8em; padding-right: 40px; }
.ft-text span:last-child { padding-right: 0; }
.ft-fx { display: flex; font-size: 15px; color: #b8b8b8; flex-wrap: wrap; margin-top: 15px; }
.cpr span { display: inline-block; font-weight: 300; font-size: 14px; }
.cpr a { display: inline-block; font-weight: 300; color: #686868; }
.policy { margin-right: 35px; }
.policy a { display: inline-block; position: relative; padding-left: 24px; letter-spacing: -.02em; line-height: 1.5em; }
.policy a::before { content: ""; position: absolute; left: 0; width: 15px; height: 15px; background: url(../images/common/policy.png) center no-repeat; background-size: contain;top: 3px; }

.scroll-top { position: absolute; left: 0; right: 0; margin: auto; width: 88px; height: 88px; top: -44px; background: #ea5413; border-radius: 100%; display: flex; align-items: center; justify-content: center; line-height: 1em; color: #fff; font-size: 18px; font-weight: 500; z-index: 999; }
