@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:1660px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container.bg { background: #26265f; }
#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:101; top: 0; height: 80px; transition: .2s; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1660px;}
#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 35px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:80px; color:#fff; font-size:18px; font-weight:700; line-height:1.3em; font-family:'poppins';}
#gnb>ul>li.active>a { color: #ff9c00; }

#gnb .submenu {display:none; position:absolute; left:50%; width:180px; transform:translateX(-50%); background:#0e1b4e; text-align:center; border-radius: 8px; } 
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#fff; font-size:16px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover { color: #ff9c00; font-weight: 700; }

.hd-sns { display: flex; gap: 8px; }

.list-icon {position:absolute; width:28px; height:22px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; top: 50%; transform: translateY(-50%); right: 30px; display: none; }
.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:-9px; transition-property:top, transform; background:#fff; content: "only"; left: 12px;}
.list-icon span:after {bottom:-9px; transition-property:bottom, transform; background:#fff; right: 12px;}

.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 span { font-size: 13px; color: #999;}
.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:#0e1b4e}
.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 span { font-size: 13px; color: #999;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#0e1b4e;}
.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 공통 */
.main-tit { font-size: 60px; font-family:'poppins'; font-weight: 700; line-height: 1.2em; color: #fff; text-align: center; margin-bottom: 40px; }
.main-txt { font-size: 18px; line-height: 1.5em; font-weight: 300; color: #fff; }

/* main */
.sec1 { background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover; position: relative; }
.sec1 h2 { font-size: 100px; font-weight: 700; font-family:'poppins'; text-align: center; color: #fff; line-height: 1em; }
.sec1 h2 span { color: #ff9c00;}
.sec1 .scroll { position: absolute; bottom: 65px; left: 0; margin: auto; text-align: center; right: 0; margin: auto;}
.sec1 .scroll>p { font-size: 12px; letter-spacing: -.03em; color: #fff; font-weight: 600; animation: fadeIn 1.5s infinite; position: relative; margin-bottom: 5px; font-family:'poppins';}
.sec1 .scroll-down{ animation: scrollDisappear 1.5s infinite; }
@keyframes fadeIn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes scrollDisappear {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover; text-align: center;}
.sec2 .main-txt { font-size: 26px; }
.sec2-list { display: flex; justify-content: center; margin-top: 170px; }
.sec2-list li { width: calc(100%/3); color: #fff; }
.sec2-list li .tit { font-size: 26px; font-weight: 600; line-height: 1em; margin: 50px 0 18px;}
.sec2-list li .txt { font-size: 17px; line-height: 1.5em; font-weight: 300; color: #ddd; }

.sec3 { position: relative; text-align: center;}
.sec3-titbox { text-align: center; width: 100%; position: absolute; top: 100px; }
.sec3-inbox { display: flex; height: 100%;}
.sec3-inbox .col { width: calc(100%/4); background-position: center; background-repeat: no-repeat; background-size: cover; height: 100%; }
.sec3-inbox .col.bg1 { background-image: url(../images/main/sec3-img1.jpg);}
.sec3-inbox .col.bg2 { background-image: url(../images/main/sec3-img2.jpg);}
.sec3-inbox .col.bg3 { background-image: url(../images/main/sec3-img3.jpg);}
.sec3-inbox .col.bg4 { background-image: url(../images/main/sec3-img4.jpg);}
.sec3-inbox .col a { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff; }
.sec3-inbox .col .tit { font-size: 36px; line-height: 1.3em; font-weight: 700; }
.sec3-inbox .col .tit span { color: #ff9c00; display: none; }
.sec3-inbox .col .txt { display: none; font-size: 20px; line-height: 1.7em; margin-top: 30px; }
.sec3-inbox .col a:hover > .tit span { display: inline-block; }
.sec3-inbox .col a:hover > .txt{ display: block; }

.sec4 { background: url(../images/main/sec4-bg.jpg) center no-repeat; background-size: cover;}
.sec4 .main-tit { text-align: left;}
.sec4 .main-txt { text-align: left;}
.sec4-btbox { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 15px; margin: 40px 0; }
.sec4-prev::after, .sec4-next::after { display: none; }
.sec4-prev, .sec4-next { position: relative; top: auto; margin-top: 0; width: 24px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.sec4-prev { left: auto; background-image: url(../images/main/sec4-leftbt.png);}
.sec4-next { right: auto; background-image: url(../images/main/sec4-rightbt.png); left: auto;}
.sec4-swiper { width: 100%; position: relative; overflow: hidden; }
.sec4-swiper-slide { border-top: 1px solid rgba(255,255,255,0.5);}
.sec4-swiper-slide a { display: block; width: 100%; padding-top: 30px; text-align: left;}
.sec4-swiper-slide .date { color: #ddd; font-size: 16px; font-weight: 400; line-height: 1em; }
.sec4-swiper-slide .tit { font-size: 22px; font-weight: 700; line-height: 1.4em; color: #fff; margin: 13px 0 28px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.sec4-swiper-slide .thumb {position:relative; padding-bottom:67%; overflow:hidden;}
.sec4-swiper-slide .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;}

.sec5 { background: url(../images/main/sec5-bg.jpg) center no-repeat; background-size: cover; text-align: center;}
.sec5-map { box-shadow: 15px 2px 30px rgba(0,0,0,0.15);}
.sec5 p { margin-top: 25px; font-weight: 500; line-height: 1.4em; color: #fff; }

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:300px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual .contain {text-align: left; max-width: 1660px; }
.sub-visual .cell {display:table-cell; vertical-align:bottom; }
.sub-visual h2 {font-size:66px; line-height:1em; font-weight: 700; font-family:'poppins'; color: #ff9c00; padding-bottom: 40px; }

#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: 60px 0; text-align: center;}

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; color: #ddd; background: #000; font-size: 15px; font-weight: 400; }
.ft-top { border-bottom: 1px solid #333; }
.ft-top .contain { display: flex; align-items: center; justify-content: space-between;}
.ft-top .contain::after { content: none;}
.policy a { line-height: 1.3em; display: inline-block; font-weight: 400; padding-right: 40px; }
.policy a:last-child { padding-right: 0; }
.scroll-top { padding: 18px 20px; border-left: 1px solid #333; border-right: 1px solid #333; font-weight: 400; display: inline-block;}
.scroll-top span { display: inline-block; padding-left: 10px; }
.ft-btm { padding: 35px 0;}
.ft-text { line-height: 2em; }
.ft-text span { display: inline-block; padding-right: 40px; line-height: 2em; font-weight: 400; }
.ft-text span strong { display: inline-block; color: #787878; padding-right: 15px; }
.ft-text span:last-child { padding-right: 0; }
.cpr { font-size: 16px; color: #787878; line-height: 1.3em; margin-top: 25px; }
