@charset "utf-8";
@import url(fonts/SUIT.css);
@import url(fonts/pretendard.css);
@import url(fonts/batang.css);

:root {
	--primary: #6c4cc6;
	--gnb-mega-panel-height: 350px;
	--gnb-bar-height: 82px;
	--z-header-bg: 0;
	--z-sub-hero-overlay: 1;
	--z-sub-hero-content: 2;
	--z-sub-util-bar: 5;
	--z-header-nav: 50;
	--z-gnb-panel: 0;
	--z-gnb-submenu: 1;
	--layout-max: 1920px;
	--top-banner-h: 0px;
	--font-sans: "SUIT", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
}

html {
	padding: 0;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

html {
	scrollbar-color: #aeb7c2 #eef1f5;
	scrollbar-width: auto;
}

html::-webkit-scrollbar {
	width: 12px;
}

html::-webkit-scrollbar-track {
	background: #eef1f5;
}

html::-webkit-scrollbar-thumb {
	background-color: #aeb7c2;
	border: 3px solid #eef1f5;
	border-radius: 10px;
	background-clip: padding-box;
}

html::-webkit-scrollbar-thumb:hover {
	background-color: #8f99a8;
}

html::-webkit-scrollbar-corner {
	background: #eef1f5;
}

body {
	position: relative;
	min-width: 0;
	margin: 0;
	padding: 0;
	padding-top: var(--top-banner-h, 0px);
	overflow: visible !important;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	color: #1a1a1a;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	transition: padding-top 0.35s ease;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	font: inherit;
}

img {
	display: block;
	max-width: 100%;
}

/* google translate */
.VIpgJd-ZVi9od-l4eHX-hSRGPd { display: none !important;}

/* ----- Header + Hero ----- */
.site-header {
	position: relative;
	width: 100%;
	height: 700px;
	margin-top: 0;
	overflow: visible;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
	z-index: 100;
}

.site-header__inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.site-header__front {
	position: absolute;
	inset: 0;
	z-index: var(--z-header-nav);
	display: flex;
	flex-direction: column;
	pointer-events: none;
	overflow: visible;
}

.site-header__front a,
.site-header__front button,
.site-header__front .util-menu__translate,
.site-header__front .util-menu__select-wrap,
.site-header__front .util-menu__select,
.site-header__front .lang-box,
.site-header__front .gnb {
	pointer-events: auto;
}

.gnb-backdrop {
	display: none;
}

.util-bar {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	transition: background-color 0.26s ease, border-color 0.26s ease;
	overflow: visible;
}

.site-header__inner--top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 40px;
	padding-top: 0;
}

.site-header__inner.site-header__inner--top.util-bar {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-left: max(2.5rem, calc((100vw - 1680px) / 2));
	padding-right: max(2.5rem, calc((100vw - 1680px) / 2));
	box-sizing: border-box;
}

.util-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.util-menu__item {
	position: relative;
	display: flex;
	align-items: center;
}

.util-menu__item + .util-menu__item::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 13px;
	margin: 0 20px;
	background: #ffffff;
	flex-shrink: 0;
	transition: background-color 0.22s ease;
}

.util-menu__item:first-child::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 13px;
	margin-right: 20px;
	background: #ffffff;
	flex-shrink: 0;
	transition: background-color 0.22s ease;
}

.util-menu__item:last-child::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 13px;
	margin-left: 20px;
	background: #ffffff;
	flex-shrink: 0;
	transition: background-color 0.22s ease;
}

.util-menu__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "SUIT", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
	transition: color 0.22s ease;
}

.util-menu__link:hover {
	opacity: 1;
	color: #fff;
}

.util-menu__link i {
	font-size: 14px;
	transition: color 0.22s ease;
}

.util-menu__icon-wrap {
	position: relative;
	display: inline-flex;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}

.util-menu__icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.util-menu__icon-default,
.util-menu__icon-on {
	transition: opacity 0.22s ease;
}

.util-menu__icon-on {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}

.util-menu__item--translate {
	display: flex;
	align-items: center;
	overflow: visible;
}

.util-menu__translate-group {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.util-menu__translate {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.util-menu__select-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.util-menu__select-icon {
	position: absolute;
	left: 0.625rem;
	top: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transform: translateY(-50%);
}

.util-menu__select-icon svg {
	display: block;
	width: 14px;
	height: 14px;
}

.util-menu__select {
	appearance: none;
	-webkit-appearance: none;
	min-width: 7.5rem;
	padding: 0.25rem 1.5rem 0.25rem 2rem;
	border: none;
	border-radius: 4px;
	background: transparent;
	font-family: "SUIT", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	outline: none;
	transition: color 0.22s ease;
}

.util-menu__select:focus {
	outline: none;
}

.util-menu__select option {
	color: #1a1a1a;
	background: #ffffff;
}

.util-menu__select-arrow {
	position: absolute;
	right: 0.625rem;
	top: 50%;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
	pointer-events: none;
	transform: translateY(-50%);
	transition: color 0.22s ease;
}

.util-menu__translate .goog-te-gadget {
	font-family: "SUIT", sans-serif !important;
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
}

.util-menu__translate .goog-te-gadget > span {
	display: none !important;
}

.util-menu__translate .goog-te-combo {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	opacity: 0;
}

.util-menu__translate .goog-te-gadget-simple {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	background: transparent !important;
	border: none !important;
	font-family: "SUIT", sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	color: #ffffff !important;
}

.util-menu__translate .goog-te-gadget-simple span {
	color: #ffffff !important;
	border-left: none !important;
}

.util-menu__translate .goog-te-gadget-icon {
	display: none;
}

.util-menu__translate .goog-te-menu-value span {
	color: #ffffff !important;
}

.gnb-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0;
	min-height: var(--gnb-bar-height);
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	overflow: visible;
	transition: background-color 0.26s ease, border-color 0.26s ease;
}

.site-header__inner.site-header__inner--main.gnb-wrap {
	width: 100%;
	max-width: none;
	margin: 0;
	padding-left: max(2.5rem, calc((100vw - 1680px) / 2));
	padding-right: max(2.5rem, calc((100vw - 1680px) / 2));
	box-sizing: border-box;
}

.logo {
	margin: 0;
	margin-right: auto;
	flex-shrink: 0;
	align-self: center;
}

.logo a,
.site-header__logo {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	position: relative;
}

.logo .logo-default,
.logo .logo-on,
.site-header__logo-img {
	transition: opacity 0.22s ease;
}

.site-header__logo-img,
.logo .logo-default {
	width: auto;
	height: 2.25rem;
	flex-shrink: 0;
}

.logo .logo-on {
	position: absolute;
	left: 0;
	top: 50%;
	height: 2.25rem;
	width: auto;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
}

.logo-text,
.site-header__logo-text {
	font-family: "SUIT", sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: -0.02em;
	white-space: nowrap;
	transition: color 0.22s ease;
}

.gnb,
.site-header__nav {
	display: flex;
	align-items: stretch;
	align-self: stretch;
	gap: 0;
	position: relative;
	z-index: 1;
	flex: 1;
	width: 100%;
	max-width: min(100%, 1180px);
	min-width: 0;
	min-height: var(--gnb-bar-height);
	padding: 0;
}

.gnb-item {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-self: stretch;
	flex: 1 1 0;
	min-width: 0;
	min-height: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: visible;
}

.gnb-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 100%;
	min-height: var(--gnb-bar-height);
	height: 100%;
	color: #fff;
	font-family: "SUIT", sans-serif;
	font-size: 20px;
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: -0.01em;
	transition: color 0.22s ease;
}

.gnb-submenu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: var(--z-gnb-submenu);
	width: 100%;
	min-width: 0;
	height: var(--gnb-mega-panel-height);
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	background: transparent;
	text-align: center;
	transform: translateY(-6px);
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition: transform 0.24s ease, opacity 0.24s ease, max-height 0.28s ease, visibility 0s linear 0.24s, background-color 0.2s ease;
}

.gnb-item:last-child .gnb-submenu {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.gnb-submenu li {
	display: block;
}

.gnb-submenu li:first-child {
	padding-top: 15px;
}

.gnb-submenu a {
	display: block;
	padding: 8px 14px;
	text-align: center;
	color: #111;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	word-break: break-all;
}

.gnb-submenu a:hover {
	color: var(--primary);
}

.gnb-item:hover .gnb-link,
.gnb-item:focus-within .gnb-link {
	color: var(--primary);
}

.gnb-item:hover .gnb-submenu,
.gnb-item:focus-within .gnb-submenu,
.gnb-item:has(.gnb-submenu a:hover) .gnb-submenu,
.gnb-item:has(.gnb-submenu a:focus-visible) .gnb-submenu {
	background: #f8f8f8;
}

@media (min-width: 1025px) {
	.gnb-wrap::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: var(--z-gnb-panel);
		width: 100vw;
		height: 0;
		box-sizing: border-box;
		background: #fff;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		opacity: 0;
		visibility: hidden;
		transform: translateX(-50%);
		transition: height 0.24s ease, opacity 0.24s ease, visibility 0s linear 0.24s;
	}

	.gnb-wrap:has(.gnb:hover)::after,
	.gnb-wrap:has(.gnb:focus-within)::after {
		height: var(--gnb-mega-panel-height);
		opacity: 1;
		visibility: visible;
		transition-delay: 0s, 0s, 0s;
	}

	.gnb-wrap:has(.gnb:hover) .gnb-submenu,
	.gnb-wrap:has(.gnb:focus-within) .gnb-submenu {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		max-height: var(--gnb-mega-panel-height);
		overflow: visible;
		transition-delay: 0s, 0s, 0s, 0s;
	}
}

