@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900');
@import url('https://webfontbox.github.io/Arita/font.css');
@import url('https://webfontbox.github.io/Arita/font.min.css');

/* 기본 스타일 ========================================== */
:root {
	--color-main: #001d3d;
	--color-sub: #f77f00;
	--color-sub1: #54bde9;
	--color-white-a05: rgba(255, 255, 255, 0.05);
	--color-white-a1: rgba(255, 255, 255, 0.1);
	--color-white-a2: rgba(255, 255, 255, 0.2);
	--color-white-a3: rgba(255, 255, 255, 0.3);
	--color-white-a4: rgba(255, 255, 255, 0.4);
	--color-white-a5: rgba(255, 255, 255, 0.5);
	--color-white-a6: rgba(255, 255, 255, 0.6);
	--color-white-a8: rgba(255, 255, 255, 0.8);
	--color-white-a9: rgba(255, 255, 255, 0.9);
	--color-black-a05: rgba(0, 0, 0, 0.05);
	--color-black-a1: rgba(0, 0, 0, 0.1);
	--color-black-a2: rgba(0, 0, 0, 0.2);
	--color-black-a3: rgba(0, 0, 0, 0.35);
	--color-black-a4: rgba(0, 0, 0, 0.4);
	--color-black-a5: rgba(0, 0, 0, 0.5);
	--color-black-a6: rgba(0, 0, 0, 0.6);
	--color-black-a7: rgba(0, 0, 0, 0.7);
	--color-black-a8: rgba(0, 0, 0, 0.8);
	--color-black-a9: rgba(0, 0, 0, 0.9);
	--scroll-width: 0px;
	--header-height: 120px;
	--inner-wrap: 156rem;
	--inner-width: calc(100vw - var(--scroll-width));
	--inner-padding: max(20px, calc(((var(--inner-width)) - 1400px) / 2));
	--outer-padding: min(var(--inner-padding), 45px);

}

html {
	font-size: 62.5%;
	font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 400;
}

html::-webkit-scrollbar {
	width: 8px;
	background-color: #eee;
}

html::-webkit-scrollbar-thumb {
	background-color: #444;
}

body {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -0.05em;
	font-family: 'Arita buri';
	background-color: #fff;
}

.inner-wrap {
	width: var(--inner-wrap);
	margin: 0 auto;
}

.is-open {
	overflow: hidden !important;
	padding-right: var(--scroll-width) !important;
}

.inner {
	position: relative;
	margin: 0 var(--inner-padding);
}

@media (max-width: 1280px) {
	:root {
		font-size: 9px;
	}

	body {
		--header-height: 100px;
	}
}

@media (min-width: 769px) {
	br.mo {
		display: none;
	}
}

@media (max-width: 768px) {
	:root {
		font-size: 8px;
	}

	body {
		--header-height: 60px;
	}

	br.pc {
		display: none;
	}
}

@media (max-width: 480px) {
	:root {
		font-size: 7px;
	}

	body {
		--header-height: 54px;
	}
}

@media (max-width: 360px) {
	:root {
		--inner-padding: 15px;
	}
}


/* ===================================================== */
/* HEADER ============================================== */
.header {
	--allmenu-gap: 0%;
	--allmenu-img-width: 0%;
	position: absolute;
	inset: 0 0 auto;
	z-index: 1000;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	z-index: 1100;
	width: 100%;
	height: var(--header-height);
	/* margin: 0 auto; */
	padding: 0 var(--outer-padding);
	transition: .3s, padding 0s;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.5s ease-in-out;
}

.header .inner-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.header-logo {
	position: relative;
	width: 10rem;
	transition: all .3s;
	flex-shrink: 0;
}

:is(.is-hover, .is-fix, .is-menu, .is-hover-header) #header-logo-white {
	opacity: 0;
	transition: opacity .5s;
}

