@charset "utf-8";

/* ==============================
	.
	. subpage style
	.
================================= */

/* ==============================
	header bar - navigation
================================= */
.headerfix {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 0;
	width: 1300px;
	height: 8rem;
	background-color: transparent;
	display: flex;
	justify-content: left;
	align-items: center;
	transition: all 0.3s;
	gap: 3rem;
}
.headerfix h1 a { display: block; }
.headerfix h1 a img.h1-logo { height: 3rem; }
.headerfix .menu-container {
	color: #fff;
	text-transform: Capitalize;
	font-size: 0.9rem;
	font-weight: 500;
	font-family: 'Noto Sans KR';
	display: flex; 
	flex-wrap: wrap;
	gap: 2rem;
	margin-left: auto;
}
.headerfix .menu-container .languages {
	position: relative;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.headerfix .menu-container .languages .select-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	
}
.headerfix .menu-container .languages .select-btn span {
	padding-left: 1.5rem;
	position: relative;
}
.headerfix .menu-container .languages .select-btn span::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'><path fill='%23ffffff' d='M480-132q-72 0-135.5-27.5T234-234q-47-47-74.5-110.5T132-480q0-72 27.5-135.5T234-726q47-47 110.5-74.5T480-828q72 0 135.5 27.5T726-726q47 47 74.5 110.5T828-480q0 72-27.5 135.5T726-234q-47 47-110.5 74.5T480-132Zm0-27q38-48 62-93t39-102H379q17 61 40 106t61 89Zm-35-3q-31-33-57-85.5T350-354H186q36 82 105 133t154 59Zm70 0q85-8 154-59t105-133H610q-17 55-43 107.5T515-162ZM175-382h169q-5-26-7-50.5t-2-47.5q0-23 2-47.5t7-50.5H175q-7 21-11 47t-4 51q0 25 4 51t11 47Zm197 0h216q5-26 7-49.5t2-48.5q0-25-2-48.5t-7-49.5H372q-5 26-7 49.5t-2 48.5q0 25 2 48.5t7 49.5Zm244 0h169q7-21 11-47t4-51q0-25-4-51t-11-47H616q5 26 7 50.5t2 47.5q0 23-2 47.5t-7 50.5Zm-6-224h164q-37-84-103.5-133T515-799q31 38 56 89t39 104Zm-231 0h202q-17-60-41.5-107.5T480-801q-35 40-59.5 87.5T379-606Zm-193 0h164q14-53 39-104t56-89q-90 11-156 60.5T186-606Z'/></svg>");
    position: absolute;
    top: 0;
    left: -4px;
    width: 22px;
	height: 22px;
    transition: all 0.3s ease-in-out;
}
.headerfix.active .menu-container .languages .select-btn span::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'><path fill='%23184643' d='M480-132q-72 0-135.5-27.5T234-234q-47-47-74.5-110.5T132-480q0-72 27.5-135.5T234-726q47-47 110.5-74.5T480-828q72 0 135.5 27.5T726-726q47 47 74.5 110.5T828-480q0 72-27.5 135.5T726-234q-47 47-110.5 74.5T480-132Zm0-27q38-48 62-93t39-102H379q17 61 40 106t61 89Zm-35-3q-31-33-57-85.5T350-354H186q36 82 105 133t154 59Zm70 0q85-8 154-59t105-133H610q-17 55-43 107.5T515-162ZM175-382h169q-5-26-7-50.5t-2-47.5q0-23 2-47.5t7-50.5H175q-7 21-11 47t-4 51q0 25 4 51t11 47Zm197 0h216q5-26 7-49.5t2-48.5q0-25-2-48.5t-7-49.5H372q-5 26-7 49.5t-2 48.5q0 25 2 48.5t7 49.5Zm244 0h169q7-21 11-47t4-51q0-25-4-51t-11-47H616q5 26 7 50.5t2 47.5q0 23-2 47.5t-7 50.5Zm-6-224h164q-37-84-103.5-133T515-799q31 38 56 89t39 104Zm-231 0h202q-17-60-41.5-107.5T480-801q-35 40-59.5 87.5T379-606Zm-193 0h164q14-53 39-104t56-89q-90 11-156 60.5T186-606Z'/></svg>");
}
.headerfix .menu-container .languages .select-dropdown {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	width: 14rem;
	right: -3.3rem;
	margin-top: 0.85rem;
	padding: 5px;
}
.headerfix .menu-container .select-dropdown a {
	overflow: hidden;
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	padding: 0.9rem 1.6rem;
	border-radius: 5rem;
	background-color: #c0b6a9;
	-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	        box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	margin-top: 2px;
	color: #184643; 
	
}
.headerfix .menu-container .select-dropdown a:hover {
	background-color: #777467;
	color: #ffffff;
}
.headerfix .menu-container .select-dropdown a:last-child { border: 0; }
.headerfix .menu-container .select-dropdown span { 
	display: inline-block; 
	margin-right: 5px;
}
.headerfix .menu-container .select-dropdown .flag img {
	height: 0.9rem;
	padding-top: 4px;
}