.gnb-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--primary);
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
	z-index: calc(var(--z-gnb-submenu) + 1);
}

.gnb-item:hover::after,
.gnb-item:focus-within::after,
.gnb-item:has(.gnb-submenu a:hover)::after,
.gnb-item:has(.gnb-submenu a:focus-visible)::after {
	opacity: 1;
}

.site-header:has(.gnb:hover) .util-bar,
.site-header:has(.gnb:focus-within) .util-bar,
.site-header:has(.gnb:hover) .gnb-wrap,
.site-header:has(.gnb:focus-within) .gnb-wrap,
.site-header.is-nav-open .util-bar,
.site-header.is-nav-open .gnb-wrap {
	background: #fff;
	border-bottom-color: rgba(0, 0, 0, 0.12);
}

.site-header:has(.gnb:hover) .util-bar,
.site-header:has(.gnb:focus-within) .util-bar,
.site-header.is-nav-open .util-bar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.site-header:has(.gnb:hover) .util-menu__link,
.site-header:has(.gnb:focus-within) .util-menu__link,
.site-header:has(.gnb:hover) .util-menu__link i,
.site-header:has(.gnb:focus-within) .util-menu__link i,
.site-header:has(.gnb:hover) .util-menu__select,
.site-header:has(.gnb:focus-within) .util-menu__select,
.site-header:has(.gnb:hover) .util-menu__select-arrow,
.site-header:has(.gnb:focus-within) .util-menu__select-arrow,
.site-header:has(.gnb:hover) .lang-box__label,
.site-header:has(.gnb:focus-within) .lang-box__label,
.site-header:has(.gnb:hover) .lang-box__arrow,
.site-header:has(.gnb:focus-within) .lang-box__arrow,
.site-header:has(.gnb:hover) .gnb-link,
.site-header:has(.gnb:focus-within) .gnb-link,
.site-header:has(.gnb:hover) .logo-text,
.site-header:has(.gnb:focus-within) .logo-text,
.site-header.is-nav-open .util-menu__link,
.site-header.is-nav-open .util-menu__link i,
.site-header.is-nav-open .util-menu__select,
.site-header.is-nav-open .util-menu__select-arrow,
.site-header.is-nav-open .lang-box__label,
.site-header.is-nav-open .lang-box__arrow,
.site-header.is-nav-open .gnb-link,
.site-header.is-nav-open .logo-text {
	color: #000;
}

.site-header:has(.gnb:hover) .gnb-item:hover .gnb-link,
.site-header:has(.gnb:focus-within) .gnb-item:focus-within .gnb-link,
.site-header:has(.gnb:hover) .gnb-item:has(.gnb-submenu a:hover) .gnb-link,
.site-header:has(.gnb:focus-within) .gnb-item:has(.gnb-submenu a:hover) .gnb-link,
.site-header:has(.gnb:hover) .gnb-item:has(.gnb-submenu a:focus-visible) .gnb-link,
.site-header:has(.gnb:focus-within) .gnb-item:has(.gnb-submenu a:focus-visible) .gnb-link,
.site-header.is-nav-open .gnb-item:hover .gnb-link,
.site-header.is-nav-open .gnb-item:focus-within .gnb-link,
.site-header.is-nav-open .gnb-item:has(.gnb-submenu a:hover) .gnb-link,
.site-header.is-nav-open .gnb-item:has(.gnb-submenu a:focus-visible) .gnb-link {
	color: var(--primary);
}

.site-header:has(.gnb:hover) .menu-btn span,
.site-header:has(.gnb:focus-within) .menu-btn span,
.site-header:has(.gnb:hover) .site-header__search-btn,
.site-header:has(.gnb:focus-within) .site-header__search-btn,
.site-header.is-nav-open .menu-btn span,
.site-header.is-nav-open .site-header__search-btn {
	color: #000;
}

.site-header:has(.gnb:hover) .menu-btn span,
.site-header:has(.gnb:focus-within) .menu-btn span,
.site-header.is-nav-open .menu-btn span {
	background: #000;
}

.site-header:has(.gnb:hover) .util-menu__item + .util-menu__item::before,
.site-header:has(.gnb:hover) .util-menu__item:first-child::before,
.site-header:has(.gnb:hover) .util-menu__item:last-child::after,
.site-header:has(.gnb:focus-within) .util-menu__item + .util-menu__item::before,
.site-header:has(.gnb:focus-within) .util-menu__item:first-child::before,
.site-header:has(.gnb:focus-within) .util-menu__item:last-child::after,
.site-header.is-nav-open .util-menu__item + .util-menu__item::before,
.site-header.is-nav-open .util-menu__item:first-child::before,
.site-header.is-nav-open .util-menu__item:last-child::after {
	background: #000;
}

.site-header:has(.gnb:hover) .logo .logo-default,
.site-header:has(.gnb:focus-within) .logo .logo-default,
.site-header.is-nav-open .logo .logo-default {
	opacity: 0;
}

.site-header:has(.gnb:hover) .logo .logo-on,
.site-header:has(.gnb:focus-within) .logo .logo-on,
.site-header.is-nav-open .logo .logo-on {
	opacity: 1;
}

.site-header:has(.gnb:hover) .util-menu__icon-default,
.site-header:has(.gnb:focus-within) .util-menu__icon-default,
.site-header.is-nav-open .util-menu__icon-default {
	opacity: 0;
}

.site-header:has(.gnb:hover) .util-menu__icon-on,
.site-header:has(.gnb:focus-within) .util-menu__icon-on,
.site-header.is-nav-open .util-menu__icon-on {
	opacity: 1;
}

.site-header__utils {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
	margin-left: 1.5rem;
	align-self: center;
}

.site-header__icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: none;
	background: transparent;
	color: #ffffff;
	font-size: 1.125rem;
	cursor: pointer;
	transition: color 0.22s ease, opacity 0.2s ease;
}
.site-header__icon-btn a {
	color: inherit;
}

.site-header__icon-btn:hover {
	opacity: 0.75;
}

.menu-btn {
	display: inline-flex;
	width: 24px;
	flex-shrink: 0;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}

.menu-btn span {
	display: block;
	height: 2px;
	background: #fff;
	transition: background-color 0.22s ease, transform 0.28s ease, opacity 0.22s ease, width 0.22s ease;
	transform-origin: center;
}

.menu-btn span:nth-child(1),
.menu-btn span:nth-child(3) {
	width: 20px;
}

.menu-btn span:nth-child(2) {
	width: 14px;
}

body.is-nav-open {
	overflow: hidden;
	touch-action: none;
}

html.is-nav-open {
	overflow: hidden !important;
}

.gnb-mobile-util {
	display: none;
}

.gnb-mobile-util__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gnb-mobile-util__list a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.875rem 0;
	font-family: "SUIT", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	line-height: 1.4;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	transition: color 0.2s ease;
}

.gnb-mobile-util__list li:last-child a {
	border-bottom: none;
}

.gnb-mobile-util__list a:hover {
	color: var(--primary);
}