.header-logo #header-logo {
	opacity: 0;
	position: absolute;
	inset: 0;
	object-fit: contain;
	transition: opacity .5s;
}

:is(.is-hover, .is-fix, .is-menu, .is-hover-header) #header-logo {
	opacity: 1;
}

.is-menu .header-logo {
	left: calc(var(--allmenu-img-width) + var(--allmenu-gap));
	visibility: hidden;
	opacity: 0;
}

:is(.is-hover, .is-fix, .is-hover-header):not(.is-menu) .header-inner {
	background-color: rgba(255, 255, 255, 1);
}

:is(.is-hover, .is-fix, .is-hover-header):not(.is-menu) .header-inner::before {
	border-color: rgba(231, 231, 231, 1);
}

.is-menu .header-inner::before {
	background-image: linear-gradient(to left, var(--color-black-a2), var(--color-black-a2));
	background-size: calc(100% - var(--allmenu-gap) - var(--allmenu-img-width)) 1px;
	visibility: hidden;
	opacity: 0;
}




:is(.is-hover, .is-fix, .is-menu, .is-hover-header) #header-logo-white {
	opacity: 0;
	transition: opacity .5s;
}

.header-logo #header-logo {
	opacity: 0;
	position: absolute;
	inset: 0;
	object-fit: contain;
	transition: opacity .5s;
}

:is(.is-hover, .is-fix, .is-menu, .is-hover-header) #header-logo {
	opacity: 1;
}

.is-menu .header-logo {
	left: calc(var(--allmenu-img-width) + var(--allmenu-gap));
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 1580px) {
	:root {
		--inner-wrap: 100%;
	}

	.inner-wrap {
		padding: 0 5%;
	}
}

@media (max-width: 480px) {}

@media (hover: hover) and (pointer: fine) {}

/* GNB */
.gnb {
	transition: opacity .3s;
	flex-grow: 1;
	--gnb-padding: 3.5rem;
	--gnb-gap: 0rem;
}

.gnb::before {
	position: absolute;
	left: -50%;
	top: 0;
	width: 200%;
	height: 100%;
	content: '';
	transform: scaleY(0);
	transition: .3s;
	z-index: -1;
	border-radius: 0;
	background: #fff;
}

.is-menu .gnb {
	visibility: hidden;
	opacity: 0;
}

.is-hover-header .gnb::before,
.is-fix .gnb::before {
	transform: scaleY(1);
}

.is-hover-header .gnb::after {
	opacity: 0.15;
	transition: top 0.3s, opacity 0.3s linear 0.3s;
	width: calc(var(--gnb-height) * 0.8);
	height: var(--gnb-height);
}

.gnb-wrap {
	display: flex;
	justify-content: end;
	transition: all 0.5s ease-in-out;
}

.depth1 {
	position: relative;
	z-index: 3;
}

.depth1::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	transform: scaleY(0);
	transition: .3s;
	z-index: -1;
}

.depth1>a {
	padding: 0 var(--gnb-padding);
	margin: 0 var(--gnb-gap);
	text-align: center;
	position: relative;
	z-index: 2;
	display: flex;
	height: var(--header-height);
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.depth1>a::after {
	content: '';
	display: block;
	width: 0%;
	height: 2px;
	background-color: #e27910;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-in-out;
}

.depth1>a span {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	line-height: 1.2;
	z-index: 1;
	font-family: 'Arita buri';
	font-weight: 600;
}

:where(.is-hover, .is-fix, .is-hover-header) .depth1>a span {
	color: #000;
	font-weight: 700;
}

.depth1:hover::after {
	transform: scaleY(1);
	background-color: #000;
}

.depth1:hover>a::after {
	transition-delay: 0.5s;
	width: max(100%, 14rem);
}

.depth1:hover>a span {
	color: #fff;
}

.header-util {
	display: none;
}

.is-open .header-util {
	display: flex;
}


@media (max-width: 1440px) {
	.gnb {
		--gnb-padding: 2.5rem;
	}

	.is-hover .gnb {
		--gnb-padding: 3.5rem;
	}

	.depth2 {
		min-width: max(100%, 12rem);
	}
}

@media (max-width: 1280px) {
	.gnb {
		--gnb-padding: 2rem;
	}
}

@media (max-width: 1200px) {
	.gnb {
		display: none;
	}

	.header-util {
		display: flex;
		z-index: 10111;
	}

	.header-logo {
		width: 6rem;
	}
}



/* 유틸 */
.header-util {

	align-items: center;
	margin-left: auto;
	position: relative;
	flex-shrink: 0;
	gap: 3rem;
}




/* 문의하기 버튼 */
.util-ask-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 4rem;
	background-color: rgba(255, 255, 255, 0.102);
	border-radius: 2rem;
	transition: all 0.3s ease-in-out;
}