/* nav panel open */
.headerfix .remodal-open-wrapper {
	position: relative;
	cursor: pointer;
	width: 2.5rem;
}
.headerfix .remodal-open-wrapper svg path { fill: #fff; }

/* headerfix scroll down .active */ 
.headerfix.active { 
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); /* Safari 지원용 */
	padding: 0 3rem;
	position: fixed;
	z-index: 9;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5rem;
	width: 1350px;
	height: 3.5rem;
	display: flex;
	align-items: center;
	-webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.1);		
}
.headerfix .active::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: blur(10px);
	z-index: -1;
}
.headerfix.active h1.logo { position: relative; }
.headerfix.active h1.logo a img.h1-logo { display: none; }
.headerfix.active h1.logo a::after {  
	content: '';
	background-image: url('/imgs/logo3.png');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	width: 20rem;
	height: 1rem;
	padding-top: 5px;
}
.headerfix.active .remodal-open-wrapper { width: 2.5rem; }
.headerfix.active .remodal-open-wrapper svg path { fill: #356d69; }
.headerfix.active .menu-container .select-btn { 
	color: #184643; 
}
.headerfix.active .menu-container a { 
	color: #184643; 
}
.headerfix.active .menu-container a:hover { 
	color: #ffffff;  
}

@media (max-width: 568.98px) {
	.headerfix {
		left: 0;
		right: 0;
		transform: translateX(0);
		padding: 0 2rem;
		width: 100%;
		min-width: 320px;
		height: 6rem;
		gap: 2rem;
		justify-content: left;
	}
	.headerfix h1 a img.h1-logo { height: 2.5rem; }
	
	/* nav panel open */
	.headerfix .remodal-open-wrapper { width: 2rem; }
	/* headerfix scroll down .active */ 
	.headerfix.active { 
		padding: 0 1rem;
		width: calc(100% - 2rem);
		height: 3.5rem;
	}
	.headerfix .menu-container {
		margin-left: auto;
	}
	.headerfix .menu-container .enquiry { display: none; }
	.headerfix .menu-container .txt { font-size: 0; }
	.headerfix.active {
		justify-content: space-around;
	}
	.headerfix.active .menu-container {
		margin-left: 0;
	}
	.headerfix.active .menu-container .txt { font-size: 0; }
	.headerfix.active .menu-container .enquiry { display: none; }
	.headerfix.active h1.logo { position: relative; padding-top: 2px; }
	.headerfix.active h1.logo a img.h1-logo { display: none; }
	.headerfix.active h1.logo a::after {
		width: 12rem;
	}
	.headerfix.active .remodal-open-wrapper { width: 2rem; }
	.headerfix .menu-container .languages {
		position: static;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}
	.headerfix .menu-container .languages .select-btn span {
		width: 28px;
		height: 28px;
	}
	.headerfix .menu-container .languages .select-btn span::before {
		position: absolute;
		top: -2px;
		left: -2px;
		width: 30px;
		height: 30px;
	}
	.headerfix.active .menu-container .languages .select-btn span::before {
		top: -2px;
		left: -2px;
		width: 30px;
		height: 30px;
	}
	.headerfix .menu-container .languages .select-dropdown {
		display: none;
		overflow: hidden;
		position: absolute;
		z-index: 99;
		width: auto;
		right: 1rem;
		left: 1rem;
		margin-top: 2.5rem;
		padding: 2rem;
		border-radius: 1.5rem;
		background-color: #c0b6a9;
		-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
		   -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
				box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	}
	.headerfix.active .menu-container .languages .select-dropdown {
		display: none;
		overflow: hidden;
		position: absolute;
		z-index: 99;
		width: auto;
		right: 0;
		left: 0;
		margin-top: 1rem;
		padding: 2rem;
		border-radius: 2rem;
		background-color: #c0b6a9;
		-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
		   -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
				box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	}
	.headerfix .menu-container .languages .select-dropdown .container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5rem;
		place-items: center;
	}
	.headerfix .menu-container .select-dropdown a {
		overflow: hidden;
		display: block;
		font-size: 0;
		font-weight: 600;
		text-align: left;
		text-transform: uppercase;       
		border-radius: 3px;
		padding: 0;
		border-bottom: 0px solid #ffffff20;]]]]]]
		border-radius: 3px;
		background-color: #c0b6a9;
		-webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0);
		   -moz-box-shadow: 0 0 0px 0px rgba(0,0,0,0);
				box-shadow: 0 0 0px 0px rgba(0,0,0,0);
		margin-top: 0;
		color: #184643;  
	}
	.headerfix .menu-container .select-dropdown a:hover {
		background-color: #777467;
		color: #ffffff;
	}
	.headerfix .menu-container .select-dropdown a:last-child { border: 0; }
	.headerfix .menu-container .select-dropdown span { 
		display: inline-block; 
		margin-right: 0;
	}
	.headerfix .menu-container .select-dropdown .flag img {
		height: 1.8rem;
		padding-top: 0;
	}
	/* nav panel open */
	.headerfix .remodal-open-wrapper {
		position: relative;
		cursor: pointer;
		width: 2.5rem;
	}
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.headerfix {
		left: 0;
		right: 0;
		transform: translateX(0);
		padding: 0 2rem;
		width: 100%;
		height: 6rem;
		gap: 1.5rem;
	}
	.headerfix h1 a img.h1-logo { height: 2.5rem; }
	/* nav panel open */
	.headerfix .remodal-open-wrapper { width: 2rem; }
	/* headerfix scroll down .active */ 
	.headerfix.active { 
		padding: 0 1.5rem;
		width: calc(100% - 2rem);
		height: 3.5rem;
	}
	.headerfix.active h1.logo { position: relative; }
	.headerfix.active h1.logo a img.h1-logo { display: none; }
	.headerfix.active h1.logo a::after {
		width: 14rem;
	}
	.headerfix.active .remodal-open-wrapper { width: 2rem; }
	.headerfix .menu-container {
		gap: 1rem;
	}
	.headerfix .menu-container .languages {
		position: static;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}
	.headerfix.active .menu-container .languages .select-btn span::before {
		left: 0rem;
	}
	.headerfix .menu-container .languages .select-dropdown {
		display: none;
		overflow: hidden;
		position: absolute;
		z-index: 99;
		width: auto;
		right: 1rem;
		left: 1rem;
		margin-top: 2.5rem;
		padding: 2rem;
		border-radius: 1.5rem;
		background-color: #c0b6a9;
		-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
		   -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
				box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	}
	.headerfix.active .menu-container .languages .select-dropdown {
		display: none;
		overflow: hidden;
		position: absolute;
		z-index: 99;
		width: auto;
		right: 0;
		left: 0;
		margin-top: 2rem;
		padding: 2rem;
		border-radius: 2rem;
		background-color: #c0b6a9;
		-webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
		   -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
				box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	}
	.headerfix .menu-container .languages .select-dropdown .container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5rem;
		place-items: center;
	}
	.headerfix .menu-container .select-dropdown a {
		overflow: hidden;
		display: block;
		font-size: 0;
		font-weight: 600;
		text-align: left;
		text-transform: uppercase;
		border-radius: 3px;
		padding: 0;
		border-bottom: 0px solid #ffffff20;]]]]]]
		border-radius: 3px;
		background-color: #c0b6a9;
		-webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0);
		   -moz-box-shadow: 0 0 0px 0px rgba(0,0,0,0);
				box-shadow: 0 0 0px 0px rgba(0,0,0,0);
		margin-top: 0;
		color: #184643;  
	}
	.headerfix .menu-container .select-dropdown a:hover {
		background-color: #777467;
		color: #ffffff;
	}
	.headerfix .menu-container .select-dropdown a:last-child { border: 0; }
	.headerfix .menu-container .select-dropdown span { 
		display: inline-block; 
		margin-right: 0;
	}
	.headerfix .menu-container .select-dropdown .flag img {
		height: 1.8rem;
		padding-top: 0;
	}
	/* nav panel open */
	.headerfix .remodal-open-wrapper {
		position: relative;
		cursor: pointer;
		width: 2.5rem;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.headerfix {
		width: calc(100% - 8rem);
	}
	.headerfix.active { 
		width: calc(100% - 4rem);
		padding: 0 2rem;
	}
	.headerfix.active h1.logo { 
		position: relative; 
	}
	.headerfix.active h1.logo a::after { 
		width: 15rem;
	}
	.headerfix .menu-container {
		gap: 1rem;
	}
	.headerfix .menu-container .languages .select-dropdown {
		right: -2.5rem;
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.headerfix {
		width: calc(100% - 12rem);
		height: 7rem;
	}
	.headerfix.active { 
		width: calc(100% - 6rem);
	}
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
	.headerfix {
		width: 1050px;
		height: 7rem;
	}
	.headerfix.active { 
		width: 1150px;
	}	
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
	.headerfix {
		width: 1100px;
		height: 7rem;
	}
	.headerfix.active { 
		width: 1200px;
	}	
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.headerfix {
		width: 1150px;
		height: 7rem;
	}
	.headerfix.active { 
		width: 1250px;
	}	
}


/* ==============================
	nav list contents
================================= */
/* penel scroll */
nav .scrollWrap {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
nav .scrollWrap::-webkit-scrollbar { width: 5px; }
nav .scrollWrap::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.3); }
nav .scrollWrap::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
	box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}