.gnb-mobile-util__list a i {
	width: 1rem;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.gnb-mobile-lang {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.gnb-mobile-util__list li.gnb-mobile-lang:last-child {
	border-bottom: none;
}

.gnb-mobile-lang__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.875rem 0;
	background: none;
	border: none;
	cursor: pointer;
	font-family: "SUIT", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	line-height: 1.4;
}

.gnb-mobile-lang__label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.gnb-mobile-lang__label i {
	width: 1rem;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.gnb-mobile-lang__arrow {
	font-size: 12px;
	color: #999999;
	transition: transform 0.2s ease;
}

.gnb-mobile-lang.is-open .gnb-mobile-lang__arrow {
	transform: rotate(180deg);
}

.gnb-mobile-lang__menu {
	margin: 0 0 0.5rem;
	padding: 0.25rem 0;
	list-style: none;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.gnb-mobile-lang__menu button {
	display: block;
	width: 100%;
	padding: 0.625rem 1rem;
	background: none;
	border: none;
	cursor: pointer;
	font-family: "SUIT", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #444444;
	text-align: left;
	transition: color 0.2s ease, background 0.2s ease;
}

.gnb-mobile-lang__menu button:hover {
	color: var(--primary);
	background: rgba(0, 0, 0, 0.03);
}

.site-header.is-nav-open .menu-btn span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
	width: 22px;
}

.site-header.is-nav-open .menu-btn span:nth-child(2) {
	opacity: 0;
	width: 0;
}

.site-header.is-nav-open .menu-btn span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
	width: 22px;
}

@media (min-width: 1025px) {
	.menu-btn {
		display: none;
	}

	.gnb-mobile-util {
		display: none !important;
	}

	.site-header.is-nav-open .gnb-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: calc(var(--z-header-nav) - 1);
		background: rgba(0, 0, 0, 0.45);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition: opacity 0.28s ease, visibility 0s linear 0s;
	}

	.site-header.is-nav-open .gnb-wrap::after {
		height: var(--gnb-mega-panel-height);
		opacity: 1;
		visibility: visible;
		transition-delay: 0s, 0s, 0s;
	}

	.site-header.is-nav-open .gnb-wrap .gnb-submenu {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		max-height: var(--gnb-mega-panel-height);
		transition-delay: 0s, 0s, 0s, 0s;
	}

	.gnb-wrap.gnb-mega-force-closed::after {
		height: 0 !important;
		opacity: 0 !important;
		visibility: hidden !important;
		transition-delay: 0s, 0s, 0.24s;
	}

	.gnb-wrap.gnb-mega-force-closed .gnb-submenu {
		transform: translateY(-6px) !important;
		opacity: 0 !important;
		visibility: hidden !important;
		max-height: 0 !important;
		transition-delay: 0s, 0s, 0s, 0.24s;
	}
}

.hero {
	position: absolute;
	inset: 0;
	z-index: var(--z-header-bg);
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.hero__swiper {
	width: 100%;
	height: 100%;
}

.hero__swiper .swiper-slide {
	overflow: hidden;
}

.hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.28) 0%,
		rgba(0, 0, 0, 0.06) 42%,
		rgba(0, 0, 0, 0.18) 100%
	);
}

.hero__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 5.5rem 0 4rem;
	color: #ffffff;
	pointer-events: none;
}

.hero__inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 2.5rem;
	text-align: left;
}

.hero__controls {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.25rem;
	pointer-events: auto;
}

.hero__pause {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.2s ease;
	line-height: 0;
	color: #fff;
}

.hero__pause:hover {
	opacity: 0.7;
}

.hero__pause.is-paused {
	opacity: 0.55;
}

.hero__pause-img {
	display: block;
	width: 11px;
	height: 11px;
}

/* ----- Sub Page Hero ----- */
.site-header--sub {
	height: 400px;
	min-height: 400px;
}

.site-header--sub .site-header__front {
	z-index: var(--z-header-nav);
}

.sub-hero {
	position: absolute;
	inset: 0;
	z-index: var(--z-header-bg);
	isolation: isolate;
	overflow: hidden;
}

.sub-hero__img {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sub-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: var(--z-sub-hero-overlay);
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.28) 0%,
		rgba(0, 0, 0, 0.06) 42%,
		rgba(0, 0, 0, 0.18) 100%
	);
}

.sub-hero__content {
	position: absolute;
	inset: 0;
	z-index: var(--z-sub-hero-content);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7.625rem 0 4.5rem;
	box-sizing: border-box;
}

.sub-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 2.5rem;
	text-align: center;
}

.sub-hero__title {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: "SUIT", sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.3;
	letter-spacing: -0.03em;
}

.sub-hero__desc {
	position: relative;
	z-index: 1;
	margin: 15px 0 0;
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

@media (max-width: 768px) {
	.site-header--sub {
		height: 360px;
		min-height: 360px;
	}

	.sub-hero__content {
		padding: 5.5rem 0 4rem;
	}

	.sub-hero__inner {
		padding: 0 1.5rem;
	}

	.sub-hero__title {
		font-size: clamp(1.75rem, 7vw, 40px);
	}

	.sub-hero__desc {
		font-size: 16px;
	}
}

/* ----- Sub GNB Util Bar ----- */
.sub-util-bar {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: var(--z-sub-util-bar);
	width: 100%;
	max-width: 1440px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	transform: translateX(-50%);
	pointer-events: auto;
}

.sub-util-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 1.25rem 0 0;
	box-sizing: border-box;
}

.sub-util-bar__left {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: 100%;
	min-width: 0;
}

.sub-util-bar__home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	background-color: #6c4cc6;
	color: #ffffff;
	font-size: 17px;
	transition: opacity 0.2s ease;
}

.sub-util-bar__home:hover {
	opacity: 0.85;
	color: #ffffff;
}

.sub-util-bar__dropdown {
	position: relative;
	display: flex;
	align-items: stretch;
	flex: 0 0 280px;
	width: 280px;
	height: 100%;
}

.sub-util-bar__dropdown::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 15px;
	background-color: #777777;
	transform: translateY(-50%);
	pointer-events: none;
}

.sub-util-bar__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.625rem;
	width: 100%;
	height: 100%;
	padding: 0 1.5rem;
	border: none;
	background: transparent;
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.4;
	white-space: nowrap;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.sub-util-bar__trigger:hover {
	opacity: 0.85;
}

.sub-util-bar__label {
	display: inline-block;
}

.sub-util-bar__arrow {
	flex-shrink: 0;
	font-size: 20px;
	color: #ffffff;
	transition: transform 0.2s ease;
}

.sub-util-bar__dropdown.is-open .sub-util-bar__arrow {
	transform: rotate(180deg);
}

.sub-util-bar__menu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	min-width: 100%;
	width: max-content;
	max-width: min(26rem, calc(100vw - 2rem));
	margin: 0;
	padding: 0.5rem 0;
	list-style: none;
	background: #ffffff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.sub-util-bar__dropdown.is-open .sub-util-bar__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sub-util-bar__menu li {
	display: block;
}

.sub-util-bar__menu a {
	display: block;
	padding: 0.625rem 1rem;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 1.4;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.sub-util-bar__menu a:hover,
.sub-util-bar__menu a.is-active {
	color: #6c4cc6;
	background-color: #f7f5fb;
}

.sub-util-bar__right {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
	padding-left: 1rem;
}

.sub-util-bar__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: none;
	background: transparent;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.sub-util-bar__btn:hover {
	opacity: 0.75;
}

@media (max-width: 768px) {
	.sub-util-bar {
		max-width: none;
		height: auto;
	}

	.sub-util-bar__inner {
		flex-wrap: wrap;
		gap: 0.5rem;
		padding: 0.5rem 1rem;
	}

	.sub-util-bar__left {
		flex: 1 1 100%;
		flex-direction: row;
		height: auto;
		align-items: stretch;
		min-width: 0;
	}

	.sub-util-bar__home {
		flex: 0 0 52px;
		width: 52px;
		min-height: 52px;
		height: auto;
		font-size: 18px;
		align-self: stretch;
	}

	.sub-util-bar__dropdown {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		height: auto;
		align-self: stretch;
	}

	.sub-util-bar__dropdown::after {
		top: 50%;
		right: 0;
		height: 12px;
		transform: translateY(-50%);
	}

	.sub-util-bar__left > .sub-util-bar__dropdown:last-of-type::after {
		display: none;
	}

	.sub-util-bar__trigger {
		width: 100%;
		min-height: 52px;
		padding: 0.5rem 0.75rem;
		font-size: 16px;
		justify-content: space-between;
	}

	.sub-util-bar__label {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sub-util-bar__menu {
		min-width: 16rem;
		max-width: min(24rem, calc(100vw - 2rem));
	}

	.sub-util-bar__right {
		margin-left: auto;
	}
}

/* ----- Sub Main / LNB ----- */
.sub-main {
	padding: 3.125rem 0 ;
	background-color: #ffffff;
}

.sub-main__inner {
	display: flex;
	align-items: flex-start;
	gap: 3.75rem;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 2.5rem;
	box-sizing: border-box;
}

.sub-content {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.sub-content .board_write,
.sub-content .board_write .write_box {
	overflow: visible;
}

.lnb {
	flex: 0 0 280px;
	width: 280px;
}

.lnb__head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 1.5rem 1.25rem;
	background-color: #3d3f47;
	overflow: hidden;
	text-align: center;
}

.lnb__head::before {
	content: "";
	position: absolute;
	right: -8px;
	bottom: -18px;
	width: 118px;
	height: 118px;
	background: url(../images/lnb_bg.png) no-repeat center / contain;
	opacity: 0.32;
	pointer-events: none;
}

.lnb__head-text {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: "SUIT", sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.45;
	letter-spacing: -0.02em;
}

.lnb__list {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
}

.lnb__item {
	border-bottom: 1px solid #e6e6e6;
}


.lnb__item.is-active {
	border-bottom: none;
}

.lnb__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-height: 52px;
	padding: 0.875rem 1.25rem 0.875rem 1.5rem;
	font-family: "SUIT", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #333333;
	text-decoration: none;
	line-height: 1.4;
	letter-spacing: -0.02em;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.lnb__item.is-active .lnb__link {
	min-height: 54px;
	padding-right: 1.125rem;
	font-weight: 600;
	color: #ffffff;
	background: linear-gradient(90deg, #626fbf 0%, #972ae6 100%);
}

.lnb__item:not(.is-active) .lnb__link:hover {
	color: #6c4cc6;
	background-color: #f7f5fb;
}

.lnb__label {
	flex: 1 1 auto;
	min-width: 0;
}

.lnb__arrow {
	flex-shrink: 0;
	font-size: 18px;
	color: #ffffff;
}

/* ----- Sub Content ----- */
.sub-breadcrumb {
	margin-bottom: 1.75rem;
}

.sub-breadcrumb__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	font-family: "SUIT", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #202020;
	line-height: 1.4;
	letter-spacing: -0.01em;
}

.sub-breadcrumb__item + .sub-breadcrumb__item::before {
	content: ">";
	margin: 0 0.625rem;
	color: #202020;
	font-size: 13px;
}

.sub-breadcrumb__item.is-current {
	color: #202020;
	font-weight: 500;
}

.sub-breadcrumb__home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #202020;
	font-size: 15px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sub-breadcrumb__home:hover {
	color: #6c4cc6;
}

.sub-page-title {
	margin: 0 0 2.5rem;
	font-family: "SUIT", sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #111111;
	line-height: 1.3;
	letter-spacing: -0.03em;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.25rem;
}

.sub-tabs-wrap {
	width: 100%;
}

.sub-tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.75rem;
}

.sub-tabs__panels {
	width: 100%;
}

.sub-tabs__panel {
	display: none;
}

.sub-tabs__panel.is-active {
	display: block;
}

.sub-tabs__panel[hidden] {
	display: none !important;
}

.sub-tabs__btn {
	position: relative;
	flex: 0 0 auto;
	min-width: 9.0rem;
	height: 48px;
	margin: 0 0 0 -1px;
	padding: 0 1.5rem;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	letter-spacing: -0.02em;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.sub-tabs__btn:first-child {
	margin-left: 0;
}

.sub-tabs__btn:hover:not(.is-active) {
	color: #6c4cc6;
	border-color: #c9b8e8;
	z-index: 1;
}

.sub-tabs__btn.is-active {
	z-index: 2;
	border-color: #2f4578;
	background-color: #2f4578;
	color: #ffffff;
	font-weight: 600;
}

.sub-section__title {
	margin: 0 0 1.5rem;
	padding-bottom: 0.875rem;
	font-family: "SUIT", sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #111111;
	line-height: 1.4;
	letter-spacing: -0.02em;
	position: relative;

}

.sub-section__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 47px;
	height: 3px;
	background-color: #6c4cc6;
}

.sub-table-wrap {
	width: 100%;
	overflow-x: auto;
}

.sub-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #333333;
	table-layout: fixed;
}