.util-ask-btn .link {
	display: flex;
	overflow: hidden;
	position: relative;
	font-size: max(1.6rem, 12px);
	font-weight: 700;
	color: #fff;
	gap: 0.8rem;
	align-items: center;
	padding: 0 2rem;
	transition: all 0.3s ease-in-out;
}

/*
.util-ask-btn .link:before {
display: block;
content: '';
flex-shrink: 0;
width: 1.6rem;
height: 1.2rem;
background-color: #fff;
mask: url('../img/ico_ask.svg') no-repeat center / contain;
-webkit-mask: url('../img/ico_ask.svg') no-repeat center / contain;
transition: all 0.3s ease-in-out;
}
*/
:is(.is-hover, .is-fix, .is-hover-header):not(.is-menu) .util-ask-btn {
	background-color: #e5e5e5;
}

:is(.is-hover, .is-fix, .is-hover-header):not(.is-menu) .util-ask-btn .link {
	color: #222
}

:is(.is-hover, .is-fix, .is-hover-header):not(.is-menu) .util-ask-btn .link:before {
	background-color: #222;
}

@media (hover: hover) and (pointer: fine) {
	:is(.is-hover, .is-fix, .is-hover-header):not(.is-menu) .util-ask-btn:hover {
		background-color: var(--color-main);
	}

	.is-menu .util-ask-btn:hover {
		background-color: var(--color-black-a3);
	}

	:is(.is-hover, .is-fix, .is-hover-header) .util-ask-btn:hover .link {
		color: #fff;
	}

	:is(.is-hover, .is-fix, .is-hover-header) .util-ask-btn:hover .link::before {
		background-color: #fff;
	}

	.is-menu .util-lang-btn:hover::after {
		background-color: #fff;
	}
}

/* 전체메뉴 버튼 */
.util-allmenu-btn {
	position: relative;
	width: 2.8rem;
	height: 2.8rem;
	transition: all 0.5s ease-in-out;
	font-size: 0;
	text-indent: -9999px;
}

.util-allmenu-btn span {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.util-allmenu-btn span:nth-child(2) {
	background-color: transparent;
	outline: 1px solid #fff;
	outline-offset: -1px;
}

.util-allmenu-btn span::before,
.util-allmenu-btn span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	top: 0;
}

.util-allmenu-btn span::before {
	left: 0;
	transform: translate(-1.1rem, 0);
}

.util-allmenu-btn span::after {
	right: 0;
	transform: translate(1.1rem, 0);
}


.util-allmenu-btn span:nth-child(1) {
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}

