@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:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1780px;}
#header .contain::after { content: none;}

.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%; } 
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding: 0 40px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:18px; font-weight:600; line-height:1.3em; letter-spacing: -.03em;}

#gnb .submenu {display:none; position:absolute; left:50%; width:200px; transform:translateX(-50%); background:#fff; border:1px solid #242424; text-align:left; top: 90px; }
#gnb .submenu>ul {padding:30px 0;}
#gnb .submenu>ul>li>a {display:block; padding:14px 30px; color:#242424; font-size:16px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-position: under; color: var(--color-primary);}

.util { display: flex; align-items: center; margin-left: 40px; }

.list-icon { width:48px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.2s linear; display: inline-block; position: relative; background: url(../images/common/menu-w.png) center no-repeat; background-size: contain;}

#header.hover { background: #fff; }
#header.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.hover #gnb>ul>li>a {color:#242424;}
#header.hover .list-icon { background-image: url(../images/common/menu.png);}

#header.active { background: #fff; }
#header.active .sitelogo { background-image: url(../images/common/logo.png);}
#header.active #gnb>ul>li>a {color:#242424;}
#header.active .list-icon { background-image: url(../images/common/menu.png);}

#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 { background-image: url(../images/common/menu.png);}

.mobile-navigation {display:block; position:fixed; top:100px; right:0; width:100%; height:calc(100% - 100px); overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102; padding-top: 100px; }
.mobile-navigation .nav-menu>ul { display: flex; gap: 140px; justify-content: space-between;}
.mobile-navigation .nav-menu>ul>li { width: auto;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; display:block; color:#242424; font-size:var(--font-size36); font-weight:600; line-height:1.5em; margin-bottom: 30px; }
.mobile-navigation .nav-menu>ul>li:hover>a { color: var(--color-primary); }
.mobile-navigation .nav-menu .submenu { color:#454545; font-size:18px; font-weight:600; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:14px 0;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened #header { background: #fff; }
html.menu-opened #header .sitelogo { background-image: url(../images/common/logo.png);}
html.menu-opened #header .list-icon { background-image: url(../images/common/close.png); width: 31px; height: 31px; }
html.menu-opened #gnb { display: none; }

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; background:#000; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item 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; right: 0; text-align: left; width: 100%; top: 50%; transform: translateY(-50%); }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h2 { font-size: 64px; font-weight: 700; line-height: 1.5em; margin-bottom: 40px; }
.main-visual .caption p { font-size: 24px; font-weight: 400; line-height: 1.5em; }

.main-visual .slick-dots {line-height:0; z-index:50; position: absolute; display: flex; justify-content: center; left: 0; right: 0; margin: auto; bottom: 50px;}
.main-visual .slick-dots li { width: 8px; height: 8px; background: rgba(255,255,255,0.5); margin: 0 4px; text-indent: -9999em; cursor: pointer; border-radius: 8px; transition: .2s;}
.main-visual .slick-dots li.slick-active { display:block; background: #fff; width: 32px; }

@media (min-aspect-ratio: 16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio: 16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

/* main 공통 */
.main-subtit { font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--color-primary); margin-bottom: 24px; }
.main-tit { font-size: var(--font-size48); font-weight: 600; line-height: 1.5em; color: #fff; }
.main-tit.black { color: #242424; }
.main-txt { font-size: var(--font-size18); font-weight: 400; line-height: 1.5em; color: #fff; margin-top: 30px; }
.main-txt.black { color: #242424; }
.main-titbox { display: flex; align-items: flex-end; justify-content: space-between;  margin-bottom: 50px; }
.main-view { width: 220px; height: 64px; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 32px; line-height: 1.5em; gap: 15px; color: #fff; font-weight: 400; }
.main-view:hover { background: #fff; color: var(--color-primary);}
.main-view.clr { border-color: #242424; color: #242424; }
.main-view.clr:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary);}
.main-btbox { margin-top: 50px; display: flex; gap: 20px; }
.main-prev::after, .main-next::after { display: none; }
.main-prev, .main-next { position: relative; top: auto; margin-top: 0; width: 31px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: contain;}
.main-prev { background-image: url(../images/main/main-prev.png); left: auto;}
.main-next { background-image: url(../images/main/main-next.png); right: auto;}
.main-h-view { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--color-primary) url(../images/main/main-view.png) center no-repeat; opacity: 0; transition: .3s;}

/* main */
.sec1 { background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover; }
.sec1 .contain { display: flex; align-items: flex-start;}
.sec1 .contain::after { content: none;}
.sec1 .left { width: 20%; padding-right: 15px; }
.sec1 .right { width: 80%; display: flex; gap: 24px; }
.sec1 .right .col { width: calc(100%/3 - 16px); }
.sec1 .right .col a { display: block; position: relative; }
.sec1 .right .col img { width: 100%; }
.sec1 .right .col .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; padding: 30px; background: rgba(44, 115, 255, 0.8); color: #fff; transition: .3s;}
.sec1 .right .col .abbox h3 { font-size: var(--font-size36); line-height: 1.5em; font-weight: 600; margin-bottom: 30px; }
.sec1 .right .col .view { display: inline-block; position: absolute; right: 30px; top: 30px; width: 48px; height: 48px; border-radius: 48px; background: rgba(0, 0, 0, 0.50) url(../images/main/sec1-view.png) center no-repeat; background-size: 13px; transition: .3s;}
.sec1 .right .col a:hover .abbox { background: rgba(255,255,255,0.8); color: var(--color-primary);}
.sec1 .right .col a:hover .view { background-color: var(--color-primary);}

.sec2 { background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover; }
.sec2-swiper { width: 150%; margin-right: -50%; }
.sec2-swiper .item a { display: block; text-align: center; }
.sec2-swiper .item .thumb { padding-bottom: 133%; display: block; position: relative; overflow: hidden; margin-bottom: 22px; }
.sec2-swiper .item .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.sec2-swiper .item .tit { color: #fff; font-weight: 600; font-size: var(--font-size18);}
.sec2-swiper .item a:hover .main-h-view { opacity: 1; }

.sec3 { background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover; }
.sec3-swiper .item a { display: block; }
.sec3-swiper .item .thumb { padding-bottom: 65%; display: block; position: relative; overflow: hidden; margin-bottom: 24px; }
.sec3-swiper .item .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.sec3-swiper .item .tit { color: #fff; font-weight: 600; font-size: var(--font-size18);}

.sec4-swiper { padding: 15px 10px;}
.sec4-swiper .item a { display: block; background: #fff; padding: 40px; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2); position: relative;}
.sec4-swiper .item a::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid var(--color-primary); transition: .3s; opacity: 0; }
.sec4-swiper .item .ctr { padding: 8px 18px; display: inline-block; color: #fff; border-radius: 32px; background: var(--color-primary); font-size: 15px; font-weight: 600; line-height: 1.2em; }
.sec4-swiper .item .tit { line-height: 1.4em; font-size: var(--font-size20); font-weight: 600; color: #242424; margin: 40px 0 18px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.sec4-swiper .item .txt { margin-bottom: 65px; 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 .item .date { font-size: 14px; color: #686868; line-height: 1.2em; }
.sec4-swiper .item a:hover::after { opacity: 1; }

/* sub */ 
.sub-visual {position:relative; height:460px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; justify-content: center; text-align: center; }
.sub-visual h2 { font-size: 80px; font-weight: 700; line-height: 1.5em; }

.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-1 {background-image:url("../images/sub/sub-visual4-1.jpg");}
.sub-visual.bg4-2 {background-image:url("../images/sub/sub-visual4-2.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub-visual5.jpg");}

.path-wrap {position:absolute; z-index:50; bottom: 40px; }
.path-wrap .inner {display:flex; justify-content: center; gap: 10px; }
.path-wrap .home a {display:block; width:60px; height:60px; background:url("../images/sub/home.png") 50% 50% no-repeat; background-size:19px; text-indent:-999em; overflow:hidden; background-color: var(--color-primary); border-radius: 60px; }
.path-wrap .part {position:relative; min-width:250px; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#fff; font-size:16px; font-weight:600; line-height:1.3em; padding:0 60px 0 20px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.3); }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:20px; margin-top:-6px; width:12px; height:12px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid var(--color-primary); z-index:50; text-align: left; padding: 24px 0; border-radius: 24px; margin-top: 13px; }
.path-wrap .part ul li a {display:block; padding:11px 30px; font-size: 18px; font-weight: 600; color: #242424; line-height: 1.25em; }
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:var(--color-primary); }

#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 { position: relative; text-align: center; padding: 70px 0;}
.sub-title h2 { font-size: 44px; font-weight: 600; line-height: 1.4em; color: #242424; }

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 50px 0; background-color: var(--color-secondary); color: #fff; }
#footer .contain { display: flex; align-items: flex-end; justify-content: space-between;}
#footer .contain::after { content: none;}
.ft-left { display: flex; align-items: flex-start;}
.ft-info { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 70px; }
.ft-text { margin-bottom: 20px; }
.ft-text span { display: inline-block; padding-right: 60px; font-weight: 300; margin-bottom: 10px; color: #c0c0c0; }
.ft-text span:last-child { padding-right: 0; } 
.ft-text span strong { font-weight: 600; display: inline-block; padding-right: 12px; position: relative; font-weight: 500; }
.cpr { font-size: 15px; color: #696969; font-weight: 300; }
.cpr span { display: inline-block; padding-right: 22px; position: relative; }
.cpr a { display: inline-block; }
.ft-center { display: flex; align-items: flex-end; justify-content: space-between; }
.ft-center h5 { font-size: 16px; font-weight: 300; margin-bottom: 2px; }
.ft-center h3 { font-size: var(--font-size28); font-weight: 600; }
.policy { margin-top: 20px; font-size: 15px; color: #696969; }
.policy a { display: inline-block; padding-right: 18px; font-weight: 300; }
.policy a:last-child { padding-right: 0; }
.scroll-top { position: fixed; right: 40px; bottom: 40px; display: inline-block; z-index: 999; }
.ft-youtube { position: fixed; right: 40px; bottom: 40px; display:none; z-index: 999; }