.sub-table caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sub-table th,
.sub-table td {
	padding: 1rem 1.25rem;
	border: 1px solid #e0e0e0;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.01em;
	vertical-align: middle;
	word-break: keep-all;
}

.sub-table thead th {
	background-color: #f3f5f8;
	font-weight: 600;
	color: #222222;
}

.sub-table tbody th {
	background-color: #f8f8f8;
	font-weight: 500;
}

.sub-table tbody td:empty::before {
	content: "\00a0";
}

@media (max-width: 768px) {
	.sub-page-title {
		margin-bottom: 1.75rem;
		font-size: clamp(1.75rem, 7vw, 2.5rem);
	}

	.sub-tabs {
		margin-bottom: 2rem;
	}

	.sub-tabs__btn {
		flex: 1;
		min-width: 0;
		padding: 0 0.75rem;
		font-size: 14px;
	}

	.sub-section__title {
		font-size: 20px;
	}

	.sub-table th,
	.sub-table td {
		padding: 0.75rem 0.625rem;
		font-size: 14px;
	}

	.sub-tabs__btn {
		height: 44px;
	}
}

@media (max-width: 480px) {
	.quick-links {
		grid-template-columns: 1fr;
	}

	.sub-tabs {
		flex-direction: column;
		margin-bottom: 1.75rem;
	}

	.sub-tabs__btn {
		flex: none;
		width: 100%;
		min-width: 0;
		margin: -1px 0 0;
		height: 46px;
	}

	.sub-tabs__btn:first-child {
		margin-top: 0;
	}

	.sub-util-bar__left {
		flex: 1 1 auto;
		flex-direction: row;
		align-items: stretch;
		min-width: 0;
	}

	.sub-util-bar__home {
		flex: 0 0 48px;
		width: 48px;
		min-height: 48px;
		height: auto;
		font-size: 16px;
	}

	.sub-util-bar__dropdown {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
	}

	.sub-util-bar__trigger {
		min-height: 48px;
		padding: 0.5rem 0.5rem;
		font-size: 13px;
	}

	.sub-util-bar__label {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.notice-board__tab {
		font-size: 15px;
		padding: 0 0.5rem;
	}

	.notice-board__card {
		padding: 1rem 0.875rem 3rem;
	}
}

@media (max-width: 1024px) {
	.sub-main__inner {
		flex-direction: column;
		gap: 2.5rem;
	}

	.lnb {
		flex: none;
		width: 100%;
		max-width: 280px;
		display: none;
	}
}

@media (max-width: 768px) {
	.sub-main {
		padding: 2.5rem 0 4rem;
	}

	.sub-main__inner {
		padding: 0 1.5rem;
	}

	.lnb {
		max-width: none;
	}
}

.hero__sub {
	margin: 0 0 1rem;
	font-family: "SUIT", sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.hero__title {
	margin: 0;
	font-family: "SUIT", sans-serif;
	font-size: 48px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.3;
	letter-spacing: -0.03em;
}

.hero__pagination {
	position: static !important;
	left: auto !important;
	bottom: auto !important;
	width: auto !important;
	transform: none !important;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.625rem;
}

.hero__pagination.swiper-pagination-horizontal {
	width: auto !important;
}

.hero__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	border: 1px solid #ffffff;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
	transition: background 0.2s ease;
}

.hero__pagination .swiper-pagination-bullet-active {
	background: #ffffff;
}

/* ----- Section 01 ----- */
.section--01 {
	background: #ffffff;
	padding: 5rem 0 3.5rem;
}

.section01__inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.section01__head {
	text-align: left;
}

.section01__desc {
	margin: 0 0 1.25rem;
	font-family: "SUIT", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #7b1fa2;
	line-height: 1.3;
	letter-spacing: 0;
}

.section01__title {
	margin: 0;
	font-family: "SUIT", sans-serif;
	font-size: 48px;
	font-weight: 200;
	color: #202020;
	line-height: 1.35;
	letter-spacing: -0.03em;
}

.section01__title-line {
	display: block;
}

.section01__title-em {
	font-style: normal;
	font-weight: 700;
}

.section01__body {
	display: flex;
	align-items: stretch;
	gap: 1.25rem;
	margin-top: 3rem;
	overflow: visible;
}

/* 전화번호 안내 */
.call-info {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 42%;
	align-self: stretch;
	min-width: 0;
	padding: 2.5rem 2rem;
	border-radius: 0 0 40px 0;
	background: linear-gradient(270deg, #179145 0%, #23a254 100%);
	color: #ffffff;
	overflow: visible;
}

.call-info::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	width: calc(50vw - 50%);
	background: linear-gradient(90deg, #179145 0%, #23a254 100%);
	z-index: 0;
}

.call-info__deco {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: auto;
	height: 5.5rem;
	opacity: 0.35;
	pointer-events: none;
}

.call-info__title {
	position: relative;
	z-index: 1;
	margin: 0 0 1.75rem;
	font-family: "SUIT", sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.3;
}

.call-info__list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.call-info__item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.call-info__label {
	flex: 0 0 14rem;
	width: 14rem;
	min-height: 2.8125rem;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0.5rem 0.875rem;
	border-radius: 5px;
	background: #198342;
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	line-height: 1.4;
}

.call-info__num {
	flex: 1;
	min-width: 0;
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	white-space: nowrap;
}

/* 수시 / 정시 / 각종자료 */
.info-panel {
	flex: 1 1 58%;
	align-self: stretch;
	min-width: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.info-cards {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 1fr;
	column-gap: 25px;
	align-items: stretch;
	min-height: 0;
}

.info-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	padding: 1.75rem 1.5rem 1.5rem;
	color: #ffffff;
}

.info-card--early {
	background: #1fad8d;
}

.info-card--regular {
	background: #1b6cca;
}

.info-card--etc {
	background: #919191;
}

.info-card__title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	font-family: "SUIT", sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.3;
}

.info-card__title-icon {
	width: auto;
	height: 1.5rem;
	flex-shrink: 0;
}

.info-card__list {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.625rem;
	min-height: 0;
}

.info-card__list li {
	display: flex;
	flex: 1;
	min-height: 0;
}

.info-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	min-height: 3rem;
	padding: 0.625rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.55);
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.4;
	transition: background 0.2s ease;
}

