@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:relative; width:100%; z-index:100; top: 0; background: #fff; height: 100px;}
#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: 100px;}

.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 50px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; right: 0; margin: auto; width: 7px; height: 7px; border-radius: 100%; background: #feae35; bottom: -4px; display: none;}
#gnb>ul>li.active>a::after { display: block;}
#gnb>ul>li:last-child a::after { display: none;}
#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%);}
#gnb>ul>li:first-child .submenu {margin-left: 195px;}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:22px 20px; color:#454545; font-size:16px; line-height:1.33em; white-space:nowrap; font-weight: 500;}
#gnb .submenu>ul>li>a:hover {color:#f9b32d;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-bottom:1px solid #ddd; border-top: 1px solid #ddd;}

.list-icon { width:31px; height:30px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; background: url(../images/common/menu.png) center no-repeat; background-size: contain;}

.mobile-navigation { 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:#f9b32d}
.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:#f9b32d;}
.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; height: 100vh !important;}
.main-visual .contain {position: relative; height: 100%; max-width: 1460px;}
.main-visual .slick-slide { position:relative; height: 100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:50%; left:50%; width:100%; padding-bottom:56.25%; transform:translate(-50%,-50%); overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video,
.main-visual .item iframe {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:contain;}

.main-visual .caption {position: absolute; top: 45%; width: 100%; left: 0; text-align: center;}
.main-visual .caption .txt {display: inline-block; text-align: center; color: #fff;}
.main-visual .caption .vs-logo { position: relative; margin-bottom: 28px;}
.main-visual .caption .vs-logo::before { content:""; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; width: 300px; height: 1px; background: rgba(255,255,255,0.3);}
.main-visual .caption .vs-logo::after { content:""; position: absolute; top: 0; bottom: 0; margin: auto; right: 0; width: 300px; height: 1px; background: rgba(255,255,255,0.3);}
.main-visual .caption p { font-size: 35px; font-weight: 300; letter-spacing: -.03em; line-height: 1.5em;}

.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50; left: 0; right: 0; margin: auto; bottom: 80px;}
.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:0.4; overflow:hidden; transition: .3s; cursor: pointer; background-size: contain; background-repeat: no-repeat; background-position: center center; width: 43px; height: 79px;}
.main-visual .slick-prev { left: 50px; background-image: url(../images/main/main-leftbt.png);}
.main-visual .slick-next { right: 50px;  background-image: url(../images/main/main-rightbt.png);}
.main-visual .slick-arrow:hover { opacity: 1;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.1);}
}

