@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 {width: 100%; top: 0; left: 0; z-index:100; transition: .5s; height: 100px; background: #fff; position: relative; position: fixed;}
#header .contain {position:relative; z-index:2; display: flex; justify-content: space-between; align-items: center; height: 100%; max-width: 100%; padding-left: 100px; padding-right: 100px;}
#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 {flex:1 1 auto; min-width:0; width:1%; position: relative; left: 50px;}
#gnb > ul {display:flex; justify-content: center;}
#gnb > ul > li {position:relative; text-align:center; padding: 0 80px;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight:600; line-height:100px; color: #242424; position: relative; letter-spacing: -.04em;}
#gnb > ul > li.active > a { color: #e0733b;}

#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%);}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:18px 37px; color:#fff; font-size:17px; line-height:1.33em; white-space:nowrap; font-weight: 400; letter-spacing: -.04em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under;}
#gnb .submenu>ul>li.active>a {color:#e0733b;}

.hd-cp { font-size: 17px; font-weight: 500; letter-spacing: -.03em; color: #e0733b; border: 1px solid #e0733b; border-radius: 22px; line-height: 1.2em; padding: 10px 30px;}
.hd-cp:hover { background: #e0733b; color: #fff;}
.submenu-bg { display: none; position:absolute; left:0; width:100%; background: #e0733b; height: 0; z-index: 1;}

.btn-m-menu {display: none;}

/* for mobile */

.list-icon { position: absolute; top: 50%; right: 30px; width: 18px; height: 32px; margin-top: -16px; text-align: center; text-indent: -9999em; z-index: 50; transition: all 0.5s linear;}
.list-icon span { position: absolute; left: 0; right: 0; top: 50%; margin-top: 0px; height: 2px; background: #242424;}
.list-icon span:before, .list-icon span:after { content: " "; position: absolute; left: -10px; right: 0; height: 2px; transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s;}
.list-icon span:before { top: -11px; transition-property: top, transform; background: #242424; content: "only";}
.list-icon span:after { bottom: -11px; transition-property: bottom, transform; background: #242424;}

.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:#e0733b}
.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:#e0733b;}
.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 */
.sec1 .fp-tableCell {padding: 80px 0;}
.sec2 .fp-tableCell { padding: 80px 0;}
.sec3 .fp-tableCell {padding: 80px 0;}

.sec1 { background: url(../images/main/sec1_bg.jpg) center no-repeat; background-size: cover; color: #fff; text-align: left;}
.sec2 { background: url(../images/main/sec2_bg.jpg) center no-repeat; background-size: cover; color: #fff; text-align: right;}
.sec3 { background: url(../images/main/sec3_bg.jpg) center no-repeat; background-size: cover; color: #fff; text-align: left;}

.main-subtit { font-size: 20px; font-weight: 600; letter-spacing: 0.2em; line-height: 1.2em; display: inline-block; position: relative;}
.main-subtit::after { content: ""; position: absolute; right: -8px; top: -3px; width: 6px; height: 6px; border-radius: 100%; background: #e0733b;}
.main-tit { font-size: 70px; letter-spacing: -.03em; font-weight: 700; line-height: 1.2em; margin-top: 20px;}
.main-txt { font-size: 30px; font-weight: 500; letter-spacing: -.03em; line-height: 1.2em; margin-top: 20px;}
.main-link { font-size: 16px; font-weight: 700; letter-spacing: -.02em; display: inline-block; border: 1px solid #fff; border-radius: 30px; padding: 15px 80px 15px 30px; position: relative; margin-top: 55px; text-align: left;}
.main-link::after { content: ""; position: absolute; right: 30px; top: 23px; width: 7px; height: 11px; background-size: contain; background: url(../images/main/right.png) center no-repeat;}
.main-link:hover { background: #e0733b; border: 1px solid #e0733b; }
.main-scroll { position: fixed; bottom: 70px; left: 0; right: 0; margin: auto; z-index: 111; animation: scrollDisappear 1.5s infinite;}
.main-scroll.active { display: none;}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateY(20px);
    }
}

#fp-nav { top: 50% !important; right: auto; left: 100px;}
#fp-nav ul li { width: 10px !important; height: 10px !important; background: rgba(255,255,255,0.6); border-radius: 100%; position: relative; margin: 0; margin-bottom: 45px !important;}
#fp-nav ul li:nth-child(3) { margin-bottom: 0 !important;}
#fp-nav ul li a.active span { width: 20px ; height: 20px ; border-radius: 100%; border: 1px solid #e0733b; background: transparent; left: 0; top: 0; margin: -5px 0 0 -5px;}
#fp-nav ul li a.active { background: #e0733b; border-radius: 100%;}

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:400px; overflow:hidden; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; margin-top: 100px;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center; padding: 20px; }
.sub-visual h2 {font-size:50px; line-height:1.2em; letter-spacing: -.04em; position: relative; display: inline-block; font-weight: 700;}
.sub-visual p { font-size: 20px; font-weight: 300; line-height: 1.2em; margin-top: 13px; font-family: 'Titillium Web', sans-serif; letter-spacing: 0.05em;}

.lnb {position:relative; margin-top: -29px;}
.lnb .contain { max-width: 1200px; background: #fff; padding-left: 0; padding-right: 0; border-radius: 30px; overflow: hidden; box-shadow: 0 0 6px rgba(0,0,0,0.15);}
.lnb ul {display:flex;text-align:center; margin:0 auto; }
.lnb ul li {flex:1;width: auto; font-weight: 500; letter-spacing: -.03em; position: relative; color: #242424;}
.lnb ul li::after { content: ""; position: absolute; right: -3px; top: 0; bottom: 0; margin: auto; width: 1px; height: 20px; background: #ddd;}
.lnb ul li:last-child::after { display: none;}
.lnb ul li a {display: block; font-size:18px; transition:none; padding: 15px 0; }
.lnb ul li.active {background: #e0733b; color: #fff; border-radius: 30px; border: 1px solid #e0733b; z-index: 1;}
.lnb ul li.active::after { display: none;}
.lnb2 ul li { flex: 1 !important;}

.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");}
.sub-visual.bg6 {background-image:url("../images/sub/sub_visual6.jpg");}

#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 { text-align: center; padding: 70px 0 60px;}
.sub-title2 { padding: 80px 0 60px;}
.sub-title>h2 { font-size: 30px; font-weight: 700; letter-spacing: -.03em; color: #242424; line-height: 1em; position: relative; }
.sub-title>h2::after {content: ""; display: block; width: 50px; height: 3px; background: #242424; margin: 30px auto 0;}

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 {padding-bottom: 0;}


/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #333; padding: 35px 0;}
#footer .contain { position:relative; display: flex; justify-content: space-between; }
#footer .contain::after { content: none;}
.ft-logo { font-size: 18px; font-weight: 500; letter-spacing: -.04em; line-height: 1.2em; color: #fff;}
.ft-text { margin-top: 6px;}
.ft-text span { font-size: 15px; font-weight: 400; letter-spacing: -.04em; color: #b8b8b8; line-height: 1.5em; padding-right: 27px; display: inline-block;}
.cpr span { font-size: 14px; font-weight: 400; letter-spacing: -.04em; color: #b8b8b8; line-height: 1.2em;}
.cpr a { font-size: 14px; font-weight: 400; letter-spacing: -.04em; color: #686868; line-height: 1.2em;}
.ft-text span:last-child { padding-right: 0;}
.ft-right a { font-size: 15px; line-height: 1.2em; letter-spacing: -.04em; color: #b8b8b8; position: relative; font-weight: 400;}
.ft-right a:last-child { margin-left: 65px;}
.ft-right a::before { content: ""; position: absolute; left: -20px; top: 0; bottom: 0; margin: auto; background: url(../images/common/policy.png) center no-repeat; width: 15px; height: 15px;}
.kakao { width: 120px; height: 120px; background: #ffe500; border-radius: 100%; position: fixed; top: 50%; transform: translateY(-50%); right: 100px; z-index: 1111;}
.kakao a{ display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; text-align: center; flex-direction: column;}
.kakao .txt { font-size: 15px; font-weight: 700; letter-spacing: -.03em; line-height: 1.3em; color: #41231f; margin-top: 10px;}