.info-card__link:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.info-card__link i {
	flex-shrink: 0;
	font-size: 0.875rem;
	opacity: 0.9;
}

/* 퀵 아이콘 */
.quick-links {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.quick-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	text-align: center;
	transition: opacity 0.2s ease;
}

.quick-link:hover {
	opacity: 0.75;
}

.quick-link__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.quick-link__icon img {
	display: block;
	width: auto;
}

.quick-link__text {
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1.4;
}

@media (max-width: 1280px) {
	.gnb,
	.site-header__nav {
		width: 100%;
		max-width: min(1000px, 100%);
	}

	.gnb-item:first-child {
		flex: 5 1 0%;
	}

	.gnb-item:not(:first-child) {
		flex: 4 1 0%;
	}

	.gnb-link {
		font-size: clamp(14px, 1.35vw, 18px);
		white-space: normal;
		line-height: 1.25;
		padding: 0 0.25rem;
		text-align: center;
	}

	.menu-btn {
		margin-left: 0;
	}

	.gnb-submenu a { font-size: 14px;}
}

@media (max-width: 1200px) {
	.site-header__inner {
		padding: 0 1.5rem;
	}

	.site-header__inner.site-header__inner--main.gnb-wrap,
	.site-header__inner.site-header__inner--top.util-bar {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.section01__inner {
		padding: 0 1.5rem;
	}

	.section01__title {
		font-size: clamp(2rem, 6vw, 48px);
	}

	.section01__body {
		flex-direction: column;
		gap: 1.5rem;
	}

	.call-info {
		flex: none;
		padding: 2rem 1.5rem;
	}

	.call-info__label {
		flex: 0 0 12rem;
		width: 12rem;
		min-height: 2.5rem;
		font-size: 16px;
	}

	.call-info__num {
		font-size: 16px;
	}

	.info-cards {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.info-card {
		min-height: auto;
	}

	.info-card__list {
		justify-content: flex-start;
	}

	.info-card__list li {
		flex: none;
	}

	.quick-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.util-bar {
		display: none;
	}

	.gnb-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: calc(var(--z-header-nav) - 1);
		background: rgba(0, 0, 0, 0.45);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.28s ease, visibility 0s linear 0.28s;
	}

	.site-header.is-nav-open .gnb-backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition-delay: 0s, 0s;
	}

	.gnb-wrap {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: var(--z-header-nav);
		max-width: none;
		margin: 0;
		padding: 0 max(1.5rem, env(safe-area-inset-right, 0)) 0 max(1.5rem, env(safe-area-inset-left, 0));
		align-items: center;
		min-height: var(--gnb-bar-height);
		background-color: rgba(255, 255, 255, 0);
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
		box-shadow: none;
		transition:
			background-color 0.38s cubic-bezier(0.22, 1, 0.36, 1),
			border-color 0.38s cubic-bezier(0.22, 1, 0.36, 1),
			box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.site-header.is-gnb-scrolled .gnb-wrap,
	.site-header.is-nav-open .gnb-wrap {
		background-color: #fff;
		border-bottom-color: rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
	}

	.site-header.is-gnb-scrolled .menu-btn span,
	.site-header.is-nav-open .menu-btn span {
		background: #000;
	}

	.site-header.is-gnb-scrolled .site-header__search-btn,
	.site-header.is-nav-open .site-header__search-btn {
		color: #000;
	}

	.site-header.is-gnb-scrolled .site-header__search-btn a,
	.site-header.is-nav-open .site-header__search-btn a {
		color: #000;
	}

	.site-header.is-gnb-scrolled .logo .logo-default,
	.site-header.is-nav-open .logo .logo-default {
		opacity: 0;
	}

	.site-header.is-gnb-scrolled .logo .logo-on,
	.site-header.is-nav-open .logo .logo-on {
		opacity: 1;
	}

	.site-header.is-gnb-scrolled .util-menu__icon-default,
	.site-header.is-nav-open .util-menu__icon-default {
		opacity: 0;
	}

	.site-header.is-gnb-scrolled .util-menu__icon-on,
	.site-header.is-nav-open .util-menu__icon-on {
		opacity: 1;
	}

	.site-header.is-gnb-scrolled .logo-text,
	.site-header.is-nav-open .logo-text {
		color: #000;
	}

	.site-header__logo-img,
	.logo .logo-default,
	.logo .logo-on {
		height: 2rem;
	}

	.logo-text,
	.site-header__logo-text {
		font-size: 18px;
	}

	.site-header__utils {
		margin-left: auto;
		gap: 0.5rem;
	}

	.gnb-wrap::after {
		display: none;
	}

	.gnb,
	.site-header__nav {
		display: flex;
		position: fixed;
		top: var(--gnb-bar-height);
		left: 0;
		right: 0;
		bottom: 0;
		z-index: calc(var(--z-header-nav) - 1);
		flex-direction: column;
		align-items: stretch;
		align-self: auto;
		width: 100%;
		max-width: none;
		min-height: 0;
		margin: 0;
		padding: 0.75rem 0 calc(1.75rem + env(safe-area-inset-bottom, 0));
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		transform: translateX(100%);
		visibility: hidden;
		pointer-events: none;
		transition: transform 0.32s ease, visibility 0s linear 0.32s;
	}

	.site-header.is-nav-open .gnb,
	.site-header.is-nav-open .site-header__nav {
		transform: translateX(0);
		visibility: visible;
		pointer-events: auto;
		transition-delay: 0s, 0s;
	}

	.gnb-mobile-util {
		display: block;
		flex-shrink: 0;
		margin-top: auto;
		padding: 1rem 1.25rem 0.5rem;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		background: #fafafa;
	}

	.gnb-item {
		flex: 0 0 auto;
		align-self: auto;
		min-height: 0;
		height: auto;
		align-items: stretch;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.gnb-item:first-child,
	.gnb-item:not(:first-child) {
		flex: 0 0 auto;
	}

	.gnb-item::after {
		display: none;
	}

	.gnb-link {
		justify-content: flex-start;
		flex: 0 0 auto;
		width: 100%;
		min-height: 0;
		height: auto;
		padding: 0.875rem 1.25rem;
		box-sizing: border-box;
		color: #111;
		font-size: 17px;
		font-weight: 600;
		white-space: normal;
		line-height: 1.35;
	}

	.gnb-item:has(.gnb-submenu) > .gnb-link {
		position: relative;
		padding-right: 3rem;
	}

	.gnb-item:has(.gnb-submenu) > .gnb-link::after {
		content: "";
		position: absolute;
		right: 1.375rem;
		top: 50%;
		width: 9px;
		height: 9px;
		margin-top: -6px;
		border-right: 2px solid #444;
		border-bottom: 2px solid #444;
		transform: rotate(45deg);
		transition: transform 0.25s ease;
		background: transparent;
		opacity: 1;
	}

	.gnb-item.is-open > .gnb-link::after {
		transform: rotate(225deg);
		margin-top: -2px;
	}

	.gnb-submenu {
		position: static;
		top: auto;
		left: auto;
		z-index: auto;
		display: none;
		width: 100%;
		min-width: 0;
		height: auto;
		max-height: none;
		margin: 0;
		padding: 0;
		border: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.06);
		background: #f8f8f8;
		text-align: left;
		transform: none;
		opacity: 1;
		visibility: visible;
		overflow: visible;
		list-style: none;
		transition: none;
	}

	.gnb-item.is-open > .gnb-submenu {
		display: block;
	}

	.gnb-item.is-open {
		z-index: 2;
	}

	.gnb-submenu li {
		display: block;
	}

	.gnb-submenu li:first-child {
		margin-top: 0;
		padding-top: 0;
	}

	.gnb-submenu a {
		display: block;
		padding: 0.75rem 1.25rem 0.75rem 1.75rem;
		text-align: left;
		white-space: normal;
		font-family: "SUIT", sans-serif;
		font-size: 15px;
		font-weight: 500;
		color: #333333;
		line-height: 1.4;
	}

	.gnb-submenu a:hover {
		color: var(--primary);
	}

	.sub-main__inner {
		padding: 0 1.5rem;
	}

	.sub-util-bar {
		left: 0;
		max-width: none;
		transform: none;
	}

	.sub-util-bar__dropdown {
		flex: 1 1 0;
		width: 200px;
		min-width: 0;
		align-self: stretch;
	}

	.sub-util-bar__dropdown::after {
		top: 50%;
		height: 13px;
		transform: translateY(-50%);
	}


}

@media (max-width: 768px) {
	:root {
		--gnb-bar-height: 72px;
	}

	.site-header {
		height: 560px;
	}

	.site-header--sub {
		height: 360px;
		min-height: 360px;
	}

	.hero {
		height: 560px;
	}

	.gnb-wrap {
		padding-left: max(1rem, env(safe-area-inset-left, 0));
		padding-right: max(1rem, env(safe-area-inset-right, 0));
	}

	.site-header__utils {
		margin-left: auto;
	}

	.site-header__icon-btn {
		width: 2.25rem;
		height: 2.25rem;
		font-size: 1rem;
	}

	.menu-btn {
		width: 28px;
	}

	.gnb-link {
		padding: 0.9375rem 1rem;
		font-size: 16px;
	}

	.gnb-submenu a {
		padding: 0.8125rem 1rem 0.8125rem 1.5rem;
		font-size: 14px;
	}

	.gnb-mobile-util {
		padding: 0.875rem 1rem 0.375rem;
	}

	.hero__inner {
		padding: 0 1.5rem;
	}

	.hero__title {
		font-size: clamp(2rem, 8vw, 48px);
	}

	.hero__sub {
		font-size: 12px;
	}

	.section--01 {
		padding: 3rem 0 2.5rem;
	}

	.section01__inner {
		padding: 0 1.5rem;
	}

	.section01__desc {
		font-size: 18px;
	}

	.section01__title {
		font-size: clamp(1.75rem, 7vw, 2.5rem);
	}

	.quick-links {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem;
	}

	.call-info__item {
		flex-wrap: wrap;
	}

	.call-info__label {
		flex: 1 1 auto;
		width: 100%;
		min-height: 2.5rem;
	}



	.sub-util-bar__inner {
		padding:0 0;
	}

	.sub-util-bar__dropdown {
		flex: 1 1 0;
		min-width: 0;
	}

	.sub-util-bar__trigger {
		font-size: 14px;
		padding: 0.5rem 0.625rem;
	}

	.sub-util-bar__menu {
		left: 0;
		right: 0;
		min-width: 0;
		width: 100%;
	}

	.sub-breadcrumb {
		margin-bottom: 1.25rem;
	}

	.sub-breadcrumb__item {
		font-size: 13px;
	}

	.sub-util-bar__right { display: none;}
}

/* ----- Section 02 ----- */
.section--02 {
	background: #f4f5f9;
	padding: 4.5rem 0 5rem;
}

.section02__inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.section02__title {
	margin: 0;
	font-family: "SUIT", sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	line-height: 1.2;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.section02__top {
	width: 100%;
}

.notice-board {
	--notice-popup-width: 360px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--notice-popup-width);
	grid-template-areas:
		"head head"
		"notices popup";
	column-gap: 40px;
	align-items: stretch;
}

/* 공지사항 */
.notice-board__head {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	grid-area: head;
	margin-bottom: 50px;
	padding-right: calc(var(--notice-popup-width) + 40px);
}

.notice-board__tabs {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	flex-wrap: wrap;
}

.notice-board__tab {
	position: relative;
	padding: 0 1rem;
	border: none;
	background: transparent;
	font-family: "SUIT", sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #000000;
	line-height: 1.4;
	cursor: pointer;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.notice-board__head .btn_more,
.calendar__head .btn_more {
	margin-left: auto;
	flex-shrink: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.notice-board__head .btn_more i,
.calendar__head .btn_more i {
	font-size: 22px;
	margin-left: 10px;
	color: #7d45a5;
}

.notice-board__tab + .notice-board__tab::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #cccccc;
	transform: translateY(-50%);
}

.notice-board__tab.is-active {
	color: #7d45a5;
}

.notice-board__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	color: #000000;
	font-size: 1.5rem;
	transition: opacity 0.2s ease;
}

.notice-board__more:hover {
	opacity: 0.65;
}

.notice-board__panels {
	display: flex;
	flex-direction: column;
	grid-area: notices;
	align-self: stretch;
	position: relative;
	min-width: 0;
	min-height: 0;
	height: 100%;
}

.notice-board__panels .notice-board__grid {
	grid-area: auto;
	height: 100%;
	grid-auto-rows: 1fr;
}

.notice-board__panels .notice-board__grid:has(.border-empty) {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 0;
}

.notice-board__panels:has(.notice-board__grid.is-active .border-empty) {
	min-height: 430px;
}

.notice-board__panels .notice-board__grid[hidden] {
	display: none;
}

.notice-board__grid {
	display: grid;
	grid-area: notices;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-self: stretch;
}

.notice-board__card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 9.5rem;
	padding: 1.375rem 1.25rem;
	background: #ffffff;
	color: #000000;
	transition: box-shadow 0.2s ease;
}

