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

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

.site-page a {
	border-bottom: 0;
	color: #034ea2;
}

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

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

.site-page p {
	margin: 0;
}

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

.site-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 .site-logo {
	align-items: center;
	display: inline-flex;
	letter-spacing: 0;
	margin: 0;
	min-width: 0;
	text-transform: none;
}

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

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

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

.site-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;
}

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

.site-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;
}

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

.page-hero {
	border-bottom: 1px solid rgba(3, 78, 162, 0.08);
	padding: 58px 0 36px;
}

.page-kicker {
	color: #034ea2;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.page-hero h1 {
	font-size: clamp(2.25rem, 4.6vw, 3.25rem);
}

.page-lead {
	color: #6b7280;
	font-size: 1.04rem;
	line-height: 1.85;
	margin-top: 20px;
	max-width: 920px;
}

.content-section {
	padding: 44px 0 0;
}

.member-group {
	margin-bottom: 42px;
}

.member-group h2,
.research-card h2 {
	font-size: 1.45rem;
	margin-bottom: 18px;
}

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

.member-card,
.research-card,
.paper-panel {
	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);
}

.member-card {
	padding: 22px;
}

.member-card h3 {
	font-size: 1.08rem;
	margin-bottom: 10px;
}

.member-card ul {
	font-size: 0.95rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.member-card li {
	border-top: 1px solid rgba(54, 64, 78, 0.08);
	padding: 9px 0;
}

.member-card li:first-child {
	border-top: 0;
	padding-top: 0;
}

.research-list {
	display: grid;
	gap: 26px;
}

.research-card {
	overflow: hidden;
	padding: 26px;
}

.research-card p {
	color: #626b78;
	font-size: 0.98rem;
	line-height: 1.86;
}

.research-media {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 22px;
}

.research-media.one {
	grid-template-columns: 1fr;
}

.research-media img {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.research-media.one img {
	aspect-ratio: auto;
	height: auto;
	margin: 0 auto;
	max-width: 640px;
	object-fit: contain;
}

.paper-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.publication-tabs {
	background: #f2f4f6;
	border-radius: 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 24px;
}

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

.site-page button:hover,
.site-page .button:hover,
.site-page input[type="submit"]:hover {
	box-shadow: inset 0 0 0 1px #034ea2;
	color: #034ea2 !important;
}

.publication-tabs button {
	border-radius: 0;
	box-shadow: none;
	height: 46px;
	line-height: 46px;
	width: 100%;
}

.publication-tabs button.active {
	background: #6f808b;
	color: #ffffff !important;
}

.publication-tabs button.active:hover {
	box-shadow: none;
	color: #ffffff !important;
}

.paper-panel {
	overflow: hidden;
	padding: 24px;
}

.paper-panel h2 {
	font-size: 1.75rem;
	margin-bottom: 18px;
}

.site-page table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9rem;
	min-width: 760px;
	width: 100%;
}

.site-page th,
.site-page td,
.site-page .tg td,
.site-page .tg th {
	border: 1px solid rgba(54, 64, 78, 0.12) !important;
	padding: 12px 10px !important;
	text-align: center !important;
	vertical-align: middle;
}

.site-page th,
.site-page .tg .tg-amwm {
	background: #f4f7fb;
	color: #39404a;
	font-size: 0.88rem !important;
	font-weight: 800;
	text-align: center !important;
}

.site-page .table-wrapper {
	overflow-x: auto;
}

#newsContainer {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-page .news-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);
	cursor: pointer;
	display: block;
	margin: 0;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	width: auto;
}

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

.site-page .news-card img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.site-page .news-card-content {
	padding: 18px;
}

.site-page .news-card-title {
	color: #4d5159;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 10px;
}

.site-page .news-card-date {
	color: #7b8491;
	font-size: 0.82rem;
	text-align: left;
}

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

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

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

@media screen and (max-width: 980px) {
	.member-grid,
	#newsContainer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

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

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

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

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

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

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

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

	.page-hero {
		padding: 42px 0 30px;
	}

	.member-grid,
	.research-media,
	#newsContainer {
		grid-template-columns: 1fr;
	}
}
