@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap&subset=korean");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600&display=swap");

/*Common*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	word-break: keep-all;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
li,
dt,
dd,
a,
p,
input,
textarea,
select,
option,
button {
	color: #555;
	font-family: "Inter", "pretendard", "돋움", dotum, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
img,
fieldset,
iframe {
	border: 0 none;
}
ul,
ol,
li {
	list-style: none;
}
em,
address {
	font-style: normal;
}
img,
input,
select,
textarea {
	vertical-align: middle;
}
a {
	color: #7d7d7d;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #333;
	text-decoration: none;
}
button,
label {
	cursor: pointer;
	_cursor/**/: hand;
}
button * {
	position: relative;
}
textarea {
	overflow: auto;
}
option {
	padding-right: 6px;
}
.input_text,
textarea {
	margin: -1px 0;
	padding-right: 1px;
}
.input_check,
.input_radio {
	width: 13px;
	height: 13px;
}
.blind,
legend,
caption {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height:0;
}
hr {
	display: none;
}
legend {
	width: 0;
}
:root legend {
	margin-top: -1px;
	font-size: 0;
	line-height: 0;
}
caption {
	line-height: 0;
}
img {
	max-width: 100%;
}
.viewCon a {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}

/*test*/
.test1 {
	border: 1px solid red;
}
.test2 {
	background: #4f7beb;
}

.font1 {
	font-family: "Noto Sans KR";
}
.font2 {
	font-family: "Montserrat";
}

/* popup */
.pop_today_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}
.pop_close {
	padding: 1px 7px 3px 7px;
	color: #ffffff;
	background: #303030;
	vertical-align: middle;
	border: 0px;
}

@media (max-width: 812px) {
	/* 메인 레이어 팝업 */
	.main_layer_popup {
		width: 96% !important;
		left: 50% !important;
		top: 50px !important;
		transform: translateX(-50%);
	}
	.main_layer_popup .popupContent {
		height: 100% !important;
	}
	.main_layer_popup img {
		width: 100%;
	}
}

/*=============== 로딩스피너 =================*/
#loadingIndicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	display: none;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-top: 4px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes rotateBg {
	0% {
		transform: translate(-50%, -50%) scale(4) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) scale(4) rotate(360deg);
	}
}
/*=============== 로딩스피너 끝 ================*/

/*=============================== 사이트 CSS 시작 ===============================*/

/* ------ 공통 레이아웃: 헤더 · 풋터 · 전체메뉴 ------ */
#wrap {
	min-height: 100%;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 260;
	width: 100%;
	height: 100px;
	transition:
		opacity 0.35s ease,
		background-color 0.35s ease,
		box-shadow 0.35s ease,
		border-color 0.3s ease,
		backdrop-filter 0.3s ease,
		-webkit-backdrop-filter 0.3s ease;
	border-bottom: 1px solid transparent;
}

/* 연혁: 탭이 뷰포트 상단에 붙어 있는 구간(스크롤 감지 로직)에서 헤더 비표시 */
body.page-sub.aboutus-history-tabs-stuck:not(.all-menu-open) #header.site-fixed-chrome {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/*
 * 투명 GNB(Figma 2403-25748 gnb_a): 최상단(스크롤 전)·올메뉴 미열림 상태에서
 * 헤더 hover 또는 서브메뉴 열림 → 로고·1depth·EN·메뉴점 #124035 톤
 * body.page-sub(서브페이지): 최상단에서도 동일 톤 기본 적용(index와 구분)
 */
#header.scroll:has(.is-submenu-open) {
	background-color: transparent;
}
body:not(.all-menu-open) #header:not(.scroll):hover .site-header__logo,
body:not(.all-menu-open) #header:not(.scroll) .site-header.is-submenu-open .site-header__logo,
body.page-sub:not(.all-menu-open) #header:not(.scroll) .site-header__logo,
.scroll .is-submenu-open .site-header__logo {
	background-image: url(/images/common/logo2.png);
	opacity: 1;
}

body:not(.all-menu-open) #header:not(.scroll):hover .site-header__logo:hover,
body:not(.all-menu-open) #header:not(.scroll) .site-header.is-submenu-open .site-header__logo:hover,
body.page-sub:not(.all-menu-open) #header:not(.scroll) .site-header__logo:hover {
	opacity: 0.88;
}

