@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; height: 100px; transition: .2s;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1680px;}
#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%; position: relative;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 66px;}
#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; line-height:1.3em; z-index: 1;}
#gnb>ul>li>a::after { content: ""; position: absolute; right: 0; width: 9px; height: 9px; border-radius: 100%; background: #d2aa4b; display: none; left: 0; margin: auto; bottom: -4px; }

#gnb .submenu {display:none; position:absolute; left:50%; width:190px; transform:translateX(-50%); background:#0061ae; border-top:0; text-align:left;}
#gnb .submenu>ul {padding:20px 5px; padding-left: 30px;}
#gnb .submenu>ul>li>a {display:block; padding:9px 0; color:#fff; font-size:16px; line-height:1.33em; letter-spacing: -.03em; font-weight: 300; }
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under;}

#header.move { background: #fff;}
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #242424;}
#header.move .list-icon span { background: #242424;}
#header.move .list-icon span::before { background: #242424;}
#header.move .list-icon span::after { background: #242424;}

#header.header-hover { background: #fff;} 
#header.header-hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.header-hover #gnb>ul>li>a { color: #242424;}
#header.header-hover #gnb>ul>li.active>a::after { display: block;}
#header.header-hover .list-icon span { background: #242424;}
#header.header-hover .list-icon span::after { background: #242424;}
#header.header-hover .list-icon span::before { background: #242424;}

.list-icon {width:28px; height:28px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; position: relative; display: inline-block;}
.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:0; 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 { 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; display: block;}
.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:#0061ae}
.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 p { display: none;}
.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.pd { padding: 0 !important;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#0061ae;}
.mobile-navigation .nav-menu .submenu .submenu-left{ display: none;}
.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; transform: scale(1.25);}
.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: 50%; width: 100%; left: 0; text-align: center; transform: translateY(-50%);}
.main-visual .caption .txt {display: inline-block; text-align: center; color: #fff;}
.main-visual .caption p { font-size: 20px; font-weight: 200; line-height: 1.4em; text-shadow: 3px 3px 5px rgba(0,0,0,0.4); color: rgba(255,255,255,0.8); margin-bottom: 20px;}
.main-visual .caption h2 {font-size: 80px; font-weight: 700; line-height: 1.1em; text-shadow: 3px 3px 5px rgba(0,0,0,0.4); letter-spacing: -.03em; }

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;} 

@keyframes scale {
    0% {transform: scale(1.25);}
    100% {transform: scale(1);}
}

.pagi-wrap { position: absolute; max-width: 100%; width: 100%; margin: 0 auto; bottom: 100px; left: 150px; right: 0;}
.pagi { display: flex; gap: 18px; align-items: center; }
.pagi-box { display: flex; justify-content: center; align-items: center; gap: 20px; position: relative;}
.pagi-box::after { content: ""; position: absolute; width: 1px; height: 10px; background: rgba(255,255,255,0.5); right: 18px;}
.main-visual .slick-dots {line-height:0; z-index:50; position: relative; padding-top: 1px;}
.main-visual .slick-dots li {display: none; font-size: 14px; font-weight: 600; text-align: center; color: rgba(255,255,255,0.4); }
.main-visual .slick-dots li.slick-active span:first-child { color: #fff; font-size: 18px; font-weight: 700; }
.main-visual .slick-dots li.slick-active{display:block; font-size: 14px; position: relative; }
.main-visual .slick-dots li span { padding: 0 5px;}

.main-visual .slick-arrow {position:relative; width:8px; height:12px; z-index:50; opacity:1; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; text-indent:-9999em; transition: .3s; cursor: pointer; background-size: contain; }
.main-visual .slick-prev {background-image:url("../images/main/main-leftbt.png"); left:auto; position: relative;}
.main-visual .slick-next {background-image:url("../images/main/main-rightbt.png"); right: auto;}

.main-visual .buttons #toggle { background: no-repeat url(../images/main/pause.png) 50% 50% / 10px; width: 34px; height: 34px; position: relative; display:inline-block; vertical-align: middle; text-indent: -9999em; overflow: hidden; border: none;}
.main-visual .buttons #toggle.play { background:transparent no-repeat url(../images/main/play.png) 50% 50% / 11px;}

.scroll-down { position: absolute; bottom: 100px; right: 150px; animation: scrollDisappear 2s infinite; }
@keyframes fadeIn {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateY(30px);
    }
}

