@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:absolute; width:100%; z-index:100; top: 0; height: 100px; transition: .2s;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.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; left: 43px;}
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 43px; transition: .2s;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:19px; font-weight:500; letter-spacing:-.02em; line-height:1.3em;}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:25px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#454545;font-size:16px; line-height:1.33em; font-weight: 400; letter-spacing: -.02em;}
#gnb .submenu>ul>li>a:hover { font-weight: 600;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:rgba(255,255,255,0.95); }

#header.header-hover { background: #fff;} 
#header.header-hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.header-hover #gnb>ul>li { padding: 0 64px;}
#header.header-hover #gnb>ul>li>a { color: #242424;}

#header.header-white { background: #fff;} 
#header.header-white .sitelogo { background-image: url(../images/common/logo.png);}
#header.header-white #gnb>ul>li>a { color: #242424;}
#header.header-white .list-icon span { background: #242424;}
#header.header-white .list-icon span:before { background: #242424;}
#header.header-white .list-icon span:after { background: #242424;}

.btn-m-menu {display: none;}

.list-icon {position:absolute; width:25px; height:22px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; top: 50%; transform: translateY(-50%); right: 30px;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#fff;}
.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; }

.mobile-navigation {display:none; 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:16px; 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:#f1d23b}
.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:16px; 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:#f1d23b;}
.mobile-navigation .nav-menu .submenu img { display: none;}
.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:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 키비주얼관리 */
.main-visual {position:relative; background: #000; }
.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; }
.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; top: 40%; width: 100%; left: 0; text-align: center;}
.main-visual .caption .txt {display: inline-block; text-align: center; color: #fff;}
.main-visual .caption h2 {font-size: 76px; font-weight: 700; line-height: 1.2em; display: inline-block; border-bottom: 1px solid #f4f3ee; padding-bottom: 10px; font-family: Georgia, 'Times New Roman', Times, serif;}
.main-visual .caption p { font-size: 48px; font-weight: 700; letter-spacing: -.03em; line-height: 1.3em; margin-top: 20px;}
.main-visual .txt-hidden {overflow:hidden;}
.main-visual .ani {transform:translateY(-80px); opacity:0;}
.main-visual .slick-current .ani.delay1 {animation:txt_ani 1.4s .1s ease forwards;}
.main-visual .slick-current .ani.delay2 {animation:txt_ani 1.4s .8s ease forwards;}
@keyframes txt_ani{
	0% {transform:translateY(-80px); opacity:0;}
	100% {transform:translateY(0); opacity:1;}
}
.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50; left: 0; right: 0; margin: auto; bottom: 60px;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {position:relative; display:block; width:15px; height:15px; background:rgba(255,255,255,0.4); overflow:hidden; text-indent:-9999em; transition:.2s;  border: none; border-radius: 100%;}
.main-visual .slick-dots .slick-active button { background: #fff;}
.main-visual .slick-arrow {position:absolute; top:50%; z-index:50; opacity:1; overflow:hidden; transition: .3s; cursor: pointer; width: 20px; height: 35px; background-size: contain; background-repeat: no-repeat; background-position: center center;}
.main-visual .slick-prev { left: 100px; background-image: url(../images/main/main-leftbt.png); left: 140px;}
.main-visual .slick-next { right: 100px; background-image: url(../images/main/main-rightbt.png); right: 140px;}
.main-visual .scroll { position: absolute; bottom: 50px; left: 0; right: 0; margin: auto; animation:2s scrollUpDown linear infinite; z-index: 99;}
@keyframes scrollUpDown{
	0%,100% {transform:translateY(0);}
	50% {transform:translateY(20px);}
}

/* main 공통 */
.main { height:100vh; } 
.main .swiper-slide { overflow:hidden; } 
.main .swiper-pagination { position: absolute; top: 50%; left:auto; right:var(--container-space); bottom:auto; width:auto; height:auto; font-size:0; line-height:0; color:transparent; pointer-events: none; } 
.main .swiper-pagination span { display:block; color:#fff; line-height:1em; letter-spacing: normal; font-size:var(--font-size-14); font-weight: 700; opacity:.5; } 
.main .swiper-pagination .swiper-pagination-current { position:relative; padding-bottom:24px; opacity:1; } 
.main .swiper-pagination > div { display:none; } 
.main .swiper-pagination .swiper-pagination-current::after { content: ""; position: absolute; bottom:0; right:0; width:16px; height:2px; background: #fff; margin:12px 0; } 
.main.swiper-autoheight, .main.swiper-autoheight .swiper-slide { height:auto !important; } 
.slider-inner { height:100vh; } 

.sec1 { display: flex; height: 100%; z-index: 1;}
.sec1-left { width: 71%; display: flex; height: 100%;}
.sec1-left>div { width: calc(100%/3); height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; color: #fff;}
.sec1-left>div a { display: block; width: 100%; height: 100%; padding-left: 68px; padding-top: 160px; position: relative;}
.sec1-left>div .ab { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; transition: .3s; background: linear-gradient(to bottom , transparent, rgba(241, 210, 59,0.45));}
.sec1-left>div.bg1 { background-image: url(../images/main/sec1-img1.jpg);}
.sec1-left>div.bg2 { background-image: url(../images/main/sec1-img2.jpg);}
.sec1-left>div.bg3 { background-image: url(../images/main/sec1-img3.jpg);}
.sec1-left>div.bg4 { background-image: url(../images/main/sec2-img1.jpg);}
.sec1-left>div.bg5 { background-image: url(../images/main/sec2-img2.jpg);}
.sec1-left>div.bg6 { background-image: url(../images/main/sec2-img3.jpg);}
.sec1-left>div h3 { font-size: 32px; font-weight: 600; letter-spacing: -.02em; line-height: 1.2em; position: relative; margin-bottom: 20px;}
.sec1-left>div h3::before { content: ""; display: block; width: 8px; height: 8px; border-radius: 100%; background: #f1d23b; margin-bottom: 13px;}
.sec1-left>div p { font-size: 16px; line-height: 1.5em; font-weight: 300; letter-spacing: -.02em; }
.sec1-left>div .view { font-size: 18px; font-weight: 700; line-height: 1.2em; margin-top: 50px; position: relative; display: inline-block;} 
.sec1-left>div .view::after { content: ""; position: absolute; right: -30px; width: 8px; height: 14px; background-size: contain; background: url(../images/main/sec-view.png) center no-repeat;top: 3px;}
.sec1-left>div a:hover > .ab{ opacity: 1;}
.sec1-right { width: 29%; padding-top: 240px; padding-left: 100px; position: relative;}
.sec1-right h2 { font-size: 50px; line-height: 1em; letter-spacing: -.02em; color: #222; font-weight: 700; margin-bottom: 48px;}
.sec1-link { display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
.sec1-link a { font-size: 18px; font-weight: 400; letter-spacing: -.02em; line-height: 1.2em; color: #777; display: inline-block; margin-bottom: 23px; position: relative; transition: .2s;}
.sec1-link a::after { content: ""; position: absolute; right: -30px; width: 8px; height: 14px; background-size: contain; background: url(../images/main/sec-view-b.png) center no-repeat; top: 3px;}
.sec1-link a::before { content: ""; position: absolute; left: 0; width: 8px; height: 14px; background-size: contain; background: url(../images/main/sec-view-c.png) center no-repeat; top: 3px; display: none;}
.sec1-link a:hover { padding-left: 23px; font-weight: 700; color: #f1d23b;}
.sec1-link a:hover::after { display: none;}
.sec1-link a:hover::before { display: block;}
.sec1-link a:last-child { margin-bottom: 0;}
.sec-sb { position: absolute; right: 0; bottom: 0;}
.sec2 { display: flex; align-items: center; height: 100%; background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover; text-align: center; justify-content: center; width: 100%;}
.sec2 h2 { font-size: 50px; font-weight: 700; letter-spacing: -.02em; line-height: 1em; color: #222; margin-bottom: 30px;}
.sec2 p { font-size: 24px; font-weight: 300; letter-spacing: -.02em; line-height: 1.4em; color: #454545;}
.sec2-list { margin-top: 90px; display: flex; justify-content: center; flex-wrap: wrap; padding: 0 100px;}
.sec2-list li { width: calc(100%/3); text-align: center;}
.sec2-list li .tit { font-size: 32px; line-height: 1em; font-weight: 600; letter-spacing: -.03em; color: #074193; margin: 30px 0 22px;}
.sec2-list li .txt { line-height: 1.5em; font-size: 18px; font-weight: 400; letter-spacing: -.03em; color: #777; margin-bottom: 25px;}
.sec2-list li .circle { width: 56px; height: 56px; border-radius: 100%; transition: .2s; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 30px; font-weight: 400; letter-spacing: -.03em; line-height: 1em; opacity: 0.3; background: #074193; margin: auto;}
.sec2-list li a:hover > .circle { opacity: 1;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; 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%;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center; padding: 20px; }
.sub-visual h2 {font-size:56px; line-height:1.2em; display: inline-block; font-weight: 800; letter-spacing: -.03em;  margin-bottom: 25px; margin-top: 50px;}
.ctr span { display: inline-block; padding: 0 20px; position: relative; font-weight: 700; letter-spacing: -.03em; line-height: 1em; }
.ctr span::after { content: ""; position: absolute; right: 0; top: 0px; width: 1px; height: 14px; background: rgba(255,255,255,0.5);}
.ctr span img { margin-left: 16px; margin-top: 4px;}
.ctr span:last-child::after { display: none;}
.ctr span.home { text-indent: -9999em; width: 16px; height: 16px; background-size: contain; background: url(../images/sub/home.png) left center no-repeat; } 

.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; }
.lnb-wrap::after { content: ""; position: absolute; bottom: 1px; left: 0; width: 100%; height: 1px; background: #ddd;}
.lnb {margin:0 auto; max-width:1400px; }
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; position: relative;}
.lnb ul li a::after { content: ""; position: absolute; left: 0; width: 100%; bottom: 0px; height: 2px; background: #231f20; display: none;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:70px; padding:0 15px; color:#454545; font-size:17px; font-weight:400; line-height:1.2em; letter-spacing:-.02em;}
.lnb ul li.active a {color:#222; font-weight: 600; }
.lnb ul li.active a::after { display: block;}

#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: 75px 0; text-align: center;}

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; position: relative; }
#footer .contain { position:relative; display: flex; justify-content: space-between; align-items: center;}
#footer .contain::after { content: none;} 
.ft-top { background: #b0b0b0; color: #fff; padding: 20px 0;}
.policy a { display: inline-block; line-height: 1.2em; font-size: 15px; font-weight: 400; letter-spacing: -.03em; position: relative;}
.policy a:last-child { padding-left: 27px;}
.policy a:last-child::before { content: ""; position: absolute; width: 2px; height: 2px; border-radius: 100%; background: #fff; left: 10px; top: 8px;}
.scroll-top { font-size: 15px; font-weight: 600; line-height: 1em; position: relative; padding-right: 25px; display: inline-block;}
.scroll-top::after { content: ""; position: absolute; right: 0; width: 15px; height: 7px; background: url(../images/common/top.png) center no-repeat; background-size: contain; top: 4px;}
.ft-btm { padding: 45px 0;}
.ft-btm .contain { justify-content: flex-start !important;}
.ft-text { padding-left: 80px; line-height: 1.6em;}
.ft-text span { display: inline-block; font-size: 15px; line-height: 1.5em; letter-spacing: -.03em; color: #777; font-weight: 300; padding-right: 35px;}
.ft-text span:last-child { padding-right: 0;}
.ft-text span strong { display: inline-block; font-weight: 500; padding-right: 13px;}
.ft-text span a { display: inline-block; color: #ccc;}