.util-allmenu-btn span:nth-child(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.util-allmenu-btn span:nth-child(3) {
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
}

:is(.is-hover, .is-fix, .is-hover-header) .util-allmenu-btn span,
:is(.is-hover, .is-fix, .is-hover-header) .util-allmenu-btn span::before,
:is(.is-hover, .is-fix, .is-hover-header) .util-allmenu-btn span::after {
	background-color: #222;
}

:is(.is-hover, .is-fix, .is-hover-header) .util-allmenu-btn span:nth-child(2) {
	background-color: transparent;
	outline: 1px solid #222;
}


.is-menu .util-allmenu-btn span:nth-child(1),
.is-menu .util-allmenu-btn span:nth-child(3) {
	opacity: 0;
	width: 0;
}

.is-menu .util-allmenu-btn span:nth-child(2) {
	width: 4rem;
	height: 2px;
	background-color: rgba(255, 255, 255, 0);
	outline: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0;
}

.is-menu .util-allmenu-btn span:nth-child(2)::before,
.is-menu .util-allmenu-btn span:nth-child(2)::after {
	background-color: rgba(255, 255, 255, 1);
	left: 50%;
	top: 50%;
}

.is-menu .util-allmenu-btn span:nth-child(2)::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.is-menu .util-allmenu-btn span:nth-child(2)::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {}

@media (hover: hover) and (pointer: fine) {

	/*
	.util-allmenu-btn:hover span{ width:3rem; height: 2px; background-color:rgba(255, 255, 255, 0);}
	.util-allmenu-btn:hover span::before { left:50%; top:50%; width:100%; transform: translate(-50%, calc(0px - 100% - 6px));}
	.util-allmenu-btn:hover span::after { left:50%; top:50%; transform: translate(-50%, calc(100% + 6px));}
	*/
	:is(.is-hover, .is-fix, .is-hover-header) .util-allmenu-btn:hover span,
	:is(.is-hover, .is-fix, .is-hover-header) .util-allmenu-btn:hover span::before,
	:is(.is-hover, .is-fix, .is-hover-header) .util-allmenu-btn:hover span::after {
		background-color: var(--color-main);
	}

	.is-menu .util-allmenu-btn:hover span:nth-child(2) {
		background-color: rgba(255, 255, 255, 0);
		transform: translate(-50%, -50%) rotate(360deg);
		transition: 1s;
	}

	.is-menu .util-allmenu-btn:hover span:nth-child(2)::before {
		transform: translate(-50%, -50%) rotate(45deg);
		background-color: rgba(255, 255, 255, 1);
	}

	.is-menu .util-allmenu-btn:hover span:nth-child(2)::after {
		transform: translate(-50%, -50%) rotate(-45deg);
		background-color: rgba(255, 255, 255, 1);
	}
}


/* 전체메뉴 */
.allmenu {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	visibility: hidden;
	opacity: 0;
	width: 100vw;
	height: 100vh;
	transform: translateX(-100%);
	transition: .5s, padding-right 0s, width 0s;
	z-index: 1001;
	background: var(--color-main) url('../img/all_logo.png') no-repeat 5% calc(100% - 5rem);

	background-size: 30%;
	overflow: hidden;
}

.allmenu-wrap {
	display: flex;
	flex-grow: 1;
}

.allmenu-cont {
	overflow: hidden auto;
	height: 100%;
	width: 100%;
	/* padding-left: 25%; */
	transition: .5s;
}

.allmenu-cont::-webkit-scrollbar {
	width: 6px;
}

.allmenu-cont::-webkit-scrollbar-thumb {
	background-color: var(--color-sub);
}

.allmenu-list {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--header-height)) 0 0;
	padding: 0 5vw;
}

.is-menu .allmenu {
	visibility: visible;
	opacity: 1;
	width: 100%;
	transform: translateX(0);
}

.is-menu .allmenu::before,
.is-menu .allmenu::after {
	opacity: 1;
	transition: all 0.5s ease-in-out 0.3s;
	transform: translateX(0);
}

.is-menu .allmenu-cont {
	visibility: visible;
	opacity: 1;
	transition: .5s ease-out .3s;
}

