/* include 공통 CSS */

/************************* 공통 시작*************************/
.inner {width: 100%; max-width:1620px; margin: 0 auto;}
.inner--fill {max-width:none; padding-right: calc((100% - 1620px) / 2); padding-left: calc((100% - 1620px) / 2);}
@media(max-width:1640px){
	.inner {padding: 0 4%;}
} 

.sub-container {padding-top: 9.375em; padding-bottom: 9.375em; min-height:5rem;}
.ft01 {font-family: 'Paperlogy', 'sans-serif';}
.ft02 {font-family: 'InkLipquid', 'sans-serif';}
.ft03 {font-family: 'PuradakGentleGothicR', 'sans-serif';}
.ft04 {font-family: 'SF_HambakSnow', 'sans-serif';}
.ft05 {font-family: 'SBAggro', 'sans-serif';}

@keyframes rollingleft1 { /* 정방향 original */
	0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01%{ transform: translateX(100%); }
	100%{ transform: translateX(0); }
}
	
@keyframes rollingleft2 { /* 정방향 clone */
	0% {transform: translateX(0);}
	100% {transform: translateX(-200%);}
}
	
@keyframes rollingleft3 { /* 역행 original */
	0% {transform: translateX(0);}
	50% {transform: translateX(100%);}
	50.01%{transform: translateX(-100%);}
	100%{transform: translateX(0);}
}
	
@keyframes rollingleft4 { /* 역행 clone */
	0% {transform: translateX(0);}
	100% {transform: translateX(200%);}
}

@keyframes neonBorder {
	0% {
		box-shadow: none;
	}
	25% {
		box-shadow:
		inset 0 0 5px rgba(0,96,255, 0.3),
		0 0 4px rgba(0,96,255, 0.3);
	}
	50% {
		box-shadow:
		inset 0 0 8px rgba(0,96,255, 0.6),
		0 0 6px rgba(0,96,255, 0.6),
		0 0 12px rgba(0,96,255, 0.6);
	}
	75% {
		box-shadow:
		inset 0 0 10px rgba(0,96,255, 0.8),
		0 0 10px rgba(0,96,255, 0.8),
		0 0 18px rgba(0,96,255, 0.8);
	}
	100% {
		box-shadow: none;
	}
}
@keyframes neonText {
	0% {
		text-shadow: none;
	}
	25% {
		text-shadow:
		0 0 6px rgba(0,96,255, 0.5),
		0 0 12px rgba(0,96,255, 0.5),
		0 0 18px rgba(0,96,255, 0.5);
	}
	50% {
		text-shadow:
		0 0 10px rgba(0,96,255, 0.8),
		0 0 20px rgba(0,96,255, 0.8),
		0 0 30px rgba(0,96,255, 0.8);
	}
	75% {
		text-shadow:
		0 0 14px rgba(0,96,255, 1),
		0 0 28px rgba(0,96,255, 1),
		0 0 42px rgba(0,96,255, 1);
	}
	100% {
		text-shadow: none;
	}
}
@keyframes neonText2 {
	0% {
		text-shadow: none;
	}
	25% {
		text-shadow:
		0 0 6px rgba(0,255,252, 0.5),
		0 0 12px rgba(0,255,252, 0.5),
		0 0 18px rgba(0,255,252, 0.5);
	}
	50% {
		text-shadow:
		0 0 10px rgba(0,255,252, 0.8),
		0 0 20px rgba(0,255,252, 0.8),
		0 0 30px rgba(0,255,252, 0.8);
	}
	75% {
		text-shadow:
		0 0 14px rgba(0,255,252, 1),
		0 0 28px rgba(0,255,252, 1),
		0 0 42px rgba(0,255,252, 1);
	}
	100% {
		text-shadow: none;
	}
}
@keyframes rollingleft1 { /* 정방향 original */
	0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01%{ transform: translateX(100%); }
	100%{ transform: translateX(0); }
}

@keyframes rollingleft2 { /* 정방향 clone */
	0% {transform: translateX(0);}
	100% {transform: translateX(-200%);}
}

@keyframes rollingleft3 { /* 역행 original */
	0% {transform: translateX(0);}
	50% {transform: translateX(100%);}
	50.01%{transform: translateX(-100%);}
	100%{transform: translateX(0);}
}

@keyframes rollingleft4 { /* 역행 clone */
	0% {transform: translateX(0);}
	100% {transform: translateX(200%);}
}