body:not(.all-menu-open) #header:not(.scroll):hover .site-header__nav a,
body:not(.all-menu-open) #header:not(.scroll) .site-header.is-submenu-open .site-header__nav a,
body.page-sub:not(.all-menu-open) #header:not(.scroll) .site-header__nav a,
.scroll .is-submenu-open .site-header__nav a {
	color: #124035;
	opacity: 1;
}

body:not(.all-menu-open) #header:not(.scroll):hover .site-header__nav a:hover,
body:not(.all-menu-open) #header:not(.scroll) .site-header.is-submenu-open .site-header__nav a:hover,
body.page-sub:not(.all-menu-open) #header:not(.scroll) .site-header__nav a:hover {
	color: #124035;
	opacity: 0.82;
}

body:not(.all-menu-open) #header:not(.scroll):hover .site-header__lang,
body:not(.all-menu-open) #header:not(.scroll) .site-header.is-submenu-open .site-header__lang,
body.page-sub:not(.all-menu-open) #header:not(.scroll) .site-header__lang,
.scroll .is-submenu-open .site-header__lang {
	border-color: #124035;
	color: #124035;
}

body:not(.all-menu-open) #header:not(.scroll):hover .site-header__lang:hover,
body:not(.all-menu-open) #header:not(.scroll) .site-header.is-submenu-open .site-header__lang:hover,
body.page-sub:not(.all-menu-open) #header:not(.scroll) .site-header__lang:hover {
	border-color: #124035;
	color: #124035;
	opacity: 0.82;
}

body:not(.all-menu-open) #header:not(.scroll):hover .site-header__grid-dot,
body:not(.all-menu-open) #header:not(.scroll) .site-header.is-submenu-open .site-header__grid-dot,
body.page-sub:not(.all-menu-open) #header:not(.scroll) .site-header__grid-dot,
.scroll .is-submenu-open .site-header__grid-dot {
	background: #124035;
}

body:not(.all-menu-open) #header:not(.scroll):hover .site-header__grid.openmenu .site-header__grid-dot,
body:not(.all-menu-open) #header:not(.scroll) .site-header.is-submenu-open .site-header__grid.openmenu .site-header__grid-dot,
body.page-sub:not(.all-menu-open) #header:not(.scroll) .site-header__grid.openmenu .site-header__grid-dot {
	opacity: 0.85;
}

/* 전체 메뉴(Figma 2403-25530) 열림: GNB는 오버레이 위에서 다크 톤 */
body.all-menu-open #header {
	background: transparent !important;
	box-shadow: none !important;
}

body.all-menu-open #header .site-header__logo {
	background-image: url(/images/common/logo2.png);
}

/* 올메뉴 열림 시 PC 1depth 네비는 오버레이 아래(표시 안 함) — 로고·랭귀지·메뉴번만 유지 */
body.all-menu-open #header .site-header__nav {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

body.all-menu-open #header .site-header__lang {
	border-color: #124035;
	color: #124035;
	padding: 13px 17px;
	font-size: 16px;
	line-height: 0.96;
	letter-spacing: -0.32px;
}

body.all-menu-open #header .site-header__lang:hover {
	border-color: #124035;
	color: #124035;
	opacity: 0.82;
}

body.all-menu-open #header .site-header__grid-dot {
	background: #124035;
}

#header.scroll {
	background: rgba(18, 64, 53, 0.92);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
	border-bottom-color: transparent;
}

.site-header {
	position: relative;
	height: 100%;
	/* 형제 .allMenu(z-index:250)보다 헤더 바 전체 레이어를 위로 — 네비는 올메뉴 시 숨김 */
	z-index: 280;
}

/* 네비 호버 시 전체 헤더 높이로 블러 배경 슬라이드 (.js에서 .is-submenu-open 부착)
   — GNB 하단 구분선(#124035)은 동일 레이어(background-image)로만 그려 ::before 분리 시
     호버·컴포지팅에서 backdrop 레이어와 충돌하지 않도록 함 */
