@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;outline-color:#f37736;}
a:focus {outline:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet, .only-large-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); 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) invert(1) brightness(30);}

#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-left: clamp(40px, calc(80 / var(--inner) * 100vw), 80px);}
#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:18px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: var(--primary-color) !important;}

#header.active {background: #fff; box-shadow: 2px 2px 3px rgba(0,0,0,.2)}
#header.active .sitelogo img {filter: none;}
#header.active #gnb>ul>li>a {color: var(--dark-color);}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; 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:var(--header-height); 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.active>a {color:#fff; background:var(--primary-color)}
.mobile-navigation .close {position:absolute; top:0; right:15px; width:26px; height:var(--header-height); text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:50%; 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 */
.sec-welcome {background: url('/images/main/bg-welcome.jpg') no-repeat center center; background-size: cover;}
.sec-welcome .contain {height: 100vh; padding-top: var(--header-height);}
.sec-welcome p {position: relative; padding: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px) clamp(50px, calc( 90 / var(--inner) * 100vw ), 90px) 0; font-weight: 600; font-size:clamp(25px, calc(60 / var(--inner) * 100vw), 60px); line-height: 1.2em;}
.sec-welcome p:before, .sec-welcome p:after {position: absolute; content:''; top: 0; right: 0; width: clamp(38px, calc( 71 / var(--inner) * 100vw ), 71px); height: 50%; background: url('/images/main/emphasis-leave.png') no-repeat center top; background-size: contain;}
.sec-welcome p:before {right: auto; left: 0; transform: scaleX(-1);}

.sec-greetings h2 {margin-bottom: 20px;}

.vision-group {width: 50%;}
.vision-group.type1 .vision-box {height: 100%;}
.vision-group.type2 {flex-wrap: wrap;}
.vision-group.type2 .vision-box {flex: 1 1 auto; width: 50%;}
.vision-group.type2 .vision-box4 {width: 100%;}
.vision-box {position: relative; overflow: hidden;}
.vision-num {margin-bottom: var(--space-25);font-size:clamp(24px, calc( 50 / var(--inner) * 100vw ), 75px); line-height: 1em; font-weight: 600;}
.vision-box1 .bg-img {position: relative; width: 100%; padding-bottom: 102.08333%; overflow: hidden;}
.vision-box .bg-img img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: .3s linear;}
.vision-box:hover .bg-img img {transform: scale(1.1);}
.vision-box-cnt {display: flex; flex-direction: column; justify-content: flex-end; position: absolute; width: 100%; height: 100%; padding:clamp(15px, calc( 35 / var(--inner) * 100vw ), 50px); z-index: 1;}
.vision-box-cnt p {margin-top: 10px;}
.vision-box1 .vision-box-cnt {justify-content: center; left: 50%; transform: translateX(-50%); width: max-content; max-width: 100%;}

