/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:var(--inner); margin: 0 auto; --inner:1440px}
.inner--fill {max-width:none; padding-right: calc((100% - var(--inner)) / 2); padding-left: calc((100% - var(--inner)) / 2);}
@media(max-width:1480px){
	.inner {padding: 0 4%;}
}

.sub-container {margin-top: -8.4em; background-color: #fff; border-radius:7.5em 7.5em 0 0; overflow: hidden;}

.int-sec__ht {padding-top: 4.95em; font-size: 2.25em; font-weight: 600; text-align: center; color: var(--pnt);}
.int-sec__tit {padding: 6.68em 4% 0; font-size: 2.8125em; font-weight: 600; line-height: 1.4223; color: #666; text-align: center;}
.int-sec__tit--gap {padding-bottom: 2.35em;}
.int-sec__tit span {display: inline-block;}
.int-sec__tit em {color: var(--main-color);}
.int-sec__tit small {font-size: 0.715em;}
.int-sec__bg {position: relative; height: 52.6894svh; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 0; --width: 50%;}
.int-sec__bg--short {height: 50.7136svh;}
.int-sec__bg:before,
.int-sec__bg:after {position: absolute; top: 0; content:''; display: block; width: var(--width); height: 100%; background-color: #fff; z-index: 1;}
.int-sec__bg:before {left: 0;}
.int-sec__bg:after {right: 0;}

.int-sec__ht + .int-sec__tit {padding: 1.8em 0 2.55em;}

@media(max-width:1080px){
	.int-sec__ht {font-size: 2em;}
	.int-sec__tit {padding-top: 6em; font-size: 2.5em;}
}
@media(max-width:768px){
	.int-sec__ht {font-size: 1.8em;}
	.int-sec__tit {padding-top: 5em; font-size: 2.1875em;}
	.int-sec__tit br {display: none;}
}
@media(max-width:500px){
	.int-sec__ht {font-size: 1.6em;}
	.int-sec__tit {padding-top: 4em; font-size: 1.875em;}
}

.sec-layout--int {padding-top: 11.15em;}
.sec-layout--int-short {padding-top: 9.4em;}
.sec-layout__ht {font-size: 2.25em; font-weight: 600; text-align: center; color: var(--pnt);}
.sec-layout__ht--left { text-align:left;}
.sec-layout__st {margin-top: 1.1em; font-size: 1.75em; font-weight: 600;}
.sec-layout__container {display: flex; flex-wrap:wrap;}
.sec-layout__tit {flex:1; font-size: 1.75em; font-weight: 600;}
.sec-layout__tit--small {font-size: 1.5em;}
.sec-layout__tit span {display: inline-block;}
.sec-layout__desc {font-size: 1.25em; line-height: 1.6; letter-spacing: -0.01em;}
.sec-layout__desc--cate {margin-bottom: 1.3em; font-weight: 600; color: var(--main-color);}
.sec-layout__desc--dot {position: relative; margin-bottom: 0.45em; padding-left: .75em;}
.sec-layout__desc--dot:last-of-type {margin-bottom: 0;}
.sec-layout__desc--dot:before {position: absolute; top: 0.75em; left: 0; content:''; display: inline-block; width: 0.2em; height: 0.2em; background-color: var(--main-black); border-radius:50%;}
@media(max-width:1080px){
	.sec-layout__ht {font-size: 2em;}
	.sec-layout__desc {font-size: 1.1875em;}
}
@media(max-width:768px){
	.sec-layout__ht {font-size: 1.8em;}
	.sec-layout__tit {width: 100%; flex:none;}
	.sec-layout__desc {font-size: 1.125em;}
}
@media(max-width:500px){
	.sec-layout__ht {font-size: 1.6em;}
	.sec-layout__desc {font-size: 1.0625em;}
}

.cate-int {text-align: center;}
.cate-int__cate {display: inline-block; font-size: 1.25em; font-weight: 600; color: var(--pnt-ltblue);}
.cate-int__cate--deep {color: var(--main-color);}
.cate-int__tit {margin-top: 0.8889em; font-size: 2.25em; font-weight: 600; color: #444;}
.cate-int__tit--white {color: #fff;}
@media(max-width:1080px){
	.cate-int__tit {font-size: 2em;}
}
@media(max-width:768px){
	.cate-int__tit {font-size: 1.8em;}
}
@media(max-width:500px){
	.cate-int__tit {font-size: 1.6em;}
}

.dot-deco__dot {display: block; margin: 0 auto 0.5625em; width: 0.4375em; height: 0.4375em; border-radius:50%; background-color: var(--pnt-ltblue);}
.dot-deco__dot:nth-of-type(2) {opacity: 0.6;}
.dot-deco__dot:last-of-type {margin-bottom: 0; opacity: 0.4;}

.business {padding-bottom: 18.75em;}
.business__int {margin-bottom: 9.2em;}
.business__sec {margin-bottom: 9.3em;}
.business__desc {margin-top: 1em;}
.business__content {margin-top: 2.5em; display: grid; grid-template-columns: repeat(4, 1fr); gap:1.25em;}
.business__content--frame {display: block;}
@media(max-width:1080px){
	.business {padding-bottom: 15em;}
	.business__int {margin-bottom: 8em;}
	.business__sec {margin-bottom: 8em;}
	.business__content {margin-top: 2.25em;}
}
@media(max-width:768px){
	.business {padding-bottom: 12em;}
	.business__int {margin-bottom: 6em;}
	.business__sec {margin-bottom: 6em;}
	.business__desc {margin-top: 0.75em;}
	.business__content {margin-top: 2em; grid-template-columns: repeat(2, 1fr); gap:1em;}
}
@media(max-width:500px){
	.business {padding-bottom: 8em;}
	.business__int {margin-bottom: 4em;}
	.business__sec {margin-bottom: 4em;}
	.business__content {margin-top: 1.75em;}
}

.manage {padding-bottom: 13.5em;}
.manage__sec {margin-bottom: 12.5em;}
.manage__container {padding-top: 8.1em;}
.manage__wrap {width: 66.3889%;}
.manage__wrap--auto {margin-left: auto;}
.manage__overlay {padding: 2.9em 0 4.625em; background-color: var(--bg);}
.manage__tit {font-size: 1.75em; font-weight: 600; text-align: center; letter-spacing: -0.05em;}
@media(max-width:1080px){
	.manage {padding-bottom: 12em;}
	.manage__sec {margin-bottom: 10em;}	
	.manage__container {padding-top: 7em;}
}
@media(max-width:768px){
	.manage {padding-bottom: 10em;}
	.manage__sec {margin-bottom: 7.5em;}
	.manage__wrap {margin-top: 1.25em; width: 100%;} 
	.manage__container {padding-top: 6em;}
}
@media(max-width:500px){
	.manage {padding-bottom: 8em;}
	.manage__sec {margin-bottom: 5em;}
	.manage__container {padding-top: 5em;}
}

.apply {padding-bottom: 18.75em;}
.apply__sec {margin-bottom: 12.5em;}
.apply__sec:last-child {margin-bottom: 0;}
.apply__overlay {background-color: var(--bg);}

.card-list {max-width:1103px; margin: 0 auto; padding-top: 8.2em; display: grid; gap:2em; grid-template-columns: repeat(5, 1fr);}
@media(max-width:1080px){
	.card-list {padding-top: 6em; gap:1.75em;}
}
@media(max-width:768px){
	.card-list {padding-top: 5em; gap:1.5em; display: flex; justify-content: center; flex-wrap:wrap;}
	.card-list__item{width: 28%;}
}
@media(max-width:500px){
	.card-list {padding-top: 4em;}
	.card-list__item {width: 45%;}
}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 4.875em; font-size: var(--fz); --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__fix--hidden {transform: translateY(-100%); background-color: #fff;}
.header__inner {display: flex; justify-content: space-between; align-items: center; height: inherit}
.header__ctrl {display: flex; align-items: center; height: inherit;}

.header-home {position: relative;}
.header-home__logo {width: 10em; transition: 0.15s ease-in-out all;}
.header-home__logo--on {position: absolute; top: 0; left: 0; opacity: 0; visibility:hidden;}

.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:768px){
	.header-navi {display: none;}
}

.header-lang {position: relative; display: flex; align-items: center;  text-align:center; height: inherit; transform:translateX(100%); transition: .15s ease-in-out all;}
.header-lang__btn{display: flex; justify-content: center; align-items:center; gap:0.5em; width: 5.9375em; height: 2.5em; border-radius:2em; border:1px solid #fff; text-align: center; transition: 0.15s ease-in-out all;}
.header-lang__btn,
.header-lang__btn:link,
.header-lang__btn:visited {color: #fff;}
.header-lang__btn span {font-size: 0.875em;}
.header-lang__navi{position:absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width:100%; height: 0; overflow: hidden;}
.header-lang__list {margin: 0.5em 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); transition: 0.15s ease-in-out all;}
@media(hover:hover){
	.header-lang__btn:hover {color: var(--main-color);}
	.header-lang__link:hover {color: var(--main-color);}
}
@media(max-width:1680px){
	.header-lang {transform:none;}
}
@media(max-width:768px){
	.header-lang {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: #fff; 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:768px){	
	.header-drawer {display:block;}
}
.header__fix.on .header-lang__btn {border-color: var(--main-black); color: var(--main-black);}
.header__fix.on .header-lang__icon {filter: brightness(1) invert(0);}
.header__fix.on .header-home__logo--off {opacity: 0; visibility:hidden;}
.header__fix.on .header-home__logo--on {opacity: 1; visibility:visible;}

.header__fix.enter {background-color: #fff; box-shadow:var(--shadow-1);}
.header__fix.enter .header-home__logo--off {opacity: 0; visibility:hidden;}
.header__fix.enter .header-home__logo--on {opacity: 1; visibility:visible;}
.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 {border-color: var(--main-black); 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-lang__icon {filter: brightness(1) invert(0);}
.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 {position:sticky; top: 6em; bottom: 50vh; z-index: 99;}
.tab-menu__navi {text-align: center;}
.tab-menu__list {display: inline-flex; justify-content: center; width: max-content; padding:0.3125em; gap:0.3125em; border-radius:5em; background-color: rgba(255,255,255,0.2); backdrop-filter :blur(4px); border:1px solid var(--strk-soft)}
.tab-menu__item {flex:1;}
.tab-menu__btn {display: flex; justify-content: center; align-items: center; padding:0 0.8316em; text-align: center; height: 2.6875em; border-radius:5em; 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;}
.tab-menu__btn span {font-size: 1.0625em; font-weight: 600; color: #fff; white-space:nowrap;}
@media(hover:hover){
	.tab-menu__btn:hover {background-color: var(--main-color);}
	.tab-menu__btn:hover span {color: #fff !important;}
}
@media(max-width:1080px){
	.tab-menu {top: 8em;}
}
@media(max-width:768px){
	.tab-menu {display: none;}
}
/************************* 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 {padding:3.75em 0; font-size: var(--fz); background-color: #020D19; color: #fff;} 
.footer__sec {display: flex; flex-wrap:wrap; justify-content: space-between; align-items: flex-start; gap: 1em;}
.footer__sec--border {padding-top: 2.5em; border-top: 1px solid rgba(255,255,255,0.2);}

.footer-home {display: inline-block;}
.footer-home__logo {width: 9.8125em;}

.footer-info {margin:1.875em 0 2.5em; width: 100%;}
.footer-info__item {margin-bottom: 0.375em; display: flex; flex-wrap:wrap; line-height: 1.5;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__info {display: inline-flex; align-items: center; margin-right: 4.375em;}
.footer-info__info:last-child {margin-right: 0;}
/* .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-right: 0.375em; color: #999;}
.footer-info__desc {color: #fff;}
.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(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__link {margin-right: 1em; font-weight: 500; 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 {color: var(--main-color);}
}

.footer-adm {}
.footer-adm__cprt {margin-right: 1em;}
.footer-adm__nav {display: flex;}
.footer-adm__link {margin-left: 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;}