.all-depth1 {
	padding: 2rem 0;
	border-bottom: 1px solid rgba(221, 221, 221, 0.3);
	display: flex;
	width: 100%;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.all-depth1-btn {
	padding: 0;
	cursor: default;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	min-width: 25%;
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.all-depth2 {
	font-size: max(2rem, 16px);
}

.all-depth2 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.all-depth2-btn {
	padding: 0.5rem 2rem;
	color: var(--color-white-a5);
	position: relative;
	display: block;
	transition: all 0.3s ease-in-out;
}

.all-depth3 {
	padding-bottom: 3rem;
}

.all-depth3:not(:has(li)) {
	display: none;
}

.all-depth3 a {
	display: flex;
	padding: 0.5rem 0 0.5rem 5rem;
	font-size: max(1.6rem, 14px);
	color: #ccc;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}

.all-depth3 a::before {
	margin: 0.5em 0.5rem 0 0;
	content: '';
	display: block;
	width: 5px;
	height: 2px;
	background-color: #ccc;
	transition: all 0.3s ease-in-out;
}

/* dim */
.gnb-dim {
	opacity: 0;
	position: fixed;
	inset: 0;
	z-index: 1000;
	background-color: var(--color-black-a6);
	transition: opacity .3s;
	pointer-events: none;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: var(--color-black-a7);
}

@media (max-width: 480px) {}

/* HEADER ============================================== */
/* ===================================================== */


/*----------------------------------------------------------------------
@  QUICK MENU
----------------------------------------------------------------------*/
.quick {
	position: fixed;
	right: 40px;
	bottom: 5rem;
	text-align: center;
	z-index: 99;

}

.quick_inner {
	display: flex;
	flex-direction: column;
	gap: 0.938rem;
}


.quick_row {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0px 3px 15px rgba(11, 0, 0, 0.3);
	border-radius: 15px;


}

.quick_row a {
	position: relative;
	display: block;
	width: 100%;
	width: 9rem;
	height: 9rem;
	background-color: rgb(247, 127, 0);

	color: #fff;
	font-weight: 600;

}



.quick_row a>div {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transition: all 0.3s;
	opacity: 1;
}

.quick_1_icon {
	font-size: 2.2rem;
	margin-bottom: 7px;
	font-weight: 600;
}

.quick_1_icon .dash {
	display: none;
}

.quick_1_text {
	font-size: 1.4rem;

}

.quick_inner .quick_row:nth-child(2) {
	display: none;
}




@media screen and (max-width: 1540px) {
	.quick {
		right: 10px;
	}



}

@media screen and (max-width: 1024px) {
	.quick {
		bottom: 0;
		top: revert;
		transform: revert;
		width: 100%;
		left: 0;
	}

	.quick_inner {
		flex-direction: row;
		gap: 0;
	}

	.quick_row {
		width: 50%;
		border-radius: 0;
	}

	.quick_row a {
		width: 100%;
		height: 7rem;

		font-size: 2rem;
	}

	.quick_row a>div {
		flex-direction: row;
		gap: 0.75rem;
	}

	.quick_1_icon {
		display: none;
		/*display: flex;
		align-items: center;*/
		margin-bottom: 0;

	}

	.quick_1_text {
		font-size: 2.2rem;
		font-weight: 700;
	}




	.quick_1_icon br {
		display: none;
	}


	.quick_row:last-of-type .quick_1_icon {
		padding-bottom: 0;
	}

	.quick_inner .quick_row:nth-child(2) {
		display: block;

	}

	.quick_inner .quick_row:nth-child(2) a {
		background-color: #001d3d;

	}

}


/* ===================================================== */
/* FOOTER ============================================== */
.footer {
	position: relative;
	background-color: #080a12;
	padding: 13rem 0 0;
	letter-spacing: -0.025em;
}

.footer-wrap {
	position: relative;
	z-index: 2;
}

.footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	font-family: 'Noto Sans KR';
}

.footer-logo {
	width: 20%;
	order: 1;
	flex-shrink: 0;
	opacity: 0.15;
}

.footer-contact {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4rem;
	font-size: max(1.8rem, 14px);
	font-family: 'Noto Sans KR';
}

.footer-contact .item {
	width: calc(50% - 2rem);
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	color: #fff;
}

.footer-contact .item.addr {
	width: 100%;
}

.footer-contact .item dt {
	flex-shrink: 0;
	position: relative;
	font-weight: 700;
	padding-right: 2.5rem;
	min-width: 22rem;
}

.footer-contact .item dt::after {
	content: '';
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background-color: var(--color-sub);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-25%);
}

.footer-contact .item dd {
	flex-grow: 1;
}

.footer-contact a {
	transition: 0.3s;
}

.footer-contact a:hover {
	color: var(--color-sub)
}

.footer-copy {
	font-size: max(1.6rem, 13px);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
}

.footer-copy strong {
	font-weight: 700;
}

.footer-row.nth-2 {
	padding: 8rem 0 6rem;
}

.footer-menu {
	display: inline-flex;
	letter-spacing: 0em;
}

.footer-menu .item a {
	padding: 1.5rem 3rem;
	font-size: max(1.6rem, 13px);
	color: #fff;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	border: solid var(--color-sub);
	border-width: 1px 0;
	background-color: transparent;
	transition: 0.3s;
	position: relative;
}

.footer-menu .item a:hover {
	color: var(--color-sub);
}

.footer-menu .item:first-child a::after {
	content: '';
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background-color: var(--color-sub);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
}

.footer-slogan {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.footer-slogan .item {
	font-size: 18rem;
	color: rgba(255, 255, 255, 0.03);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	overflow: hidden;
}

.footer-slogan .item::before {
	content: attr(data-mtext) attr(data-mtext);
	display: inline-block;
	white-space: pre;
	animation: c_marquee 30s linear infinite;
	font-family: 'Noto Sans KR';
}

/*.footer-slogan .item:hover::before {-webkit-animation-play-state: paused; animation-play-state: paused;}*/
@keyframes c_marquee {
	0% {
		transform: translate(0%, 1rem);
	}

	100% {
		transform: translate(-50%, 1rem);
	}
}


@media (max-width: 1024px) {
	.footer {
		padding: 5rem 0 10rem;
	}

	.footer-row {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-logo {
		/* width: 40%; */
		order: 0;
		margin-bottom: 4rem;
	}


	.footer-contact {
		border-top: 1px solid var(--color-white-a2);
		padding-top: 4rem;
	}

	.footer-copy {
		text-align: center;
		width: 100%;
		border-top: 1px solid var(--color-white-a2);
		padding-top: 4rem;
		margin-top: 2rem;
	}

	.footer-slogan {
		bottom: 7rem
	}

	.footer-row.nth-2 {
		padding: 6rem 0 3rem;
	}
}

@media (max-width: 1360px) {
	.footer-contact .item dt {
		min-width: 18rem;
	}
}

@media (max-width: 768px) {
	.footer-contact .item {
		width: 100%;
	}



	.footer-menu {
		display: flex;
		width: 100%;
	}

	.footer-menu .item {
		flex: 1;
	}
}


@media (max-width: 480px) {

	.footer-contact {
		row-gap: 1.5rem;
	}

	.footer-contact .item {
		flex-wrap: wrap;
		row-gap: 1rem;
	}





	.footer-contact .item dd {
		padding-left: 1.5rem;
	}
}




/* 탑버튼 */
.top-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: calc(100% - 7rem);
	position: absolute;
	transition: all 0.3s ease-in-out;
	background-color: transparent;
	bottom: 2rem;
	right: var(--outer-padding);
	z-index: 2;
	font-size: 0;
}

.body-main .top-btn {
	opacity: 0;
	visibility: hidden;
}

.body-main.is-fix .top-btn {
	opacity: 1;
	visibility: visible;
}

.top-btn::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #46474d;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-in-out;
}

.top-btn::after {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	border: solid #46474d;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0) rotate(-45deg);
	transition: all 0.3s ease-in-out;
}

.top-btn span {
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}

.top-btn span::before {
	content: '';
	display: block;
	width: 100%;
	height: 6rem;
	background-color: #fff;
	position: absolute;
	animation: top-btn 4s infinite linear;
}



@keyframes top-btn {
	0% {
		top: 100%;
	}

	70% {
		top: -100%;
	}

	100% {
		top: -100%;
	}
}

@media (hover: hover) and (pointer: fine) {

	.top-btn:hover::before {
		background-color: var(--color-sub);
	}

	.top-btn:hover::after {
		border-color: var(--color-sub);
	}

	.top-btn:hover span::before {
		background-color: #222;
	}
}


@media (max-width: 480px) {
	.top-btn {
		right: 1rem;
	}
}













/* ===================================================== */
/* MODAL =============================================== */
#modal {
	font-family: 'Noto Sans KR';
	z-index: 9999;
	position: relative;
	letter-spacing: -0.02em;
}

