@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:1480px; 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; left: 0; background: #fff; border-bottom: 1px solid #ddd;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px; }
#header .contain::after { content: none;}

.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%; } 
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 45px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:var(--color-secondary); font-size:22px; font-weight:700; line-height:1.3em;  }
#gnb>ul>li:hover>a { color: var(--color-primary);}
#gnb>ul>li:hover .submenu { background: var(--color-primary);}
#gnb>ul>li:hover .submenu>ul>li>a { color: #fff; }
[lang="en"] #gnb>ul>li { padding: 0 25px; }
[lang="en"] #gnb>ul>li:nth-child(4) { padding: 0 60px;}
[lang="en"] #gnb>ul>li>a { font-size: 17px; }


#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:30px 5px;} 
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#454545; font-size:16px; line-height:1.33em; font-weight: 400; transition: none;}
#gnb .submenu>ul>li>a:hover { text-decoration: underline; text-underline-position: under; font-weight: 700; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-radius: 0 0 80px 0;}

.util { display: flex; align-items: center; gap: 30px; }
.language {position:relative; display:inline-block;}
.language .toggle-button {display:flex; align-items:center; gap:8px; padding:6px; background:none; border:0; color:#454545; font-weight:400; text-align:left;}
.language .toggle-button .ico {width:16px; height: 16px; background: url(../images/common/world.png) center no-repeat; background-size: contain; display: inline-block; }
.language .toggle-button .chevron {width:8px; margin-left: 2px; }
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#2c2c2c;}
.language .toggle-layer {display:none; position:absolute; left:0; width:100%; padding:8px 0; background:#fff; border:1px solid #ddd; text-align:center;}
.language .toggle-layer ul {display:grid; gap:2px;}
.language .toggle-layer a {display:block; color:#888; font-weight:400; line-height:1.5em; padding: 3px 0;}
.language .toggle-layer a:hover {color:var(--color-primary);}
.language.active .toggle-button .chevron {transform:scaleY(-1);}
.hd-link { display: flex; width: 143px; height: 42px; align-items: center; justify-content: center; border-radius: 22px; color: var(--color-primary); border: 1px solid var(--color-primary); padding-right: 17px; position: relative; font-size: 18px; font-weight: 600; line-height: 1.2em; }
.hd-link::after { content: ""; position: absolute; right: 16px; top: 0; bottom: 0; margin: auto; width: 8px; height: 12px; background: url(../images/common/hd-link.png) center no-repeat; background-size: contain; transition: .2s;}
.hd-link:hover { background: var(--color-primary); color: #fff;}
.hd-link:hover::after { background-image: url(../images/common/hd-link-w.png);}

.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#2c2c2c; left: 0; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-8px; transition-property:top, transform; background:#2c2c2c; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#2c2c2c; }

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .contain { max-width: 1680px;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item 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 .slick-dots {position:absolute; bottom:30%; left:0; width:1680px; text-align:center; line-height:0; z-index:50; display:flex; gap:20px;right: 0; padding-left: 30px; padding-right: 30px; margin: auto; }
.main-visual .slick-dots li {display:inline-block; margin:0;}
.main-visual .slick-dots li button {position:relative; display:block; width:160px; height:auto; background:transparent; border:0; padding:0; text-indent:0; overflow:visible;}
.main-visual .slick-dots li .custom-dot {display:flex; flex-direction:column; gap:6px; align-items:flex-start; width:160px;}
.main-visual .slick-dots li .custom-dot .dot-number {font-size:15px; font-weight:500; color:#fff; line-height:1em;}
.main-visual .slick-dots li .custom-dot .dot-progress {position:relative; width:100%; height:3px; background:rgba(255,255,255,0.6); overflow:hidden;}
.main-visual .slick-dots li .custom-dot .dot-progress-bar {position:absolute; top:0; left:0; width:0; height:100%; background:#fff; transition:none;}
.main-visual .caption { position: absolute; left: 0; text-align: left; width: 100%; top: 50%; transform: translateY(-50%); }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h2 { font-size: 60px; font-weight: 800; line-height: 1.2em; letter-spacing: -.01em; margin-bottom: 25px; }
.main-visual .caption h4 { font-size: 26px; font-weight: 300; line-height: 1.5em; letter-spacing: -.03em; }

/* main 공통 */
.main-tit { font-size: 45px; font-weight: 700; line-height: 1.25em; color: var(--color-secondary); margin-bottom: 60px; }
.main-tit.tc { text-align: center; }
.main-tit.white { color: #fff; }
.main-tit span { color: var(--color-primary); }
.main-tit.mg { margin-bottom: 25px; }
.main-txt { line-height: 1.5em; font-size: 22px; }
[lang="en"] .main-txt { font-size: 20px; }
.main-view { width: 164px; height: 46px; border-radius: 23px; border: 1px solid #ddd; display: flex; align-items: center;justify-content: center; color: #888; font-weight: 500; line-height: 1em; letter-spacing: -.04em; position: relative; padding-right: 28px; transition: .2s;}
.main-view::after { content: ""; position: absolute; right: 30px; top: 0; bottom: 0; margin: auto; width: 8px; height: 12px; background: url(../images/main/sec1-view.png) center no-repeat; background-size: contain; transition: .2s;}
.main-view.white { border-color: #fff; color: #fff; }
.main-view:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary);}
.main-view:hover::after { background-image: url(../images/common/hd-link-w.png);}
.main-view.clr { margin-top: 80px; }
.main-view.clr::after { background-image: url(../images/common/hd-link-w.png);}
.main-view.clr:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary);}

/* main */
.sec1 { position: relative; }
.sec1 .fp-tableCell { padding-top: 70px; }
.sec1-sb { position: absolute; z-index: -1; right: 0; top: 100px; }
.sec1-txt-fx { display: flex; align-items: flex-end; gap: 80px; }
.sec1-fx { display: flex; flex-wrap: wrap;}
.sec1-fx .col { width: calc(100%/2); color: #fff; position: relative; overflow: hidden; object-fit: cover; height: 225px;}
.sec1-fx .col::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: transform 0.6s ease;}
.sec1-fx .col.bg1::before { background-image: url(../images/main/sec1-img1.jpg); }
.sec1-fx .col.bg2::before { background-image: url(../images/main/sec1-img2.jpg); }
.sec1-fx .col .img img { width: 100%; }
.sec1-fx .col a { display: flex; width: 100%; height: 100%; justify-content: space-between; padding: 60px 40px; align-items: center; position: relative; z-index: 1;}
.sec1-fx .col a .tit .tt { font-size: 30px; line-height: 1em; font-weight: 700; margin-bottom: 35px; }
.sec1-fx .col a .tit .main-txt { line-height: 1.2em; font-weight: 300; }
.sec1-fx .col:hover::before { transform: scale(1.1); }
.sec1-fx .col a:hover .main-view { background: var(--color-primary); color: #fff; border-color: var(--color-primary);}
.sec1-fx .col a:hover .main-view::after { background-image: url(../images/common/hd-link-w.png);}

.sec3 { background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover; }
.sec3 .fp-tableCell { padding-top: 100px; }
.sec3-fx { display: flex; align-items: flex-start;}
.sec3-fx .left { width: 26%; padding-right: 20px; }
.sec3-fx .right { width: 74%; display: flex; gap: 20px; flex-wrap: wrap;}
.sec3-fx .right .col { width: calc(100%/2 - 10px); }
.sec3-fx .right .col a { display: block; }
.sec3-fx .right .col .imgbox { min-height: 425px; border-radius: 16px; overflow: hidden; position: relative; color: #fff;  width: 100%; padding: 55px 60px; }
.sec3-fx .right .col .imgbox::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: transform 0.6s ease;}
.sec3-fx .right .col .imgbox.bg1::before { background-image: url(../images/main/sec3-img1.jpg);}
.sec3-fx .right .col .imgbox.bg2::before { background-image: url(../images/main/sec3-img2.jpg);}
.sec3-fx .right .col a:hover .imgbox::before { transform: scale(1.1); }
.sec3-fx .right .col .imgbox .tit-fx { display: flex; align-items: center; gap: 12px; margin-bottom: 33px; position: relative; z-index: 1; }
.sec3-fx .right .col .imgbox .tit-fx strong { display: inline-block; font-size: 30px; font-weight: 700; line-height: 1.2em; }
.sec3-fx .right .col .main-txt { line-height: 1.3em; position: relative; z-index: 1; }
.sec3-fx .right .col .main-view { margin: 40px auto 0 ;}
.sec3-fx .right .col a:hover .main-view { background: var(--color-primary); color: #fff; border-color: var(--color-primary);}
.sec3-fx .right .col a:hover .main-view::after { background-image: url(../images/common/hd-link-w.png);}
[lang="en"] .sec3-fx .right .col .imgbox { padding: 55px 45px;}

.sec2 .flex { display: flex; flex-wrap: wrap; height: 100%; }
.sec2 .col { width: calc(100%/2); height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; color: #fff; display: flex; align-items: center; padding-left: 130px; }
.sec2 .col.bg1 { background-image: url(../images/main/sec2-bg1.jpg);}
.sec2 .col.bg2 { background-image: url(../images/main/sec2-bg2.jpg);}

.sec4 { background: url(../images/main/sec4-bg.jpg) center no-repeat; background-size: cover; }
.sec4-fx { display: flex; flex-wrap: wrap; gap: 20px; }

/* sub */ 
.sub-visual {position:relative; height:620px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; justify-content: center; text-align: center; }
.sub-visual h2 { font-size: 60px; font-weight: 700; line-height: 1em; margin-bottom: 15px; }

.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");}

.lnb-wrap {position:relative; border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-top: -70px; background: #fff; }
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-right:1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:70px; padding:0 15px; color:#888; font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--color-primary); border:0;}
.lnb ul li.active a {color:#fff;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { position: relative; text-align: center; padding: 100px 0 60px;}
.sub-title h1 { font-size: 40px; font-weight: 700; line-height: 1em; color: #242424; }
.sub-title p { font-size: var(--font-size18); margin-top: 35px;}
.sub-title.tl { text-align: left; }

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #242424; color: #fff; font-size: 18px; font-weight: 700; }
#footer .contain { display: flex; justify-content: space-between;}
#footer .contain::after { content: none;}
.ft-top { padding: 40px 0; border-bottom: 1px solid #474747;}
.ft-top .contain { align-items: center ;}
.policy a { display: inline-block; padding-right: 40px; position: relative; }
.policy a::after { content: ""; position: absolute; right: 18px; width: 1px; background: #bababa; height: 15px; top: 5px; } 
.policy a:last-child { padding-right: 0; }
.policy a:last-child::after { display: none; }
.scroll-top { display: inline-block; width: 43px; height: 43px; border-radius: 5px; background: #676767 url(../images/common/top.png) center no-repeat; background-size: 15px; }
.ft-btm { padding: 55px 0;}
.ft-btm .contain { align-items: flex-end;}
.ft-text span { display: inline-block; padding-right: 40px; position: relative; font-weight: 400; color: #bababa;margin-bottom: 7px; line-height: 1.666em; }
.ft-text span::after { content: ""; position: absolute; right: 18px; width: 1px; background: #bababa; height: 15px; top: 7px; } 
.ft-text span:last-child { padding-right: 0; }
.ft-text span.af::after { display: none; }
.ft-text span:last-child::after { display: none; }
.ft-text span strong { color: #fff; }
.cpr { font-size: 15px; font-weight: 400; margin-bottom: 10px; }
.cpr span { display: inline-block; padding-right: 40px; position: relative; color: #bababa;}
.cpr span::after { content: ""; position: absolute; right: 19px; width: 1px; background: #575757; height: 13px; top: 6px; }
.cpr span a { color: #575757; }
[lang="en"] .cpr { text-align: right; }
[lang="en"] .cpr span { padding-right: 0; }
[lang="en"] .cpr span::after { display: none; }