.site-header::after {
	display: block;
	content: "";
	width: 100%;
	height: 486px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
	transform-origin: top center;
	transform: scaleY(0);
	backdrop-filter: blur(26px);
	-webkit-backdrop-filter: blur(26px);
	--header-bar-h: 100px;
	background-color: rgba(255, 255, 255, 0.05);
	background-image: linear-gradient(
		to bottom,
		transparent 0,
		transparent calc(var(--header-bar-h) - 1px),
		#124035 calc(var(--header-bar-h) - 1px),
		#124035 var(--header-bar-h),
		transparent var(--header-bar-h)
	);
	transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.is-submenu-open::after {
	transform: scaleY(1);
}

.site-header__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1920px;
	height: 100%;
	margin: 0 auto;
	padding: 0 4%;
}

.site-header__logo {
	display: block;
	width: 236px;
	height: 34px;
	background: url(/images/common/logo1.png) no-repeat center / contain;
}

.site-header__logo:hover {
	color: #fff;
	opacity: 0.85;
}

.site-header__logo-mark {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid var(--main-color);
	box-shadow: inset 0 0 0 4px rgba(234, 85, 21, 0.25);
	background: rgba(255, 255, 255, 0.06);
	flex-shrink: 0;
}

.site-header__logo-type {
	max-width: 220px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-header__nav > ul.site-header__nav-root,
.site-header__nav > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(32px, 4.7vw, 90px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__nav > ul > li.site-header__nav-item,
.site-header__nav > ul > li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__nav a {
	color: #fff;
	font-family: "Instrument Sans", sans-serif;
	font-size: clamp(16px, 1.15vw, 22px);
	font-weight: 400;
}

.site-header__nav > ul > li > a {
	display: inline-flex;
	align-items: center;
	padding: 8px 0;
}

/* 헤더(100px) 아래·드롭 패널(translate 50px) 사이 빈 구간에서 #header mouseleave 방지 — li 폭만 덮어 이웃 메뉴 클릭 방해 최소화 */
@media (min-width: 813px) {
	.site-header__nav-item:hover::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 56px;
		background: transparent;
		pointer-events: auto;
		z-index: 218;
	}
}

.site-header__nav a:hover {
	color: #fff;
	opacity: 0.88;
}

/* PC 드롭다운 — Figma 2403-25884 톤: 헤더 연장형 다크 패널 · 화이트 타입 (白 카드형 아님) */
.site-header__sub {
	display: none;
	overflow: visible;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 220;
	min-width: min(180px, calc(100vw - 48px));
	transform: translate(-50%, 50px);
	margin: 0;
	padding: 6px 0 10px;
	box-sizing: border-box;
}

.site-header__sub li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__sub a {
	display: block;
	padding: 15px 28px;
	color: #124035;
	font-family: "pretendard", sans-serif;
	font-size: clamp(14px, 1.02vw, 17px);
	font-weight: 400;
	text-align: center;
	line-height: 1.45;
	letter-spacing: -0.02em;
	white-space: nowrap;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
	border-radius: 5px;
}

.site-header__sub a:hover {
	opacity: 1;
	color: #124035;
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.25);
}

.site-header__nav-item:hover > a {
	opacity: 1;
}

.site-header__tools {
	display: flex;
	align-items: center;
	gap: 37px;
}

.site-header__lang {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 41px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	font-family: "Instrument Sans", sans-serif;
	font-size: var(--font-size-16);
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.site-header__lang:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.75);
}

.site-header__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 10px);
	grid-template-rows: repeat(2, 10px);
	justify-content: space-between;
	align-content: space-between;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: transparent;
}

.site-header__grid-dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d9d9d9;
}

