/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1400px; margin: 0 auto; }
.inner--fill {max-width:none; padding-right: calc((100% - 1400px) / 2); padding-left: calc((100% - 1400px) / 2);}

@media(max-width:1440px){
	.inner {padding: 0 4%;}
}

.int-sec__tit {font-size: 3em; font-weight: 700; letter-spacing: -0.03em;}
@media(max-width:500px){
	.int-sec__tit {font-size: 2.5em;}
}

.sub-container {padding-top: 7.5em; padding-bottom: 10em; min-height:5rem;}
@media(max-width:1080px){
	.sub-container {padding-top: 5em; padding-bottom: 7.5em;}
}
/************************* 공통 끝 *************************/

/************************* 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 {font-size: inherit;}
.header-home__link {display: block;}
.header-home__logo {width: 13.2025em; transition: 0.15s ease-in-out all;}

.header-navi {position: relative; height: inherit; margin-right: 2.5em; 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:1280px){
	.header-navi {margin-right: 0;}
}
@media(max-width:768px){
	.header-navi {display: none;}
}

.header-login {margin-left: 1.5em;}
.header-login__list {display: flex; align-items: center;}
.header-login__item {display: inline-flex; align-items: center;}
.header-login__item:after {margin:0 1.2em; display: inline-block; content:''; width: 1px; height: 0.5em; background-color: var(--dark-soft);}
.header-login__item:last-child:after {display: none;}
.header-login__link {display: block; font-size: 1.125em; font-weight: 500; transition:.15s ease-in-out all;}
@media(hover:hover){
	.header-login__link:hover {color: var(--main-color);}
}
@media(max-width:768px){
	.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: #000; 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.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-drawer__line {background-color: var(--main-black);}
@media(hover:hover){
	.header__fix.enter .header-lang__link:hover {color: var(--main-color);}
}

.jeju-st {font-size: 2em; font-weight: 600; line-height: 1.2; letter-spacing: -0.03em;}
.jeju-cate {font-size: 1.75em; font-weight: 600; line-height: 1.4; letter-spacing: -0.04em;}

.jeju-form__tbl {border-top:1px solid var(--main-black); width: 100%;}
.jeju-form__tr {border-bottom:1px solid #d9d9d9}
.jeju-form__alert {margin-bottom: 1.2em; text-align:right; letter-spacing: -0.02em;}
.jeju-form__alert strong {color: #EB3A43}
.jeju-form__cell {padding-top: 0.8389em; padding-bottom: 0.8389em; font-size: 1.125em; font-weight: 500; line-height: 1.6; letter-spacing: -0.05em; vertical-align: middle;}
.jeju-form__cell--th {padding-right: 1.2em; padding-left: 1.2em; width: 16.6667em; background-color: var(--bg); color: var(--dark-soft); text-align:left;}
.jeju-form__cell--td {padding-right: 2.7222em; padding-left: 1.2em; color: var(--dark-soft);}
.jeju-form__cell--input {padding-left: 0.6112em;}
.jeju-form__cell--center {text-align: center;}
.jeju-form__cell strong {margin-left: 0.25em; color: var(--main-color);}
.jeju-form__field {display: flex; align-items: center;}
.jeju-form__field--radio {gap:1.667em;}
.jeju-form__field--input {gap:0.5556em}
.jeju-form__field--tel {gap:0.2223em;}
.jeju-form__ctrl {margin-top: 0.5em; display: flex; gap:0.2223em;}
.jeju-form__ctrl--if {margin-top: 0; margin-left: 0.5em; display: inline-flex; vertical-align: middle;}
.jeju-form__submit {max-width:420px; margin: 3.75em auto 0; display: flex; gap:1.25em;}
.jeju-form__btn {height: 3.125em;}

.jeju-prv {margin-top: 3.6em;}
.jeju-prv__tit {font-size: 1.25em; font-weight: 500;}
.jeju-prv__terms {margin: 1em 0; padding:2em; border:1px solid #ddd; height: 11.5625em; line-height: 1.8; color: var(--dark-light); border-radius:0.3125em;}

.modal {position: fixed; z-index: 200; inset:0; display: flex; justify-content: center; align-items: center; padding:0 4%; font-size: var(--fz); opacity: 0; visibility:hidden; transition:.3s ease-in-out all;}
.modal[aria-hidden="false"] {opacity: 1; visibility:visible;}
.modal__overlay {position: absolute; z-index: -1; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
.modal__container {background-color: #fff; max-width:50em; width: 100%; padding: 0 2em; box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.modal__container .jeju-form__tbl{max-height:35vh; overflow-y: auto;}
.modal__header {display: flex; justify-content: space-between; align-items: center; padding:2em 0; border-bottom: 1px solid var(--strk-deep)}
.modal__body {padding:2em 0; width: 100%;}
.modal__form {overflow: hidden;}
.modal__wrap {display: flex; transition:.15s ease-in-out transform;}
.modal__step {width: 100%; flex-shrink: 0; display: flex; align-items: center;}
.modal__dl {display: grid; grid-template-columns: 12em auto;}
.modal__th {min-width: 0; width: auto;}
.modal__th--flex {flex:1;}
.modal__td {min-width: 0; padding-right: 1.5em; padding-left: 1.5em;}
.modal__th,
.modal__td {border-bottom:1px solid #d9d9d9}
.modal__td--flex {flex:1;}
.modal__date {width: 9.375em;}
.modal__view {width: 9.375em;}

.modal__msg {margin-top: 0.5em; font-weight: 500; color: #f00;}
.modal__footer {display: flex; gap:1em; padding:0 4em 4em;}
.modal__btn {padding:0.25em 0.75em;}
.modal__row {display: flex;}

@media(max-width:768px){
	.modal__tbody .modal__th {width: 8em;}
}





/************************* header_inc 끝*************************/