.section {overflow: hidden;}
.partner-items {max-width: 1920px;}
.partner-items .slick-list {overflow: visible;}
.partner-group:not(:last-child) {margin-bottom:clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.partner-group h2 {margin-bottom:clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px); padding: 0 var(--container-space);}
.sec-support {background: url('/images/main/bg-support.jpg') no-repeat center center; background-size: cover;}
.sec-support h2 {margin-bottom:clamp(20px, calc( 75 / var(--inner) * 100vw ), 75px);}
.support-num {margin-top:clamp(15px, calc( 40 / var(--inner) * 100vw ), 40px);color: #ef0010;}
.sec-support h3 {margin: 10px 0;}
.support-item {padding: clamp(20px, calc( 75 / var(--inner) * 100vw ), 75px) 15px clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px);}
.support-item:not(:last-child) {border-right: 1px solid rgba(255,255,255,.4);}
.sec-product h2 {margin-bottom:clamp(20px, calc( 55 / var(--inner) * 100vw ), 55px);}
.product-items {display: flex; flex-wrap: wrap; gap: 10px;}
.product-item {position: relative; max-width: calc((100% - 30px) / 4); width: 100%; flex: 1 1 auto; border: 1px solid #ddd; overflow: hidden;}
.product-item.x-2 {max-width: none; width: calc((100% - 20px) / 2);}
.product-img {position: relative; width: 100%; padding-bottom: 100%;}
.x-2 .product-img {padding-bottom: 0; height: 100%;}
.product-img img {position: absolute; width: 100%; height: 100%; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: contain;}
.x-2 .product-img img {width: max-content; left: 50%; transform: translate(-50%, -50%);}
.product-txt {display: flex; flex-direction: column; justify-content: flex-end; position: absolute;left: 0; top: 0;width: 100%; height: 100%; padding:clamp(15px, calc( 35 / var(--inner) * 100vw ), 35px); background: linear-gradient(to top, #000, rgba(0,0,0,.3) 40%, transparent 80%); opacity: 0; transform: translateY(50px); transition:.3s;}
.product-item:hover .product-txt {opacity: 1; transform: none;}
.rtl-slider .slick-track {left: -200%;}

.sec-inquiry {position: relative; padding: clamp(40px, calc( 70 / var(--inner) * 100vw ), 70px) 0; background: #f8f8f8; z-index: 1;}
.sec-inquiry:before {position: absolute; content: '';left: 0; top: 0; width: 50%; height: 100%;	background: url('/images/main/bg-inquiry.jpg') no-repeat center center; background-size: cover; z-index: -1;}
.sec-inquiry h2 {margin-bottom: clamp(12px, calc( 30 / var(--inner) * 100vw ), 30px);}
.inquiry-form {width: 44.42857%; margin: calc(var(--space-13) * -1) 0;}
.inquiry-form .row {display: flex; gap: 0 var(--space-40);}
.inquiry-form .col {flex: 1; padding: var(--space-13) 0;}
.form-wrapper label, .form-wrapper .inquiry-tit {display: block;margin-bottom: var(--space-10); font-weight: 600; color: var(--dark-color);}
.form-wrapper .input {border-radius: 8px;}
.input-wrap > div:not(:last-child) {margin-bottom: var(--space-13);}
.input-wrap a {margin-left:clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px);border-radius: 8px;}

.sec-banner {background: url('/images/main/bg-contact.jpg') no-repeat center center; background-size: cover;}
.contact-item h3 {line-height: 1em;}
.contact-items {gap:12px clamp(30px, calc( 90 / var(--inner) * 100vw ), 90px); margin-top: clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px);}
.contact-item {gap:clamp(12px, calc( 20 / var(--inner) * 100vw ), 20px);}

.sec-notice h2 {margin-bottom:clamp(20px, calc( 45 / var(--inner) * 100vw ), 45px);}
.sec-notice .swiper-slide {height: auto;}
.notice-item {display: flex; flex-direction: column; justify-content: space-between; gap: var(--space-30); height: 100%; padding: clamp(20px, calc( 45 / var(--inner) * 100vw ), 45px) clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px); border: 1px solid #ddd;}
.notice-item:hover {border-color: var(--primary-color)}
.notice-date {margin-bottom: var(--space-10); font-size: var(--font-size14); font-weight: 600; color: #999;}
.notice-title {margin-bottom: var(--space-40); font-size: var(--font-size-20); font-weight: 600; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.notice-txt {font-weight: 600; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-break: keep-all;}
.btn-detail {font-weight: 500; color: #999; text-decoration: underline; text-underline-offset: 4px; transition: .2s;}
.notice-item:hover .btn-detail {color: var(--primary-color);}
.notice-arrows {display: flex; gap: 8px; position: relative; margin-bottom: 30px; width: fit-content; margin-left: auto; margin-top: calc(clamp(75px, calc( 90 / var(--inner) * 100vw ), 90px) * -1);}
.notice-arrow {position: relative; top: auto; left: auto; right: auto; bottom: auto; width: clamp(45px, calc( 60 / var(--inner) * 100vw ), 60px); height: clamp(45px, calc( 60 / var(--inner) * 100vw ), 60px); margin: 0; border: 1px solid #ddd; background: #fff; transition: .2s;}
.notice-arrow:after {position: absolute; content: ''; top: 50%; width: 100%; height: 23px; margin-top: -12px; background: url('/images/main/notice-arrow.png') no-repeat center center; background-size: contain;}
.notice-arrow.swiper-button-prev {transform: scaleX(-1);}
.notice-arrow:hover {background: var(--primary-color); border-color: var(--primary-color)}
.notice-arrow:hover:after {filter: brightness(30);}
/* sub */
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.5625em;}
.space-bot {padding-bottom: clamp(50px, calc( 100 / var(--inner) * 100vw ), 120px);}
.space-top {padding-top: clamp(50px, calc( 100 / var(--inner) * 100vw ), 120px);}
.border-box {position: relative;}
.border-box:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ddd;}

.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-bottom {display: flex; align-items: flex-end;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

.fz14 {font-size: var(--font-size-14);}
.fz16 {font-size: var(--font-size-16);}
.fz18 {font-size: var(--font-size-18);}
.fz20 {font-size: var(--font-size-20);}
.fz26 {font-size: var(--font-size-26); line-height: 1.2em;}
.fz30 {font-size: var(--font-size-30); line-height: 1.2em;}

/* footer */
#footer {padding: clamp(20px, calc(50 / var(--inner) * 100vw), 50px) 0; background: #222 ;color: #ccc;}
.sitename {font-size: clamp(20px, calc(24 / var(--inner) * 100vw), 24px); font-weight: 700; color: #fff;}
#footer address {display: flex; flex-wrap: wrap; gap: 0 30px; max-width: 740px; margin: 20px 0 15px; font-style: normal;}
.copyright {font-size: clamp(14px, calc(15 / var(--inner) * 100vw), 15px);}
.copyright span {margin-left: var(--space-30);}
.f-logo {display: flex; align-items: center;}
.f-link {display: flex; margin-top: 20px; font-size: clamp(14px, calc(15 / var(--inner) * 100vw), 15px); font-weight: 500;}
.f-link a:not(:last-child):after {display: inline-block; content:'|'; margin: 0 15px; font-weight: 200;}

.scroll-top {display:flex; justify-content:center; align-items:center; z-index:80; position:fixed; bottom:var(--container-space); right:var(--container-space); width:48px; height:48px; background: url('/images/common/scroll-top.png') no-repeat center center; border: 1px solid #ef0010; background-color:#ef0010; overflow: hidden; text-indent: -99999em;}
