/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:var(--max); margin: 0 auto;}
.inner--bs {--max: 1220px;}
.inner--lg {--max: 1420px;}
.inner--xl {--max: 1620px;}

.fs-01 {font-family:'Pretendard',  sans-serif;}
.fs-02 {font-family:'InkLipquid',  sans-serif;}
.fs-03 {font-family: "Black Han Sans", sans-serif;}
.fs-04 {font-family: "KoPubWorld Batang", sans-serif;}
.fs-05 {font-family: "Paperlogy", sans-serif;}
.fs-06 {font-family: "Chosunilbo_myungjo", sans-serif;}

.wrap-main {overflow: hidden;}

.int-sec--center {text-align: center;}
.int-sec__st {font-size: 2.8125em; font-style: italic; font-family: "Black Han Sans", sans-serif; letter-spacing: -0.075em; line-height: 1;}
.int-sec__st--line {font-size: 2.1875em; font-weight: 700; font-family: inherit; text-decoration:underline; text-underline-offset: 6px; color: #2b2b2b; letter-spacing: -0.05em;}
.int-sec__tit {font-size: 5em; font-style: italic; font-family: "Black Han Sans", sans-serif; letter-spacing: -0.075em; line-height: 1;}
.int-sec__tit--gra {position: relative; background: linear-gradient(0deg, rgba(70, 43, 28, 1) 40%, rgba(184, 157, 139, 1) 67%, rgba(65, 37, 22, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent;}
.int-sec__tit--bg {padding: 0.1em 0.45em 0 0.15em; width:max-content; margin: 0 auto; background: linear-gradient(0deg, rgba(70, 43, 28, 1) 20%, rgba(184, 157, 139, 1) 100%);}
.int-sec__deco {position: absolute; top: -0.14em; transform:translateY(-100%); display: inline-block; width: 0.2125em; height: 0.2125em; border-radius:50%; background-color: #b29684;}
.int-sec__line {display: inline-block; font-size: 2.1544em; font-weight: 700; color: #2b2b2b; letter-spacing: -0.05em; text-decoration:underline; text-underline-offset: 6px;}	
.int-sec__desc {margin-top: 0.25em; font-size: 1.875em; letter-spacing: -0.045em;}
@media(max-width:768px){
	.int-sec__st {font-size: 2em;}
	.int-sec__st--line {font-size: 1.5em;}
	.int-sec__tit {font-size: 3.5em;}
}
@media(max-width:500px){
	.int-sec__tit {font-size: 3em;}
}


@keyframes neonGlow01 {
	0% {
	text-shadow:
		0 0 5px rgba(225, 187, 96, 0.4),
		0 0 10px rgba(225, 187, 96, 0.4),
		0 0 20px rgba(225, 187, 96, 0.4);
	}
	100% {
	text-shadow:
		0 0 10px rgba(225, 187, 96, 0.7),
		0 0 20px rgba(225, 187, 96, 0.7),
		0 0 40px rgba(225, 187, 96, 0.7),
		0 0 80px rgba(225, 187, 96, 0.7);
	}
}

@keyframes boxNeon01 {
	0% {
	box-shadow:
		0 0 5px rgba(225, 187, 96, 0.4),
		0 0 10px rgba(225, 187, 96, 0.4),
		0 0 20px rgba(225, 187, 96, 0.4);
	}
	100% {
	box-shadow:
		0 0 10px rgba(225, 187, 96, 0.7),
		0 0 20px rgba(225, 187, 96, 0.7),
		0 0 40px rgba(225, 187, 96, 0.7),
		0 0 80px rgba(225, 187, 96, 0.7);
	}
}


@keyframes flowLeftOrg { /* 정방향 original */
	0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01%{ transform: translateX(100%); }
	100%{ transform: translateX(0); }
	}

	@keyframes flowLeftClone { /* 정방향 org */
	0% {transform: translateX(0);}
	100% {transform: translateX(-200%);}
	}

	@keyframes flowRightOrg { /* 역행 original */
	0% {transform: translateX(0);}
	50% {transform: translateX(100%);}
	50.01%{transform: translateX(-100%);}
	100%{transform: translateX(0);}
	}

	@keyframes flowRightClone { /* 역행 org */
	0% {transform: translateX(0);}
	100% {transform: translateX(200%);}
}




.sub-container {padding-top: 5em; padding-bottom: 10em; min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header__fix {position: fixed; left:0; top:0; right: 0; bottom: 0; margin: 0 auto; max-width:1920px; z-index: 100;width:100%;  height: 6.25em; font-size: var(--fz); background-color: rgba(0,0,0,0.5); --menu-height : 0; transition: 0.3s ease-in-out all;}
.header__fix--hidden {transform:translateY(-100%)}
.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;}

@media(max-width:1260px){
	.header__inner {padding-right: 4%; padding-left: 4%;}
}

.header-home {font-size: inherit;}
.header-home__link {display: inline-block;}
.header-home__logo {width: 10.7em; transition: 0.15s ease-in-out all;}

.header-sns__list {display: flex; gap:0.8125em;}
.header-sns__link {display: block; background-color: #999999; border-radius:0.5em; overflow: hidden; transition:.3s ease-in-out all;}
.header-sns__icon {width: 2.0625em;}
@media(max-width:1080px){
	.header-sns {margin-left: auto;}
}
@media(hover:hover){
	.header-sns__link:hover {background-color: var(--main-color);}
}

.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-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:1080px){	
	.header-drawer {display:block;}
}

/************************* 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 {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__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:5.25em 4% 5.2em; font-size: var(--fz);} 
.footer__inner {margin: 0 auto; display: flex; justify-content: space-between; gap:1em;}
.footer__right {text-align:right;}
.footer__firm {padding-top: 0.3em; font-size: 1.5625em; font-weight: 700; letter-spacing: -0.03em;}
.footer__list {margin-top: 1.55em; display: flex; flex-wrap:wrap; }
.footer__item {display: flex; font-size: 1.25em; line-height: 1.7; letter-spacing: -0.03em; gap:0.25em; align-items: center;}
.footer__item:after {content:''; margin:0 0.525em; display: inline-block; width: 2px; height: 1em; background-color: #000}
.footer__item:nth-child(3n):after {display: none;}
.footer__cate {font-weight: 700;}
.footer__logo {margin-top: 1em; width: 27.25em;}
.footer__navi {display: flex; gap:0.8125em; justify-content: flex-end;}
.footer__link {display: block; background-color: #bebebe; border-radius:0.5em; overflow: hidden; transition: .3s ease-in-out all;}
.footer__icon {width: 2.625em;}
.footer__cprt {margin-top: 1.2em; font-size: 0.9375em; letter-spacing: -0.05em; text-transform: uppercase;}
.footer__btn {font-size: 1.25em; line-height: 1.7; letter-spacing: -0.03em;}
.footer__btn,
.footer__btn:link,
.footer__btn:visited { color: #999;}
@media(max-width:1320px){
	.footer__item {font-size: 1.125em;}
	.footer__logo {width: 20em;}
}
@media(max-width:1080px){
	.footer__logo {width: 18em;}
	.footer__item {font-size: 1em;}
}
@media(max-width:768px){
	.footer__inner {display: block;}
	.footer__right {margin-top: 1.5em; text-align:left;}
	.footer__navi {justify-content: flex-start;}
}
@media(max-width:500px){
	.footer__list {display: block;}
	.footer__item:after {display: none;}
}
@media(hover:hover){
	.footer__link:hover {background-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;}