.sub-nav__inner {position: relative; display: flex; justify-content: space-between; z-index: 0;}
.sub-nav__inner:before {position: absolute; z-index: -1; top: 0; left: 0; right: calc((100% - 1400px) / 2); bottom: 0; content:''; display: block; background-color: #fff; border-top-right-radius: 0.625em;}
@media(max-width:1440px){
	.sub-nav__inner:before {right: 4%;}
}
@media(max-width:768px){
	.sub-nav__inner {flex-wrap:wrap; padding-right: 0; padding-left: 0;}
}

.match-nav__list {display: flex; height: 100%;}
.match-nav__item {height: 100%;}
.match-nav__btn {display: flex; justify-content: center; align-items: center; gap:0.5em; width: 9.375em; height: 100%; text-align: center;}
.match-nav__btn,
.match-nav__btn:link,
.match-nav__btn:visited {color: #fff;}
.match-nav__btn span {font-size: 1.125em; font-weight: 500;}
.match-nav__btn--apply {background-color: var(--main-color);}
.match-nav__btn--record {background-color: var(--sub-color); border-top-right-radius: 0.625em;}
.match-nav__icon {width: 2.125em;}
@media(max-width:768px){
	.match-nav {width: 100%;}
	.match-nav__item {flex:1;}
	.match-nav__btn {padding:1em 0; width: 100%;}
	.match-nav__btn--record {border-radius:0;}
}


/************************* sub-dropdown 시작 *************************/
.drop-menu__inner {display: flex;}
.drop-menu__home {display: inline-flex; min-width: 5em; justify-content: center; align-items: center;}
.drop-menu__icon {width: 5em;}
.drop-menu__wrap {position: relative; z-index: 0;}
.drop-menu__btn {display: flex; justify-content: space-between; align-items: center; min-width:15.4em; height: 100%; padding:0 1.65em 0 1.2em; font-weight: 500; letter-spacing: -0.02em; transition:.15s ease-in-out all;}
.drop-menu__btn,
.drop-menu__btn:link,
.drop-menu__btn:visited {color: var(--dark-soft);}
.drop-menu__tit {display: block; font-size: 1.25em; letter-spacing: -0.05em;}
.drop-menu__arr {margin-left: 1.5em; width: 2em; 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;}
}
@media(max-width:768px){
	.drop-menu {width: 100%; display: none;}
	.drop-menu__wrap {flex:1;}
	.drop-menu__btn {min-width: auto;}
}

.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 {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,
.tab-menu__btn:link,
.tab-menu__btn:visited {}
.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__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 {font-size: var(--fz); background-color: #282b37;}
.footer a {color: inherit;}
.footer__inner {padding-top: 3.75em; color: #fff;}
.footer__sec {display: flex; justify-content: space-between;}
.footer__sec:first-child {margin-bottom: 1.15em; padding-bottom: 2.4em; border-bottom: 1px solid rgba(217,217,217,0.2)}
.footer__sec:last-child {padding-bottom: 3.616em}

@media(max-width:768px){
	.footer__sec:first-child {display: block;}
}
@media(max-width:500px){
	.footer__sec:last-child {display: block;}
}

.footer-info__list {margin-bottom: 1.075em; display: flex; gap:2.7em;}
.footer-info__list:first-child {gap:0;}
.footer-info__list:last-child {margin-bottom: 0;}
.footer-info__item {display: flex; align-items: center; gap:0.7em; letter-spacing: -0.06em;}

.footer-info__list:first-child .footer-info__item {gap:0;}
.footer-info__list:first-child .footer-info__item:after {content:''; margin: 0 1.4em; display: inline-block; width: 1px; height: 0.5em; background-color: #fff; vertical-align: middle; opacity: 0.4;}
.footer-info__list:first-child .footer-info__item:last-child:after {display: none;}

.footer-terms {display: flex; gap:2.55em;}
.footer-terms__link {letter-spacing: -0.05em;}
.footer-terms__item:not(:first-child) .footer-terms__link {opacity: 0.4;}
@media(max-width:768px){
	.footer-terms {padding-top: 1.075em;}
}

.footer-adm {display: flex; align-items: center; gap:1.5em;}
.footer-adm__info {letter-spacing: -0.058em; opacity: 0.4;}
@media(max-width:500px){
	.footer-adm {display: block;}
	.footer-adm__info--cprt {margin-bottom: 0.5em;}
	.footer-cprt {margin-top: 0.5em;}
}

.footer-cprt {opacity: 0.4;}

/************************* 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;}