@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#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-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top: 0; width:100%; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1780px; height:var(--header-height); z-index:10;}
#header .sitelogo img {filter: grayscale(1) brightness(10);}

#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 40px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: var(--primary-color);}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:29px 5px 65px;}
#gnb .submenu>ul>li>a {display:block; padding:4px 0; color:#454545; font-size:16px; line-height:2em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; color: var(--primary-color); text-underline-offset: 4px;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd;}
.submenu-bg:before{position: absolute; content: ''; left: 60px; bottom: 0; width: 500px; height: 100%; background: url('../images/common/submenu-deco.png') no-repeat left bottom; filter: grayscale(1);}

.language {position:relative; display:inline-block; margin-right:clamp(1.25rem, -0.9375rem + 5.4688vw, 5.625rem);}
.language .toggle-button {display:flex; align-items:center; gap:7px; padding:6px; background:none; border:0; color:#fff; text-align:left; font-weight: 600;}
.language .toggle-button .ico {width:16px;}
.language .toggle-button .txt {width:32px;}
.language .toggle-button .chevron {width:12px; margin-top:-.1em;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button path {fill:#fff;}
.language .toggle-layer {display:none; position:absolute; left:50%; transform: translateX(-50%); width: 60px; text-align:center;}
.language .toggle-layer ul {display:grid; gap:2px;}
.language .toggle-layer a {display:block; padding: 1px 0; border-radius: 12px; color:#fff; background: var(--primary-color); font-weight:600; line-height:1.5em; font-size: 14px;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

/* header active */
#header.active {background: #fff;}
#header.active .sitelogo img,
#header.active .btn-m-menu {filter: none;}
#header.active #gnb>ul>li>a,
#header.active .language .toggle-button {color: var(--dark-color);}
#header.active .language .toggle-button path {fill: var(--dark-color);}

/* for mobile */
.btn-m-menu {display:block; position:relative; width:27px; height:27px; background: url('../images/common/btn-menu.png') no-repeat center center; background-size: contain; filter: brightness(30); transition: 0s;}

.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:19px; 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(--secondary-color)}
.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:hover {color:var(--secondary-color);}
.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-visual {position:relative; background:#000; overflow:hidden;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.main-visual .image 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:calc(50% - 140px); left:50%; width: 100%; max-width: 1500px; padding:0 50px; transform: translate(-50%, -50%); color:#fff; z-index:40;}
.main-visual .caption h2 {margin-top: clamp(0.9375rem, 0.4688rem + 1.1719vw, 1.875rem);}
.main-visual .controls {position:absolute; top:calc(50% + 60px); left:50%; transform: translate(-50%, -50%); display:flex; align-items:center; width: 100%; max-width: 1500px; padding:0 50px; color:#fff; z-index:40;}
.main-visual .pager .current {display:inline-block; width:.6em;}
.main-visual .progress {position:relative; margin:0 10px; width:150px; height:2px; background:#fff;}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:var(--primary-color);}
.main-visual .slide-btn {width:24px; height:24px; margin-right:6px; background-color:#000; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:0; overflow:hidden;}
.main-visual .slide-prev {background-image:url("../images/main/mv-prev.png");}
.main-visual .slide-next {background-image:url("../images/main/mv-next.png");}
.main-visual .slide-stop {background-image:url("../images/main/mv-stop.png");}
.main-visual .slide-play {display:none; background-image:url("../images/main/mv-play.png");}
.main-visual .active .image {transform:scale(1);}
.main-visual .scroll {position:absolute; bottom:70px; left:60px; width:10px; animation:scrollDown .9s linear infinite alternate; z-index:40;}
.main-visual .sns-link {position: fixed; z-index: 50; right: 70px; bottom: 70px; font-size: 14px; font-weight: 700; line-height: 1em; text-align: center; display: flex; flex-direction: column;}
.main-visual .sns-link img {height: 40px;}
/* .main-visual .sns-link a {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100px; height: 100px; border-radius: 100%; background: #fff;} */
.main-visual .sns-link a:not(:last-child) {margin-bottom: 10px;}
.main-visual .sns-link .txt {display: none;}
.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}
@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.pt130 {padding-top: var(--padding130-40);}
.pb150 {padding-bottom: var(--padding150-40);}
.main-section .contain {max-width: 1460px;}

.ma-box {position: relative; padding-bottom: clamp(1.25rem, -1.5625rem + 7.0313vw, 6.875rem); margin-bottom: calc(var(--ma-box) + clamp(1.25rem, 0rem + 3.125vw, 3.75rem));}
.ma-box:before {position: absolute; content: ''; top: var(--ma-box); left: 50%; transform: translateX(-50%); width: 100%; height: 100%; min-width: 1720px; background: url('../images/main/bg-main-about.jpg') no-repeat center right; background-size: cover; z-index: -1; border-radius: var(--bdrs30);}
.ma-box p {margin-bottom:clamp(1.5625rem, 0.625rem + 2.3438vw, 3.4375rem);}

.about-items {gap:clamp(0.625rem, -0.3125rem + 2.3438vw, 2.5rem);}
.about-items .item {position: relative; gap:clamp(0.75rem, -0.125rem + 2.1875vw, 2.5rem); padding:clamp(1.25rem, -0.3125rem + 3.9063vw, 4.375rem) 15px;}
.about-items .item:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border-radius: 20px; border: 1px solid #ddd; pointer-events: none;transition:.2s;}
.about-items .item:hover:before {border: 4px solid var(--primary-color);}
.about-items .item:after {position: absolute; content: ''; right: 30px; top: 30px; width: var(--btn-size); height: var(--btn-size); background: url('../images/main/ma-arrow.png') no-repeat center center; background-size: contain; opacity: 0;transition:.3s;}
.about-items .item:hover:after {opacity: 1;}
.about-items p {color: #b8b8b8; margin-bottom:clamp(0.5rem, 0.2813rem + 0.5469vw, 0.9375rem);}

.main-service {position: relative; overflow: hidden;}
.main-service:before {position: absolute; content: ''; top: 0; z-index: -1; width: 100%; height: 100%; background: url('../images/main/bg-main-service.jpg') no-repeat top right; background-size: cover;}
.main-service .main-txt {margin-bottom:clamp(1.25rem, -0.9375rem + 5.4688vw, 5.625rem);}
.ms-left {width: 45%; padding-right: 40px;}
.ms-items {display: flex; flex-wrap: wrap; position: relative;margin: 0 calc(var(--ms-gap) * -1);}
.ms-items .slick-list {overflow: visible;}
.ms-items .item {position: relative; padding: var(--ms-gap); transition: all .2s;}
.ms-items .item .wrap {border-radius: 50px; overflow: hidden;transition: .3s;}
.ms-items .item .txt {position: absolute; left:var(--ms-gap); bottom: var(--ms-gap); width: calc(100% - var(--ms-gap) - var(--ms-gap)); padding: 45px 60px;}
.ms-items .item:hover .wrap {box-shadow: 10px 10px 30px rgba(0,0,0,.3);}
.ms-items .arrow {width: var(--btn-size); height: var(--btn-size); background: url('../images/main/ms-arrow.png') no-repeat center center; background-size: contain; transition: .2s;}
.ms-items .item:hover .arrow {background-image: url('../images/main/ma-arrow.png');}
.ms-items .item:hover h3 {font-size: clamp(1.125rem, 0.8125rem + 0.7813vw, 1.75rem);}
.ms-arrows {display: flex; gap: 10px;}
.ms-arrows .slick-arrow {width: var(--btn-size); height: var(--btn-size); background: url('../images/main/slick-arrow.png') no-repeat center center; background-size: contain; overflow: hidden; text-indent: -9999em; border: 0; transition: .2s;}
.ms-arrows .slick-arrow:hover {background-image: url('../images/main/slick-arrow-on.png')}
.ms-arrows .slick-prev {transform: rotate(180deg);}

.main-news .main-tit {position: relative; margin-bottom:clamp(1.5625rem, 0rem + 3.9063vw, 4.6875rem);}
.main-news .btn-more {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.news-items {gap:clamp(0.9375rem, -0.7813rem + 4.2969vw, 4.375rem); margin-bottom: var(--padding130-40);}
.news-items .item {position: relative; flex: 1; display: flex; flex-direction: column; padding-top: clamp(0.9375rem, -0.1563rem + 2.7344vw, 3.125rem);}
.news-items .item:before {position: absolute; content: ''; top: 0; left: 0; width: 40px; height: 3px; background: var(--dark-color); transition: .2s;}
.news-items .news-cnt {flex: 1;}
.news-items h3 {color: var(--dark-color); margin-bottom: 17px;overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; transition: .2s;}
.news-items p {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all; margin-bottom: clamp(0.9375rem, -0.1563rem + 2.7344vw, 3.125rem);}
.news-items .date {font-weight: 600; color: #ababab;}
.news-items .item:hover:before {width: 180px; background: var(--primary-color);}
.news-items .item:hover h3 {color: var(--primary-color);}

.shortcut-items .item {display: block; flex: 1; padding: clamp(1.25rem, -0.1563rem + 3.5156vw, 4.0625rem) clamp(0.9375rem, -0.4688rem + 3.5156vw, 3.75rem);}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:480px; background:#333; color:#fff;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.sub-visual .inner {position:absolute; top:58%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:70px; font-weight:800; line-height:1em; letter-spacing:-.03em;}
.sub-visual p {font-size: 20px; margin-top: 25px;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg"); background-position: center right 10%;}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; margin-bottom: clamp(2.75rem, 1rem + 4.375vw, 6.25rem); padding: 0 30px;}
.lnb {margin:calc(var(--lnb-height) / -2) auto 0; max-width:1200px; border-radius: 35px; overflow: hidden;}
.lnb ul {display:flex; background: #efefef;}
.lnb ul li {position: relative; flex:1; text-align:center;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:var(--lnb-height); padding:0 15px; color:#898989; font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--primary-color);}
.lnb ul li.active:after {position: absolute; content: ''; left: 0; bottom: -1px; width: 100%; height: 9px; background:url('../images/common/lnb-arrow.png') no-repeat center center; background-size: contain;}
.lnb ul li.active a {color:#fff;}

.sub-title {padding-bottom:80px; max-width:1260px; margin:0 auto;}
.sub-title.blind {padding: 0;}
#contArea.wide .sub-title {padding-left:30px; padding-right:30px;}
.sub-title h1 {font-size:42px; line-height:1.3em; color:#2c2c2c;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:clamp(3.125rem, 0.3125rem + 7.0313vw, 8.75rem);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}
.flex-wrap {display: flex;}
.flex-center {display: flex; justify-content: center;}
.flex-between {display: flex; justify-content: space-between;}
.flex-mid {display: flex; align-items: center;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1;}

.font-n {font-family: "Nunito", sans-serif;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}

.space100 {letter-spacing: .1em;}
.space200 {letter-spacing: .2em;}

.fz100-30 {font-size: clamp(1.875rem, -0.3125rem + 5.4688vw, 6.25rem); line-height: 1em;}
.fz70-26 {font-size: clamp(1.5rem, 0.0625rem + 3.5937vw, 4.375rem);}
.fz60-24 {font-size: clamp(1.5rem, 0.375rem + 2.8125vw, 3.75rem); line-height: 1.1666667em;}
.fz40-22 {font-size: clamp(1.375rem, 0.8125rem + 1.4063vw, 2.5rem); line-height: 1.3em;}
.fz32-20 {font-size: clamp(1.25rem, 0.875rem + 0.9375vw, 2rem);}
.fz28-18 {font-size: clamp(1.125rem, 0.8125rem + 0.7813vw, 1.75rem); line-height: 1em;}
.fz24-17 {font-size: clamp(1.0625rem, 0.8438rem + 0.5469vw, 1.5rem);}
.fz20-16 {font-size: clamp(1rem, 0.875rem + 0.3125vw, 1.25rem); line-height: 1.55em;}
.fz18-15 {font-size: clamp(0.9375rem, 0.8438rem + 0.2344vw, 1.125rem); line-height: 1.7222em;}

.mb90-40 {margin-bottom:clamp(2.5rem, 0.9375rem + 3.9063vw, 5.625rem);}
.mb55-25 {margin-bottom: clamp(1.5625rem, 0.625rem + 2.3438vw, 3.4375rem);}
.mb50-25 {margin-bottom:clamp(1.5625rem, 0.7813rem + 1.9531vw, 3.125rem);}
.mb40-25 {margin-bottom:clamp(1.5625rem, 1.0938rem + 1.1719vw, 2.5rem);}
.mb40-15 {margin-bottom:clamp(0.9375rem, 0.1563rem + 1.9531vw, 2.5rem);}
.mb35-25 {margin-bottom:clamp(1.5625rem, 1.25rem + 0.7813vw, 2.1875rem);}
.mb30-15 {margin-bottom:clamp(0.9375rem, 0.4688rem + 1.1719vw, 1.875rem);}
.mb25-15 {margin-bottom:clamp(0.9375rem, 0.625rem + 0.7813vw, 1.5625rem);}
.mb20-10 {margin-bottom:clamp(0.625rem, 0.3125rem + 0.7813vw, 1.25rem);}
.mb12-7 {margin-bottom:clamp(0.4375rem, 0.2813rem + 0.3906vw, 0.75rem);}

.bdrs30 {border-radius: var(--bdrs30); overflow: hidden;}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

.btn-more {position: relative; display: block; z-index: 1; width: fit-content; padding: 16px 30px;}
.btn-more:before {position: absolute; content: ''; z-index:-1;left: 0; top: 50%; margin-top: -30px; width: 60px; height: 60px; border-radius: 100%; background: var(--primary-color); opacity: .1; transition: .2s;}
.btn-more:after {position: absolute; content: ''; right: 0; top: 0; width: 12px; height: 100%; background: url('../images/main/more-arrow.png') no-repeat center center; background-size: contain;}
.btn-more.gray:before {background: #f2f2f2; opacity: 1;}
.btn-more:hover:before {left: 71%; opacity: 1; background: var(--primary-color);}
.btn-more:hover:after {filter: brightness(10) invert(1);}

/* <a href="#none" class="btn-more">VIEW MORE</a> */

/* footer */
#footer {background: #222; color: #fff;}
#footer .contain {max-width: 1460px;}
#footer > div {max-width: 1800px; margin: 0 auto;}
.scroll-top {width: 44px; height: 44px; background: url('../images/common/scroll-top.png') no-repeat center center; background-size:contain;}
.f-top {padding: 33px 0;}
.f-link {gap: 40px; font-weight: 600;}
.f-cnt {border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); padding: 25px 0;}
.f-cnt .content {margin-top: 15px;}
.f-cnt .info-tit {min-width: 100px;}
.f-cnt .info-cnt {color: #ababab; font-size: clamp(0.8125rem, 0.75rem + 0.1563vw, 0.9375rem); gap:24px; line-height: 2em;}
.f-contact .content {font-size: clamp(0.8125rem, 0.75rem + 0.1563vw, 0.9375rem);}
.f-contact p { margin-bottom: 15px;}
.f-contact input {width: 300px;}
.f-contact .flex-wrap {gap: 20px;}
.f-contact .input-wrap {display: flex; border-bottom: 1px solid rgba(255,255,255,.6);}
.f-contact .input-wrap input {border: 0; background: unset; padding: 3px 6px;color: #ababab; font-size: 14px;}
.f-contact .input-wrap input::placeholder {color: #ababab; font-size: 14px;}
.f-contact .input-wrap input:focus {outline: 0;}
.f-contact button {background: unset; outline: none; padding:6px 45px; color: var(--primary-color); border: 0; border-bottom: 1px solid var(--primary-color);}
.f-copy {padding: clamp(0.75rem, 0.1875rem + 1.4063vw, 1.875rem) 0 clamp(1.25rem, -0.9375rem + 5.4688vw, 5.625rem);}