/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header {font-size: var(--fz);}
.header__fix {position: fixed; left:0; top:0; right: 0; z-index: 100; max-width:1920px; width:100%; margin: 0 auto;  height: 5.625em; background-color: rgba(0,0,0,0.7); --menu-height : 0; transition: 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335) 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 cubic-bezier(0.6, 0.04, 0.98, 0.335) all;}
.header__inner {display: flex; justify-content: space-between; align-items: center; height: inherit; gap:1em;}
.header__ctrl {display: flex; align-items: center; height: inherit;}
@media(max-width:1080px){
	.header__fix {height: 5em;}
}

.header-home__logo {width: 15.1875em; transition: 0.15s ease-in-out all;}
@media(max-width:1640px){
	.header-home__logo {width: 17.5em;}
}
@media(max-width:1320px){
	.header-home__logo {width: 15em;}
}

.header-navi {position: relative; height: inherit; margin-left: 9.3em; transition: .15s ease-in-out all;}
.header-navi__m-list {display: flex; gap:4.1em; 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; font-size: 1.125em; font-weight: 700; letter-spacing: -0.015em;}
.header-navi__m-btn,
.header-navi__m-btn:link,
.header-navi__m-btn:visited {color: #fff;}
.header-navi__m-item {position: relative;}
@media(max-width:1640px){
	.header-navi__m-btn {font-size: 1.25em;}
}
@media(max-width:1320px){
	.header-navi__m-list {gap:1.5em;}
}
@media(max-width:1080px){
	.header-navi {display: none;}
}

.header-sns {margin-left: auto;}
.header-sns__list {display: flex; gap:1.0625em;}
.header-sns__link {display: block; width: 2.25em; height: 2.25em; background-color: #989898; background-repeat: no-repeat; background-size: cover; background-position: center; border-radius:0.625em; transition: .15s ease-in-out background-color;}
.header-sns__link--ytb {background-image: url('./img/yt_icon.png');}
.header-sns__link--nv {background-image: url('./img/nv_icon.png');}
.header-sns__link--ist {background-image: url('./img/it_icon.png');}
.header-sns__link--fb {background-image: url('./img/fb_icon.png');}
@media(hover:hover){
	.header-sns__link:hover {background-color: var(--main-color);}
}
@media(max-width:1640px){
	.header-sns__link {width: 2em; height: 2em;}
}
@media(max-width:1320px){
	.header-sns__link {width: 1.75em; height: 1.75em;}
}

.header-drawer {display: none; position: relative;}
.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.3em 4% 5.541em; font-size: var(--fz); background-color: #1a1a1a; color: #fff;}
.footer__inner {max-width:1620px; width: 100%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap:wrap; gap:1.5em;}

.footer-info {display: flex; flex-direction: column; gap:0.7em;}
.footer-info__item {display: flex; flex-wrap:wrap; gap:1.3em; font-size: 1.225em; letter-spacing: -0.03em;}
.footer-info__info {display: inline-flex; align-items: center; gap: 0.2em;}
.footer-info__cate {display: block; font-weight: 600;}
.footer-info__desc {font-weight: 300;}
.footer-info__desc--link {transition:.15s ease all;}
.footer-info__desc--link,
.footer-info__desc--link:visited,
.footer-info__desc--link:link {color: inherit; opacity: 0.9;}
@media(hover:hover){
	.footer-info__desc--link:hover {}
}
@media(max-width:500px){
	.footer-info__item {margin-bottom: 0;}
	.footer-info__detail {width: 100%; margin-right: 0;}
}

.footer-navi__list {display: flex; gap:1.0625em; align-items: center;}
.footer-navi__link:not(.footer-navi__link--policy) {display: block; width: 2.9375em; height: 2.9375em; background-color: #666; background-repeat: no-repeat; background-size: cover; background-position: center; border-radius:0.625em; transition: .15s ease-in-out background-color;}
.footer-navi__link,
.footer-navi__link:link,
.footer-navi__link:visited {color: inherit;}
.footer-navi__link--policy {font-size: 1.125em; font-weight: 700;}
.footer-navi__link--ytb {background-image: url('./img/yt_icon.png');}
.footer-navi__link--nv {background-image: url('./img/nv_icon.png');}
.footer-navi__link--ist {background-image: url('./img/it_icon.png');}
.footer-navi__link--fb {background-image: url('./img/fb_icon.png');}
.footer-navi__home {display: block; width: 3.5625em; height: 3.5625em; background: url('./img/ft_logo.svg') no-repeat center / cover;}
@media(hover:hover){
	.footer-navi__link:not(.footer-navi__link--policy):hover {background-color: var(--main-color);}
}
@media(max-width:1640px){
	.footer-navi__link {width: 2.25em; height: 2.25em;}
	.footer-navi__home {width: 3em;}
}
@media(max-width:1320px){
	.footer-navi {width: 100%;}
	.footer-navi__link {width: 2em; height: 2em;}
	.footer-navi__home {width: 2.5em;}
}


/************************* 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;}