/* //penel scroll */
nav .navPenel {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	overscroll-behavior: contain;
	text-transform: capitalize;
	width: 100%;
	min-width: 100%;
	padding: 4rem 20%;
	color: var(--color-beige);
}
nav .navPenel a:hover { color: #fff; }
nav .navPenel .languages { position: relative; }
nav .navPenel .languages .select-btn { display: none; }
nav .navPenel .languages .select-dropdown {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-bottom: 0.5rem;
}
nav .navPenel .languages .select-dropdown .container {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 1rem;
}
nav .navPenel .languages .select-dropdown span { 
	display: inline-block; 
}
nav .navPenel .languages .select-dropdown .flag img {
	height: 1rem;
	display: block;
}
nav .navPenel .languages .select-dropdown .nation {
	display: none;
}
nav .navPenel .nav-greetings {
	width: 100%;
	color: #ffa17c;
	font-size: 1.3rem; 
	font-weight: 600;
	text-align: left;
	margin-top: -1rem;
	line-height: 1.5;
}
nav .list-title {
	color: var(--color-lightblue);
	margin-bottom: 1rem;
	font-weight: 600;
}
nav .navPenel .nav-list {
	width: 100%;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 4rem;
}
nav .navPenel .nav-list .first {
	border-top: 1px solid #00000030;
}
nav .navPenel .nav-list .category {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 2px 0 0;
	cursor: pointer;
	font-size: 1.4rem; 
	font-weight: 700;
	line-height: 3;
	text-align: left;
	transition: all 0.3s ease;
	border-bottom: 1px solid #00000030;
	text-transform: Capitalize;
}
nav .navPenel .nav-list .category.on { color: #fff; }
nav .navPenel .nav-list .category i.arrow {
	position: absolute;
	right: 0;
	width: 16px;
}
nav .navPenel .nav-list .category i.arrow::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='267.69 -606.46 424.62 234.54'><path fill='%23e0d5c890' d='M480-371.923 267.692-584.231l24.257-24.256L480-420.282l188.051-188.051 24.257 24.256L480-371.923Z'/></svg>");
	position: absolute;
	right: 0;
	top: -5%;
	width: inherit;
	transition: all 0.3s ease;
}
nav .navPenel .nav-list .category.on>i.arrow {
    position: relative;
	display: inline-block; 
    vertical-align: middle;
	overflow: hidden;
	transition: all 0.3s ease;
}
nav .navPenel .nav-list .category.on>i.arrow::before {
    transform: rotate(180deg);
	transform-origin: 50% 55%; /* arrow up */
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="267.69 -606.46 424.62 234.54"><path fill="%23e0d5c890" d="M480-371.923 267.692-584.231l24.257-24.256L480-420.282l188.051-188.051 24.257 24.256L480-371.923Z"/></svg>');
}
nav .navPenel .nav-list .submenu {
	display: none;
	width: 100%;
	padding: 2.5rem 0 3rem 2.5rem;
	text-align: left;
	border-bottom: 1px solid #00000030;
}
nav .navPenel .nav-list .submenu .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}
nav .navPenel .nav-list .submenu a {
	font-size: 1.1rem;
	font-weight: 400;
	text-transform: capitalize;
	padding-right: 17px;
	break-after: always; 
	hyphens: none;
	position: relative;
}
nav .navPenel .nav-list .submenu a::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0;
	top: 8px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.6 24.6"><path fill="%23e0d5c890" d="M1.6,24.6L0,23L20.7,2.3H1.6V0h23v23h-2.3V3.9L1.6,24.6z"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