.notice-board__card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.notice-board__card-tit {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 1.45;
	letter-spacing: -0.02em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.notice-board__card-date {
	margin-top: auto;
	padding-top: 1rem;
	font-family: "SUIT", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 1.4;
}

.notice-board__card-tag {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	padding: 0.375rem 0.875rem;
	border-radius: 999px;
	background: #eeeeee;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 1.3;
	white-space: nowrap;
}

.notice-board__card-tag--purple {
	background: #ede4f4;
	color: #7d45a5;
}

.notice-board__card-tag--blue {
	background: #e3eef9;
	color: #1b6cca;
}

.notice-board__card-tag--green {
	background: #e2f5ec;
	color: #1fad8d;
}

.notice-board__card-tag--teal {
	background: #dff5f1;
	color: #0d8f7a;
}

.notice-board__card-tag--orange {
	background: #fff0e3;
	color: #e67e22;
}

.notice-board__card-tag--pink {
	background: #fce8ef;
	color: #c4457a;
}

.notice-board__card-tag--navy {
	background: #e5eaf2;
	color: #2c4a7c;
}

.border-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
	height: 100%;
	min-height: 430px;
	box-sizing: border-box;
	padding: 2.5rem 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	background: #fff;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	line-height: 1.5;
	text-align: center;
}

/* 팝업존 */
.popup-zone {
	display: flex;
	flex-direction: column;
	grid-area: popup;
	width: 100%;
	min-width: 0;
	min-height: 0;
	height: 100%;
	align-self: stretch;
	background: #ffffff;
	overflow: hidden;
}

.popup-zone__swiper {
	flex: 1 1 0;
	width: 100%;
	min-height: 0;
	height: 100%;
}

.popup-zone__swiper.swiper {
	height: 100%;
}

.popup-zone__swiper .swiper-wrapper,
.popup-zone__swiper .swiper-slide {
	height: 100%;
}

.popup-zone__swiper .swiper-slide {
	display: flex;
}

.popup-zone__link {
	display: block;
	width: 100%;
	height: 100%;
}

.popup-zone__img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
}

.popup-zone__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	padding: 0.75rem 1rem;
	background: #000000;
	color: #ffffff;
}

.popup-zone__fraction {
	font-family: "SUIT", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.popup-zone__nav {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.popup-zone__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	padding: 0;
	border: none;
	background: transparent;
	color: #ffffff;
	font-size: 1.125rem;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.popup-zone__btn:hover {
	opacity: 0.7;
}

.popup-zone:has(.popup-zone__empty) {
	min-height: 430px;
}

.popup-zone__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100%;
	background: #f4f5f9;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	text-align: center;
}

/* 입시캘린더 */
.calendar {
	margin-top: 120px;
}

.calendar__head {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 60px;
}

.calendar__cats {
	display: inline-flex;
	align-items: stretch;
	min-width: 0;
	padding: 0;
	border: 1px solid #e6e6e6;
	border-radius: 999px;
	background: #ffffff;
	overflow: hidden;
}

.calendar__cat {
	flex: 1 1 auto;
	padding: 8px 15px;
	border: none;
	border-radius: 0;
	background: transparent;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 1.3;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.calendar__cat.is-active {
	background: #7d45a5;
	color: #ffffff;
	font-weight: 600;
}

.calendar__cat:first-child.is-active {
	border-radius: 999px 0 0 999px;
}

.calendar__cat:last-child.is-active {
	border-radius: 0 999px 999px 0;
}

.calendar__cat:not(:first-child):not(:last-child).is-active {
	border-radius: 0;
}

.calendar__panel {
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
	padding: 40px 0px 20px;
}

.calendar-months {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 0;
}

.calendar-months__btn {
	position: relative;
	flex: 1;
	min-width: 0;
	padding: 0.875rem 0.25rem 1rem;
	border: none;
	background: transparent;
	font-family: "SUIT", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.4);
	line-height: 1.3;
	cursor: pointer;
	transition: color 0.2s ease;
}

.calendar-months__btn.is-active {
	color: #000000;
}

.calendar-months__btn.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	max-width: 2.5rem;
	height: 3px;
	background: #733c9a;
	transform: translateX(-50%);
}

.calendar-month-panels .calendar-events[hidden] {
	display: none;
}

.calendar-events {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 2rem 1.5rem;
}

.calendar-events__btn {
	display: none;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: none;
	background: transparent;
	color: #cccccc;
	font-size: 40px;
	cursor: pointer;
	transition: color 0.2s ease;
}

