@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@500;700&display=swap");

.home-page {
	background: #ffffff;
	color: #555a64;
	font-family: "Inter", "Noto Sans KR", "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
}

.home-page a {
	border-bottom: 0;
}

.home-page #wrapper > * > .inner,
.home-page .inner {
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 28px;
	width: 100%;
}

.home-page h1,
.home-page h2,
.home-page h3 {
	color: #4d5159;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
	text-transform: none;
}

.home-page p {
	margin: 0;
}

.home-page #main {
	padding: 0 0 64px;
}

.home-page #header.site-header {
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(3, 78, 162, 0.08);
	padding: 16px 0;
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
}

.site-header .inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.brand-lockup {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	min-width: 0;
}

.logo-mark-link {
	border: 0;
	display: inline-flex;
	flex: 0 0 auto;
}

.logo-mark-link .logo-mark {
	display: block;
	height: 40px;
	object-fit: contain;
	width: 142px;
}

#header .home-logo {
	align-items: center;
	display: inline-flex;
	letter-spacing: 0;
	margin: 0;
	min-width: 0;
	text-transform: none;
}

.home-logo .logo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.home-logo .logo-text strong {
	color: #39404a;
	font-size: 0.9rem;
	font-weight: 800;
}

.home-page #header .top-nav {
	flex: 1;
	position: static;
}

.home-page #header .top-nav ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-page #header .top-nav li {
	padding: 0;
}

.home-page #header .top-nav a {
	border: 0;
	color: #4d5159;
	display: block;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 12px 0;
	text-transform: uppercase;
}

.home-page #header .top-nav a:hover {
	color: #034ea2 !important;
}

.intro-section {
	background: #ffffff;
	border-bottom: 1px solid rgba(3, 78, 162, 0.06);
	padding: 66px 0 56px;
}

.intro-grid {
	align-items: center;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
}

.intro-text {
	min-width: 0;
}

.intro-copy h1 {
	color: #454a54;
	font-size: clamp(2.35rem, 4.1vw, 3.45rem);
	letter-spacing: -0.015em;
	line-height: 1.16;
	margin-bottom: 30px;
	max-width: 780px;
}

.intro-lead {
	color: #6b7280;
	font-size: 1.08rem;
	line-height: 1.85;
	margin-bottom: 18px;
	max-width: 760px;
}

.intro-copy p:not(.intro-lead) {
	color: #6f7682;
	font-size: 0.95rem;
	line-height: 1.82;
	max-width: 760px;
}

.intro-visual {
	border-radius: 8px;
	box-shadow: 0 20px 46px rgba(30, 39, 54, 0.12);
	margin: 48px 0 0;
	overflow: hidden;
	position: relative;
}

.intro-visual img {
	aspect-ratio: 4 / 5;
	display: block;
	filter: saturate(0.72) brightness(0.92) contrast(0.98);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.focus-section {
	background: #f7f9fc;
	border-top: 1px solid rgba(3, 78, 162, 0.07);
	padding: 54px 0 72px;
}

.section-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.eyebrow {
	color: #034ea2;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.section-heading h2 {
	font-size: 1.8rem;
}

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

.focus-card {
	background: #ffffff;
	border: 1px solid rgba(54, 64, 78, 0.09);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(30, 39, 54, 0.06);
	color: inherit;
	display: flex;
	flex-direction: column;
	min-height: 286px;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.focus-card:hover {
	border-color: rgba(3, 78, 162, 0.24);
	box-shadow: 0 20px 38px rgba(30, 39, 54, 0.11);
	color: inherit !important;
	transform: translateY(-3px);
}

.focus-card img {
	aspect-ratio: 1.35 / 1;
	display: block;
	object-fit: cover;
	width: 100%;
}

.focus-card span {
	color: #034ea2;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 18px 18px 8px;
	text-transform: uppercase;
}

.focus-card strong {
	color: #4d5159;
	font-family: "Noto Sans KR", "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 18px 20px;
}

.home-page .button,
.home-page input[type="submit"] {
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px rgba(77, 81, 89, 0.22);
	color: #4d5159 !important;
	font-size: 0.74rem;
	font-weight: 800;
	height: 44px;
	letter-spacing: 0.08em;
	line-height: 44px;
	padding: 0 18px;
	text-transform: uppercase;
}

.home-page input[type="submit"].primary {
	background: #034ea2;
	box-shadow: none;
	color: #ffffff !important;
}

.home-page #footer {
	background: #ffffff;
	border-top: 1px solid rgba(3, 78, 162, 0.08);
	padding: 0;
}

.home-page #footer > div {
	margin: 0 auto;
	max-width: 1080px;
	padding: 52px 28px !important;
}

.home-page #footer h2 {
	font-size: 1.55rem;
	margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
	.intro-grid {
		grid-template-columns: 1fr;
	}

	.intro-visual {
		margin-top: 0;
	}

	.intro-visual img {
		aspect-ratio: 16 / 9;
	}

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

@media screen and (max-width: 736px) {
	.home-page #wrapper > * > .inner,
	.home-page .inner {
		padding: 0 18px;
	}

	.home-page #header.site-header {
		padding: 12px 0;
	}

	.logo-mark-link .logo-mark {
		height: 38px;
		width: 136px;
	}

	.home-logo .logo-text strong {
		font-size: 0.78rem;
		max-width: 190px;
	}

	.site-header .inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.home-page #header .top-nav {
		width: 100%;
	}

	.home-page #header .top-nav ul {
		justify-content: flex-start;
	}

	.home-page #header .top-nav a {
		font-size: 0.68rem;
		padding: 8px 0;
	}

	.intro-section {
		padding: 42px 0 36px;
	}

	.intro-copy h1 {
		font-size: 2rem;
	}

	.intro-lead {
		font-size: 1rem;
	}

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

	.focus-grid {
		grid-template-columns: 1fr;
	}

	.focus-card {
		min-height: 0;
	}
}