.modal-item {
	display: flex;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	inset: 0;
	background-color: var(--color-black-a6);
	transition: .3s, margin 0s;
}

.is-open .modal-item {
	margin-right: var(--scroll-width);
}

.modal-item.on {
	visibility: visible;
	opacity: 1;
}

.modal-inner {
	display: grid;
	grid-template-rows: auto 1fr;
	width: 90%;
	padding: 2.5rem;
	margin: auto;
	background-color: #fff;
	max-width: 700px;
}

.modal-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.8em;
	margin-bottom: 1em;
	border-bottom: 2px solid #333;
	font-size: 2.4rem;
	line-height: 1;
	align-items: center;
	column-gap: 0.5em;
}

.modal-tit {
	font-weight: 700;
	color: #333;
	white-space: nowrap;
}

.modal-tit .stxt {
	font-weight: 400;
	font-size: max(1.6rem, 13px);
	letter-spacing: -0.05em;
	color: #666;
}

.modal-close {
	flex-shrink: 0;
	width: 2rem;
	aspect-ratio: 1 / 1;
}

.modal-close::before {
	display: block;
	height: 100%;
	background: url(../img/ico_close.svg) no-repeat center/contain;
	content: '';
}

.modal-cont {
	overflow: hidden auto;
	max-height: 50vh;
	padding: 4%;
	border: 1px solid #eee;
	overscroll-behavior: contain;
}

