@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:100%; padding-left:40px; padding-right:40px; 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:center; } 
#gnb>ul>li {position:relative; padding:0 50px;}
#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-size20); font-weight:500; line-height:1.7em; }
#gnb>ul>li:hover>a { color: var(--color-secondary);}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px 60px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#676767; font-size:var(--font-size18); line-height:1.55em; font-weight: 500; }
#gnb .submenu>ul>li>a:hover { color: var(--color-secondary); }
.submenu-bg {display:none; position:absolute; width:100%; left:0; border-top: 1px solid #EEE; background: rgba(255, 255, 255, 0.90); backdrop-filter: blur(12px); }

.util { display: flex; align-items: center; gap: 10px; }
.hd-tel { position: relative; display: inline-block; padding-left: 66px; }
.hd-tel::before { content: ""; position: absolute; left: 0; width: 52px; height: 52px; background: url(../images/common/hd-call-w.png) center no-repeat; background-size: contain; transition: .2s;}
.hd-tel span { display: block; font-size: 14px; color: rgba(255, 255, 255, 0.70); font-weight: 600; line-height: 1.42em; margin-bottom: 2px; transition: .2s;}
.hd-tel strong { display: block; font-size: var(--font-size22); font-weight: 700; line-height: 1.45em; color: #fff; transition: .2s;}

.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: #2c2c2c; }
#header.hover #gnb>ul>li:hover>a { color: var(--color-secondary);}
#header.hover .hd-tel::before { background-image: url(../images/common/hd-call.png);}
#header.hover .hd-tel span { color: #a8a8a8;}
#header.hover .hd-tel strong { color: #2C2C2C;}

#header.move { background: #fff; border-bottom: 1px solid #eee;}
#header.move .sitelogo { background-image: url(../images/common/logo.png);}
#header.move #gnb>ul>li>a { color: #2c2c2c; }
#header.move #gnb>ul>li:hover>a { color: var(--color-primary);}
#header.move .hd-tel::before { background-image: url(../images/common/hd-call.png);}
#header.move .hd-tel span { color: #a8a8a8;}
#header.move .hd-tel strong { color: #2C2C2C;}
#header.move .list-icon span { background: #222; }
#header.move .list-icon span::after { background: #222; }
#header.move .list-icon span::before { background: #222; }

.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%; bottom: 80px; }
.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: 88px; font-weight: 600; line-height: 1.22em; padding-bottom: 50px; border-bottom: 1px solid rgba(255, 255, 255, 0.20); margin-bottom: 50px; }
.main-visual .caption h4 { font-size: var(--font-size24); color: #e7e7e7; font-weight: 500; line-height: 1.66em; position: relative; padding-left: 44px; }
.main-visual .caption h4::before { content: ""; position: absolute; left: 0; width: 32px; height: 32px; background: url(../images/main/vs-bf.png) center no-repeat; background-size: contain; top: 5px; }

.main-visual .slick-dots { position: absolute; z-index: 50; bottom: 80px; right: 0; padding-left: 40px; padding-right: 40px; }
.main-visual .slick-dots li { display: inline-block; margin: 0 2px; }
.main-visual .slick-dots li button { width: 40px; height: 40px; border: none; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 600; line-height: 1.5em; background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(12px); }
.main-visual .slick-dots li.slick-active button { background: #fff; color: #2c2c2c; }

.main-visual .scroll-down { position: absolute; bottom: 120px; right: 60px; animation: scrollDown 1.5s ease-in-out infinite; }
@keyframes scrollDown {
	0% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(20px); opacity: 0; }
} 

/* main 공통 */
.main-tit { font-size: 64px; line-height: 1.21em; font-weight: 600; color: #2c2c2c; }
.main-tit span { color: var(--color-secondary); }
.main-tit.tc { text-align: center; }
.main-view { width: 178px; height: 66px; display: flex; align-items: center; justify-content: center; background: var(--color-primary); color: #fff; line-height: 1.5em; font-size: var(--font-size20); font-weight: 600; gap: 16px; }

/* main */
.sec1 .top { padding: 140px 0 24px; border-bottom: 1px solid #eee;}
.sec1 .top p { position: relative; padding-left: 64px; font-size: var(--font-size20); line-height: 1.7em; color: #676767; font-weight: 500; }
.sec1 .top p::before { content: ""; position: absolute; left: 0; width: 48px; height: 48px; background: url(../images/main/sec1-sb.png) center no-repeat; background-size: contain; top: -8px;}
.sec1 .btm { padding: 110px 0; border-bottom: 1px solid #eee; }
.sec1 .btm .contain { display: flex; align-items: center;}
.sec1 .btm .contain::after { content: none;}
.sec1 .btm .main-tit { width: 50%; padding-right: 20px; }
.sec1 .btm .info { width: 50%; padding-left: 80px; border-left: 1px solid #eee;}
.sec1 .btm .info h4 { font-size: var(--font-size30); font-weight: 500; color: #2c2c2c; line-height: 1.66em; margin-bottom: 80px; }
.sec1 .btm .info h4 span { color: var(--color-secondary); }

.sec2 { padding: 100px 0 40px; border-bottom: 1px solid #eee;}
.sec2 p { text-align: center; margin: 12px 0 80px; font-size: var(--font-size22); font-weight: 500; line-height: 1.63em; color: #676767; }
.sec2-wrap { display: flex; gap: 4px; flex-wrap: wrap;}
.sec2-wrap .col { width: calc(100%/2 - 2px); }
.sec2-item img { width: 100%; }
.sec2-item a { display: block; position: relative; }
.sec2-item .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; padding: 40px; }
.sec2-item .abbox.jt { justify-content: flex-start;}
.sec2-item .abbox h4 { margin-bottom: 4px; font-size: var(--font-size36); font-weight: 600; line-height: 1.38em; }
.sec2-item .abbox .en { color: rgba(255, 255, 255, 0.70); font-size: var(--font-size18); line-height: 1.55em; font-weight: 500; }
.sec2-item .view { position: absolute; right: 0; bottom: 0; width: 80px; height: 80px; background: var(--color-primary) url(../images/main/sec2-view.png) center no-repeat; background-size: 16px; opacity: 0; transition: .3s;}
.sec2-item a:hover .view { opacity: 1; }
.sec2-fx { display: flex; gap: 4px; }
.sec2-fx .sec2-item { flex: 1; }

.sec3 .top { padding: 100px 0 40px; border-bottom: 1px solid #eee;}
.sec3 .top .contain { display: flex; gap: 4px; flex-wrap: wrap;}
.sec3 .top .contain::after { content: none;}
.sec3 .top .contain>div { width: calc(100%/2 - 2px); }
.sec3 .top .left { padding-right: 20px; }
.sec3 .top .left h3 { font-size: var(--font-size48); font-weight: 600; line-height: 1.41em; color: #2c2c2c;}
.sec3 .top .left h3 span { color: var(--color-secondary);}
.sec3 .top .left .info { margin: 89px 0;}
.sec3 .top .left .info h4 { font-size: var(--font-size36); line-height: 1.5em; font-weight: 600; color: #2c2c2c; }
.sec3 .top .left .info p { font-size: var(--font-size20); line-height: 1.55em; margin-top: 24px; }
.sec3 .top .left h5 { line-height: 1.5em; color: #676767; font-weight: 400; font-size: var(--font-size18);}
.sec3 .top .left h5 strong { padding: 0 12px; display: inline-block; position: relative; font-weight: 600; padding-left: 36px; }
.sec3 .top .left h5 strong::before { content: ""; position: absolute; left: 0; width: 24px; height: 24px; background: url(../images/main/sec3-noti.png) center no-repeat; background-size: contain; top: 0px; }
.sec3 .top .right { display: flex; gap: 4px; flex-wrap: wrap;}
.sec3 .top .right>div { width: calc(100%/2 - 2px); }
.sec3 .btm { padding: 40px 0; border-bottom: 1px solid #eee; }
.sec3 .btm .contain { display: flex; gap: 4px; }
.sec3 .btm .contain::after { content: none;}
.sec3 .btm .col { flex: 1; background: #F6F6F6; }
.sec3 .btm .col a { display: block; padding: 40px; }
.sec3 .btm .col .tt { font-size: var(--font-size28); line-height: 1.5em; color: var(--color-primary); font-weight: 600; }
.sec3 .btm .col .txt { margin: 16px 0 50px; font-size: var(--font-size18); line-height: 1.55em; }
.sec3 .btm .col .view { font-size: var(--font-size18); line-height: 1.77em; font-weight: 600; position: relative; display: inline-block; padding-right: 27px; }
.sec3 .btm .col .view::after { content: ""; position: absolute; right: 0; width: 12px; height: 12px; background: url(../images/main/sec3-view.png) center no-repeat; background-size: contain; top: 10px; }

.sec4 { padding: 100px 0 140px; }
.sec4 .contain { position: relative; }
.sec4 .main-view { position: absolute; right: 0; top: 0; }
.sec4-flex { display: flex; gap: 60px 24px; flex-wrap: wrap;}
.sec4-wrap { width: calc(100%/2 - 12px); position: relative; }
.sec4-wrap .col { width: 100%; position: relative; border-top: 2px solid #121212; margin-top: 60px; border-bottom: 1px solid #eee; }
.sec4-wrap .col:last-child { border: none; }
.sec4-wrap .col a { display: flex; align-items: flex-start; padding: 52px 0;}
.sec4-wrap .col .item { border-bottom: 1px solid #eee;}
.sec4-wrap .col .item:last-child { border: none; }
.sec4-wrap .col .ctr { width: 140px; }
.sec4-wrap .col .ctr span { display: inline-block; padding: 8px 12px; color: var(--color-secondary); line-height: 1.42em; font-weight: 500; background: #eef5fe; }
.sec4-wrap .col .cnt { flex: 1 1 auto; min-width: 0; width: 1%; padding-right: 20px; }
.sec4-wrap .col .cnt .tit { font-size: var(--font-size28); line-height: 1.5em; font-weight: 600; color: #2c2c2c; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-bottom: 16px;}
.sec4-wrap .col .cnt .date { font-size: var(--font-size18); line-height: 1.55em; color: #878787; font-weight: 400; }
.sec4-wrap .col.media a { padding: 40px; }
.sec4-wrap .col .thumb { width: 280px; margin-right: 40px; }
.sec4-wrap .col .thumb>div { position: relative; padding-bottom: 75%; display: block; overflow: hidden; }
.sec4-wrap .col .thumb img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.sec4-wrap .col .info { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec4-wrap .col .info .cnt { width: 100%; padding-right: 0; }
.sec4-wrap .col .info .ctr { width: 100%; margin-bottom: 28px;}

/* 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: center; }
.sub-visual h2 { font-size: 88px; font-weight: 600; line-height: 1.22em; margin-bottom: 35px; }
.menu-ctr { display: flex; justify-content: center; align-items: center; gap: 16px; }  
.menu-ctr span { font-weight: 500; display: inline-block;}
.menu-ctr span.home { width: 19px; height: 20px; background: url(../images/sub/home.png) center no-repeat; background-size: contain; } 
.menu-ctr span.slash { color: #ccc; font-size: 12px; font-weight: 700; }

.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");} 

.lnb-wrap {position:absolute; bottom: 80px; left: 0; right: 0; margin: auto; }
.lnb { max-width:1400px; margin: auto; background: rgba(255, 255, 255, 0.16); backdrop-filter: blur(12px); }
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; transition: .3s;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:68px; padding:0 15px; color:#fff; font-size:18px; font-weight:600; line-height:1.55em; letter-spacing:-.03em;}
.lnb ul li.active {background:#fff; }
.lnb ul li.active a {color:#2c2c2c;}
.lnb ul li:hover {background:#fff; }
.lnb ul li a:hover {color:#2c2c2c;}

#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: 120px 0 100px;}
.sub-title.none { display: none; }
.sub-title h2 { font-size: var(--font-size48); font-weight: 600; line-height: 1.41em; color: #2c2c2c; }
.sub-title.pd { padding: 60px 0;}

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #fff; padding: 40px 0;}
.ft-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px; border-bottom: 1px solid #eee;}
.scroll-top { display: flex; align-items: center; gap: 16px; justify-content: flex-end;}
.scroll-top span { font-size: var(--font-size18); font-weight: 600; line-height: 1.55em; color: #2c2c2c; }
.ft-text { margin: 90px 0 30px; }
.ft-text span { display: block; margin-bottom: 6px; line-height: 1.5em; font-weight: 300; }
.ft-text span:last-child { margin-bottom: 0; }
.ft-text span strong { position: relative; font-weight:500; padding-right: 16px; display: inline-block; color: var(--color-primary);}
.ft-text2 span { display: inline-block; padding-right: 24px; font-weight: 500; line-height: 1.5em; color: #2c2c2c; }
.ft-text2 span:last-child { padding-right: 0; }
.ft-sns { display: flex; gap: 24px; margin-top: 190px; }
.ft-sns a { display: flex; align-items: center; gap: 10px; }
.ft-sns a strong { display: inline-block; font-size: 14px; font-weight: 600; color: #676767; line-height: 1.14em; }
.ft-right { text-align: right; }
.ft-btm { display: flex; justify-content: space-between; align-items: center; padding-top: 34px; }
.cpr span { display: inline-block; line-height: 1.5em; color: #2c2c2c; font-weight: 500; }
.cpr a { display: inline-block; padding-left: 24px; color: #f4f4f4; line-height: 1.5em; font-weight: 500; }
.policy a { display: inline-block; font-weight: 600; padding-right: 40px; line-height: 1.5em; color: #2c2c2c; }
.policy a:last-child { padding-right: 0; }