.calendar-events.has-nav .calendar-events__btn {
	display: inline-flex;
}

.calendar-events__btn:hover {
	color: #7d45a5;
}

.calendar-events__btn.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.calendar-events__swiper {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.calendar-event {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
}

.calendar-event__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 10px;
	background: #f4f5f9;
	text-align: center;
}

.calendar-event__day {
	font-family: "SUIT", sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: #000000;
	line-height: 1.1;
}

.calendar-event__ym {
	margin-top: 0.25rem;
	font-family: "SUIT", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #999999;
	line-height: 1.2;
}

.calendar-event__body {
	min-width: 0;
}

.calendar-event__tag {
	display: inline-block;
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.75rem;
	border: 1px solid #dddddd;
	border-radius: 999px;
	font-family: "SUIT", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #666666;
	line-height: 1.3;
}

.calendar-event__tit {
	margin: 0 0 0.375rem;
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	letter-spacing: -0.02em;
}

.calendar-event__range {
	margin: 0;
	font-family: "SUIT", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 1.4;
}

.calendar-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
	box-sizing: border-box;
	padding: 2.5rem 1.5rem;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	line-height: 1.5;
	text-align: center;
}

.calendar-empty i {
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.25);
}

.calendar-events__swiper .swiper-wrapper:has(.calendar-empty) {
	display: flex;
	align-items: center;
	justify-content: center;
	transform: none !important;
}

.calendar-events:has(.calendar-empty) {
	justify-content: center;
}

/* ----- Section 03 ----- */
.section--03 {
	background: #ffffff;
	padding: 4.5rem 0 5rem;
}

.section03__inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.section03__title {
	margin: 0;
	font-family: "SUIT", sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.sns__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}

.sns__channels {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.sns__channel {
	display: block;
	line-height: 0;
	transition: opacity 0.2s ease;
}

.sns__channel:hover {
	opacity: 0.75;
}

.sns__channel img {
	width: auto;
	height: auto;
	max-width: none;
}

.sns__feed {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 2.5rem;
}

.sns-feed__swiper {
	overflow: hidden;
}

.sns-feed__swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}

.sns-feed__swiper .swiper-slide {
	width: 400px;
}

.sns_empty {
	width: 100%;
	box-sizing: border-box;
	padding: 3rem 1.5rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	line-height: 1.5;
	text-align: center;
}

.sns-feed__swiper .swiper-wrapper:has(.sns_empty) {
	display: block;
	transform: none !important;
}

.sns-card {
	display: flex;
	flex-direction: column;
}

.sns-card__thumb-wrap {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	line-height: 0;
}

.sns-card__thumb {
	width: 400px;
	height: 226px;
	max-width: none;
	object-fit: cover;
}

.sns-card__tag {
	display: inline-block;
	align-self: flex-start;
	margin-top: 1rem;
	padding: 0.3125rem 0.75rem;
	border-radius: 999px;
	font-family: "SUIT", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
}

.sns-card__tag--facebook {
	background-color: #00499a;
}

.sns-card__tag--youtube {
	background-color: #cc2020;
}

.sns-card__tag--instagram {
	background: linear-gradient(90deg, #f79300 0%, #f70e5a, #e0019d, #9f1cdf);
}

.sns-card__tit {
	margin: 0.625rem 0 0;
	font-family: "SUIT", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	line-height: 1.45;
	letter-spacing: -0.02em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.section02__inner {
		padding: 0 1.5rem;
	}

	.notice-board {
		--notice-popup-width: clamp(260px, 30vw, 320px);
		column-gap: 24px;
	}

	.notice-board__head {
		margin-bottom: 2rem;
		padding-right: calc(var(--notice-popup-width) + 24px);
	}

	.notice-board__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.popup-zone {
		height: 370px;
		min-height: 370px;
		max-height: 370px;
		margin-top: 0;
		align-self: start;
	}

	.notice-board__head {
		flex-wrap: wrap;
	}

	.notice-board__tabs {
		order: 3;
		flex: 1 1 100%;
	}

	.calendar-months {
		flex-wrap: nowrap;
		gap: 0;
		margin-right: -1rem;
		margin-left: -1rem;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		touch-action: pan-x;
	}

	.calendar-months::-webkit-scrollbar {
		display: none;
	}

	.calendar-months__btn {
		flex: 0 0 auto;
		min-width: auto;
		padding: 0.875rem 1.125rem 1rem;
		white-space: nowrap;
	}
}

@media (max-width: 992px) {
	.notice-board {
		grid-template-columns: 1fr;
		grid-template-areas:
			"head"
			"notices"
			"popup";
		column-gap: 0;
	}

	.notice-board__head {
		padding-right: 0;
	}

	.notice-board__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.notice-board__panels .notice-board__grid:has(.border-empty) {
		position: static;
		min-height: 130px;
	}
	.notice-board__panels:has(.notice-board__grid.is-active .border-empty) { min-height: 130px;}
	.border-empty { min-height: 130px;}

	.popup-zone {
		width: 100%;
		max-width: 100%;
		height: 430px;
		min-height: 430px;
		margin-top: 1.5rem;
		margin-right: 0;
		margin-left: 0;
		aspect-ratio: auto;
		align-self: stretch;
		background: #000000;
	}

	.popup-zone__swiper {
		background: #000000;
	}

	.popup-zone:has(.popup-zone__empty) {
		min-height: 430px;
	}

	.popup-zone__link {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #999;
	}

	.popup-zone__img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}
}

@media (max-width: 768px) {
	.section--02 {
		padding: 3rem 0 3.5rem;
	}

	.section02__title {
		font-size: clamp(1.75rem, 6vw, 36px);
	}

	.notice-board__head {
		margin-bottom: 1.5rem;
		gap: 1rem;
		padding-right: 0;
	}

	.notice-board__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.notice-board__card {
		min-height: 0;
		padding: 1.125rem 1rem 3.25rem;
	}

	.notice-board__card-tit {
		font-size: 16px;
	}

	.border-empty {
		padding: 2rem 1rem;
		font-size: 15px;
	}

	.notice-board__card-tag {
		right: 1rem;
		bottom: 1rem;
		font-size: 14px;
	}

	.popup-zone {
		margin-top: 1.25rem;
	}

	.notice-board__tab {
		font-size: 17px;
		padding: 0 0.75rem;
	}

	.calendar__head {
		flex-wrap: wrap;
	}

	.calendar-events {
		padding: 1.25rem 0.75rem;
	}

	.calendar-empty {
		padding: 2rem 1rem;
		font-size: 15px;
	}

	.section--03 {
		padding: 3rem 0 3.5rem;
	}

	.section03__inner {
		padding: 0 1.5rem;
	}

	.sns__feed {
		padding: 0 1.5rem;
	}

	.sns_empty {
		padding: 2.5rem 1rem;
		font-size: 15px;
	}

	.section03__title {
		font-size: clamp(1.75rem, 6vw, 36px);
	}

	.sns__head {
		flex-wrap: wrap;
		margin-bottom: 1.5rem;
	}

	.sns-feed__swiper .swiper-slide {
		width: min(400px, calc(100vw - 3rem));
	}

	.sns-card__thumb {
		width: 100%;
		height: auto;
		aspect-ratio: 400 / 226;
	}


	.calendar {
		margin-top: 4rem;
	}

	.calendar__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		margin-bottom: 2rem;
	}

	.calendar__head .btn_more {
		align-self: flex-end;
	}

	.calendar__cats {
		display: flex;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.calendar__cats::-webkit-scrollbar {
		display: none;
	}

	.calendar__cat {
		flex: 0 0 auto;
		font-size: 14px;
		padding: 0.5rem 1rem;
	}

	.calendar__panel {
		padding: 1.25rem 0;
		overflow: hidden;
	}

	.calendar-months {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.calendar-months__btn {
		font-size: 16px;
		padding: 0.75rem 1rem 0.875rem;
	}

	.calendar-event {
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
	}

	.calendar-event__body {
		width: 100%;
		text-align: center;
	}
}

/* ----- Footer ----- */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-footer__inner {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 2.5rem;
}

.site-footer__family {
	background: #1a1a1a;
}

.site-footer__family .site-footer__inner {
	display: flex;
	justify-content: flex-end;
}

.site-footer__family-selects {
	display: flex;
	align-items: stretch;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer__select-wrap {
	position: relative;
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.site-footer__select-wrap:last-child {
	border-right: none;
}

.site-footer__select {
	appearance: none;
	min-width: 11rem;
	padding: 0.875rem 2.5rem 0.875rem 1.25rem;
	border: none;
	background: transparent;
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.4;
	cursor: pointer;
	height: auto;
}

.site-footer__select:focus {
	outline: none;
}

.site-footer__select:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.45);
	outline-offset: -2px;
}

.site-footer__select option {
	color: #1a1a1a;
	background: #ffffff;
}

.site-footer__select-arrow {
	position: absolute;
	right: 1rem;
	top: 50%;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
	pointer-events: none;
	transform: translateY(-50%);
}

.site-footer__main {
	background: #3c3d41;
	padding: 2.5rem 0 2.75rem;
}

.site-footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-bottom: 2rem;
}

