/* include 공통 CSS */
.learn-more {position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 1em; min-width: 10em; margin-top: 3.75em; padding: 0.625em 0.5em; color: var(--gray400); transition: color .3s ease;}
.learn-more__txt {font-size: 1em; font-weight: 500; line-height: 1.4; text-transform: uppercase;}
.learn-more__arrow {opacity: 0.6; flex-shrink: 0; width: 0.875em; height: 0.875em; transition: transform 0.3s ease;}
.learn-more::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background-color: var(--main-color); transition: width .3s ease;}
@media (hover: hover) {
	.learn-more:hover {color: var(--gray800);}
	.learn-more:hover::after {width: 100%;}
	.learn-more:hover .learn-more__arrow {opacity: 1;}
}
/* page intro 공통 (about us) */
.about {}
.about > .sub-title {padding-bottom: 0.6818em;}
.about__sec {position: relative; padding: 7.5em 0;}
.about__sec:first-of-type {padding-top: 0;}
.about__sec:last-child {padding-bottom: 0;}

.about-intro {position: relative;}
.about-intro__inner {position: relative;}
.about-intro__visual {width: 72.8125em; max-width: 100%; min-height: 30em; overflow: hidden; border-radius: 0.5em;}
.about-intro__img {display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover;}
.about-intro__title {position: absolute; right: 0; bottom: -1.4em; font-weight: 600; font-size: 5.5em; line-height: 1.4; color: var(--main-black); text-align: right; text-transform: uppercase;}
.about-intro__title-line {display: block;}

.about-intro--reverse .about-intro__visual {margin-left: auto;}
.about-intro--reverse .about-intro__title {right: auto; left: 0; bottom: -1.4em; text-align: left;}

@media(max-width:1200px){
  .about-intro__title {font-size: 3.75em;}
}
@media(max-width:1080px){
  .about-intro__visual {width: 100%; min-height: 22em;}
  .about-intro__title {position: static; right: auto; left: auto; bottom: auto; padding-top: 0.75em; font-size: 3.5em; text-align: left;}
}
@media(max-width:768px){
  .about-intro__title {font-size: 2.75em;}
}
@media(max-width:500px){
  .about-intro__title {font-size: 2.25em;}
  .about-intro__visual {min-height: 16em;}
}

/* page 공통 (products) */
.product {}
.product__sec {position: relative; padding: 7.5em 0;}
.product__sec:last-child {padding-bottom: 0;}

/* 3열 제품 그리드 */
.product-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25em;}
.product-card {display: flex; flex-direction: column; padding: 1.25em;}
.product-card__media {position: relative; aspect-ratio: 1/1; border-radius: 8px; overflow: hidden;}
.product-card__img {display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0.5em;}
.product-card__txt {padding-top: 1.25em; text-align: center;}
.product-card__name {font-size: 1em; font-weight: 500; color: var(--sub-black);}
.product-card__cate {padding-top: 0.444em; font-size: 1.125em; font-weight: 500; line-height: 1.6; color: var(--gray800);}
@media(max-width:1080px){
  .product-grid {grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:500px){
  .product-grid {grid-template-columns: 1fr;}
}

/* 도입문의 CTA 배너 */
.product-cta {position: relative; overflow: hidden; border-radius: 0.5em; color: #fff; background: url('./img/product_banner.jpg') no-repeat center / cover;}
.product-cta::before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.1);}
.product-cta__img {display: block; width: 100%; height: 100%; object-fit: cover;}
.product-cta__inner {position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 2em; min-height: 25em; padding: 4em 8.25em;}
.product-cta__txt {max-width: 37.5em;}
.product-cta__title {font-size: 2.25em; font-weight: 700; line-height: 1.4;}
.product-cta__desc {padding-top: 0.4em; font-size: 1.25em; font-weight: 700; line-height: 1.6;}
@media(max-width:1080px){
  .product-cta__inner {padding: 3em; min-height: 20em;}
  .product-cta__title {font-size: 1.75em;}
}
@media(max-width:768px){
  .product-cta__inner {flex-direction: column; align-items: flex-start; padding: 2.5em 1.5em;}
}

/* page 공통 (business) */
.business {}
.business__sec {position: relative; padding: 7.5em 0;}
.business__sec:last-child {padding-bottom: 0;}

/* CONTACT US 풀와이드 배너 (33, 34 하단) */
.business-banner {position: relative; overflow: hidden; min-height: 33em; color: #fff; background: #999 center / cover no-repeat;}
.business-banner::before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2);}
.business-banner .business-banner__inner {position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 2.5em; min-height: inherit; padding: 7.5em 0; text-align: center;}
.business-banner__title {font-size: 2.75em; font-weight: 700; line-height: 1.4;}
.business-banner__desc {padding-top: 1.5em; font-size: 1.25em; font-weight: 400; line-height: 1.6;}
@media(max-width:1600px) {
	.business-banner__inner {}
}
@media(max-width:1080px){
  .business-banner {min-height: 26em;}
  .business-banner__title {font-size: 2.25em;}
  .business-banner__desc {font-size: 1.25em;}
}
@media(max-width:768px){
  .business-banner__title {font-size: 1.75em;}
  .business-banner__desc {font-size: 1em;}
}

