/* include 공통 CSS */
.main-title {font-size: 6em; font-weight: 700; line-height: 1; letter-spacing: -0.04em; text-transform: uppercase;}
.main-desc {padding-top: 1.5em; font-size: 1.25em; color: var(--sub-black);}
.main-desc__item {padding-top: 0.5em;}
.main-desc__item:first-child {padding-top: 0;}
.main-btn {margin-top: 5em;}
.main-btn .main-btn__link {position: relative; display: inline-flex; justify-content: center; align-items: center; min-width: 8.88889em; min-height: 2.77778em; border: 2px solid var(--main-color); border-radius: 1rem; background-color: var(--main-color); font-size: 1.125em; color: #fff; transition: .3s ease all; overflow: hidden; z-index: 1;}
.main-btn__link::before {content: ""; position: absolute; top: 100%; left: 50%; display: block; width: 0; height: 0; transform: translate(-50%, -50%); border-radius: 50%; background-color: #fff; transition: width 0.3s ease-in-out, height 0.3s ease-in-out; z-index: -1;}
@media (hover:hover) {
	.main-btn .main-btn__link:not(input[type="submit"]):hover {color: var(--main-color);}
	.main-btn .main-btn__link:hover::before {width: 225%; height: calc(100% * 2.25); pointer-events: none;}
}
.sub-titlebox {text-align: center;}
.sub-title {font-size: var(--sub-tit); font-weight: 700; line-height: 1.4;}
.sub-desc {font-size: var(--sub-desc);}

.bg--black {background-color: var(--main-black); color: #fff;}

.marketing-cont {display: flex; justify-content: space-between; align-items: center; padding: 12.5em 0;}
.marketing-cont__img {position: relative; display: flex; justify-content: center; align-items: center; width: 32.9%; aspect-ratio: 1/1; border-radius: 1.25em;}
.marketing-info {width: 56.55%;}
.marketing-info__box {padding-bottom: 3.75em;}
.marketing-info__box:last-child {padding-bottom: 0;}
.marketing-info__desc {font-weight: 500;}
.marketing-info__desc--big {font-size: 1.5em; font-weight: 600;}

.strategy-box {display: flex; justify-content: space-between; padding: 6.25em 0; border-top: 1px solid var(--border-gray);}
.strategy-box:last-child {padding-bottom: 0;}
.strategy-title {display: flex; flex:1;}
.strategy-desc {width: 49.35%;}
.strategy-title__icon {margin-right: 1.875em;}
.strategy-title__icon img {width: 6.25em;}
.strategy-title__item--en {padding-bottom: 1.25em; font-weight: 500; line-height: 1;}
.strategy-title__item {font-size: 2em; font-weight: 700; line-height: 1.4;}
.strategy-desc__item--big {font-size: 1.5em; font-weight: 600;}
.strategy-desc__item {padding-top: 1em; font-size: 1.25em;}
@media (max-width:768px) {
	.strategy-box {display: block;}
	.strategy-desc {width: 100%; padding-top: 1em;}
}

.contact .main-titlebox, .contact .main-desc {color: #fff;}
.contact-info__mail {padding-top: 1.6667em; font-size: 1.125em; color: #fff;}
.contact-info__mail .contact-info__line {text-decoration: underline; color: var(--sub-color);}
.contact-info__list {display: flex; gap: 0.625em; margin-top: 3.75em;}
.contact-info__item {width: 3.125em; height: 3.125em;}
.contact-info__link {position: relative; display: inline-flex; width: 100%; height: 100%; border-radius: 50%; background-color: #fff; transition: .3s ease all;}
.contact-info__item .contact-info__link::before {content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 1.5em; height: 1.5em; transition: .3s ease all;}
.contact-info__item.mail .contact-info__link::before {background: url('./img/contact_mail.svg') no-repeat center / cover;}
.contact-info__item.tel .contact-info__link::before {background: url('./img/contact_tel.svg') no-repeat center / cover;}

.contact-form__list {display: flex; flex-wrap: wrap;}
.contact-form__item {display: inline-flex; align-items: center; width: calc(50% - 1.25em); height: 3.75em; margin: 1.25em 2.5em 0 0; border-bottom: 1px solid var(--border-gray); transition: .3s ease border;}
.contact-form__item.active {border-color: var(--main-black);}
.contact-form__item--full {width: 100%; height: auto; margin-top: 2.5em;}
.contact-form__item:nth-child(-n + 2) {margin-top: 0;}
.contact-form__item:nth-child(2n) {margin-right: 0;}
.contact-form__title {min-width: 80px; font-size: 1.125em; font-weight: 500; color: #666; line-height: 1;}
.contact-form__title span {color: var(--main-color);}
.contact-form__item textarea {width: 100%; min-height: 12.5em;}
.contact-form__item textarea::placeholder {color: var(--main-gray);}
.form__input {width: 100%; font-size: 1.125em;}
.form__input::placeholder {color: var(--main-gray);}

.contact-form__bottom {width: 100%; margin-top: 1.25em;}
.contact-form__label {display: inline-flex; align-items: center; cursor: pointer;}
.contact-form__label input[type="checkbox"] {appearance: none; margin-right: 0.5em; background: url('./img/contact_check.svg') no-repeat center / 0.625em 0.5em; min-width: 1.125em; aspect-ratio: 1/1; border-radius: 50%; background-color: var(--border-gray); transition: .3s ease all;}
.contact-form__label input[type="checkbox"]:checked {background-color: var(--main-color);}
.contact-form__label .line {color: var(--sub-black); text-decoration: underline;}
.contact-form__label .opacity {opacity: 0.6;}

.contact-form__submit {margin-top: 1.875em;}
@media (hover:hover) {
	.contact-info__link:hover {background-color: var(--main-color);}
	.contact-info__link:hover::before {filter: brightness(0) invert(1);}
}
@media (max-width:768px) {
	.marketing-cont {display: block;}
	.marketing-cont__img {width: 60%;}
	.marketing-info {width: 100%; padding-top: 2em;}
}
/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1520px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1720px) / 2); padding-left: calc((100% - 1720px) / 2);}
@media (max-width:1760px) {
	.inner--fill {padding-right: 4%; padding-left: 4%;}
}
@media(max-width:1560px){
	.inner {padding: 0 4%;}
}

.sub-container {padding-bottom: 5.625em; 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 {width: 13.9375em; transition: 0.15s ease-in-out all;}

.header-navi {position: relative; height: inherit; 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; align-items: center; height: inherit;}
.header-navi__m-item {position: relative;}
.header-navi__s-wrap {position: absolute; top: 100%; left: 50%; min-width: 150%; 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; display: none;}
.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-contact .header-contact__link {display: inline-flex; justify-content: center; align-items: center; padding: 0.6875em 2.0625em; border-radius: 1rem; border: 1px solid var(--border-gray); transition: .3s ease-in-out all;}
.header-contact__link.on {color: #fff;}

.header-drawer {position: relative; display: inline-flex; justify-content: center; align-items: center; width: 3.125em; aspect-ratio: 1/1; border-radius: 50%; border: 1px solid var(--border-gray); margin-left: 0.625em; transition: .3s ease-in-out all;}
.header-drawer__btn {position: relative; width: 100%; height: 100%; z-index: 0; transition:.15s ease-in-out all;}
.header-drawer__line {position: absolute; left: 50%; transform: translateX(-50%); width: 20px; height: 2px; background-color: var(--main-black); border-radius: 0.05rem; transition:.15s ease-in-out all;}
.header-drawer__line--top {top: 40%;}
.header-drawer__line--middle {top: 50%; transform:translateY(-50%)}
.header-drawer__line--bottom {bottom: 40%;}
@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(--main-black);}
.header__fix.enter .header-navi__m-btn--crt {color: var(--main-color);}
.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-contact__link {color: var(--main-black);}
.header__fix.enter .header-contact__link.on {color: #fff;}
.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 {display: none; 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 {position: sticky; top: 5.5em; padding-bottom: 7.5em; z-index: 1;}
.tab-menu__list {display: flex;flex-wrap: wrap; justify-content: center; gap: 1.25em;}
.tab-menu__item {}
.tab-menu__btn {min-width: 8.8889em; padding: 0.55556em 0; display: flex; justify-content: center; align-items: center; background-color: #fff; border: 1px solid var(--border-gray); border-radius: 1rem; text-align: center; height: 100%; font-size: 1.125em; transition: .15s ease-in-out all;}
.tab-menu__btn--crt {background-color: var(--main-color); border-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); border-color: var(--main-color); color: #fff;}
}
@media (max-width:768px) {
	.tab-menu__list {gap: 0.6em;}
	.tab-menu__btn {min-width: 7em; padding: 0.55556em;}
}
/************************* sub-tabmenu 끝 *************************/

/************************* depth3 시작 *************************/
.depth3__list {display: flex; flex-flow: row wrap;}
.depth3__item {flex:1;}
.depth3__item:last-child {border:0;}
.depth3__btn {padding:1.5em 0.75em; width: 100%; height: 100%; display: flex; align-items: center;justify-content: center; border-bottom:2px solid var(--main-gray); transition:.15s ease all;}
.depth3__btn--crt {border-color:var(--main-color);}
@media(hover:hover){
	.depth3__btn:hover {border-color:var(--main-color);}
}
/************************* depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
.footer {position: relative; font-size: var(--fz); background-color: var(--bg-color1); z-index: 1;} 
.footer::before {content: ''; position: absolute; left: 0; top: -5.625em; width: 100%; height: 5.625em; border-radius: 1rem 1rem 0 0; background-color: var(--bg-color1);}
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start;}
.footer__bottom {margin-top: 3.75em; padding: 1.875em 0; border-top: 1px solid rgba(187,187,187,0.6);}

.footer-home {display: inline-block;}
.footer-home__logo {width: 9.375em;}

.footer-info {width: 100%; margin-bottom: 1.875em;}
.footer-info + .footer-info {margin-bottom: 0;}
.footer-info__item {display: flex; flex-wrap:wrap; padding-bottom: 1em; font-weight: 500;}
.footer-info__item:last-child {padding-bottom: 0;}
.footer-info__info {display: inline-flex; align-items: center;}
.footer-info__info:after {margin:0 1em; content:''; display: inline-block; width: 1px; height: 0.8em; background-color: var(--main-gray); opacity: 0.75;}
.footer-info__info:last-child:after {display: none;}
.footer-info__cate {display: block; margin-bottom: 1em; font-size: 1.25em; font-weight: 500; line-height: 1;}
.footer-info__desc {opacity: 0.6;}
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: var(--main-gray);}
.footer-info__link {line-height: 1;}

.footer-info__list {display: flex; gap: 1.875em;}
.footer-info__list .footer-info__item {padding: 0;}
@media(max-width:500px){
	.footer-info__item {margin-bottom: 0;}
	.footer-info__detail {width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info__desc--link:hover {color: var(--main-color);}
}

.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-navi {display: flex;}
.footer-navi .footer-navi__link {margin-right: 2.5em; font-weight: 600; transition:.15s ease all;}
.footer-navi__link,
.footer-navi__link:visited,
.footer-navi__link:link {color: inherit;}
.footer-navi .footer-navi__link:first-child {color: var(--main-color);}
.footer-navi .footer-navi__link:last-of-type { opacity: 0.6;}
@media(hover:hover){
	.footer-navi__link:hover {color: var(--main-color);}
}

.footer-adm {display: flex; flex-flow: row wrap;}
.footer-adm__cprt {font-weight: 500; opacity: 0.6;}
.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_inc 끝 *************************/


/************************* 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;}