nav .navPenel .nav-list .submenu a:hover::after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.6 24.6"><path fill="%23ffffff90" d="M1.6,24.6L0,23L20.7,2.3H1.6V0h23v23h-2.3V3.9L1.6,24.6z"/></svg>');
	transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
}
nav .navPenel .nav-list .menu-about a:hover,
nav .navPenel .nav-list .menu-etc a:hover,
nav .navPenel .nav-list .submenu a:hover { color: #ffffff; }
nav .navPenel .nav-list .menu-about,
nav .navPenel .nav-list .menu-etc {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
nav .navPenel .nav-list .menu-about {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
nav .navPenel .nav-list .menu-about a {	
	font-weight: 600; 
	font-size: 1.2rem;
}

nav .navPenel .nav-list .menu-etc a {
	font-size: 1.1rem;
	color: #ffffff;
}
nav .container-part1 {
	font-size: 1rem;
	font-weight: 600;
	width: 100%;
	color: #ffffff;
}
nav .container-part1 a:hover { color: #ffffff95; }
nav .container-part1 .menu-etc {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	flex-direction: column;
}
nav .container-part2 {
	font-size: 1rem;
	background-color: #163539;
	width: 100%;
	padding: 4rem 20% 6rem;
	color: #0d3939;
}
nav .container-part2 .nav-info {
	margin-top: 0;
}
nav .container-part2 .nav-info li {
	width: 100%;
	display: inline-block;
	color: #ffffff99;
	padding: 2px 0;
	font-family: 'Roboto';
	font-size: 0.9rem;
}
nav .container-part2 .nav-info li span { 
	margin-right: 1rem;
}

@media (max-width: 567.98px) {
	nav .navPenel {
		gap: 3rem;
		width: 100%;
		min-width: 100%;
		padding: 2.5rem 10% 3rem;
	}
	nav .navPenel .languages .select-dropdown .container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
	}
	nav .navPenel .nav-greetings {
		font-size: 1.2rem; 
	}
	nav .navPenel .nav-list .submenu {
		padding: 2.5rem 0;
	}
	nav .navPenel .nav-list .submenu .wrap {                     
		flex-direction: column;
		gap: 1rem 0;
	}
	nav .navPenel .nav-list .submenu a {
		font-size: 1rem;
		padding: 0 2rem;
	}
	nav .navPenel .list-title {
		margin-bottom: 1rem;
		font-weight: 700;
	}
	nav .navPenel .nav-list {
		gap: 3rem;
	}
	nav .navPenel .nav-list .category {
		font-size: 1.2rem; 
	}
	nav .navPenel .nav-list .menu-about a { 
		font-size: 1.2rem;
	}
	nav .navPenel .nav-list .menu-etc a {
		font-size: 1rem;
	}
	nav .container-part2 {
		padding: 3rem 10% 6rem;
	}
}
@media (min-width: 580px) and (max-width: 767px) {
	nav .navPenel {
		gap: 3rem;
		width: 100%;
		min-width: 100%;
		padding: 2.5rem 15%;
	}
	
	nav .navPenel .nav-list .submenu {
		padding: 2.5rem 0;
	}
	nav .navPenel .nav-list .submenu .wrap {
		flex-direction: column;
		gap: 1rem 0;
	}
	nav .navPenel .nav-list .submenu a {
		display: block;
		font-size: 1rem;
		padding-left: 2rem;
	}
	nav .navPenel .list-title {
		margin-bottom: 1rem;
		font-weight: 700;
	}
	nav .navPenel .nav-list {
		gap: 3rem;
	}
	nav .navPenel .nav-list .category {
		font-size: 1.4rem; 
	}
	nav .navPenel .nav-list .menu-about a { 
		font-size: 1.2rem;
	}
	nav .navPenel .nav-list .menu-etc a {
		font-size: 1rem;
	}
	nav .container-part2 {
		padding: 2.5rem 15% 4rem;
	}
}
@media (min-width: 768px) and (max-width: 999px) { /* tablet */
	nav .navPenel {
		width: 100%;
		min-width: 100%;
		padding: 4rem 15%;
	}
	nav .navPenel .nav-contact {
		gap: 2rem;
	}
	nav .navPenel .nav-contact a svg {
		width: 1.8rem;
		height: 1.8rem;
	}
	nav .navPenel .nav-list .submenu a {
		font-size: 1.1rem;
	}
	nav .navPenel .nav-list .single-link a {
		font-size: 1.5rem;
	}
	nav .navPenel .nav-member {
		font-size: 1.1rem;
	}
	nav .container-part2 {
		padding: 4rem 15% 6rem;
	}
}
@media (min-width: 1000px) and (max-width: 1299px) { /* tablet */
	nav .navPenel {
		width: 100%;
		min-width: 100%;
		padding: 4rem 15%;
	}
	nav .navPenel .nav-contact {
		gap: 2rem;
	}
	nav .navPenel .nav-contact a svg {
		width: 1.8rem;
		height: 1.8rem;
	}
	nav .navPenel .nav-list .single-link a {
		font-size: 1.6rem;
	}
	nav .navPenel .nav-member {
		font-size: 1rem;
	}
	nav .navPenel .nav-info li {
		font-size: 1rem;
	}
	nav .container-part2 {
		padding: 4rem 15% 6rem;
	}
}


/* ==============================
	nav wrapper remodal
================================= */
.remodal {
	width: 60%;
	height: 100vh;
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
 	background-color: var(--color-green);
	box-sizing: border-box;
	position: absolute;
	left: 0;
}
/* nav penel wrapper */
.remodal-is-locked {
	overflow: hidden;
	touch-action: none;
}
.remodal, [data-remodal-id] { display: none; }
/* Necessary styles of the overlay, wrapper */
.remodal-overlay {
	position: fixed;
	z-index: 99;
	top: -5000px;
	right: 0;
	bottom: -5000px;
	left: -5000px;
	display: none;
	overflow-y: scroll;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); /* Safari 지원용 */
	background: rgba(0, 0, 0, 0.5);
}
.remodal-wrapper {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}
.remodal-overlay, 
.remodal-wrapper { backface-visibility: hidden; }
.remodal-is-initialized { display: inline-block; }
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening { animation-name: remodal-overlay-opening-keyframes; }
.remodal-overlay.remodal-is-closing { animation-name: remodal-overlay-closing-keyframes; }
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening { animation-name: remodal-opening-keyframes; }
.remodal.remodal-is-closing { animation-name: remodal-closing-keyframes; }
/* Keyframes */
@keyframes remodal-opening-keyframes {
	from {
		transform: scale(1.05);
		transform: translateX(-1000px);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
	}
  }
  @keyframes remodal-closing-keyframes {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(1);
		transform: translateX(-1000px);
		opacity: 0;
	}
}
/* Close button */
.remodal-close-wrapper {
	position: absolute;
	top: 3rem;
	right: 4rem;
	cursor: pointer;
	z-index: 2;
}
.remodal-close {
	position: relative;
	width: 5rem;
	height: 5rem;
	transition: all 0.2s ease;
	background-color: var(--color-green);
}
.remodal-close::before, .remodal-close::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
	background-color: #08857c;
}
.remodal-close:before { transform: rotate(45deg); }
.remodal-close:after { transform: rotate(-45deg); }
.lt-ie9 .remodal-overlay { background: #2b2e38; }
.lt-ie9 .remodal { width: 700px;}

@media (max-width: 767.98px) {
	.remodal {
		width: 100%;
	}
	/* Close button */
	.remodal-close-wrapper {
		top: 1rem;
		right: 1rem;
	}
	.remodal-close {
		width: 4rem;
		height: 4rem;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.remodal {
		width: 80%;
	}
	/* Close button */
	.remodal-close-wrapper {
		top: 2rem;
		right: 2rem;
	}
	.remodal-close {
		width: 4rem;
		height: 4rem;
	}
}
@media (min-width: 1000px) and (max-width: 1299px) {
	.remodal {
		width: 80%;
	}
	/* Close button */
	.remodal-close-wrapper {
		top: 3rem;
		right: 3rem;
	}
	.remodal-close {
		width: 5rem;
		height: 5rem;
	}
}
@media (min-width: 1300px) and (max-width: 1399px) {
	.remodal {
		width: 70%;
	}
	/* Close button */
	.remodal-close-wrapper {
		top: 2rem;
		right: 2rem;
	}
	.remodal-close {
		width: 6rem;
		height: 6rem;
	}
}


/* ==============================
	global contact
================================= */
.global-contact .main2 { display: none; }
.global-contact {
	padding: 5rem 0;
	background-color: #ffffff;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px); /* Safari 지원용 */
}
.global-contact .global-contact-title::after {
	content: 'Liên hệ toàn cầu';
}
.global-contact .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem 4rem;
}
.global-contact .category {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	pointer-events: none;
	text-transform: Capitalize;
	padding-bottom: 1.5rem;
	font-weight: 600;
	font-family: 'Noto Sans KR';
}
.global-contact .submenu a {
	display: flex;
	align-items: center;
	line-height: 2.5;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	padding-left: 2rem;
}
.global-contact .submenu a:first-child {
	border-top: 1px solid #eeeeee;
}
.global-contact .submenu a .label {
	font-size: 0.85rem;
	text-transform: Capitalize;
	font-family: 'Roboto';
}
.global-contact .submenu a::after {
	content: '';
    position: absolute;
	width: 1rem;
	height: 1rem;
    left: 0;
	transform: rotateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
}
.global-contact .icon-facebook::after {	background-image:  var(--icon-facebook); }
.global-contact .icon-instagram::after { background-image:  var(--icon-instagram); }
.global-contact .icon-youtube::after {	background-image:  var(--icon-youtube); }
.global-contact .icon-zalo::after {	background-image:  var(--icon-zalo); }
.global-contact .icon-whatsapp::after {	background-image:  var(--icon-whatsapp); }
.global-contact .icon-wechat::after { background-image:  var(--icon-wechat); }
.global-contact .icon-official::after {	background-image:  var(--icon-help); }
.global-contact .icon-line::after {	background-image:  var(--icon-line); }

@media (max-width: 567.98px) {
	.global-contact {
		padding: 3rem 0;
	}
	.global-contact .submenu:first-child {
		display: block; 
	}
	.global-contact .container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
		border-top: 0;
		border-left: 0;
		border-top: 1px solid #00000010;
	}
	.global-contact .wrapper { 
		border-right: 0;
		font-size: 0.9rem;
		padding: 0.7rem 0;
		border-bottom: 1px solid #00000010;
	}
	.global-contact .category {
		padding: 0;
		cursor: pointer;
		pointer-events: visible;
		position: relative;
	}
	.global-contact .submenu a {
		padding: 5px 0 5px 2rem;
		border: 0;
	}
	.global-contact .submenu a:first-child {
		border-top: 0px solid #eeeeee;
	}
	.global-contact .submenu {
		display: none;
		padding: 1.5rem 2rem 1rem;
	}
	.global-contact .submenu .wrap {
		gap: 1rem;	
	}
	.global-contact .category::after {
		content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='267.69 -606.46 424.62 234.54'><path fill='%236b4f43' d='M480-371.923 267.692-584.231l24.257-24.256L480-420.282l188.051-188.051 24.257 24.256L480-371.923Z'/></svg>");
		position: absolute;
		top: -2px;
		right: 15px;
		width: 12px;
		transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
	}
}
@media (min-width: 568px) and (max-width: 667.98px) {
	.global-contact .container {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 2rem;
	}
}
@media (min-width: 668px) and (max-width: 767.98px) {
	.global-contact .container {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 2rem;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.global-contact .container {
		grid-template-columns: repeat(3, 1fr);
		gap: 4rem 2rem;
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.global-contact .container {
		grid-template-columns: repeat(4, 1fr);
		gap: 4rem 2rem;
	}
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
	.global-contact .container {
		grid-template-columns: repeat(4, 1fr);
		gap: 4rem 2rem;
	}
}

    
/* ==============================
	sitemap
================================= */
.sitemap {
	position: relative;
	font-family: 'Roboto';
	text-transform: capitalize;
	padding: 3rem 0; 
	background-color: var(--color-bgbeige);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px); /* Safari 지원용 */
}
.sitemap .category {
	font-size: 0.9rem;
	font-weight: 500;
	padding-bottom: 10px;
}
.sitemap .list-title { display: none; }
.sitemap .nav-list {
	display: flex;
	justify-content: left;
	gap: 1rem;
}
.sitemap .wrapper {
	display: flex;
	justify-content: left;
	gap: 3rem;
	margin-right: 3rem;
	padding-bottom: 0;
}
.sitemap .none { display: none; }
.sitemap .container a {
	display: block;
	padding: 3px 0;
	opacity: 0.85;
	font-size: 0.9rem;
	font-weight: 400;
}
.sitemap .container a:hover {
	transition: all 0.3s;
	opacity: 1;
}
.sitemap .swiper-slide {
	background-color: transparent;
	width: auto !important;
	margin-right: 0 !important;
}
.sitemap .sitemap-slider div.slider-control { width: 100% !important; }
.sitemap .swiper-scrollbar .swiper-scrollbar-drag {
	background: #4b454160 !important;
}

@media (max-width: 567.98px) {
	.sitemap {
		padding: 3rem 0; 
	}
	.sitemap .swiper-slide {
		width: 100%;
		margin-left: auto;
	}
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.sitemap .swiper-slide {
		width: 100%;
		margin-left: auto;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.sitemap .sitemap-slider {
		width: 100%;
		margin-left: auto;
	}
	.sitemap .sitemap-slider div.slider-control { width: calc(100% - 10rem) !important; }
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.sitemap .sitemap-slider {
		width: 100%;
		margin-left: auto;
	}
	.sitemap .sitemap-slider div.slider-control { width: calc(100% - 12rem) !important; }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
	.sitemap .sitemap-slider {
		width: 100%;
		margin-left: auto;
	}
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
	.sitemap .sitemap-slider {
		width: 100%;
		margin-left: auto;
	}
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.sitemap .sitemap-slider {
		width: 100%;
		margin-left: auto;
	}
}

	
/* ==============================
	footer
================================= */
.footerArea {
	position: relative;
	background-color: #4b4541;
	padding: 3rem 0 8rem;
	width: 100%;
}
.footerArea .container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	color: #b3905c;
	gap: 1rem;
	margin: 0 auto;
	font-family: 'Roboto';
}
.footerArea .footer-langs { margin-bottom: 1.5rem; }
.footerArea .footer-langs .select-btn { display: none; }
.footerArea .footer-langs a {
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	background-color: #3f3a36;
	padding: 0 2.5rem 0 1.5rem;
	line-height: 3;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 500;
	margin-bottom: 4px;
}
.footerArea .footer-langs .flag { display: none; }
.footerArea .footer-langs a:hover {
	background-color: #373431;
}
.footerArea .footer-langs a::after {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="140 -820 680 680"><path fill="%23b3905c" d="M212.309-140.001q-30.308 0-51.308-21t-21-51.308v-535.382q0-30.308 21-51.308t51.308-21h252.305V-760H212.309q-4.616 0-8.463 3.846-3.846 3.847-3.846 8.463v535.382q0 4.616 3.846 8.463 3.847 3.846 8.463 3.846h535.382q4.616 0 8.463-3.846 3.846-3.847 3.846-8.463v-252.305h59.999v252.305q0 30.308-21 51.308t-51.308 21H212.309Zm176.46-206.615-42.153-42.153L717.847-760H560v-59.999h259.999V-560H760v-157.847L388.769-346.616Z"/></svg>');
    position: absolute;
    top: 0;
	bottom: 0;
    right: 1.3rem;
    width: 10px;
    transition: all 0.3s ease-in-out;
}
.footerArea .footer-langs .container {
	display: inline-block;
}
.footerArea .footer-info { 
	font-size: 0.8rem;
	text-transform: uppercase;
}
.footerArea .footer-info li {
	padding: 2px 0;
}
.footerArea .footer-info .title { 
	margin-right: 1rem;
}
.footerArea .copyright { 
	font-size: 0.8rem;
	font-weight: 400;
}

@media (max-width: 567.98px) { }
@media (min-width: 568px) and (max-width: 767.98px) {
	.footerArea {
		padding: 3rem 0 7rem;
	}
	.footerArea .container-box {
		gap: 2rem 4rem;
		line-height: 2;
		width: calc(100% - 6rem); 
	}
	.footerArea .footer-link a {
		display: block;
		margin-right: 2rem;
		line-height: 2.5;
	}
	.footerArea .copyright { 
		line-height: 1.3;
		font-size: 0.8rem;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.footerArea {
		padding: 4rem 0 8rem;
	}
	.footerArea .container-box {
		gap: 2rem 4rem;
		line-height: 2;
		width: calc(100% - 10rem);
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.footerArea .container-box {
		width: calc(100% - 12rem);
	}	
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
	.footerArea .container-box {
		margin-left: auto;
		width: 1000px;
	}
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
	
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.footerArea .container-box { 
		width: 1100px;
		margin-left: auto;
	}
}


/* ==============================
	quick menu
================================= */
.quick-menu {
	position: fixed;
	z-index: 99;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1350px;
	background-image: linear-gradient(125deg, rgb(217, 255, 0) 40%, rgb(136, 255, 0) 99%);
	border-radius: 5rem;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.quick-menu .quick-bar { 
	position: relative;	
	height: 3.5rem;
}
.quick-menu .quick-bar .main-button {
	position: relative;
	text-align: center;
	text-transform: capitalize;
	font-size: 1.2rem;
	font-weight: 700;

	color: var(--color-green);
	height: 3.5rem;
	width: 100%;
	border-radius: 5rem;
}
.quick-menu .quick-bar .main-button span {
	position: relative;
	padding-right: 2rem;
}
.quick-menu .quick-bar .main-button span::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='267.69 -606.46 424.62 234.54'><path fill='%23174242' d='M480-371.923 267.692-584.231l24.257-24.256L480-420.282l188.051-188.051 24.257 24.256L480-371.923Z'/></svg>");
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 15px;
	height: 100%;
	transform: rotate(-180deg);
}
.quick-menu .page-up {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 1px solid #a16852;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quick-menu .page-up:hover { background-color: #a16852; }
.quick-menu .page-up svg { width: 1.8rem; }
.quick-menu .page-up svg path { fill: #a16852; }
.quick-menu .page-up:hover svg path { fill: #ffffff; }

/* quick panel */
.quick-menu .quick-box {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #a5c200;
	background-image: linear-gradient(125deg, rgb(217, 255, 0) 40%, rgb(136, 255, 0) 99%);
	border-radius: 2rem;
	overflow: hidden;
	transition: all .3s;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.quick-menu .quick-box .wrapbox {
	padding: 3.5rem 10rem 6.5rem 10rem;
}
.quick-menu .quick-box .quick-close {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease;
	cursor: pointer;
	text-transform: capitalize;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	font-family: 'Noto Sans KR';
	color: var(--color-green);
	height: 3.5rem;
	border-top: 1px solid #00000010;
}
.quick-menu .quick-box .quick-close span {
	position: relative;
	padding-right: 2rem;
}
.quick-menu .quick-box .quick-close span::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='267.69 -606.46 424.62 234.54'><path fill='%23174242' d='M480-371.923 267.692-584.231l24.257-24.256L480-420.282l188.051-188.051 24.257 24.256L480-371.923Z'/></svg>");
    position: absolute;
    top: -2px;
    right: 0;
    width: 15px;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.quick-menu .quick-box .contact-sns {
	position: relative;
	width: 100%;
}
.quick-menu .quick-box .wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.quick-menu .global-contact .icon-official,
.quick-menu .global-contact .icon-youtube, 
.quick-menu .global-contact .icon-whatsapp {
	display: none !important;
}
.quick-menu .global-contact .icon-zalo::after {
	border: 1px solid #845947;
	border-radius: 50%;
	padding: 5px;
}
.quick-menu .quick-box .contact-qr {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1rem;
	margin-top: 2rem;
	display: none;
}
.quick-menu .quick-box .contact-qr .qr {
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}
.quick-menu .global-contact,
.quick-menu .layout-data,
.quick-menu .container,
.quick-menu .wrapper {
	all: unset;
}
.quick-menu .global-contact header,
.quick-menu .global-contact .category {
	display: none;
}
.quick-menu .cn,
.quick-menu .en,
.quick-menu .jp,
.quick-menu .mn,
.quick-menu .ru,
.quick-menu .th,
.quick-menu .in {			
	display: none !important;
	all: unset;
}
.quick-menu .global-contact .submenu a .label {
	text-transform: Capitalize;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 0.95rem;
}
.quick-menu .global-contact .submenu a::after {
	content: '';
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	left: 1.5rem;
	transform: rotateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
 }
.quick-menu .global-contact .submenu a {
	display: flex;
	align-items: center;
	line-height: 1.8;
	border: 1px solid #4b454130;
	position: relative;
	padding: 0.7rem 2rem 0.7rem 4rem;
	border-radius: 5rem;
	background-color: #00000015;
}
.quick-menu .global-contact .submenu a:hover {
	background-color: #00000000;
} 
.quick-menu .global-contact .submenu a:first-child { border: 0; }
.quick-menu .contents-txt { padding-right: 0 !important; }
.quick-menu .global-contact .submenu a span::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 960 960'><path fill='%23845947' d='M595.57,844.4l-48.53-49.32L827.4,514.73H-0.47v-68.57H827.4L547.04,165.8l48.53-49.32l363.96,363.96 L595.57,844.4z'/></svg>");;
	position: absolute;
	width: 15px;                                                                                                                                                             
	right: 1rem;
}

@media (max-width: 567.98px) {
	.quick-menu {
		width: calc(100% - 2rem);
	}
	.quick-menu .quick-box .wrapbox {
		padding: 3rem 3rem 6rem;
	}
	.quick-menu .quick-box .wrap {
		display: flex;
		align-items: center;
		gap: 1rem;
		justify-content: left;
		flex-direction: column;
	}
	.quick-menu .quick-box .wrap a {
		width: 100%;
	}
	.quick-menu .global-contact .container {
		all: unset;
	}
	.quick-menu .global-contact .wrapper { 
		border-right: 0;
		font-size: 1rem;
		padding: 1rem 0;
	}
	.quick-menu .global-contact .category {
		padding: 0;
		cursor: pointer;
		pointer-events: visible;
	}
	.quick-menu .global-contact .submenu {
		display: block;
		padding: 0;
	}
	.quick-menu .global-contact .submenu a span {
		padding: 0;
		width: 100%;
		text-align: left;
	}
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.quick-menu {
		width: calc(100% - 2rem);
	}
	.quick-menu .quick-box .wrapbox {
		padding: 3rem 5rem 6rem;
	}
	.quick-menu .quick-box .wrap {
		display: flex;
		align-items: center;
		gap: 1rem;
		justify-content: left;
		flex-direction: column;
	}
	.quick-menu .quick-box .wrap a {
		width: 100%;
	}
	.quick-menu .global-contact .container {
		all: unset;
	}
	.quick-menu .global-contact .wrapper { 
		border-right: 0;
		font-size: 1rem;
		padding: 1rem 0;
	}
	.quick-menu .global-contact .category {
		padding: 0;
		cursor: pointer;
		pointer-events: visible;
	}
	.quick-menu .global-contact .submenu {
		display: block;
		padding: 0;
	}

	.quick-menu .global-contact .submenu a span {
		padding: 0;
		width: 100%;
		text-align: left;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.quick-menu {
		width: calc(100% - 4rem);
	}
	.quick-menu .quick-box .wrapbox {
		padding: 3rem 2rem 6.5rem;
	}
}
@media (min-width: 1000px) and (max-width: 1199.98px) {
	.quick-menu {
		width: calc(100% - 6rem);
	}
	.quick-menu .quick-box .wrapbox {
		padding: 3rem 15% 6.5rem;
	}
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
	.quick-menu {
		width: 1150px;
	}
}
@media (min-width: 1300px) and (max-width: 1399.98px) {
	.quick-menu {
		width: 1200px;
	}
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.quick-menu {
		width: 1200px;
	}
}


/* ==============================
	medical-subjects
================================= */
.subjects .swiper-slide {
	background-color: transparent;
}
.subjects a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: -1px;
	position: relative;
	transition: 0.3s all;
	font-weight: 500;
	text-align: center;
	text-transform: Capitalize;
	font-size: 1rem;
	font-family: 'NotoSansDisplay';
	padding: 6px 0;
}
.subjects a:nth-child(1) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.subjects a:hover {
	color: #b8755a;
}
.subjects a::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 960 960'><path fill='%23845947' d='M595.57,844.4l-48.53-49.32L827.4,514.73H-0.47v-68.57H827.4L547.04,165.8l48.53-49.32l363.96,363.96 L595.57,844.4z'/></svg>");;
	position: absolute;
	width: 15px;                                                                                                                                                             
	right: 0;
	transform: rotateY(-50%);
}
.subjects a:hover::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 960 960'><path fill='%23b8755a' d='M595.57,844.4l-48.53-49.32L827.4,514.73H-0.47v-68.57H827.4L547.04,165.8l48.53-49.32l363.96,363.96 L595.57,844.4z'/></svg>");
	transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.subjects .subjects-img-box {
	width: 3rem;
	margin-right: 15px;
}
.subjects .subjects-img-box img {
	object-fit: contain;
}
.slide-fit .slider-control {
	display: none;
}

@media (max-width: 767.98px) {
	.slide-fit .slider-control {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1299px) {
	.slide-fit .slider-control {
		display: block;
	}
}


/* ==============================
	medical-subjects
================================= */
.subjects .swiper-slide {
	background-color: transparent;
}
.subjects a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: -1px;
	position: relative;
	transition: 0.3s all;
	font-weight: 500;
	text-align: center;
	text-transform: Capitalize;
	font-size: 1rem;
	font-family: 'Roboto';
	padding: 6px 0;
}
.subjects a:nth-child(1) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.subjects a:hover {
	color: #b8755a;
}
.subjects a::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 960 960'><path fill='%23845947' d='M595.57,844.4l-48.53-49.32L827.4,514.73H-0.47v-68.57H827.4L547.04,165.8l48.53-49.32l363.96,363.96 L595.57,844.4z'/></svg>");;
	position: absolute;
	width: 15px;                                                                                                                                                             
	right: 0;
	transform: rotateY(-50%);
}
.subjects a:hover::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 960 960'><path fill='%23b8755a' d='M595.57,844.4l-48.53-49.32L827.4,514.73H-0.47v-68.57H827.4L547.04,165.8l48.53-49.32l363.96,363.96 L595.57,844.4z'/></svg>");
	transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.subjects .subjects-img-box {
	width: 3rem;
	margin-right: 15px;
}
.subjects .subjects-img-box img {
	object-fit: contain;
}
.slide-fit .slider-control {
	display: none;
}

@media (max-width: 767.98px) {
	.slide-fit .slider-control {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1299px) {
	.slide-fit .slider-control {
		display: block;
	}
}


/* =========================================
	common page location : about, subpage
============================================ */
.page-location {
	width: 100%;
	background-color: rgba(240, 237, 234, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); /* Safari 지원용 */
	padding: 1.3rem 0;
	font-size: 1rem;
	font-weight: 500;
	font-family: 'Roboto';
}
.page-location .location-link {
	position: relative;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
	text-transform: capitalize;	
}
.page-location .location-link .menu-btn {
	display: inline-block;
	position: relative;
}
.page-location .location-link .menu-btn br { display: none; }
.page-location .location-link label { display: none; }
.page-location .location-link .nolink {
	display: inline-block;
}
.page-location .location-link .nolink .category::after {
	content: '/';
	font-weight: 100;
	padding-left: 12px;
	margin-right: 12px;
}
.page-location .location-link .link {
	display: inline-block;
}
.page-location .location-link svg {
	width: 1.2rem;
	height: 1.2rem;
	vertical-align: bottom;
	margin-right: 10px;
}
.page-location .location-link .location-btn {
	position: relative;
}
.page-location .location-link .link i.arrow {
	position: relative;
    width: 15px;
    height: 1rem;
	margin-left: 10px;
	overflow: hidden;
}
.page-location .location-link .link i.arrow::before {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="267.69 -606.46 424.62 234.54"><path fill="%236b4f43" d="M480-371.923 267.692-584.231l24.257-24.256L480-420.282l188.051-188.051 24.257 24.256L480-371.923Z"/></svg>');
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    transition: all 0.3s ease-in-out;
}
.page-location .location-link .link.on>i.arrow::before {
	top: 2px;
	transform: rotate(-180deg);
}
.page-location .location-dropdown {
	display: none;
	border-top: 1px solid #00000020;
	padding: 1.5rem 0 1rem;
	margin-top: 1rem;
}
.page-location .location-dropdown .location-about {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 2rem;
}
.page-location .location-dropdown .location-etc {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 2rem;
}
.page-location .location-dropdown .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}
.page-location .location-dropdown .wrap a {
	position: relative;
	padding-right: 1rem;
	font-size: 0.9rem;
}
.page-location .location-dropdown .wrap a:hover {
	color: #402f28;
}
.page-location .location-dropdown .wrap a::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.6 24.6'><path fill='%236b4f43' d='M1.6,24.6L0,23L20.7,2.3H1.6V0h23v23h-2.3V3.9L1.6,24.6z'/></svg>");
    position: absolute;
    top: -4px;
    right: 0;
    width: 7px;
    transition: all 0.3s ease-in-out;
}
.page-location .location-dropdown .wrap a:hover::after {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.6 24.6'><path fill='%23402f28' d='M1.6,24.6L0,23L20.7,2.3H1.6V0h23v23h-2.3V3.9L1.6,24.6z'/></svg>");
}

@media (max-width: 567.98px) {
	.page-location .location-link .nolink {
		font-weight: 100 !important;
		display: none;
	}
	.page-location .location-dropdown {
		padding: 1.5rem 0 1rem 0;
	}
	.page-location .location-dropdown .location-about {
		flex-direction: column;
	}
	.page-location .location-dropdown .location-etc {
		flex-direction: column;
	} 
	.page-location .location-dropdown .wrap {
		flex-direction: column;
	}
}
@media (min-width: 568px) and (max-width: 767.98px) {
	.page-location .location-link .nolink {
		font-weight: 100 !important;
		display: none;
	}
	.page-location .location-dropdown .wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.page-location .location-dropdown .location-about {
		flex-direction: column;
	}
	.page-location .location-dropdown .location-etc {
		flex-direction: column;
	} 
	.page-location .location-dropdown .wrap {
		flex-direction: column;
	}
}
@media (min-width: 768px) and (max-width: 999.98px) {
	.page-location .location-dropdown .wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	.page-location .location-dropdown {
		padding: 1.5rem 0 1rem 0;
	}
}


/* =========================================
	footer-space
============================================ */
.footer-space {
	padding: 5rem 0;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); /* Safari 지원용 */
	border-top: 1px solid #00000010;
	border-bottom: 1px solid #00000010;
}
.footer-space .img-wrap {
	text-align: center;
}
.footer-space .img-wrap img {
	height: 8rem;
	margin: 0 auto;
}

@media (max-width: 567.98px) {
	.footer-space {
		padding: 3rem 0;
	}
	.footer-space .img-wrap img {
		height: 5rem;
		margin: 0 auto;
	}
}