/* 문의폼 */
.inquiry-channel {flex: 1;}
.inquiry-channel__tit {font-size: 1.25em; font-weight: 700; line-height: 1.6; color: var(--gray800);}
.inquiry-channel__list {display: flex; flex-direction: column; gap: 1.25em; padding-top: 2em;}
.inquiry-channel__item {display: flex; flex-direction: column; gap: 0.5em;}
.inquiry-channel__desc {position: relative; padding-left: 1em; font-size: 1em; font-weight: 500; line-height: 1.6;}
.inquiry-channel__desc::before {content: ''; position: absolute; left: 0.25em; top: 0.6em; width: 0.25em; height: 0.25em; border-radius: 50%; background-color: var(--main-black);}
.inquiry-channel__btn {position: relative; display: flex; align-items: center; justify-content: space-between; gap:
0.5em; width: 10em; height: 2.75em; padding: 0.5em; overflow: hidden;}
.inquiry-channel__btn::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
background-color: var(--main-color); transition: .3s ease width;}
.inquiry-channel__btn-tit {font-size: 1em; font-weight: 500; line-height: 1.4; color: var(--gray400); text-transform:
uppercase; transition: .3s ease color;}
.inquiry-channel__btn-arr {width: 0.875em; height: 0.875em; filter: grayscale(1); transition: .3s ease all;}
.inquiry-channel__btn-tit {font-size: 1em; font-weight: 500; line-height: 1.4; color: var(--gray400); text-transform: uppercase; transition: .3s ease color;}
.inquiry-channel__btn-arr {width: 0.875em; height: 0.875em; flex-shrink: 0; opacity: 0.5; transition: .3s ease all;}
@media(hover:hover){
	.inquiry-channel__btn:hover::after {width: 100%;}
	.inquiry-channel__btn:hover .inquiry-channel__btn-tit {color: var(--gray800);}
	.inquiry-channel__btn:hover .inquiry-channel__btn-arr {opacity: 1; filter: grayscale(1) brightness(0);}
}

@media(max-width:1080px){
	.inquiry-channel {width: 100%; padding-bottom: 3em;}
	.inquiry-channel__list {flex-direction: row; justify-content: space-between; flex-wrap: wrap;}
	.inquiry-channel__item {flex: 1;}
}
@media (max-width:500px) {
	.inquiry-channel__item {flex: none; width: 100%;}
}

