:root {
	--snh-bg: #f8faf7;
	--snh-surface: #fff;
	--snh-deep: #0f5b4a;
	--snh-green: #168c63;
	--snh-green-2: #22a06b;
	--snh-mint: #eaf6f0;
	--snh-text: #202824;
	--snh-muted: #66716b;
	--snh-border: #dde5e0;
	--snh-deadline: #f2c94c;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--snh-bg);
	color: var(--snh-text);
	font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Segoe UI", sans-serif;
}

body .site-header,
body #site-navigation,
body .site-footer,
body .snt-trust-footer {
	display: none !important;
}

.snh-shell {
	box-sizing: border-box;
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.snh-trust-bar {
	min-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 4px 16px;
	background: #fff;
	border-bottom: 1px solid var(--snh-border);
	color: #35433d;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -.01em;
	text-align: center;
}

.snh-site-header {
	position: relative;
	z-index: 20;
	background: rgba(255, 255, 255, .98);
	border-bottom: 1px solid #edf1ee;
}

.snh-header-inner {
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.snh-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--snh-deep);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.04em;
	text-decoration: none;
	white-space: nowrap;
}

.snh-logo-mark {
	flex: 0 0 auto;
	color: #173d33;
}

.snh-desktop-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.3vw, 34px);
	flex: 1 1 auto;
}

.snh-desktop-nav a,
.snh-site-footer nav a {
	color: var(--snh-text);
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
}

.snh-desktop-nav a:hover,
.snh-desktop-nav a:focus-visible,
.snh-site-footer nav a:hover,
.snh-site-footer nav a:focus-visible {
	color: var(--snh-green);
}

.snh-header-actions {
	display: flex;
	align-items: center;
	gap: 15px;
}

.snh-search-link {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: var(--snh-text);
	border-radius: 50%;
}

.snh-search-link:hover,
.snh-search-link:focus-visible {
	background: var(--snh-mint);
	color: var(--snh-deep);
}

.snh-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 17px;
	color: var(--snh-green);
	border: 1.5px solid var(--snh-green);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
}

.snh-outline-button:hover,
.snh-outline-button:focus-visible {
	background: var(--snh-green);
	color: #fff;
}

.snh-mobile-menu {
	display: none;
	position: relative;
}

.snh-mobile-menu summary {
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	display: grid;
	align-content: center;
	gap: 5px;
	padding: 10px;
	border: 1px solid var(--snh-border);
	border-radius: 8px;
	cursor: pointer;
	list-style: none;
}

.snh-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.snh-mobile-menu summary span {
	display: block;
	height: 2px;
	background: var(--snh-deep);
	border-radius: 3px;
}

.snh-mobile-menu nav {
	position: absolute;
	top: 52px;
	right: 0;
	width: min(300px, calc(100vw - 32px));
	display: grid;
	padding: 10px;
	background: #fff;
	border: 1px solid var(--snh-border);
	border-radius: 12px;
	box-shadow: 0 16px 38px rgba(32, 40, 36, .12);
}

.snh-mobile-menu nav a {
	padding: 12px;
	color: var(--snh-text);
	border-radius: 7px;
	font-size: 16px;
	font-weight: 650;
	text-decoration: none;
}

.snh-mobile-menu nav a:hover,
.snh-mobile-menu nav a:focus-visible {
	background: var(--snh-mint);
}

.snh-home {
	background: var(--snh-bg);
	overflow: clip;
}

.snh-hero {
	padding: 54px 0 46px;
	background: linear-gradient(90deg, #f9fbf8 0%, #fff 58%, #f7faf7 100%);
	border-bottom: 1px solid #eff3f0;
}

.snh-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	align-items: center;
	gap: 44px;
}

.snh-hero-copy h1 {
	margin: 0 0 18px;
	color: var(--snh-deep);
	font-size: clamp(42px, 4.2vw, 62px);
	line-height: 1.24;
	letter-spacing: -.055em;
	font-weight: 850;
}

.snh-hero-copy > p {
	margin: 0 0 28px;
	color: #4d5b54;
	font-size: 17px;
	line-height: 1.75;
}

.snh-home-search {
	display: grid;
	grid-template-columns: 1fr 92px;
	width: min(100%, 600px);
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #cfd9d3;
	border-radius: 9px;
	box-shadow: 0 4px 18px rgba(32, 40, 36, .035);
	overflow: hidden;
}

.snh-home-search input {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	height: 52px;
	padding: 0 18px;
	background: transparent;
	border: 0;
	color: var(--snh-text);
	font-size: 16px;
	outline: none;
}

.snh-home-search input::placeholder {
	color: #88938d;
}

.snh-home-search input:focus-visible {
	box-shadow: inset 0 0 0 2px var(--snh-green);
}

.snh-home-search button {
	border: 0;
	background: var(--snh-green);
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	cursor: pointer;
}