/* main 공통 */
.main-tit { font-size: 54px; font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; color: #242424; text-align: center; margin-bottom: 25px; }
.main-tit.white { color: #fff;}
.main-txt { font-size: 17px; font-weight: 300; letter-spacing: -.03em; line-height: 1.5em; color: #686868; margin-bottom: 70px; text-align: center;}
.main-txt.white { color: #fff;}

/* main */
.sec1 { background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover;}
.sec1-tab { display: flex; border: 1px solid rgba(255,255,255,0.2); }
.sec1-tab li { width: calc(100%/5); border-right: 1px solid rgba(255,255,255,0.2); padding: 95px 3px; text-align: center; cursor: pointer; position: relative; transition: .2s;}
.sec1-tab li:last-child { border-right: none;}
.sec1-tab li .tit { font-size: 22px; font-weight: 600; line-height: 1.2em; color: #fff; margin-top: 20px;} 
.sec1-tab li .txt { font-weight: 400; line-height: 1.2em; color: rgba(255,255,255,0.5); margin-top: 18px;}
.sec1-tab li .big { font-weight: 800; font-size: 100px; color: rgba(255,255,255,0.07); line-height: 1em; position: absolute; left: 0; right: 0; margin: auto; bottom: -14px; transition: .2s; opacity: 0;}
.sec1-tab li:hover { background: #0061ae;}
.sec1-tab li:hover .big { opacity: 1;}

.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover;}
.sec2-list { display: flex; height: 100%;}
.sec2-list li { width: calc(100%/3); border-right: 1px solid rgba(255,255,255,0.2); text-align: center; height: 100%; position: relative; transition: .4s; }
.sec2-list li a { height: 100%; display: flex; align-items: center; justify-content: center ; transition: .2s;}
.sec2-list li:last-child { border-right: none;}
.sec2-list li p { font-size: 15px; font-weight: 300; line-height: 1em; color: rgba(255,255,255,0.6); margin-bottom: 13px;}
.sec2-list li h2 { font-size: 40px; line-height: 1.2em; color: #fff; letter-spacing: -.03em; font-weight: 600; }
.sec2-list li .iconbox { margin: 30px 0 60px;}
.sec2-list li .view { width: 200px; height: 50px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,0.3); color: #fff; line-height: 1em; padding: 0 25px; justify-content: space-between; transition: .2s; margin: auto;}
.sec2-list li:hover a { background: #0061ae;}
.sec2-list li:hover a .view { background: #fff; color: #0061ae; }

.sec3-tab { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 80px; }
.sec3-tab li { width: 180px; height: 50px; border-radius: 25px; border: 1px solid #ddd; transition: .2s;}
.sec3-tab li a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 400; letter-spacing: -.03em; color: #454545; line-height: 1em; transition: .2s;}
.sec3-tab li.active { background: #0061ae; border: 1px solid #0061ae;}
.sec3-tab li.active a { color: #fff; }
.sec3-tab li:hover { background: #0061ae; border: 1px solid #0061ae;}
.sec3-tab li:hover a { color: #fff; }
.sec3-box { position: relative; }
.sec3-swiper { position: relative; overflow: hidden; width: 100%; }
.sec3-swiper-slide { width: 100%; text-align: center;}
.sec3-swiper-slide a { position: relative; display: block; width: 100%; }
.sec3-swiper-slide .thumb {position:relative; padding-bottom:100%; margin-bottom:15px; overflow:hidden;}
.sec3-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;}
.sec3-swiper-slide .tit { font-size: 18px; font-weight: 500; letter-spacing: -.03em; line-height: 1.3em; color: #242424; }
.sec3-swiper-button-prev::after, .sec3-swiper-button-next::after { display: none;}
.sec3-swiper-button-prev, .sec3-swiper-button-next { width: 62px; height: 62px; margin-top: -31px; border-radius: 100%; border: 1px solid #ddd; background-color: #fff; background-repeat: no-repeat; background-position: center;  background-size: 12px; transition: .2s;}
.sec3-swiper-button-prev { background-image: url(../images/main/sec3-leftbt.png); left: -100px;}
.sec3-swiper-button-prev:hover { background-color: #0061ae; background-image: url(../images/main/sec3-leftbt-w.png);}
.sec3-swiper-button-next { background-image: url(../images/main/sec3-rightbt.png); right: -100px;}
.sec3-swiper-button-next:hover { background-color: #0061ae; background-image: url(../images/main/sec3-rightbt-w.png);}

.sec4 { background: url(../images/main/sec4-bg.jpg) center no-repeat; background-size: cover;}
.sec4-list { border-top: 1px solid rgba(255,255,255,0.3); margin-bottom: 60px; }
.sec4-list li { border-bottom: 1px solid rgba(255,255,255,0.3);}
.sec4-list li a { display: flex; padding: 25px 40px; color: #fff; position: relative; align-items: center; transition: .2s;}
.sec4-list li a::after { content: ""; position: absolute; right: 40px; top: 0; bottom: 0; margin: auto; width: 23px; height: 23px; background: url(../images/main/sec4-plus.png) center no-repeat; background-size: contain;}
.sec4-list li a:hover { background: rgba(0, 97, 174,0.6);}
.sec4-list li .datebox { text-align: center; width: 100px; }
.sec4-list li .datebox .year { line-height: 1em; font-size: 20px; font-weight: 600; letter-spacing: -.035em; margin-bottom: 18px; }
.sec4-list li .datebox .day { line-height: 1em; font-size: 36px; font-weight: 600; letter-spacing: -.035em; }
.sec4-list li .tit { padding-right: 35px; flex: 1 1 auto; min-width: 0; width: 1%; font-size: 25px; font-weight: 600; letter-spacing: -.035em; line-height: 1em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; padding-left: 75px;}
.sec4-link { width: 200px; height: 50px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,0.3); color: #fff; line-height: 1em; padding: 0 25px; justify-content: space-between; transition: .2s; margin: auto;}
.sec4-link:hover { background: #fff; color: #0061ae; }

/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; height:420px; 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;}
.sub-visual h2 {font-size:45px; line-height:1em; display: inline-block; font-weight: 600; letter-spacing: -.01em; }

.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");}

.lnb-wrap {position:relative; margin-top: -60px; background: rgba(0, 97, 174,0.8);}
.lnb {margin:0 auto; max-width:1200px; }
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; position: relative;}
.lnb ul li::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 33px; background: rgba(255,255,255,0.2);}
.lnb ul li:last-child::after { display: none;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:60px; padding:0 15px; color:#fff; font-size:19px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:#fff;}
.lnb ul li.active a {color:#0061ae;}
.lnb ul li.active::after { display: none;}

#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; text-align: center;}
.sub-title h1 { font-size: 35px; font-weight: 700; line-height: 1em; color: #242424; position: relative; letter-spacing: -.03em; }

.real-cont {min-height:300px; padding-bottom: 100px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 40px 0; background: #333; color: #878787;}
#footer .contain { display: flex; justify-content: space-between; align-items: flex-start;}
#footer .contain::after { content: none;}
.ft-text { margin: 25px 0 20px; line-height: 1.6em;}
.ft-text span { font-size: 15px; font-weight: 400; line-height: 1.6em; display: inline-block; padding-right: 30px; position: relative; letter-spacing: -.03em; }
.ft-text span:last-child { padding-right: 0; }
.cpr { line-height: 1.6em; font-size: 13px; letter-spacing: -.03em; font-weight: 500; color: #666;}
.cpr span { display: inline-block;  }
.cpr a { display: inline-block; }
.ft-right { text-align: right; }
.policy { line-height: 1.2em; margin-bottom: 65px; }
.policy a { display: inline-block; position: relative; font-size: 15px; font-weight: 400; letter-spacing: -.02em; color: #b8b8b8; padding-left: 27px; }
.policy a::before { content: ""; position: absolute; left: 0; width: 15px; height: 15px; background: url(../images/common/policy.png) center no-repeat; background-size: contain; top: 1px;}
.policy a:last-child { margin-left: 30px;}
.scroll-top { position: relative; width: 70px; height: 70px; border-radius: 100%; display: inline-block; color: #fff; background: #0061ae; line-height: 1em; padding-top: 37px; font-size: 14px; font-weight: 400; text-align: center;}
.scroll-top::before { content: ""; position: absolute; left: 0; right: 0; margin: auto; top: 20px; width: 12px; height: 8px; background: url(../images/common/top.png) center no-repeat; background-size: contain; }