.modal-cont::-webkit-scrollbar {
	width: calc(1rem - 3px);
	background-color: #eee;
}

.modal-cont::-webkit-scrollbar-thumb {
	min-height: 30%;
	background-color: var(--color-main);
}

/* 개인정보처리방침 */
.privacy {
	font-size: calc(9px + 0.6rem);
	line-height: 1.6;
	padding: 0 1.5em 0 2em;
}

.privacy a {
	display: inline;
}

.privacy h4 {
	padding-top: 1em;
	font-weight: 500;
	font-size: calc(1em + 1px);
	color: #000;
}

.privacy-header {
	margin-bottom: 1em;
	font-weight: 600;
	font-size: calc(1em + 1px);
	color: #000;
}

.privacy-inner {
	padding: 0.6em 0.6em 0.8em;
	color: #333
}

.privacy-comment {
	padding-top: 1em;
}



/*Row, Cols*/
.mueeui .thk-row {
	/*display: flex;
	flex-wrap: wrap;
	margin-right: -1.875rem;*/
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	font-family: 'Noto Sans KR';

}

/*1.875rem : 1.875rem;*/
.mueeui .thk-row:last-of-type {
	margin-bottom: 0px;
}

.mueeui .thk-col {
	position: relative;
	flex: 1 0 0%;

	box-sizing: border-box;
}

.mueeui .thk-col:last-of-type {
	margin-right: 0px;
}