.snh-home-search button:hover,
.snh-home-search button:focus-visible {
	background: var(--snh-deep);
}

.snh-status-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.snh-status-filters a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 40px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #cdd8d2;
	border-radius: 7px;
	color: var(--snh-green);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.snh-status-filters a:hover,
.snh-status-filters a:focus-visible {
	background: var(--snh-mint);
	border-color: var(--snh-green);
}

.snh-status-filters span {
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	font-size: 11px;
}

.snh-hero-art svg {
	display: block;
	width: 100%;
	height: auto;
	max-height: 360px;
}

.snh-content-flow {
	display: grid;
	gap: 56px;
	padding-block: 42px 54px;
}

.snh-content-flow section > h2,
.snh-panel-heading h2 {
	margin: 0 0 22px;
	color: var(--snh-deep);
	font-size: clamp(25px, 2.5vw, 32px);
	line-height: 1.3;
	letter-spacing: -.04em;
}

.snh-audience-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.snh-audience-card {
	box-sizing: border-box;
	min-height: 168px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 19px;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--snh-border);
	border-radius: 12px;
	color: var(--snh-text);
	text-align: center;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.snh-audience-card:hover,
.snh-audience-card:focus-visible {
	border-color: #8bc4ab;
	box-shadow: 0 10px 24px rgba(15, 91, 74, .08);
	transform: translateY(-2px);
}

.snh-audience-card strong {
	font-size: 17px;
}

.snh-audience-icon {
	width: 56px;
	height: 56px;
}

.snh-audience-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.snh-closing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.snh-support-card {
	position: relative;
	min-height: 240px;
	box-sizing: border-box;
	padding: 27px 24px 22px;
	background: #fff;
	border: 1px solid var(--snh-border);
	border-radius: 12px;
}

.snh-deadline {
	display: inline-flex;
	padding: 4px 12px;
	margin: -13px 0 13px;
	background: var(--snh-deadline);
	border-radius: 7px;
	color: #222;
	font-size: 14px;
	font-weight: 850;
}

.snh-card-category {
	margin: 0 0 6px;
	color: var(--snh-green);
	font-size: 14px;
	font-weight: 750;
}

.snh-support-card h3,
.snh-latest-card h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.45;
	letter-spacing: -.03em;
}

.snh-support-card h3 a,
.snh-latest-card h3 a {
	color: var(--snh-text);
	text-decoration: none;
}

