@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:1860px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1460px; 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:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#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-right: 120px; }
#gnb>ul>li:last-child { padding-right: 0; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:var(--font-size20); font-weight:600; line-height:1.3em; }
#gnb>ul>li:hover>a { color: var(--color-primary);}

#gnb .submenu {display:none; position:absolute; left:-33px; width:180px; background:rgba(0,0,0,0.5); text-align:left; border-radius: 0 0 8px 8px; }
#gnb .submenu.wt { width: 250px; }
[lang="en"] #gnb .submenu { width: 250px; }
#gnb .submenu>ul {padding:20px;}
#gnb .submenu>ul>li>a {display:block; padding:20px 15px 18px; color:#fff; font-size:16px; line-height:1.2em; font-weight: 600; border-radius: 8px; }
#gnb .submenu>ul>li>a:hover { background: #fff; color: var(--color-primary); }

.util { display: flex; align-items: center; gap: 40px; }
.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#fff; 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:#fff; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#fff; }

.hd-link { display: flex; gap: 8px; width: 140px; height: 46px; border: 1px solid #fff; border-radius: 23px; align-items: center; justify-content: center; line-height: 1.2em; font-size: 14px; font-weight: 500; color: #fff; }
.hd-link:hover { background: #fff; color: var(--color-primary); }
[lang="en"] .hd-link { width: 150px; }
.lang { text-align: center; }
.lang span { display: block; color: #fff; font-size: 12px; font-weight: 600; line-height: 1em; margin-top: 10px; }

#header.hover { background: rgba(0,0,0,0.8); }
#header.move { background: rgba(0,0,0,0.8); }

.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 br { display: none;}
.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 .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 .caption { position: absolute; left: 0; text-align: center; width: 100%; top: 50%; transform: translateY(-50%); color: #fff; }
/* .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:72px; font-weight: 800; line-height: 1.3em; margin-bottom: 40px; text-shadow: 0 0 40px var(--color-primary); font-family: var(--paperlogy);}
.main-visual .caption p { font-size: var(--font-size20); line-height: 1.6em; font-weight: 600; }

.scroll-down { position: fixed; bottom: 60px; z-index: 999; left: 0; color: #fff; right: 0; margin: auto; text-align: center; }
.scroll-down span { display: block; font-size: 14px; margin-bottom: 5px; font-weight: 400; animation: blinks 1.5s ease-in-out infinite; font-weight: 400; }
.scroll-down.main img { animation: scrollDowns 1.5s ease-in-out infinite; transform: none;}
@keyframes blinks {
	0%{ opacity: 1; }
	100% { opacity: 0; }
}
@keyframes scrollDowns {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(0); opacity: 0; }
} 

/* main 공통 */
.main-bg { background-repeat: no-repeat; background-position: center; background-size: cover; }
.main-tit { font-size: var(--font-size56); font-weight: 400; line-height: 1.28em; margin-bottom: 40px; color: #fff; }
.main-txt { font-size: var(--font-size18); color: rgba(255,255,255,0.7); line-height: 1.6em; margin-bottom: 100px; }
.main-view { border-radius: 40px; border: 1px solid rgba(255, 255, 255, 0.20); background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px); display: inline-flex; padding: 0 50px; height: 70px; align-items: center; justify-content: space-between; font-family: var(--paperlogy); font-weight: 700; line-height: 1.2em; color: #fff; gap: 30px; } 
.main-view.clr { backdrop-filter:none; border: 1px solid #505050; color: #121212; }

/* main */
.sec1 { background-image: url(../images/main/sec1-bg.jpg); display: flex; align-items: center; background-size: cover;}

.sec2 { background-image: url(../images/main/sec2-bg.jpg); display: flex; align-items: center; background-size: cover;}
.sec2-wrap { display: flex; gap: 40px; }
.sec2-wrap .col { width: calc(100%/5 - 32px); height: 550px; border-radius: 24px; overflow: hidden; transition: .5s;}
.sec2-wrap .col img { width: 100%; height: 100%; object-fit: cover;}
.sec2-wrap .col a { display: block; position: relative; width: 100%; height: 100%; color: #fff; }
.sec2-wrap .col .tit { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: var(--font-size28); font-weight: 700; line-height: 1.28em; opacity: 1; transition: opacity .35s ease; }
.sec2-wrap .col:hover { width: 45%; }
.sec2-wrap .col:hover .tit { opacity: 0; }
.sec2-wrap .col .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 40px; display: flex; justify-content: space-between; flex-direction: column; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(158, 6, 32, 0.50) 100%), linear-gradient(0deg, transparent 0%, transparent 100%); opacity: 0; transition: opacity 0s; }
.sec2-wrap .col:hover .abbox { opacity: 1; transition: opacity .35s ease 0.5s; }
.sec2-wrap .col .abbox .tit2 { display: inline-block; position: relative; margin-bottom: 30px; font-size: var(--font-size40); font-weight: 700; line-height: 1.2em; padding-right: 50px; }
.sec2-wrap .col .abbox .tit2::after { content: ""; position: absolute; right: 0; top: 12px; width: 15px; height: 26px; background: url(../images/main/sec2-view.png) center no-repeat; background-size: contain; }
.sec2-wrap .col .abbox .jum p { position: relative; padding-left: 23px; margin-bottom: 15px; font-size: var(--font-size24); line-height: 1.5em; }
.sec2-wrap .col .abbox .jum p:last-child { margin-bottom: 0; }
.sec2-wrap .col .abbox .jum p::before { content: ""; position: absolute; left: 0; width: 8px; height: 8px; border-radius: 8px; background: var(--color-primary); top: 13px; }
.sec2-wrap .col .abbox .txt { font-size: var(--font-size18); line-height: 1.6em; }

.sec3 { text-align: center; background-image: url(../images/main/sec3-bg.jpg); display: flex; align-items: center; }
.sec3 h4 { font-size: var(--font-size20); font-weight: 700; color: var(--color-primary); margin-bottom: 20px; }

.sec4 { background: #121212; }
.sec4 .fp-tableCell { vertical-align: bottom; }
.sec4-inner { margin-bottom: 60px; }
.sec4 .contain { display: flex; align-items: center; }
.sec4 .contain::after { content: none;}
.sec4-wrap { margin: 60px 0;}
.sec4-wrap .col { margin-bottom: 20px; }
.sec4-wrap .col:last-child { margin-bottom: 0; }
.sec4-wrap .col.fx { display: flex; gap: 20px 40px; flex-wrap: wrap;}
.sec4-wrap .col .group { display: flex; align-items: center;}
.sec4-wrap .col .group strong { display: inline-block; margin-left: 15px; color: #fff; font-size: var(--font-size20); font-weight: 600; line-height: 1.2em; }
.sec4 .info { width: 40%; }
.sec4 .map { border-radius: 24px; overflow: hidden; width: 60%; }
.sec4 .map iframe { width: 100%; height: 400px;}

.sec4.white { padding-bottom: 100px; background: transparent; padding-top: 0; }
.sec4.white.mg { padding-bottom: 0; display: flex; align-items: center;}
.sec4.white .col .group strong { color: #454545; }
.sec4.white .sec4-wrap { margin-bottom: 0; }

/* sub */ 
.sub-visual {position:relative; height:486px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: flex-end; color: #fff; padding-bottom: 80px; }
.sub-visual h2 { font-size: 64px; font-weight: 700; line-height: 1.2em; margin-bottom: 18px; }
.sub-visual p { font-size: var(--font-size18); line-height: 1.5em; font-weight: 400; color: rgba(255,255,255,0.7);}

.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");} 

#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 { position: relative; text-align: center; padding: 120px 0 100px;}
.sub-title.tl { text-align: left; }
.sub-title h2 { font-size: 48px; font-weight: 700; line-height: 1em; color: #121212; }
.sub-title p { font-size: var(--font-size18); line-height: 1.66em; margin-top: 25px; }

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #000; color: #fff; font-size: var(--font-size18); padding: 80px 0;}
#footer .contain { display: flex; align-items: flex-start; justify-content: space-between; }
#footer .contain::after { content: none;}
.ft-info h3 { font-size: var(--font-size18); line-height: 1.2em; font-weight: 700; color: var(--color-primary); margin-bottom: 35px; }
.ft-info ul li { display: flex; margin-bottom: 15px; flex-wrap: wrap;}
.ft-info ul li:last-child { margin-bottom: 0; }
.ft-info ul li .tit { font-weight: 600; color: #fff; width: 216px; }
[lang="en"] .ft-info ul li .tit { width: 270px; }
.ft-info ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; color: rgba(255,255,255,0.7); }
.ft-right { text-align: right; }
.policy a { display: block; font-weight: 400; color: rgba(255,255,255,0.5);}
.policy a:first-child { color: #fff; margin-bottom: 14px; font-weight: 700; }
.ft-logo { margin: 35px 0;}
.cpr { font-size: 14px; color: rgba(255,255,255,0.5);}

/* 퀵메뉴 */
.quick { position: fixed; z-index: 999; right: 60px; bottom: 60px; }
.quick a { display: block; margin-bottom: 10px; }
.quick a:last-child { margin-bottom: 0; }