.mueeui .thk-box {
	position: relative;
	box-sizing: border-box;
}

.mueeui .thk-radius10 {
	border-radius: 10px;
}

.mueeui .thk-shadow {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .055) !important;
}

.mueeui .thk-inner {
	padding: 15px;
}

.mueeui .thk-block {
	margin-bottom: 10px;
}

.mueeui .row-md1 .thk-col {
	flex: 0 0 calc(50% - 5px);
}

.mueeui .row-md2 .thk-col {
	flex: 0 0 calc(50% - 15px);
	width: auto;

}

/*
.mueeui .row-md2 .thk-col:after {
display: block;
content: '';
width:100%; 
height:100%;
background-color: rgba(0, 0, 0, 0.05);
}*/

.noflex {
	flex-wrap: nowrap !important;
}

/* 슬라이더 사용시 필요 */

.no-pad {
	padding: 0px;
}

.no-margin {
	margin: 0px !important;
}


/* 영역 안에서 칸 나누기  */
.column2 {
	column-count: 2;
	column-fill: auto;
	column-gap: 0px;
}

.column3 {
	column-count: 3;
}

.column4 {
	column-count: 4;
}

@media screen and (max-width: 1024px) {
	.mueeui .row-md3 .thk-col {
		flex: 0 0 auto;
		width: calc((100% / 2) - 1.875rem);
	}

	/*.row-md3 .thk-col:last-of-type { flex: 0 0 auto; width: calc((100% / 1 ) - 1.875rem); } */
	.mueeui .row-md4 .thk-col {
		flex: 0 0 auto;
		width: calc((100% / 2) - 1.875rem);
	}

	.mueeui .row-md5 .thk-col {
		flex: 0 0 auto;
		width: calc((100% / 2) - 1.875rem);
	}

	.mueeui .row-md5 .thk-col:last-of-type {
		flex: 0 0 auto;
		width: calc((100% / 1) - 1.875rem);
	}

	.mueeui .row-md6 .thk-col {
		flex: 0 0 auto;
		width: calc((100% / 2) - 1.875rem);
	}
}


@media screen and (max-width: 640px) {
	.mueeui .row-md3 .thk-col {
		flex: 0 0 auto;
		width: calc((100% / 1) - 1.875rem);
	}

	.mueeui .thk-row {
		gap: 5px;
	}

	.mueeui .row-md2 .thk-col {
		flex: 0 0 calc(50% - 2.5px);
	}
}

/* img load motion */
/* width lazyloaded plugin */
.img_motion {
	position: relative;
	overflow: hidden;
	/* background-color: #000; */
}

.img_motion img {
	opacity: 0;
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	-webkit-transition: clip-path 1.1s cubic-bezier(.19, 1, .22, 1), opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(.19, 1, .22, 1);
	transition: clip-path 1.1s cubic-bezier(.19, 1, .22, 1), opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(.19, 1, .22, 1);
}

.img_motion.animate img {
	opacity: 1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}



/* 이메일무단수집거부 */
.refusal-mail {
	font-size: calc(10px + 0.6rem);
	padding: 1.8em 0 2em;
	text-align: center;
	font-weight: 500;
}

.refusal-mail h4 {
	font-size: 1.75em;
	color: #333;
	margin-bottom: 0.4em;
	font-weight: 700;
}

.refusal-mail h5 {
	font-size: 1.25em;
	color: #444;
}

.refusal-mail h5::after {
	display: block;
	width: 1em;
	height: 2px;
	background-color: #333;
	content: '';
	margin: 1em auto;
}

.refusal-mail p {
	line-height: 1.7;
}

@media (max-width: 576px) {
	.refusal-mail h4 {
		font-size: calc(2.2vw + 12px);
	}

	.refusal-mail h5 {
		font-size: 1.2em;
	}

	.refusal-mail p br {
		display: none;
	}
}