/* 기본 4점만 — 열림 시 그리드는 그대로 두고 가운데 점만 덧씌움(모서리 점 위치 고정) */
.site-header__grid-dot:nth-child(5),
.site-header__grid-dot--center {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.site-header__grid.openmenu .site-header__grid-dot:nth-child(5),
.site-header__grid.openmenu .site-header__grid-dot--center {
	display: block;
}

.site-header__grid.openmenu .site-header__grid-dot {
	opacity: 0.85;
}

/* ---------- 올메뉴 Figma 2403-25530 (데스크톱 MCP 스펙 그대로) ---------- */
.allMenu {
	position: fixed;
	inset: 0;
	z-index: 250;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition:
		opacity 0.35s ease,
		visibility 0.35s ease;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(13px);
	-webkit-backdrop-filter: blur(13px);
	pointer-events: none;
	box-sizing: border-box;
}

.allMenu.open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.allMenu__backdrop {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.allMenu__inner {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	min-height: 0;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
}

.allMenu__nav {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	pointer-events: auto;
	box-sizing: border-box;
}

/* 1Depth 행(PC·패널 공통 래핑 — 태블릿 이하에서는 아코디언 트리거와 한 줄 배치, PC는 레이아웃만 블록) */
.allMenu__head {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.allMenu__accordion-btn {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.allMenu__accordion-btn:focus-visible {
	outline: 2px solid #124035;
	outline-offset: 2px;
}

.allMenu__accordion-btn::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-bottom: 3px;
	border-right: 2px solid #124035;
	border-bottom: 2px solid #124035;
	transform: rotate(45deg);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.allMenu__col.is-open > .allMenu__head > .allMenu__accordion-btn::after {
	transform: rotate(225deg);
	margin-bottom: 0;
	margin-top: 3px;
}

/* 노드 2403-25550: h 420px · 좌우 px 30 · 4등분 컬럼 · 세로 구분선(imgLine31에 해당하는 1px) */
.allMenu__cols {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	min-height: 420px;
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.allMenu__col {
	flex: 1 1 0;
	min-width: 0;
	list-style: none;
	margin: 0;
	padding: 0 0 30px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.allMenu__col:not(:first-child) {
	border-left: 1px solid rgba(18, 64, 53, 0.22);
}

/* 타이틀: Pretendard Regular 48px · tracking -0.96px · #124035 · 타이틀↔서브 gap 60px */
.allMenu__parent {
	margin: 0 0 60px;
	padding: 0;
	border: none;
	width: 100%;
}

.allMenu__parent a {
	display: block;
	width: 100%;
	font-family: "pretendard", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.96px;
	color: #124035;
	text-decoration: none;
	text-align: center;
}

.allMenu__parent a:hover {
	opacity: 0.82;
}

/* 서브: Inter / Noto Sans KR Regular 18px · leading 1.5 · 항목 gap 24px · 테두리 없음 */
.allMenu__sub {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.allMenu__sub li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.allMenu__sub a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-family: "Inter", "Noto Sans KR", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #124035;
	text-align: center;
	transition: opacity 0.2s ease;
}

.allMenu__sub a:hover {
	font-weight: 500;
}

/* 데스크톱(1400↑) — 원래 4열 전체메뉴, 아코디언 버튼 숨김 */
@media (min-width: 1400px) {
	.allMenu__accordion-btn {
		display: none !important;
	}

	.allMenu__head {
		display: block;
		width: 100%;
	}
}

/*
 * 태블릿·모바일 전체메뉴 — Figma 2550:23796 아코디언
 * 세로 목록 · #9e9e9e 구분 · 30px 트리거 / 18px 서브 · 셰브론 토글
 */
@media (max-width: 1399px) {
	.allMenu {
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		justify-content: flex-start;
		padding-top: 0;
	}

	.allMenu__inner {
		align-items: center;
		justify-content: flex-start;
		padding: 72px 16px 48px;
		height: 100vh;
	}

	@media (min-width: 813px) {
		.allMenu__inner {
			padding-top: 90px;
			padding-left: clamp(24px, 4vw, 48px);
			padding-right: clamp(24px, 4vw, 48px);
		}
	}

	.allMenu__cols {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		min-height: 0;
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}

	.allMenu__col {
		flex: none;
		align-items: stretch;
		padding: 0;
		border-left: none !important;
		text-align: left;
		border-bottom: 1px solid #9e9e9e;
	}

	.allMenu__col:not(:first-child) {
		border-top: 0;
		margin-top: 0;
	}

	.allMenu__head {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
		padding: 24px 0;
		box-sizing: border-box;
	}

	.allMenu__accordion-btn {
		display: inline-flex !important;
	}

	.allMenu__parent {
		margin: 0;
		flex: 1;
		min-width: 0;
	}

	.allMenu__parent a {
		text-align: left;
		font-size: clamp(24px, 6vw, 30px);
		line-height: 1.25;
		letter-spacing: -0.02em;
	}

	.allMenu__parent a:hover {
		opacity: 0.82;
	}

	.allMenu__sub {
		max-height: 0;
		overflow: hidden;
		align-items: stretch;
		gap: 12px;
		opacity: 0;
		transition:
			max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
			opacity 0.3s ease;
		padding: 0 0 0 4px;
	}

	.allMenu__col.is-open > .allMenu__sub {
		max-height: 1200px;
		opacity: 1;
		padding-bottom: 24px;
	}

	.allMenu__sub a {
		text-align: left;
		font-family: "pretendard", sans-serif;
		font-weight: 500;
		font-size: 18px;
		line-height: 2.3;
	}
}

/**/
#footer {
	background: linear-gradient(90deg, #133e35 0%, #124035 100%);
}
.site-footer {
	display: flex;
	flex-direction: column;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px clamp(20px, 3.125vw, 60px);
	color: #fff;
}

.site-footer__top {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 47px;
	margin: 0;
	padding: 24px 0;
	list-style: none;
}

.site-footer__links li {
	margin: 0;
	padding: 0;
}

.site-footer__links a {
	color: #fff;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: var(--font-size-20);
	line-height: 1.4;
}

.site-footer__links a:hover {
	color: #fff;
	opacity: 0.85;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	padding-top: 48px;
}

.site-footer__brand {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 32px 60px;
	flex: 1;
	min-width: 280px;
}

.site-footer__logo {
	display: block;
	flex-shrink: 0;
	width: 236px;
	height: 34px;
	background: url(/images/common/foot_logo.png) no-repeat center / contain;
}

.site-footer__logo:hover {
	opacity: 0.88;
}

.site-footer__logo-mark {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.85);
	flex-shrink: 0;
}

.site-footer__logo-type {
	max-width: 220px;
	line-height: 1.2;
}

.site-footer__contact {
	box-sizing: border-box;
	padding-left: clamp(24px, 3vw, 60px);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer__contact p {
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: var(--font-size-18);
	line-height: 1.73;
	color: #fff;
	margin: 0 0 6px;
}

.site-footer__contact p:last-child {
	margin-bottom: 0;
}

.site-footer__contact a {
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: var(--font-size-18);
	line-height: 1.73;
	color: #fff;
}

.site-footer__contact a:hover {
	opacity: 0.85;
}

.site-footer__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	min-height: 86px;
}

.site-footer__sns {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__sns li {
	margin: 0;
	padding: 0;
}

.site-footer__sns-link {
	display: block;
	width: 42px;
	height: 42px;
	position: relative;
}

.site-footer__sns-link--yt {
	background: url(/images/common/foot_sns1.png) no-repeat center / 41.6px;
}

.site-footer__sns-link--ig {
	background: url(/images/common/foot_sns2.png) no-repeat center / 41.6px;
}

.site-footer__sns-link--ig::after {
	content: "";
	position: absolute;
	right: 11px;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}

.site-footer__copy {
	font-family: "pretendard", sans-serif;
	font-size: var(--font-size-18);
	color: #fff;
	text-align: right;
	line-height: 1.4;
}

/* 태블릿 GNB 높이·로고·도구 간격 — index 태블릿 구간과 맞춤 */
@media (min-width: 813px) and (max-width: 1399px) {
	#header {
		height: 88px;
	}

	.site-header::after {
		--header-bar-h: 88px;
	}

	.site-header__logo {
		width: clamp(176px, 22vw, 210px);
		height: clamp(24px, 3vw, 30px);
	}

	.site-header__tools {
		gap: clamp(18px, 2.8vw, 32px);
	}

	.site-header__nav > ul.site-header__nav-root,
	.site-header__nav > ul {
		gap: clamp(28px, 3.8vw, 72px);
	}

	.site-header__lang {
		width: clamp(46px, 5vw, 54px);
		height: clamp(34px, 4vw, 40px);
		padding-left: clamp(10px, 1vw, 14px);
		padding-right: clamp(10px, 1vw, 14px);
		box-sizing: border-box;
		font-size: clamp(13px, 1.08vw, 15px);
	}

	.site-footer {
		gap: 40px;
		padding: 40px clamp(24px, 4vw, 48px);
	}

	.site-footer__links {
		flex-wrap: wrap;
		gap: 16px 24px;
		padding: 14px 0;
	}

	.site-footer__links a {
		font-size: var(--font-size-12);
	}

	.site-footer__bottom {
		flex-direction: column;
		gap: 32px;
		padding-top: 0;
	}

	.site-footer__brand {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		min-width: 0;
		width: 100%;
	}

	.site-footer__logo {
		width: clamp(151px, 18vw, 180px);
		height: 22px;
	}

	.site-footer__contact {
		width: 100%;
		padding: 0 0 0 16px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 0;
	}

	.site-footer__contact p,
	.site-footer__contact a {
		font-size: var(--font-size-14);
		line-height: 1.73;
	}

	.site-footer__aside {
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
		min-height: 55px;
		gap: 20px;
	}

	.site-footer__sns {
		gap: 20px;
	}

	.site-footer__sns-link {
		width: 26px;
		height: 26px;
	}

	.site-footer__sns-link--yt,
	.site-footer__sns-link--ig {
		background-size: 26px;
	}

	.site-footer__copy {
		font-size: 12px;
		text-align: left;
		line-height: 1.4;
	}
}

/* 태블릿 가로(1100px~) — PC형 하단 2열 */
@media (min-width: 1100px) and (max-width: 1399px) {
	.site-footer__bottom {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 32px;
	}

	.site-footer__brand {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: clamp(24px, 4vw, 40px);
		width: auto;
		flex: 1 1 auto;
	}

	.site-footer__contact {
		width: auto;
		padding-left: clamp(20px, 2.5vw, 40px);
	}

	.site-footer__aside {
		align-items: flex-end;
		width: auto;
		flex-shrink: 0;
		min-height: 86px;
	}

	.site-footer__copy {
		text-align: right;
		font-size: var(--font-size-16);
	}

	.site-footer__sns-link {
		width: 38px;
		height: 38px;
	}

	.site-footer__sns-link--yt,
	.site-footer__sns-link--ig {
		background-size: 38px;
	}
}

@media (max-width: 812px) {
	#header {
		height: 70px;
	}

	.site-header::after {
		--header-bar-h: 70px;
	}

	.site-header__logo {
		width: 152px;
		max-width: min(152px, 44vw);
		height: 22px;
	}

	.site-header__tools {
		gap: 12px;
		flex-shrink: 0;
	}

	.site-header__lang {
		width: auto;
		min-width: 42px;
		min-height: 0;
		height: auto;
		padding: 8px 11px;
		font-size: 12px;
		letter-spacing: -0.02em;
	}

	body.all-menu-open #header .site-header__lang {
		padding: 8px 11px;
		font-size: 12px;
		letter-spacing: -0.24px;
	}

	.site-header__grid {
		width: 19px;
		height: 19px;
		grid-template-columns: repeat(2, 6px);
		grid-template-rows: repeat(2, 6px);
	}

	.site-header__grid-dot {
		width: 5px;
		height: 5px;
	}

	.site-header__nav-item:hover::after {
		display: none;
	}

	.site-header__sub {
		display: none !important;
	}

	.site-header__logo-type {
		max-width: 140px;
		font-size: 13px;
	}

	.site-header__nav {
		display: none;
	}

	.site-header::after {
		display: none;
		content: none;
	}

	.allMenu__inner {
		padding: 78px 16px 32px;
	}

	.allMenu__head {
		padding: 20px 0;
	}

	.allMenu__parent a {
		font-size: 24px;
	}

	.allMenu__sub a {
		font-size: 16px;
		line-height: 2;
	}

	.site-footer {
		gap: 32px;
		padding: 40px 16px;
	}

	.site-footer__links {
		flex-wrap: nowrap;
		gap: 10px;
		padding: 14px 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.site-footer__links::-webkit-scrollbar {
		display: none;
	}

	.site-footer__links a {
		flex-shrink: 0;
		font-size: 10px;
		line-height: 1.4;
		white-space: nowrap;
	}

	.site-footer__bottom {
		flex-direction: column;
		gap: 32px;
		padding-top: 0;
	}

	.site-footer__brand {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		min-width: 0;
		width: 100%;
		max-width: 172px;
	}

	.site-footer__logo {
		width: 151px;
		height: 22px;
	}

	.site-footer__contact {
		width: 100%;
		padding: 0 0 0 12px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 0;
	}

	.site-footer__contact p,
	.site-footer__contact a {
		font-size: 12px;
		line-height: 1.73;
	}

	.site-footer__aside {
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
		min-height: 55px;
		gap: 20px;
	}

	.site-footer__sns {
		gap: 20px;
	}

	.site-footer__sns-link {
		width: 26px;
		height: 26px;
	}

	.site-footer__sns-link--yt,
	.site-footer__sns-link--ig {
		background-size: 26px;
	}

	.site-footer__copy {
		text-align: left;
		font-size: 11.52px;
		line-height: 1.4;
	}
}

.educationView__activityGallery {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* educationView 활동 사진 팝업 (전 구간 공통) */
.educationViewPop {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000;
}
.educationViewPop.is-open {
	display: block;
}
.educationViewPop[hidden] {
	display: none !important;
}
body.educationViewPop-open {
	overflow: hidden;
}
.educationViewPop__overlay {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 70px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.educationViewPop__figure {
	position: relative;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 200px);
	max-height: calc(100vh - 140px);
	margin: 0;
}
.educationViewPop__img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: calc(100vh - 140px);
	object-fit: contain;
}
.educationViewPop__prev,
.educationViewPop__next {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 16px;
	border: 1px solid #fff;
	background: transparent;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 0.35s ease;
}
.educationViewPop__prev[hidden],
.educationViewPop__next[hidden] {
	display: none !important;
}
.educationViewPop__prev {
	left: 30px;
}
.educationViewPop__next {
	right: 30px;
}
.educationViewPop__prev:hover,
.educationViewPop__next:hover {
	background: rgba(255, 255, 255, 0.12);
}
.educationViewPop__prev i,
.educationViewPop__next i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/page/education_view2_pop_arr.svg) no-repeat center / contain;
}
.educationViewPop__next i {
	transform: rotate(180deg);
}

/* 교육 상세 활동 사진 팝업 — 태블릿·모바일 */
@media (max-width: 1399px) {
	.educationViewPop__overlay {
		padding: clamp(48px, 8vw, 70px) clamp(16px, 4vw, 40px);
	}

	.educationViewPop__figure {
		max-width: 100%;
		max-height: calc(100vh - 96px);
	}

	.educationViewPop__img {
		max-height: calc(100vh - 96px);
	}

	.educationViewPop__prev {
		left: clamp(12px, 2vw, 24px);
	}

	.educationViewPop__next {
		right: clamp(12px, 2vw, 24px);
	}

	.educationViewPop__prev,
	.educationViewPop__next {
		padding: 12px;
	}
}

@media (max-width: 812px) {

	.educationViewPop__figure {
		display:flex;align-items:center;
		width: 100%;
		max-width: 100%;
		max-height: calc(100vh - 120px);
		margin-top: 8px;
	}

	.educationViewPop__img {
		width: 100%;
		max-height: calc(100vh - 120px);
	}

	.educationViewPop__prev,
	.educationViewPop__next {
		transform: none;
		padding: 10px;
	}

	.educationViewPop__prev {
		left: 10px;
	}

	.educationViewPop__next {
		right: 10px;
	}

	.educationViewPop__prev i,
	.educationViewPop__next i {
		width: 20px;
		height: 20px;
	}
}





/* 정책 레이어 팝업 (피그마 3575:66167, 3575:66205) */
.policyPopup {
	position: fixed;
	inset: 0;
	z-index: 5000;
	display: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: clamp(40px, 10vh, 130px) clamp(24px, 11vw, 212px);
}
.policyPopup.is-open {
	display: flex;
}
.policyPopup[hidden] {
	display: none !important;
}
.policyPopup__dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.policyPopup__panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1496px;
	max-height: calc(100vh - clamp(80px, 20vh, 260px));
	max-height: calc(100dvh - clamp(80px, 20vh, 260px));
	min-height: 0;
	background: #fff;
	box-sizing: border-box;
	padding: 100px 80px 60px;
	overflow: hidden;
}
.policyPopup__close {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	border:0;
}
.policyPopup__close img {
	display: block;
	width: 40px;
	height: 40px;
}
.policyPopup__head {
	flex: 0 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #9e9e9e;
}
.policyPopup__title {
	margin: 0;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.3;
	color: #232323;
}
.policyPopup__body {
	flex: 1 1 auto;
	min-height: 0;
	margin-top: 80px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 24px;
	margin-right: -24px;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #9e9e9e #dfdfdf;
}
.policyPopup__body::-webkit-scrollbar {
	width: 4px;
}
.policyPopup__body::-webkit-scrollbar-track {
	background: #dfdfdf;
}
.policyPopup__body::-webkit-scrollbar-thumb {
	background: #9e9e9e;
	border-radius: 0;
}
.policyPopup__content {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.policyPopup__intro {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.policyPopup__subtitle {
	margin: 0;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.65;
	color: #232323;
}
.policyPopup__lead {
	margin: 0;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.65;
	color: #666;		
}
.policyPopup__lead p {
	margin: 0;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.65;
	color: #666;	
}
.policyPopup__lead p + p {
	margin-top: 0;
}
.policyPopup__articles {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.policyPopup__article {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.policyPopup__articleTit {
	margin: 0;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.65;
	color: #232323;
}
.policyPopup__articleBody {
}
.policyPopup__articleBody p {
	margin: 0 0 0.65em;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.65;
	color: #666;	
}
.policyPopup__articleBody p:last-child {
	margin-bottom: 0;
}
.policyPopup__articleBody ul,
.policyPopup__articleBody ol {
	margin: 0;	
}
.policyPopup__articleBody li{
	position:relative;padding-left:15px;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.65;
	color: #666;		
}
.policyPopup__articleBody li:before{
	display:block;content:"";
	width:4px;height:4px;
	background:#666;
	border-radius:50%;
	position:absolute;left:0;top:15px;
}
.policyPopup__articleBody li + li {
	margin-top: 0;
}
.policyPopup__date {
	margin: 0;
	font-family: "pretendard", "Pretendard Variable", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.65;
	color: #232323;
}
.policyPopup--short .policyPopup__panel {
	max-height: calc(100vh - clamp(80px, 20vh, 260px));
	max-height: calc(100dvh - clamp(80px, 20vh, 260px));
	padding-bottom: 100px;
}

@media screen and (max-width: 1399px) {
	.policyPopup {
		padding: 48px 32px;
	}
	.policyPopup__panel {
		max-height: calc(100vh - 96px);
		max-height: calc(100dvh - 96px);
		padding: 80px 48px 48px;
	}
	.policyPopup__close {
		top: 24px;
		right: 24px;
	}
	.policyPopup__title {
		font-size: 36px;
	}
	.policyPopup__body {
		margin-top: 48px;
	}
	.policyPopup__subtitle {
		font-size: 24px;
	}
	.policyPopup__lead,
	.policyPopup__lead p,
	.policyPopup__articleTit,
	.policyPopup__articleBody p,
	.policyPopup__articleBody li,
	.policyPopup__date {
		font-size: 18px;
	}
	.policyPopup__articleBody li:before {
		top: 12px;
	}
	.policyPopup__content {
		gap: 48px;
	}
	.policyPopup__articles {
		gap: 32px;
	}
}

@media screen and (max-width: 812px) {
	.policyPopup {
		padding: 24px 16px;
	}
	.policyPopup__panel {
		max-height: calc(100vh - 48px);
		max-height: calc(100dvh - 48px);
		padding: 72px 24px 32px;
	}
	.policyPopup__close {
		top: 16px;
		right: 16px;
		width: 32px;
		height: 32px;
	}
	.policyPopup__close img {
		width: 32px;
		height: 32px;
	}
	.policyPopup__head {
		padding-bottom: 24px;
	}
	.policyPopup__title {
		font-size: 28px;
	}
	.policyPopup__body {
		margin-top: 32px;
		padding-right: 12px;
		margin-right: -12px;
	}
	.policyPopup__content {
		gap: 40px;
	}
	.policyPopup__subtitle {
		font-size: 20px;
	}
	.policyPopup__lead,
	.policyPopup__lead p,
	.policyPopup__articleTit,
	.policyPopup__articleBody p,
	.policyPopup__articleBody li,
	.policyPopup__date {
		font-size: 14px;
	}
	.policyPopup__articleBody li {
		padding-left: 12px;
	}
	.policyPopup__articleBody li:before {
		width: 3px;
		height: 3px;
		top: 10px;
	}
	.policyPopup__articleBody p {
		margin-bottom: 0.5em;
	}
	.policyPopup__articles {
		gap: 28px;
	}
	.policyPopup__article {
		gap: 6px;
	}
	.policyPopup--short .policyPopup__panel {
		padding-bottom: 48px;
	}
}