/* main공통 */
.main-scroll {color: #fff; bottom: 95px; position: fixed; font-size: 12px; font-weight: 500; right: 0; width: 100%; text-align: right; }
.main-scroll .contain { position: relative;}
.main-scroll.active { display: none;}
.main-scroll p { line-height: 1em; position: relative;}
.main-scroll .line { position: absolute; width: 1px; height: 90px; background: #fff; right: 32px; top: 20px;}
.main-scroll .line .move { width: 5px; height: 20px; background: #fff; position: absolute; left: -2px; top: 15px; animation: scrollDisappear 1.5s infinite;}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateY(40px);
    }
}

.main-tit { font-size: 45px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; margin-bottom: 32px;}
.main-txt { font-size: 18px; font-weight: 300; letter-spacing: -.03em; line-height: 1.4em;}

/* main */
.sec1-box { display: flex; text-align: center; height: 100%; color: #fff;}
.sec1-box a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; flex-direction: column;}
.sec1-left {width: 50%; background: url(../images/main/sec1-left.jpg) center no-repeat; background-size: cover;}
.sec1-right {width: 50%; background: url(../images/main/sec1-right.jpg) center no-repeat; background-size: cover;}
.sec1-box h4 { font-size: 18px; font-weight: 500; letter-spacing: -.03em; line-height: 1em; color: #ffb92e; margin-bottom: 25px;}
.sec1-box h2 { font-size: 38px; font-weight: 600; letter-spacing: -.03em; line-height: 1.2em; }
.sec1-box .line { width: 1px; height: 30px; background: #fff; margin: 32px auto;}
.sec1-box .line2 { width: 30px; height: 1px; }
.sec1-txtbox { margin-bottom: 55px;}
.sec1-txtbox p { font-size: 18px; line-height: 1.666em; margin-bottom: 12px; font-weight: 400; letter-spacing: -.03em; }
.sec1-txtbox p.clr { color: #ffb92e;}
.sec1-txtbox p:last-child { margin-bottom: 0;}
.sec1-view { width: 170px; height: 55px; border-radius: 28px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.3); font-size: 16px; font-weight: 500; letter-spacing: -.03em; line-height: 1em; transition: .3s;}
.sec1-box a:hover > .sec1-view { background: #ffb92e;}
.sec2 .fp-tableCell { padding-top: 100px;}
.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover; color: #fff; text-align: center;}
.sec2-list { display: flex; flex-wrap: wrap; margin-top: 55px; gap: 5px;}
.sec2-list li { width: calc(100%/5 - 4px); text-align: center; box-shadow: 3px 3px 20px rgba(0,0,0,0.5);}
.sec2-list li a { display: block; position: relative; width: 100%;}
.sec2-list li .thumb {position:relative; padding-bottom:130%; overflow:hidden; }
.sec2-list li .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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;}
.sec2-list li .txtbox { padding: 22px 5px; background: #fff; transition: .2s; height: 65px; position: absolute; bottom: 0; width: 100%; left: 0;}
.sec2-list li .txtbox p { font-size: 18px; font-weight: 400; letter-spacing: -.03em; line-height: 1.2em; color: #242424; transition: .2s; position: relative;}
.sec2-list li .txtbox p::after { content: ""; display: block; width: 34px; height: 19px; background-size: contain; background: url(../images/main/sec2-right.png) center no-repeat; margin: 16px auto 0; display: none; transition: .2s;}
.sec2-list li a:hover > .txtbox { background: #1f1b3e; height: 100px;}
.sec2-list li a:hover > .txtbox p { color: #fff;}
.sec2-list li a:hover > .txtbox p::after { display: block;}
.sec2-view { width: 170px; height: 55px; display: flex; align-items: center; justify-content: center; margin: 60px auto 0; border-radius: 28px; background: #f5c669; font-weight: 500; letter-spacing: -.03em; line-height: 1.1em; box-shadow: inset 0px 0px 15px rgba(0,0,0,0.2); transition: .2s;}
.sec2-view:hover { background: #ffb92e;}
.sec3 { background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover; color: #fff; text-align: center;}
.sec3-list { display: flex; justify-content: center; margin-top: 95px; padding: 0 170px;}
.sec3-list li { width: calc(100%/4); text-align: center;}
.sec3-list li a { display: block; width: 100%;}
.sec3-list li .circle { width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 100%; margin: 0 auto 30px; transition: .2s;}
.sec3-list li a:hover > .circle { background: #1f1b3e;}
.sec3-list li .tit { font-size: 20px; line-height: 1em; font-weight: 500; letter-spacing: -.03em;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:400px; 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:40px; line-height:1.2em; display: inline-block; font-weight: 700; letter-spacing: -.03em;}

.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: -60px;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; background:rgba(0,0,0,0.6); position: relative;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:60px; padding:0 15px; color:#ddd; font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:#f2b72f;}
.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 { padding: 80px 0 50px; text-align: center;}
.sub-title h1 { font-size: 35px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; color: #242424; position: relative;}

.real-cont {min-height:300px; padding-bottom: 160px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 50px 0; background: #232323; color: #fff;}
#footer .contain { position:relative; display: flex; justify-content: space-between; max-width: 100%; padding-left: 100px; padding-right: 100px;}
#footer .contain::after { content: none;} 
.ft-logo { padding-left: 10px;}
.ft-text { line-height: 1.666em; margin-top: 54px;}
.ft-text span { font-size: 16px; font-weight: 200; letter-spacing: -.03em; line-height: 1.9em; display: inline-block; padding-right: 38px;}
.ft-text span:last-child { padding-right: 0;}
.cpr { margin-top: 25px; font-size: 13px; font-weight: 300; letter-spacing: -.03em; line-height: 1.2em; color: #6f6f6f;}
.cpr span { display: inline-block; padding-right: 28px; position: relative;}
.cpr span::after { content: ""; position: absolute; right: 12px; width: 1px; height: 10px; background: #6f6f6f; top: 3px;}
.cpr a { display: inline-block;}
.scroll-top { width: 56px; height: 56px; border-radius: 100%; background: #f8b925 url(../images/common/top.png) center no-repeat; background-size: 17px; display: inline-block;}
.policy a { display: inline-block; font-size: 13px; font-weight: 400; letter-spacing: -.03em; line-height: 1.2em; padding-left: 21px; position: relative;}
.ft-right { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end;}
.policy a::before { content: ""; position: absolute; left: 0; width: 15px; height: 15px; background-size: contain; background: url(../images/common/policy.png) center no-repeat; }
.policy a:last-child { margin-left: 25px;}