.site-footer__logo {
	flex-shrink: 0;
	opacity: 0.45;
	transition: opacity 0.2s ease;
}

.site-footer__logo:hover {
	opacity: 0.65;
}

.site-footer__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.5rem 0;
	min-width: 0;
}

.site-footer__nav a {
	font-family: "SUIT", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.4;
	white-space: nowrap;
	opacity: 0.75;
	transition: opacity 0.2s ease;
}

.site-footer__nav a:hover {
	opacity: 1;
	color: #fff;
}

.site-footer__nav a.is-emphasis {
	font-weight: 700;
}

.site-footer__nav a + a::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 0.75rem;
	margin: 0 0.75rem;
	background: rgba(255, 255, 255, 0.25);
	vertical-align: middle;
}

.site-footer__bottom {
	padding-top: 1.5rem;
}

.site-footer__copy {
	margin: 0 0 0.5rem;
	font-family: "SUIT", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.site-footer__address {
	margin: 0;
	font-family: "SUIT", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.45);
	line-height: 1.6;
}

@media (max-width: 1200px) {
	.site-footer__inner {
		padding: 0 1.5rem;
	}

	.site-footer__top {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
	}

	.site-footer__nav {
		justify-content: flex-start;
	}
}

@media (max-width: 768px) {
	.site-footer__family .site-footer__inner {
		justify-content: stretch;
	}

	.site-footer__family-selects {
		width: 100%;
	}

	.site-footer__select-wrap {
		flex: 1;
		min-width: 0;
	}

	.site-footer__select {
		width: 100%;
		min-width: 0;
		font-size: 13px;
		padding-right: 2rem;
	}

	.site-footer__main {
		padding: 2rem 0 2.25rem;
	}

	.site-footer__nav a {
		font-size: 13px;
	}

	.site-footer__nav a + a::before {
		margin: 0 0.5rem;
	}
}
@media (max-width: 420px) {
	.popup-zone__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
body {
	top: 0 !important;
}

iframe.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt {
	display: none !important;
}

body > .skiptranslate {
	display: none !important;
}

/* AOS: transform translate로 문서 높이가 늘어나 이중 스크롤이 생기는 것 방지 */
html body [data-aos^="fade"][data-aos]:not(.aos-animate) {
	opacity: 0;
	transform: translate3d(0, 0, 0) !important;
}

html body [data-aos^="fade"][data-aos].aos-animate {
	opacity: 1;
	transform: translate3d(0, 0, 0) !important;
}

.sub-page-wrap .table_area {
	margin-bottom: 50px;
}

.lang-box {
	position: relative;
	z-index: 1;
	width: fit-content;
	max-width: 100%;
}

.lang-box.is-open {
	z-index: 2;
}

.lang-box__trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 6px 14px;

	border-radius: 999px;
	color: #fff;
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	opacity: 0.75;
	transition: opacity 0.2s ease;
}

.lang-box__trigger:hover {
opacity: 1;
}

.lang-box__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

.lang-box__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.lang-box__label {
	letter-spacing: -0.01em;
}

.lang-box__arrow {
	flex-shrink: 0;
	font-size: 10px;
	color: #fff;
	transition: transform 0.2s ease;
}

.lang-box__trigger:hover .lang-box__arrow {
	color: inherit;
}

.lang-box.is-open .lang-box__arrow {
	transform: rotate(180deg);
}

.lang-box__menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: auto;
	bottom: auto;
	z-index: 1000;
	min-width: 160px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.has-top-banner-open .lang-box__menu {
	top: calc(100% + 8px);
	bottom: auto;
	transform: none;
}

.lang-box__menu[hidden] {
	display: none;
}

.lang-box__menu button {
	display: block;
	width: 100%;
	padding: 8px 16px;
	border: 0;
	background: transparent;
	color: #222;
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}

.lang-box__menu button:hover {
	background: #f5f5f5;
}

.side-nav:has(.lang-box.is-open) {
	overflow: visible;
}

.side-nav:has(.lang-box.is-open) .side-nav__inner {
	overflow: visible;
}

.list_dot > li.no_bullet::before {
	display: none;
}

@media (min-width: 1025px) {
	.site-header.is-lang-open .util-bar,
	.site-header:has(.lang-box.is-open) .util-bar {
		z-index: 10;
	}

	.site-header.is-lang-open .lang-box__menu,
	.site-header:has(.lang-box.is-open) .lang-box__menu {
		z-index: 1001;
	}
}

/* ----- Top Banner (상단 공지) -----
 * absolute로 body 상단에 고정.
 * 본문은 body padding-top: var(--top-banner-h) 로 밀어냄.
 * (site-header margin-top 방식은 hero absolute inset:0 과 겹침이 생김)
 */
.top-banner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 260;
	width: 100%;
	background: #dfdfdf;
	color: #fff;
	overflow: hidden;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.top-banner[hidden] {
	display: none !important;
}

.top-banner.is-closing {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.top-banner__inner {
	position: relative;
	width: 100%;
	max-width: var(--layout-max);
	margin: 0 auto;
	padding: 10px 52px;
	box-sizing: border-box;
	min-height: 130px;
	height: auto;
}

.top-banner__swiper {
	width: 100%;
	overflow: hidden;
}

.top-banner__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	padding: 0 0 6px;
	box-sizing: border-box;
}

.top-banner__content {
	width: 100%;
	text-align: center;
	line-height: 1.5;
}

.top-banner__content a {
	color: #fff;
}
.top-banner__content  p { width: 100%; height: 100%;}

.top-banner__content p img {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	max-height: 110px;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
}



.top-banner__pagination {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 50%;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%) !important;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0px;
	pointer-events: none;
}

.top-banner__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.45);
	opacity: 1;
	pointer-events: auto;
}

.top-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {box-shadow:none; }

.top-banner__pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.top-banner__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #404040;
	font-size: 18px;
	cursor: pointer;
}

.top-banner__nav--prev {
	left: 12px;
}

.top-banner__nav--next {
	right: 12px;
}

.top-banner__actions {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 6px 8px;
	width: 100%;
	min-height: 30px;
	margin-top: 4px;
	padding-top: 6px;
	box-sizing: border-box;
	font-size: 13px;
	z-index: 9;
	color: #000;
}

.top-banner__today {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: auto;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-weight: 300;
	user-select: none;
}

.top-banner__today input {
	margin: 0;
}

.top-banner__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.top-banner__close img {
	display: block;
	width: 17px;
	height: 17px;
	filter: brightness(0);
}

.top-banner.is-single .top-banner__nav,
.top-banner.is-single .top-banner__pagination {
	display: none;
}

@media (max-width: 900px) {
	.top-banner__inner {
		min-height: 0;
		padding: 8px 36px 8px;
	}

	.top-banner__slide {
		min-height: 80px;
		padding: 4px 0 0;
	}

	.top-banner__content p img {
		max-height: 80px;
	}

	.top-banner__nav {
		width: 28px;
		height: 28px;
		font-size: 14px;
	}

	.top-banner__nav--prev {
		left: 4px;
	}

	.top-banner__nav--next {
		right: 4px;
	}

	.top-banner__actions {
		gap: 4px 6px;
		min-height: 26px;
		margin-top: 2px;
		padding-top: 4px;
		font-size: 12px;
	}

	.top-banner__pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.top-banner__today {
		gap: 4px;
	}

	.top-banner__today span {
		white-space: nowrap;
	}

	.top-banner__close {
		width: 24px;
		height: 24px;
	}

	.top-banner__close img {
		width: 14px;
		height: 14px;
	}

	#react-chatbot-widget-container,
	[id^="chatbot-widget-host-"] {
		display: none !important;
	}
}

@media (max-width: 420px) {
	.top-banner__inner {
		padding: 6px 28px 6px;
	}

	.top-banner__slide {
		min-height: 72px;
	}

	.top-banner__content p img {
		max-height: 72px;
	}
}

@media (max-width: 380px) {
	.top-banner__pagination {
		justify-content: flex-start;
		padding-left: 2px !important;
	}

	.top-banner__today span {
		font-size: 11px;
	}
}

/* 레이어팝업 */
.layerPopupBox {}
.layerPopupBox .popup_close label {
	color: #fff;
}

@media (max-width: 900px) {
	.layerPopupBox {
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
		width: 580px !important;
		max-width: 100%;
		height: auto !important;
		margin: 0 auto !important;
	}
}

@media (max-width: 600px) {
	.layerPopupBox {
		width: 80% !important;
	}
}

@media (max-width: 540px) {
	.ui-dialog { width: 100% !important;}
}

@media (max-width: 430px) {
	.layerPopupBox {
		width: 90% !important;
	}
}