@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:1660px; 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:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: transparent; border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1820px;}
#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:#fff; font-size:20px; font-weight:600; line-height:1.3em; letter-spacing: -.03em; padding: 0 10px;}
#gnb>ul>li::after { content: ""; position: absolute; left: 0; width: 0; height: 2px; bottom: -1px; background: var(--color-primary); transition: .2s;}
#gnb>ul>li:hover::after { width: 100%; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; top: 99px; }
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#454545; line-height:1.33em; font-size: 16px; }
#gnb .submenu>ul>li>a:hover {font-weight: 600; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd;}

#gnb>ul>li:hover .submenu { background: #fafafa; }

.util { display: flex; align-items: center; gap: 15px; }

.list-icon { width:30px; height:22px; 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:#fff; left: 0; border-radius: 3px; right: 10px; }
.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; border-radius: 3px; right: -10px; }
.list-icon span:before {top:-10px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#fff; }

#header.hover { background: #fff; border-bottom: 1px solid #ddd;}
#header.hover #gnb>ul>li>a {color:#2c2c2c;}
#header.hover .list-icon span { background: #2c2c2c; }
#header.hover .list-icon span:before { background: #2c2c2c;}
#header.hover .list-icon span:after { background: #2c2c2c;}

#header.active { background: #fff; border-bottom: 1px solid #ddd;} 
#header.active #gnb>ul>li>a {color:#2c2c2c;}
#header.active .list-icon span { background: #2c2c2c; }
#header.active .list-icon span:before { background: #2c2c2c;}
#header.active .list-icon span:after { background: #2c2c2c;}

#header.move { background: #fff; border-bottom: 1px solid #ddd;}
#header.move #gnb>ul>li>a {color:#2c2c2c;}
#header.move .list-icon span { background: #2c2c2c; } 
#header.move .list-icon span:before,
#header.move .list-icon span:after { 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 #gnb { display: none; }
html.menu-opened .list-icon { width: 32px; height: 32px; background: url(../images/common/hd-close.png) center no-repeat; background-size: contain;}
html.menu-opened .list-icon span { display: none; }
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; background:#000; 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; right: 0; text-align: left; width: 100%; bottom: 14%; }
.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; margin-bottom: 30px; }
.main-visual .caption p { font-size: var(--font-size26); line-height: 1.3em; }
@media (min-aspect-ratio: 16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio: 16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

/* main 공통 */
.main-subtit { font-size: var(--font-size20); font-weight: 700; line-height: 1.4em; color: var(--color-primary); margin-bottom: 20px; }
.main-subtit.tc { text-align: center; }
.main-tit { font-size: var(--font-size46); font-weight: 700; color: #242424; line-height: 1.3em; margin-bottom: 35px; }
.main-tit.tc { text-align: center; }
.main-txt { font-size: var(--font-size20); line-height: 1.6em; }
.main-view { width: 152px; height: 48px; display: flex; align-items: center; border-radius: 25px; border: 1px solid #ddd; position: relative; line-height: 1em; padding-left: 30px; }
.main-view::after { content: ""; position: absolute; right: 30px; top: 0; bottom: 0; margin: auto; width: 12px; height: 12px; background: url(../images/main/main-view.png) center no-repeat; background-size: contain; transition: .2s;}
.main-view:hover { border-color: var(--color-primary); background: var(--color-primary); color: #fff;}
.main-view:hover::after { background-image: url(../images/main/main-view-w.png);}

/* main */
.sec1 { background: url(../images/main/sec1-bg.jpg) top center no-repeat; background-size: contain; }
.sec1 .fp-tableCell { vertical-align: bottom; }
.sec1-list { display: flex; flex-wrap: wrap; margin-bottom: 60px; }
.sec1-list li { width: calc(100%/4); text-align: center; color: #fff; }
.sec1-list li .txt { font-size: var(--font-size22); font-weight: 500; line-height: 1.2em; margin-bottom: 20px; }
.sec1-list li .tit { margin-top: 20px; font-size: 70px; font-weight: 700; line-height: 1.2em; font-family:"Montserrat";}
.sec1-big { border-radius: 32px; overflow: hidden;}

.sec2 .fp-tableCell { padding-top: 100px; }
.sec2 .contain { display: flex; align-items: center;}
.sec2 .contain::after { content: none;}
.sec2 .main-txt { margin-bottom: 65px; }
.sec2 .left { width: 44%; }
.sec2 .right { text-align: right; width: 56%; position: relative; }
.sec2 .right .img.mt { margin-top: 60px;}
.sec2 .right .big { position: absolute; left: 0; bottom: 0; line-height: 1em; font-size: 100px; color: #f0f0f0; z-index: -1; font-weight: 700; text-align: left;}

.sec3 .fp-tableCell { padding-top: 100px; }
.sec3-prev::after, .sec3-next::after { display: none; }
.sec3-prev, .sec3-next { top: 50%; transform: translateY(-50%); margin-top: -32px; width: 64px; height: 64px; background-color: #fff; border-radius: 64px; background-repeat: no-repeat; background-position: center; background-size: 15px; border: 1px solid #ddd; transition: .2s;}
.sec3-prev { left: 0; background-image: url(../images/main/sec3-prev.png);}
.sec3-prev:hover { background-image: url(../images/main/sec3-prev-w.png); border-color: var(--color-primary); background-color: var(--color-primary);}
.sec3-next { right: 0; background-image: url(../images/main/sec3-next.png);}
.sec3-next:hover { background-image: url(../images/main/sec3-next-w.png); border-color: var(--color-primary); background-color: var(--color-primary);}
.sec3-swp { position: relative; }
.sec3-swiper-wrap { max-width: 1200px; margin: auto; width: 100%; position: relative; padding-bottom: 50px; }
.sec3-swiper .item { display: flex; align-items: center; }
.sec3-swiper .item .img { width: 500px; margin-right: 120px; }
.sec3-swiper .item .info { flex: 1 1 auto; min-width: 0; width: 1%; padding-top: 120px; }
.sec3-swiper .item .info h3 { font-size: var(--font-size30); font-weight: 700; line-height: 1.4em; color: var(--color-primary);}
.sec3-swiper .item .info p { line-height: 1.3em; margin: 28px 0 35px; }
.sec3 .swiper-pagination { width: 500px; text-align: center; bottom: 0; font-size: var(--font-size22); font-weight: 700; color: #a1a1a1; }
.sec3 .swiper-pagination-current { color: var(--color-primary); }
.sec3-list-wrap { width: calc(100% - 620px); position: absolute; right: 0; top: 85px; z-index: 11; }
.sec3-list-wrap .sec3-list { display: inline-flex; border: 1px solid #ddd; border-radius: 40px; padding: 6px; }
.sec3-list-wrap .sec3-list li { padding: 15px 24px; color: #888; cursor: pointer; width: auto; font-size: var(--font-size20); line-height: 1em; font-weight: 600; border-radius: 40px; background: #fff; transition: .2s;}
.sec3-list-wrap .sec3-list li:hover { background: var(--color-primary); color: #fff;}
.sec3-list-wrap .sec3-list li.active { background: var(--color-primary); color: #fff;}

.sec4 .fp-tableCell { padding-top: 100px; }
.sec4 { background: url(../images/main/sec4-bg.jpg) top center no-repeat; background-size: cover; }
.sec4 .main-tit { margin-bottom: 70px; }
.sec4-wrap { display: flex; flex-wrap: wrap; gap: 40px; text-align: center;}
.sec4-wrap .col { width: calc(100%/4 - 30px);}
.sec4-wrap .col a { display: block; }
.sec4-wrap .col .img { border-radius: 16px; overflow: hidden; position: relative; color: #fff; }
.sec4-wrap .col .img .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); padding: 15px; display: flex; align-items: center; justify-content: center; opacity: 0; transition: .3s;}
.sec4-wrap .col .img .abbox p { font-size: var(--font-size18); line-height: 1.4444em; color: #fff; }
.sec4-wrap .col .img .abbox .view { width: 48px; height: 48px; background: url(../images/main/sec4-view.png) center no-repeat; background-size: contain; margin: 30px auto 0;}
.sec4-wrap .col a:hover .img .abbox { opacity: 1; }
.sec4-wrap .col .tit { margin-top: 22px; font-size: var(--font-size20); font-weight: 600; line-height: 1.6em; }

.sec5 { background: url(../images/main/sec5-bg.jpg) center left no-repeat; background-size: 41% 100vh;}
.sec5 .contain { display: flex; gap: 180px; align-items: center; height: 100%; }
.sec5 .contain::after { content: none; }
.sec5 .left { width: 35%; display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 160px 0 80px; }
.sec5 .main-tit { color: #fff; margin-bottom: 0; }
.sec5-lct { color: #fff; }
.sec5-lct h5 { font-size: 16px; font-weight: 700; line-height: 1.2em; color: var(--color-primary); }
.sec5-lct h3 { font-size: var(--font-size20); line-height: 1.3em; font-weight: 500; margin: 5px 0 10px;}
.sec5-lct .addr { display: flex; gap: 7px 20px; flex-wrap: wrap;}
.sec5-lct .line { width: 370px; height: 1px; background: #ddd; margin: 25px 0 30px;}
.sec5-lct ul li { display: flex; margin-bottom: 16px; align-items: center;}
.sec5-lct ul li:last-child { margin-bottom: 0; }
.sec5-lct ul li .tit { display: flex; align-items: center; width: 115px; }
.sec5-lct ul li .tit strong { display: inline-block; padding-left: 16px; flex: 1 1 auto; min-width: 0; width: 1%;}
.sec5-lct ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec5 .right { width: 65%; padding-top: 120px; }
.sec5 .form { display: flex; flex-wrap: wrap; gap: 25px; }
.sec5 .form dl { width: calc(100%/2 - 20px); }
.sec5 .form dl dt { line-height: 1em; font-size: var(--font-size18); color: #2c2c2c; margin-bottom: 20px; }
.sec5 .form dl dt .required { color: var(--color-primary); }
.sec5 .form dl dd .input { width: 100%; height: 48px; border-radius: 8px; }
.sec5 .form dl.w100 { width: 100%; }
.sec5 .submit-fx { margin-top: 40px; display: flex; align-items: center; justify-content: space-between;}
.sec5 .submit-fx .check { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec5 .submit-fx .check a {display:inline-block; background:#fff; margin-left:6px; padding:0 10px; font-size:12px; line-height:26px; letter-spacing:-.03em; border:1px solid #ddd; font-weight: 400; color: #484848; }
.sec5 .submit-btns { width: 152px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: var(--color-primary); color: #fff; cursor: pointer; font-weight: 600; line-height: 1em; border: none; }

/* sub */ 
.sub-visual {position:relative; height:520px; 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: var(--font-size56); font-weight: 700; line-height: 1.2em; }

.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; margin-top: -80px; background: rgba(0, 0, 0, 0.20); backdrop-filter: blur(4px);}
.lnb {margin:0 auto; max-width:1200px;  }
.lnb ul {display:flex; }
.lnb ul li { flex: 1; }
.lnb ul li:last-child {border: none; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:80px; padding:0 15px; color:#fff; font-size:20px; font-weight:400; line-height:1.4em; letter-spacing:-.03em;  }
.lnb ul li.active a { background: #fff; color: #2c2c2c; }

#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 70px;}
.sub-title h2 { font-size: var(--font-size42); font-weight: 700; line-height: 1em; color: #2c2c2c; }

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 80px 0; background-color: #111; color: rgba(153, 153, 153, 0.60); }
#footer .contain { max-width: 1820px; display: flex; justify-content: space-between; align-items: flex-end;}
#footer .contain::after { content: none; }
.ft-text { margin-top: 25px; }
.ft-text span { display: inline-block; padding-right: 34px; font-weight: 300; position: relative; margin-bottom: 15px; }
.ft-text span::after { content: ""; position: absolute; right: 15px; top: 5px; width: 1px; height: 13px; background: rgba(153, 153, 153, 0.60); }
.ft-text span.mg { margin-bottom: 0; }
.ft-text span.af { padding-right: 0; } 
.ft-text span.af::after { display: none; }
.ft-text span strong { font-weight: 700; display: inline-block; padding-right: 10px; color: #555; }
.ft-right { text-align: right; }
.policy a { display: inline-block; font-weight: 700; padding-right: 34px; position: relative; }
.policy a::after { content: ""; position: absolute; right: 15px; top: 5px; width: 1px; height: 13px; background: rgba(153, 153, 153, 0.60); }
.policy a:last-child { padding-right: 0; }
.policy a:last-child::after { display: none; }
.cpr { font-weight: 400; color: #555; margin-top: 18px; }