.snh-support-card h3 a:hover,
.snh-support-card h3 a:focus-visible,
.snh-latest-card h3 a:hover,
.snh-latest-card h3 a:focus-visible {
	color: var(--snh-green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.snh-support-card > p:not(.snh-card-category) {
	margin: 0 0 18px;
	color: var(--snh-muted);
	font-size: 15px;
	line-height: 1.65;
}

.snh-support-card small,
.snh-latest-card small {
	color: #828c87;
	font-size: 13px;
}

.snh-empty-state {
	box-sizing: border-box;
	margin: 0;
	padding: 24px;
	background: #fff;
	border: 1px dashed #bdcbc3;
	border-radius: 12px;
	color: var(--snh-muted);
	font-size: 16px;
	line-height: 1.65;
	text-align: center;
}

.snh-ad-zone {
	box-sizing: border-box;
	width: min(970px, 100%);
	margin: 0 auto;
	padding: 38px 0;
	overflow: hidden;
}

.snh-ad-zone > span {
	display: block;
	margin-bottom: 9px;
	color: #9aa29e;
	font-size: 11px;
	text-align: center;
}

.snh-ad-widget,
.snh-ad-widget ins {
	max-width: 100%;
	overflow: hidden;
}

.snh-panel {
	box-sizing: border-box;
	padding: 28px 30px;
	background: #fff;
	border: 1px solid var(--snh-border);
	border-radius: 13px;
}

.snh-panel > h2 {
	margin-bottom: 19px !important;
}

.snh-region-links {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.snh-region-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid #9eaaa4;
	border-radius: 7px;
	color: var(--snh-text);
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
}

.snh-region-links a:hover,
.snh-region-links a:focus-visible,
.snh-region-links a:first-child {
	background: var(--snh-deep);
	border-color: var(--snh-deep);
	color: #fff;
}

.snh-panel-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 28px;
}

.snh-panel-heading h2 {
	margin-bottom: 7px;
}

.snh-panel-heading p {
	margin: 0;
	color: var(--snh-muted);
	font-size: 15px;
}

.snh-panel-heading nav {
	display: flex;
	gap: 22px;
	white-space: nowrap;
}

.snh-panel-heading nav a {
	color: var(--snh-green);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.snh-standard-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.snh-standard-grid > div {
	display: grid;
	grid-template-columns: 56px 1fr;
	align-items: center;
	column-gap: 17px;
	padding: 8px 30px;
	border-right: 1px solid var(--snh-border);
}

.snh-standard-grid > div:first-child {
	padding-left: 0;
}

.snh-standard-grid > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.snh-standard-grid span {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 54px;
	height: 62px;
	color: var(--snh-deep);
	border: 1.5px solid currentColor;
	border-radius: 8px;
	font-size: 28px;
}

.snh-standard-grid strong {
	font-size: 17px;
}

.snh-standard-grid p {
	margin: 5px 0 0;
	color: var(--snh-muted);
	font-size: 14px;
	line-height: 1.6;
}

.snh-latest-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.snh-latest-card {
	box-sizing: border-box;
	min-height: 124px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding: 20px 22px;
	background: #fff;
	border: 1px solid var(--snh-border);
	border-radius: 11px;
}

.snh-latest-card h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.snh-status {
	flex: 0 0 auto;
	padding: 7px 12px;
	background: var(--snh-mint);
	border-radius: 7px;
	color: var(--snh-deep);
	font-size: 13px;
	font-weight: 750;
}

.snh-site-footer {
	background: #fff;
	border-top: 1px solid var(--snh-border);
}

.snh-footer-main {
	min-height: 112px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.snh-footer-main nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px 30px;
}

.snh-footer-main nav a {
	font-size: 14px;
}

.snh-footer-notice {
	padding: 18px 0 24px;
	border-top: 1px solid #edf1ee;
	color: #7b8580;
	font-size: 14px;
	text-align: center;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
	outline: 3px solid rgba(34, 160, 107, .32);
	outline-offset: 3px;
}

@media (max-width: 1080px) {
	.snh-desktop-nav {
		display: none;
	}

	.snh-mobile-menu {
		display: block;
	}

	.snh-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
		gap: 24px;
	}

	.snh-audience-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.snh-standard-grid > div {
		grid-template-columns: 48px 1fr;
		padding-inline: 18px;
	}

	.snh-standard-grid span {
		width: 46px;
		height: 54px;
	}
}

@media (max-width: 780px) {
	.snh-shell {
		width: min(100% - 30px, 720px);
	}

	.snh-trust-bar {
		font-size: 12px;
	}

	.snh-header-inner {
		min-height: 68px;
	}

	.snh-outline-button {
		display: none;
	}

	.snh-hero {
		padding: 42px 0 36px;
	}

	.snh-hero-grid {
		grid-template-columns: 1fr;
	}

	.snh-hero-copy h1 {
		font-size: clamp(38px, 9vw, 52px);
	}

	.snh-hero-art {
		width: min(100%, 480px);
		margin-inline: auto;
	}

	.snh-content-flow {
		gap: 44px;
		padding-block: 36px 48px;
	}

	.snh-audience-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 13px;
	}

	.snh-audience-card {
		min-height: 150px;
	}

	.snh-closing-grid,
	.snh-standard-grid {
		grid-template-columns: 1fr;
	}

	.snh-standard-grid > div,
	.snh-standard-grid > div:first-child,
	.snh-standard-grid > div:last-child {
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid var(--snh-border);
	}

	.snh-standard-grid > div:last-child {
		border-bottom: 0;
	}

	.snh-region-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.snh-panel-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.snh-latest-grid {
		grid-template-columns: 1fr;
	}

	.snh-footer-main {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 28px;
	}

	.snh-footer-main nav {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.snh-shell {
		width: min(100% - 24px, 440px);
	}

	.snh-trust-bar {
		gap: 5px;
		padding-inline: 10px;
		line-height: 1.4;
	}

	.snh-brand {
		gap: 7px;
		font-size: 19px;
	}

	.snh-logo-mark {
		width: 32px;
		height: 38px;
	}

	.snh-header-actions {
		gap: 4px;
	}

	.snh-search-link {
		width: 40px;
	}

	.snh-hero-copy h1 {
		font-size: 38px;
		line-height: 1.24;
	}

	.snh-hero-copy > p {
		font-size: 16px;
	}

	.snh-home-search {
		grid-template-columns: minmax(0, 1fr) 76px;
	}

	.snh-home-search input {
		padding-inline: 13px;
		font-size: 16px;
	}

	.snh-status-filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.snh-status-filters a {
		box-sizing: border-box;
		justify-content: center;
		padding-inline: 8px;
		font-size: 13px;
	}

	.snh-hero-art svg {
		max-height: 270px;
	}

	.snh-audience-card {
		min-height: 132px;
		gap: 12px;
		padding: 15px 8px;
	}

	.snh-audience-icon {
		width: 48px;
		height: 48px;
	}

	.snh-audience-card strong {
		font-size: 16px;
	}

	.snh-panel {
		padding: 23px 18px;
	}

	.snh-region-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.snh-latest-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.snh-site-footer nav a,
	.snh-footer-notice {
		font-size: 13px;
	}
}