.inquiry-form-wrap {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2em;}
.inquiry-form {width: 100%; max-width: 56.375em;}
.inquiry-form__list {display: grid; grid-template-columns: 1fr 1fr; gap: 1.875em 1.25em;}
.inquiry-form__row {display: flex; flex-direction: column; gap: 0.625em;}
.inquiry-form__row--full {grid-column: 1 / -1;}
.inquiry-form__label {font-family: 'Pretendard', sans-serif; font-size: 1.25em; font-weight: 400; line-height: 1.4; color: var(--main-black);}
.inquiry-form__label em {color: var(--main-color); font-style: normal;}
.inquiry-form__input,
.inquiry-form__select,
.inquiry-form__textarea {width: 100%; padding: 0.912em 1em; font-family: 'Pretendard', sans-serif; font-size: 1.125em; font-weight: 400; line-height: 1.4; color: var(--gray800); background: #fff; border: 0; border-bottom: 2px solid var(--gray600); border-radius: 0; outline: none; transition: .3s ease background-color;}
.inquiry-form__input::placeholder,
.inquiry-form__textarea::placeholder {color: var(--gray400);}
.inquiry-form__input:focus {background-color: var(--gray50); border-bottom-color: var(--main-color);}
.inquiry-form__textarea:focus {background-color: var(--gray50); border-bottom-color: var(--main-color);}
.inquiry-form__textarea {min-height: 11.25em; resize: vertical;}
/* 커스텀 셀렉트 (ul/li) */
.inquiry-select {position: relative;}
.inquiry-select__toggle {display: flex; align-items: center; justify-content: space-between; gap: 1em; width: 100%; padding: 0.625em 1em; font-family: 'Pretendard', sans-serif; font-size: 1.125em; font-weight: 400; line-height: 1.4; color: var(--gray800); background: #fff; border-bottom: 2px solid var(--gray600); cursor: pointer; transition: .3s ease background-color;}
.inquiry-select__txt {flex: 1; text-align: left;}
.inquiry-select__txt--placeholder {color: var(--gray400);}
.inquiry-select__arr {display: block; width: 1.25em; height: 1.25em; flex-shrink: 0; background: url('./img/select_arrow.svg') no-repeat center / contain; transition: .3s ease transform;}
.inquiry-select.is-open .inquiry-select__toggle {background-color: var(--gray50); border-bottom-color: var(--main-color);}
.inquiry-select.is-open .inquiry-select__arr {transform: rotate(180deg);}
.inquiry-select__list {position: absolute; left: 0; top: calc(100% + 0.25em); z-index: 10; width: 100%; max-height: 15em; overflow-y: auto; background: #fff; border: 1px solid var(--gray300); border-radius: 0.25em; box-shadow: var(--shadow-1); opacity: 0; visibility: hidden; transform: translateY(-0.5em); transition: .2s ease all;}
.inquiry-select.is-open .inquiry-select__list {opacity: 1; visibility: visible; transform: translateY(0);}
.inquiry-select__item {padding: 0.94em 1em; border-bottom: 1px solid var(--gray300); font-family: 'Pretendard', sans-serif; font-size: 1.125em; line-height: 1.4; color: var(--gray800); cursor: pointer; transition: .15s ease background-color;}
.inquiry-select__item.is-active {color: var(--main-color); background-color: var(--gray50);}
@media(hover:hover){
	.inquiry-select__item:hover {background-color: var(--gray50);}
}

.inquiry-form__file {display: flex; align-items: center; min-height: 3.75em; padding: 0.625em 1em; background-color: #fff5f3; cursor: pointer;}
.inquiry-form__file-input {position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden;}
.inquiry-form__file-txt {font-family: 'Pretendard', sans-serif; font-size: 1em; color: var(--gray600); text-decoration: underline;}

.inquiry-radios {display: flex; flex-wrap: wrap; gap: 0.5em 2.5em; padding: 0.625em 0;}
.inquiry-radio {position: relative; display: inline-flex; align-items: center; gap: 0.5em; cursor: pointer;}
.inquiry-radio__input {position: absolute; opacity: 0; width: 1px; height: 1px;}
.inquiry-radio__mark {position: relative; width: 1.25em; height: 1.25em; border: 1px solid var(--gray400); border-radius: 50%; flex-shrink: 0; background: #fff;}
/* .inquiry-radio__input:checked + .inquiry-radio__mark {border-color: var(--main-color);} */
.inquiry-radio__input:checked + .inquiry-radio__mark::after {content: ''; position: absolute; left: 50%; top: 50%; width: 0.625em; height: 0.625em; border-radius: 50%; background: var(--main-color); transform: translate(-50%, -50%);}
.inquiry-radio__txt {font-family: 'Pretendard', sans-serif; font-size: 1.25em; color: var(--sub-black);}

.inquiry-form__bottom {display: flex; justify-content: space-between; align-items: center; gap: 1em; padding-top: 3.75em;}
.inquiry-form__agree {display: inline-flex; align-items: center; gap: 0.5em; cursor: pointer;}
.inquiry-form__agree-label {margin-right: 7.6875em; font-family: 'Pretendard', sans-serif; font-size: 1em; color: var(--gray600);}
.inquiry-form__agree-label b {color: var(--main-color); font-weight: 700;}
.inquiry-form__agree-input {position: absolute; opacity: 0; width: 1px; height: 1px;}
.inquiry-form__agree-mark {position: relative; width: 1.125em; height: 1.125em; border: 1px solid var(--gray400); border-radius: 0.125em; flex-shrink: 0; background: #fff;}
.inquiry-form__agree-input:checked + .inquiry-form__agree-mark {}
.inquiry-form__agree-input:checked + .inquiry-form__agree-mark::after {content: ''; position: absolute; left: 50%; top: 45%; width: 0.625em; height: 0.3125em; border-left: 2px solid var(--main-color); border-bottom: 2px solid var(--main-color); transform: translate(-50%, -50%) rotate(-45deg);}
.inquiry-form__agree-txt {font-family: 'Pretendard', sans-serif; font-size: 1em; color: var(--gray600);}
.inquiry-form__submit {margin-left: auto; background-color: var(--gray50);}
@media(hover:hover){
	.inquiry-form__submit:hover {background-color: var(--main-color); color: #fff; border-radius: 8px;}
}

@media(max-width:1080px){
	.inquiry-form-wrap {justify-content: stretch;}
	.inquiry-form {max-width: 100%;}
}
@media(max-width:768px){
	.inquiry-form__list {grid-template-columns: 1fr;}
	.inquiry-form__bottom {flex-direction: column; align-items: stretch; gap: 1.5em;}
}

.primary {color: var(--main-color);}
.main-title {font-size: 3.375em; font-weight: 600; color: var(--sub-black); line-height: 1.4;}
.sub-titlebox {}
.sub-cate + .sub-title {padding-top: 0.1818em;}
.sub-titlebox .sub-desc {padding-top: 0.4em;}
.sub-cate {font-size: 1.125em; color: var(--main-color); text-transform: uppercase;}
.sub-title {font-size: 2.75em; font-weight: 700; line-height: 1.4;}
.sub-title--sm {font-size: 2.25em;}
.sub-title--xs {font-size: 1.75em; color: var(--sub-black);}
.sub-title--white {color: #fff;}
.sub-desc {font-size: 1.25em; font-weight: 500; color: var(--sub-black);}
.sub-titlebox .sub-detail {padding-top: 2.22222em;}
.sub-detail {font-size: 1.125em; color: var(--gray800);}
@media (max-width:768px) {
	.sub-title {font-size: 2.4em;}
}
@media (max-width:500px) {
	.sub-title {font-size: 2.25em;}
}
/************************* 공통 시작*************************/
/* 회사소개 css */

.core-list {}
.core-list__head {max-width: 56.25em;}
.core-list__grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25em; margin-top: 2.5em;}
.core-card {position: relative; overflow: hidden; border-radius: 0.5em; aspect-ratio: 770 / 430; width: 100%; min-height: 26.875em; transition: transform 0.3s ease, box-shadow 0.3s ease;}
.core-card::before {content: ''; display: block; position: absolute; inset: 0; background: linear-gradient(90deg, #F5F9FC 0%, rgba(245, 249, 252, 0) 60%); transition: all 0.3s ease; z-index: 1;}
.core-card__img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}
.core-card__txt {position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; gap: 0.5em; padding: 0 2.5em 2.5em 2.5em; z-index: 1;}
.core-card__title {font-weight: 700;}
.core-card__title--line {padding-bottom: 0.2857em;}
.core-card__desc {}
.core-card__detail {opacity: 0; font-size: 0; transition: .5s ease opacity;}

@media (hover: hover) {
  .core-card:hover::before {backdrop-filter: blur(14px)}
  .core-card:hover .core-card__detail {opacity: 1; font-size: 1.125em;}
  .core-card:hover .core-card__title--line {border-bottom: 2px solid var(--main-color);}
}

@media (max-width: 768px) {
  .core-list__grid {grid-template-columns: 1fr; gap: 1em; margin-top: 3em;}
  .core-card::before {background: linear-gradient(0deg, #F5F9FC 0%, rgba(245, 249, 252, 0) 100%);}
  .core-card__txt {padding: 0 1.5em 1.5em 1.5em;}
  .core-card__title--line {border-bottom: 2px solid var(--main-color);}
  .core-card__detail {opacity: 1; font-size: 1.125em;}
}
/* certifications */
.cert-info {}
.cert-info__detail {max-width: 67.5em;}
.cert-info__grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25em; margin-top: 2.5em;}

.cert-card {position: relative; aspect-ratio: 770/488; width: 100%; min-height: 28em; border-radius: 0.5em; overflow: hidden;}
.cert-card__bg {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;}
.cert-card__head {position: relative; padding: 2.5em; display: flex; flex-direction: column; gap: 0.5em;}
.cert-card__title {font-size: 1.75em; font-weight: 700; line-height: 1.4; letter-spacing: -0.01786em; color: #000;}
.cert-card__num {font-size: 1.125em; font-weight: 400; line-height: 1.6; letter-spacing: -0.02778em; color: var(--sub-black);}
.cert-card__body {position: absolute; left: 0; right: 0; bottom: 0; padding: 5.5em 2.5em 2.5em; z-index: 1;}
.cert-card__body::before {content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.1); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  mask-image: linear-gradient(
    to bottom,
    transparent,
    white 40%,
    white
  ); z-index: -1;}

.cert-card__text {font-size: 1.125em; font-weight: 500; line-height: 1.6; letter-spacing: -0.02778em; color: var(--gray800);}

/* cert_rep */
.cert_rep {}
.cert_rep__detail {max-width: 67.5em;}
.cert_rep__visual {margin-top: 2.5em; width: 100%; aspect-ratio: 1557/602; border-radius: 0.5em; overflow: hidden;}
.cert_rep__img {width: 100%; height: 100%; object-fit: cover; display: block;}

/* anim */
.anim-up {opacity: 0; transform: translateY(2.5em); will-change: transform, opacity;}
.anim-card {opacity: 0; transform: translateY(2.5em); will-change: transform, opacity;}
@media(max-width:768px){
  .cert-info__grid {grid-template-columns: 1fr;}
  .cert_rep__visual {margin-top: 3em;}
}
@media (max-width:500px) {
  .cert-info__detail br {display: none;}
}


.gn-body {position: relative; padding-bottom: 5em; overflow: hidden;}
.gn-body__bg {position: absolute; left: 0; bottom: 0; width: 100%; height: 67.4375em; background: url('./img/global_net_earth.png') no-repeat center / cover; z-index: 0; pointer-events: none;}
.gn-body__inner {position: relative; z-index: 1;}
.gn-body__head {max-width: 47em;}
.gn-body__txt {margin-top: 2.5em; max-width: 52em;}
.gn-body__p {margin: 0 0 1.6em 0; font-size: 1.125em; font-weight: 500; line-height: 1.6; color: var(--gray800);}
.gn-body__p:last-child {margin-bottom: 0;}

.gn-cta {position: relative; padding-top: 0; background: url('./img/global_net_banner.jpg') no-repeat center / cover;}
.gn-cta::before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2);}
.gn-cta__banner {position: relative; width: 100%; min-height: 33.0625em; padding: 7.5em 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 2em; border-radius: 0.5em 0.5em 0 0 ; overflow: hidden;}
.gn-cta__txt {position: relative; z-index: 1; text-align: center;}
.gn-cta__title {margin: 0;}
.gn-cta__desc {margin-top: 0.8334em; font-size: 1.5em; font-weight: 400; line-height: 1.4; letter-spacing: -0.5px; color: #fff;}
.gn-cta__desc-line {display: block;}


@media (max-width: 1199px) {
  .gn-cta__banner {min-height: 28em;}
}
@media (max-width: 900px) {
  .gn-body__txt {margin-top: 3em;}
  .gn-cta__banner {min-height: 24em; padding: 5em 1.25em;}
  .gn-cta__desc {font-size: 1.125em;}
  .gn-cta__desc-line {display: inline;}
}

.about-contact {}
.about-contact__desc {padding-top: 2.5em; max-width: 47em;}
.about-contact__info {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5em 1.25em; margin-top: 3.75em;}
.about-contact__item {display: flex; align-items: center; gap: 1em;}
.about-contact__icon-wrap {flex-shrink: 0; display: flex; justify-content: center; align-items: center; width: 5.5em; height: 5.5em; border: 1px solid var(--gray300); border-radius: 50%; background-color: #fff;}
.about-contact__icon {width: 2.5em; height: 2.5em; object-fit: contain;}
.about-contact__txt {font-size: 1.125em; font-weight: 500; line-height: 1.6; color: var(--gray800);}
.about-contact__map {margin-top: 2.5em; width: 100%; overflow: hidden;}

@media(max-width:1080px){
  .about-contact__info {gap: 2em;}
}
@media(max-width:768px){
  .about-contact__info {flex-direction: column; align-items: flex-start;}
}

/* 모션 초기 상태 */
.is-anim {opacity: 0; transform: translateY(2.5em);}

.about-contact .root_daum_roughmap {width: 100%;}
.about-contact .root_daum_roughmap .wrap_map {height: 35.875em; font-size: var(--fz);}
.about-contact .root_daum_roughmap .wrap_controllers, .about-contact .root_daum_roughmap .cont, .about-contact .root_daum_roughmap .border1, .root_daum_roughmap .border2, .about-contact .root_daum_roughmap .border3, .about-contact .root_daum_roughmap .border4 {display: none;}


.inner {width: 100%; max-width:1560px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1600px) / 2); padding-left: calc((100% - 1600px) / 2);}
@media(max-width:1600px){
	.inner {padding: 0 4%;}
}

.sub-container {position: relative; background-color: #fff; padding-top: 7.5em; padding-bottom: 7.5em; min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100; width:100%; height: 5em; font-size: var(--fz); background-color: #fff; --menu-height : 0; transition: 0.15s ease-in-out all;}
.header__fix:after {position: absolute; content:''; top: 100%; left: 0; z-index: -1; width: 100%; height: var(--menu-height); background-color: #fff; transition: 0.15s ease-in-out all;}
.header__inner {display: flex; justify-content: space-between; align-items: center; height: inherit}
.header__ctrl {display: flex; align-items: center; height: inherit;}

.header-home__logo {display: inline-block; width: 10em; height: 2.5em; background: url('./img/top_logo.svg') no-repeat center / cover; vertical-align: middle; transition: 0.15s ease-in-out all;}
.header-home:hover .header-home__logo {background-image: url('./img/top_logo_hover.svg');}

.header-navi {position: relative; height: inherit; margin-left: auto; transition: .15s ease-in-out all;}
.header-navi__m-list {display: flex; height: inherit;}
.header-navi__m-item {height: inherit;}
.header-navi__m-item:last-child {margin-right: 0;}
.header-navi__m-btn {display: flex; justify-content: center; align-items: center; height: inherit;}
.header-navi__m-item {position: relative;}
.header-navi__s-wrap {position: absolute; top: 100%; left: 50%; min-width: 100%; transform:translateX(-50%);}
.header-navi__s-list {transition: .15s ease-in-out all;}
.header-navi__s-btn {display: block;}
@media(max-width:1080px){
	.header-navi {display: none;}
}

.header-lang {position: relative; display: flex; align-items: center;  text-align:center; height: inherit; transition: .15s ease-in-out all;}
.header-lang__btn{display: flex; align-items:center; transition: 0.15s ease-in-out all;}
.header-lang__btn,
.header-lang__btn:link,
.header-lang__btn:visited {color: #fff;}
.header-lang__navi{position:absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width:100%; height: 0; overflow: hidden;}
.header-lang__list {margin: 1em; background-color: rgba(0,0,0,0.5); border-radius: 0.5em; box-shadow:var(--shadow-1); transition: .15s ease-in-out all;}
.header-lang__link{padding:0.5em 1.5em; display: block; white-space: nowrap; transition: 0.15s ease-in-out all;}
.header-lang__link,
.header-lang__link:visited,
.header-lang__link:link {color: #fff;}
.header-lang__icon {width: 1.25em; filter:brightness(0) invert(1)}
@media(hover:hover){
	.header-lang__btn:hover {color: var(--main-color);}
	.header-lang__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-lang {display: none;}	
}

.header-login {margin-left: 1.5em;}
.header-login__list {display: flex; align-items: center;}
.header-login__item {margin-right: 1em;}
.header-login__item:last-child {margin-right: 0;}
.header-login__link {display: block; transition:.15s ease-in-out all;}
.header-login__link,
.header-login__link:visited,
.header-login__link:link {color: #fff;}
@media(hover:hover){
	.header-login__link:hover {color: var(--main-color);}
}
@media(max-width:1080px){
	.header-login{display: none;}	
}

.header-drawer {display: none; position: relative; margin-left: 1.5em;}
.header-drawer__btn {position: relative; width: 20px; height: 14px; z-index: 0; transition:.15s ease-in-out all;}
.header-drawer__line {position: absolute; left: 0; width: 100%; height: 2px; background-color: var(--sub-black); transition:.15s ease-in-out all;}
.header-drawer__line--top {top: 0;}
.header-drawer__line--middle {top: 50%; transform:translateY(-50%)}
.header-drawer__line--bottom {bottom: 0;}
@media(hover:hover){
	.header-drawer__btn:hover .header-drawer__line--top{left: -0.25em;}
	.header-drawer__btn:hover .header-drawer__line--middle{left: 0.25em;}
	.header-drawer__btn:hover .header-drawer__line--bottom{left: -0.125em;}
}
@media(max-width:1080px){	
	.header-drawer {display:block;}
}

.header__fix.enter {background-color: #fff;}
.header__fix.enter .header-navi__m-btn {color: var(--gray600);}
.header__fix.enter .header-navi__m-btn--crt {font-weight: 700; color: var(--main-black);}
.header__fix.enter .header-navi__s-list {background-color: #fff;}
/* .header__fix.enter .header-navi__s-btn {color: var(--main-black);} */
.header__fix.enter .header-navi__s-btn--crt {color: var(--main-color);}
.header__fix.enter .header-navi__c-btn {color: var(--main-gray);}
.header__fix.enter .header-navi__c-btn--crt {color: var(--main-color);}
.header__fix.enter .header-lang__btn {color: var(--main-black);}
.header__fix.enter .header-lang__btn.on {color: var(--main-color);}
.header__fix.enter .header-lang__list {background-color: #fff;}
.header__fix.enter .header-lang__link {color: var(--main-black);}
.header__fix.enter .header-login__link {color: var(--main-black);}
.header__fix.enter .header-drawer__line {background-color: var(--main-black);}
@media(hover:hover){
	.header__fix.enter .header-lang__link:hover {color: var(--main-color);}
}

/************************* header_inc 끝*************************/

/************************* sub-dropdown 시작 *************************/
.drop-menu {border-bottom:1px solid var(--main-gray);}
.drop-menu__inner {display: flex; border-right:1px solid var(--main-gray); border-left:1px solid var(--main-gray);}
.drop-menu__home {display: inline-flex; min-width: 3em; min-height: 3em; height: inherit; justify-content: center; align-items: center;}
.drop-menu__icon {width: 1.75em;}
.drop-menu__wrap {position: relative; z-index: 0; border-left:1px solid var(--main-gray);}
.drop-menu__wrap:last-child {border-right:1px solid var(--main-gray); }
.drop-menu__btn {display: flex; justify-content: space-between; align-items: center; min-width:15em; height: 100%; padding:0 0.15rem; font-weight: 500; transition:.15s ease-in-out all;}
.drop-menu__tit {display: block; font-size: 1.125em;}
.drop-menu__arr {margin-left: 1.5em; width: 0.75em; transition:.15s ease-in-out all;}
.drop-menu__navi {position: absolute; top: 100%; left: -1px; z-index: 10; width:calc(100% + 2px);  height: 0; overflow: hidden;}
.drop-menu__list {background-color: #fff; border:1px solid var(--main-gray);}
.drop-menu__link {display: block; padding:0.5em 0.15rem; transition:.15s ease-in-out all;}
@media(hover:hover){
	.drop-menu__link:hover {background-color: var(--main-color); color: #fff;}
}

.drop-menu__btn.on {background-color: var(--main-color); color: #fff;}
.drop-menu__btn.on .drop-menu__arr {filter:brightness(0) invert(1); transform:rotate(180deg);}

/************************* dropdown 끝 *************************/
/************************* tabmenu 시작 *************************/
.tab-menu {display: none; border-bottom:1px solid var(--main-gray)}
.tab-menu__list {display: flex;}
.tab-menu__item {flex:1;}
.tab-menu__btn {padding:1.5em 0.75em; display: flex; justify-content: center; align-items: center; text-align: center; height: 100%; transition: .15s ease-in-out all;}
.tab-menu__btn--crt {background-color: var(--main-color);}
.tab-menu__btn--crt,
.tab-menu__btn--crt:link,
.tab-menu__btn--crt:visited {color: #fff;}
@media(hover:hover){
	.tab-menu__btn:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-tabmenu 끝 *************************/

/************************* depth3 시작 *************************/
.depth3 {padding-bottom: 2.5em;}
.depth3__list {display: flex; flex-flow: row wrap; gap: 0.625em 1.25em;}
.depth3__item {}
.depth3__item:last-child {border:0;}
.depth3__btn {position: relative; display: flex; justify-content: center; align-items: center; padding: 0.5625em 0.5em; min-width: 9em; height: 100%; text-align: center; font-weight: 500; color: var(--gray400); transition: .3s ease-in-out all;}
.depth3__btn::before {content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background-color: var(--main-color); transition: .3s ease-in-out all;}

.depth3__btn--crt {background-color: var(--gray50); color: var(--gray800);}
.depth3__btn--crt::before {width: 100%;}
@media(hover:hover){
	.depth3__btn:hover {background-color: var(--gray50); color: var(--gray800);}
	.depth3__btn:hover::before {width: 100%;}
}

/************************* depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
.footer {position: relative; padding: 3.75em 0; font-size: var(--fz); background-color: var(--sub-black); color: #fff; line-height: 1.4; z-index: 1;}
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start;}

.footer-home {display: inline-block;}
.footer-home__logo {display: inline-block; width: 17.25em; height: 3em; background: url('./img/footer_logo.svg') no-repeat left center / contain; vertical-align: middle; transition: 0.15s ease-in-out all;}
.footer-home:hover .footer-home__logo {background-image: url('./img/footer_logo_hover.svg'); filter:brightness(0) invert(1);}


.footer-info {display: flex; flex-wrap: wrap; align-items: center; gap: 1em;}
.footer-info__item {position: relative; display: inline-flex; align-items: center; gap: 0.375em; font-size: 0.875em; line-height: 1.4;}
.footer-info__item:after {content: ''; display: inline-block; width: 1px; height: 0.5em; margin-left: 1em; background-color: #fff; opacity: 0.4;}
.footer-info__item:last-child:after {display: none;}
.footer-info__cate {font-weight: 700; color: #fff; opacity: 0.6;}
.footer-info__desc {color: #fff; opacity: 0.4;}
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: #fff;}
@media(hover:hover){
	.footer-info__desc--link:hover {color: var(--main-color); opacity: 1;}
}
@media(max-width:768px){
	.footer-info {flex-direction: column; align-items: flex-start; gap: 0.4em;}
	.footer-info__item:after {display: none;}
}

.family {position: relative; z-index: 0;}
.family__btn {padding:0.5em 1em; display: inline-flex; justify-content:space-between; align-items:center; font-weight: 500; border:1px solid #fff; transition:.15s ease all;}
.family__btn,
.family__btn:visited,
.family__btn:link {color: inherit;}
.family__arrow {margin-left: 1em; transition:.15s ease all;}
.family__navi {position: absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width: 100%; text-align: left; background-color: var(--main-black); height: 0; overflow: hidden; z-index: 1;}
.family__list {padding:1em 0; border:1px solid #fff; border-top:none;}
.family__link {padding:0.5em 0.25em; display: block; white-space: nowrap; text-align: center; transition:.15s ease all;}
.family__link,
.family__link:visited,
.family__link:link {color: inherit;}
@media(hover:hover){
	.family__btn:hover {background-color: var(--main-color);}
	.family__link:hover {color: var(--main-color);}
}

.family__btn.on {background-color: var(--main-color); color: #fff;}
.family__btn.on .family__arrow {transform:rotate(-180deg);}

.footer-legal {display: flex; gap: 1.25em; align-items: center;}

.footer-navi__link {margin-right: 1em; font-size: 0.875em; font-weight: 500; opacity: 0.6; transition:.15s ease all;}
.footer-navi__link,
.footer-navi__link:visited,
.footer-navi__link:link {color: inherit;}
.footer-navi__link:last-of-type {margin-right: 0;}
@media(hover:hover){
	.footer-navi__link:hover {opacity: 1; color: var(--main-color);}
}

.footer-adm {display: flex; flex-flow: row wrap;}
.footer-adm__cprt {margin-right: 1em;}
.footer-adm__nav {display: flex;}
.footer-adm__link {margin-right: 1em; display: inline-block; transition:.15s ease all;}
.footer-adm__link,
.footer-adm__link:visited,
.footer-adm__link:link {color: var(--main-gray);}
.footer-adm__link:last-of-type {margin-right: 0;}
@media(max-width:500px){
	.footer-adm__nav {width: 100%;}
}
@media(hover:hover){
	.footer-adm__link:hover {color: var(--main-color);}
}

.footer-top {display: flex; justify-content: space-between; align-items: flex-start; gap: 2em;}
.footer-top__main {display: flex; flex-direction: column; align-items: flex-start; gap: 2.5em;}
.footer-down {display: grid; grid-template-columns: repeat(2, 11.75em); gap: 1.25em;}
.footer-down__btn {display: flex; justify-content: space-between; align-items: center; gap: 1em; padding: 0.75em; border: 1px solid #fff; transition: .2s ease all;}
.footer-down__btn,
.footer-down__btn:visited,
.footer-down__btn:link {color: #fff;}
.footer-down__txt {font-size: 0.875em; font-weight: 500; line-height: 1.4; text-transform: uppercase;}
.footer-down__icon {width: 1em; height: 1em; flex-shrink: 0; filter: brightness(0) invert(1);}
@media(hover:hover){
	.footer-down__btn:hover {background-color: #fff; color: var(--main-color);}
	.footer-down__btn:hover .footer-down__icon {filter: brightness(1) invert(0);}
}

.footer-bottom {display: flex; justify-content: space-between; align-items: center; gap: 1em; margin-top: 2.5em; padding-top: 1.25em; border-top: 1px solid rgba(255,255,255,0.2);}
.footer-copy {font-size: 0.875em; line-height: 1.4; color: rgba(255,255,255,0.2); text-transform: uppercase;}

@media(max-width:1080px){
	.footer-top {flex-direction: column; align-items: stretch; gap: 2em;}
	.footer-down {grid-template-columns: repeat(4, 1fr);}
}
@media(max-width:768px){
	.footer-down {grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:500px){
	.footer-down {grid-template-columns: 1fr;}
	.footer-bottom {flex-direction: column; align-items: flex-start; gap: 0.5em;}
}

/************************* footer_inc 끝 *************************/


/************************* quick 시작 *************************/
.quick {position: fixed; right: 1.25em; bottom: 1.25em; z-index: 99; display: flex; flex-direction: column; align-items: flex-end; gap: 1.25em; font-size: var(--fz); transition: 0.3s ease opacity, 0.3s ease visibility;}
.quick.is-hide {opacity: 0; visibility: hidden; pointer-events: none;}
.quick__btn {position: relative; display: flex; flex-direction: column; align-items: center; gap: 0.125em; width: 5em; height: 5em; padding-top: 1em; box-shadow: var(--shadow-2); border-radius: 0.5em; transition: 0.3s ease transform;}
.quick__btn--contact {background-color: var(--main-color);}
.quick__btn--partners {background-color: #fff;}
.quick__btn--catalog {background-color: var(--gray100);}
.quick__btn--top {justify-content: center; padding-top: 0; border-radius: 50%; background-color: #fff; box-shadow: 0 0.5em 0.375em rgba(0,0,0,0.05);}
.quick__icon {width: auto; height: 2em;}
.quick__btn--top .quick__icon {height: 1.5em;}
.quick__txt {font-size: 0.875em; font-weight: 500; line-height: 1.4; white-space: nowrap;}
.quick__btn--contact .quick__txt {color: #fff;}
.quick__btn--partners .quick__txt {color: var(--main-color);}
.quick__btn--catalog .quick__txt {color: var(--sub-black);}
@media (hover: hover) {
	.quick__btn:hover {transform: translateY(-0.25em);}
}
@media(max-width:768px){
	.quick {right: 0.75em; bottom: 0.75em; gap: 0.75em;}
	.quick__btn:not(.quick__btn--top) {display: none;}
	.quick__btn--top {width: 4em; height: 4em;}
}
/************************* quick 끝 *************************/


/************************* split-text *************************/
.split-text__word {font-size: inherit;}
.split-text__letter {display: inline-block; font-size: inherit;}
.split-text--no-delay .split-text__letter {transition-delay:0s !important; animation-delay:0s !important;}