@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:1700px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1460px; 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; }
#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 44px; position: relative; }
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:var(--font-size18); font-weight:600; line-height:1.55em; }
#gnb>ul>li:hover>a { color: var(--color-primary);}

#gnb .submenu {display:none; position:absolute; left:50%; width:240px; transform:translateX(-50%); background:#fff; border:1px solid #ddd; border-top:0; text-align:center; border-radius: 0 0 12px 12px; }
#gnb .submenu>ul {padding:16px;}
#gnb .submenu>ul>li { margin-bottom: 8px; }
#gnb .submenu>ul>li:last-child { margin-bottom: 0; }
#gnb .submenu>ul>li>a {display:flex; color:#8f8f8f; font-size:16px; line-height:1.33em; height: 44px; align-items: center; justify-content: center; font-weight: 500; }
#gnb .submenu>ul>li>a:hover { color: var(--color-primary);}

.util { display: flex; align-items: center; gap: 10px; }
.hd-contact-btn { display: inline-flex; align-items: center; margin-left: 36px; line-height: 1em; font-weight: 400; font-family: var(--play); color: #fff; padding: 12px 20px; position: relative; border-radius: 8px; background: #111; padding-left: 50px; }
.hd-contact-btn::before { content: ""; position: absolute; left: 20px; top: 0; bottom: 0; margin: auto; width: 20px; height: 20px; background: url(../images/common/hd-contact-ico.png) center no-repeat; background-size: contain; }
.list-icon { width:22px; height:16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; }
.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:-8px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#fff; }

#header.hover { background: #fff; }
#header.hover .sitelogo { background-image: url(../images/common/logo.png);}
#header.hover #gnb>ul>li>a { color: #242424; }
#header.hover #gnb>ul>li:hover>a { color: var(--color-primary);}

#header.product { background: #fff; border-bottom: 1px solid #ddd;}
#header.product .sitelogo { background-image: url(../images/common/logo.png);}
#header.product #gnb>ul>li>a { color: #242424; }
#header.product #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.product .list-icon span { background: #242424; }
#header.product .list-icon span::before { background: #242424; }
#header.product .list-icon span::after { background: #242424; }

#header.move { background: #fff; border-bottom: 1px solid #ddd;}
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #242424; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.move .list-icon span { background: #242424; }
#header.move .list-icon span::before { background: #242424; }
#header.move .list-icon span::after { background: #242424; }

.mobile-navigation {display:block; 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:17px; 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:var(--color-primary);}
.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:15px; 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 br { display: none;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.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:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; 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; left: 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: 56px; font-weight: 700; line-height: 1.42em; margin-bottom: 64px; }
.main-visual .caption .links { display: flex; gap: 8px; }
.main-visual .caption .links a { display: inline-flex; height: 58px; align-items: center; padding: 0 40px; border-radius: 8px; background: #fff; color: #111; font-weight: 400; line-height:1em; padding-top: 2px; }
.main-visual .caption .links a.black { background: #111; color: #fff; }

.main-visual .slick-dots { position: absolute; z-index: 50; left: 0; right: 0; margin: auto; bottom: 40px; width: 100%; text-align: center; }
.main-visual .slick-dots li { display: inline-block; margin: 0 6px; }
.main-visual .slick-dots li button { width: 30px; height: 4px; padding: 0; margin: 0; cursor: pointer; text-indent: -9999px; overflow: hidden; border: none; transition: .3s; background: rgba(255,255,255,0.2); border-radius: 8px; }
.main-visual .slick-dots li.slick-active button { background: #fff; width: 48px; }

/* main 공통 */
.main-pd { padding: 150px 0;}
.main-subtit { font-size: var(--font-size20); font-weight: 700; line-height: 1.5em; display: inline-block; margin-bottom: 32px; font-family: var(--play);}
.main-subtit.white { color: #fff; }
.main-tit { font-size: var(--font-size40); font-weight: 700; line-height: 1.4em; color: #242424; margin-bottom: 80px; }
.main-tit.mg { margin-bottom: 0; }
.main-tit.white { color: #fff; }
.main-titbox { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 80px; }

/* main */
.sec1 { padding: 213px 0; text-align: center; background: url(../images/main/sec1-bg.jpg) center no-repeat; background-size: cover; }
.sec1-wrap { display: flex; flex-wrap: wrap;}
.sec1-wrap .item { border-right: 1px dashed #ddd; width: calc(100%/4); color: #242424; padding: 96px 10px;}
.sec1-wrap .item:last-child { border-right: none; }
.sec1-wrap .item h5 { font-size: var(--font-size18); font-weight: 600; line-height: 1.55em; margin-bottom: 24px; }
.sec1-wrap .item h3 { font-family: var(--play); font-size: var(--font-size40); font-weight: 700; line-height: 1.6em; }

.sec2 { color: #fff; background: url(../images/main/sec2-bg.jpg) center no-repeat; background-size: cover; }
.sec2-view { line-height: 1em; display: inline-flex; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.50); align-items: center; padding: 0 40px; color: #fff; font-weight: 400; font-family: var(--play); height: 58px; }
.sec2-view:hover { background: #fff; border-color: #fff; color: #111; }
.sec2-swiper .item a { padding: 40px; border-radius: 24px; background: rgba(255, 255, 255, 0.08); transition: .4s; display: block; }
.sec2-swiper .item .thumb { padding-bottom: 75%; display: block; position: relative; border-radius: 24px; overflow: hidden; margin-bottom: 40px; }
.sec2-swiper .item .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.sec2-swiper .item .num { font-family: var(--play); color: rgba(255,255,255,0.5); font-size: var(--font-size18); font-weight: 700; line-height: 1.55em; transition: .4s;}
.sec2-swiper .item .tit { font-family: var(--play); font-size: var(--font-size36); font-weight: 700; line-height: 1.27em; margin: 24px 0; transition: .4s;}
.sec2-swiper .item .ctr { display: flex; flex-wrap: wrap; gap: 8px; }
.sec2-swiper .item .ctr span { display: inline-block; padding: 8px 16px; line-height: 1.62em; border-radius: 8px; background: rgba(255, 255, 255, 0.16); transition: .4s; font-weight: 400; }
.sec2-swiper .item a:hover { background: #fff; }
.sec2-swiper .item a:hover .num { color: rgba(36, 36, 36, 0.50); }
.sec2-swiper .item a:hover .tit { color: #242424; }
.sec2-swiper .item a:hover .ctr span { color: #242424; background: #f4f5f8;}

.sec3 .contain { display: flex; align-items: flex-start; }
.sec3 .contain::after { content: none; }
.sec3 .left { width: 32%; padding-right: 20px; }
.sec3 .right { width: 68%; border-top: 1px solid #111;}
.sec3 .right ul li { border-bottom: 1px solid #ddd;}
.sec3 .right ul li a { display: flex; padding: 38px 0; }
.sec3 .right ul li .ctr { width: 140px; font-size: var(--font-size18); font-family: var(--play); line-height: 1.55em; color: #242424; font-weight: 400; text-align: center; transition: .2s;}
.sec3 .right ul li .tt { flex: 1 1 auto; min-width: 0; width: 1%; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;  font-size: var(--font-size18); font-weight: 600; line-height: 1.55em; color: #242424; padding-left: 40px; transition: .2s;}
.sec3 .right ul li .date { width: 140px; color: #8f8f8f; font-size: var(--font-size18); line-height: 1.55em; font-weight: 400; text-align: center; transition: .2s;}
.sec3 .right ul li a:hover { background: #000; }
.sec3 .right ul li a:hover .ctr { color: #fff; }
.sec3 .right ul li a:hover .tt { color: #fff; }
.sec3 .right ul li a:hover .date { color: #fff; }

.sec4 { background: #f4f5f8; }
.sec4-wrap { display: flex; flex-wrap: wrap; gap: 39px; }
.sec4-wrap .item { width: calc(100%/3 - 26px); }
.sec4-wrap .item a { display: block; position: relative; padding: 40px; background: #fff; border-radius: 30px; position: relative; }
.sec4-wrap .item a::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 30px; border: 1px solid var(--color-primary); opacity: 0; transition: .2s;}
.sec4-wrap .item .tt { font-size: var(--font-size36); color: #242424; font-weight: 700; line-height: 1.27em; margin: 40px 0 30px;}
.sec4-wrap .item .txt { font-size: var(--font-size18); color: #999; line-height: 1.66em; }
.sec4-wrap .item a:hover::after { opacity: 1; }

/* sub */ 
.sub-visual {position:relative; height:100vh; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; text-align: left; margin: auto;}
.sub-visual h2 { font-size: 88px; font-weight: 700; line-height: 1.09em; font-family:var(--play); margin: 48px 0; display: none; }
.sub-visual h2.active { display: block; }
.sub-visual p { font-size: var(--font-size20); line-height: 1.5em; font-weight: 500; letter-spacing: 0;}
.menu-ctr { display: flex; gap: 22px; align-items: center; }
.menu-ctr span.home { width: 16px; height: 16px; background: url(../images/sub/menu-home.png) center no-repeat; background-size: contain; position: relative; top: -1px; }
.menu-ctr span { display: inline-block; font-weight: 600; line-height: 1.62em; color: rgba(255,255,255,0.6);}

.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.hidden {display:none;}

.path-wrap {position:absolute; z-index:50; right: 0; bottom: 60px; width: 100%; }
.path-wrap .wrap {max-width:1700px; margin:0 auto; padding-left: 30px; padding-right: 30px; }
.path-wrap .inner {display:flex; justify-content: flex-end; gap: 10px; }
.path-wrap .home a {display:block; width:60px; height:60px; background:url("../images/sub/path-home.png") 50% 50% no-repeat; background-size:19px; text-indent:-999em; overflow:hidden; background-color: var(--color-primary); border-radius: 8px; }
.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-weight:600; line-height:1.3em; padding:0 54px 0 20px; border-radius: 8px; 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; top: 69px; padding: 20px 0; border-radius: 8px; }
.path-wrap .part ul li a {display:block; padding:8px 30px; line-height: 1.66em; color: #242424; font-size: var(--font-size18); font-weight: 500; }
.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; padding: 50px 0; }

.real-cont {min-height:300px; padding-bottom: 150px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #111; color: #fff; padding: 72px 0;}
#footer .contain { display: flex; justify-content: space-between; align-items: flex-start;}
#footer .contain::after { content: none;}
.ft-text { margin: 56px 0 22px; }
.ft-text li { display: flex; margin-bottom: 4px; font-size: 15px; font-weight: 400; line-height: 1.73em; }
.ft-text li:last-child { margin-bottom: 0; }
.ft-text li .tt { width: 120px; color: #8c8c8c; font-weight: 500; }
.ft-text li .txt { flex: 1 1 auto; min-width: 0; width: 1%; color: #dadada; }
.ft-copy { display: flex; flex-wrap: wrap; gap: 10px 24px;}
.cpr { color: #717171; font-size: 14px; font-weight: 300; line-height: 1.57em; padding-top: 2px;}
.cpr span { display: inline-block; }
.cpr a { display: inline-block; }
.policy a { display: inline-block; font-weight: 300; padding-right: 8px; line-height: 1.57em; position: relative; font-size: 14px; }
.policy a:last-child { padding-right: 0; }
.ft-list { display: flex; gap: 64px; justify-content: flex-end;}
.ft-list li { display: inline-block; }
.ft-list li>a { font-size: 15px; line-height: 1.73em; font-weight: 700; color: #fff; margin-bottom: 16px; display: block; }
.ft-sub a { display: block; line-height: 2em; font-size: 15px; font-weight: 500; color: #b7b7b7; }
.scroll-top { position: fixed; right: 50px; bottom: 50px; z-index: 999; width: 70px; height: 70px; border-radius: 70px; background: #fff url(../images/common/top.png) center no-repeat; background-size: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}