:where(.slcm-notice, .slcm-resource) {
	--slcm-board-ink: #1c2430;
	--slcm-board-body: #3f4650;
	--slcm-board-muted: #747b85;
	--slcm-board-line: #dfe3e8;
	--slcm-board-soft: #f6f7f9;
	--slcm-board-hover: #fafbfd;
	--slcm-board-accent: #12203a;
	--slcm-board-accent-hover: #1c3159;
	--slcm-board-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	color: var(--slcm-board-body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

:where(.slcm-notice, .slcm-resource) *,
:where(.slcm-notice, .slcm-resource) *::before,
:where(.slcm-notice, .slcm-resource) *::after {
	box-sizing: inherit;
}

:where(.slcm-notice, .slcm-resource) .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

:where(.slcm-notice-list, .slcm-resource-list) {
	padding-bottom: clamp(48px, 6vw, 80px);
}

:where(.slcm-notice-table-wrap, .slcm-resource-table-wrap) {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

:where(.slcm-notice-table, .slcm-resource-table) {
	width: 100%;
	margin: 0;
	border: 0 !important;
	border-top: 2px solid var(--slcm-board-accent) !important;
	border-collapse: collapse;
	background: #fff;
	table-layout: fixed;
}

:where(.slcm-notice-table, .slcm-resource-table) th,
:where(.slcm-notice-table, .slcm-resource-table) td {
	height: 56px;
	padding: 14px 18px;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid var(--slcm-board-line) !important;
	border-left: 0 !important;
	vertical-align: middle;
}

:where(.slcm-notice-table, .slcm-resource-table) th {
	background: var(--slcm-board-soft);
	color: var(--slcm-board-ink);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.01em;
	text-align: center;
}

:where(.slcm-notice-table, .slcm-resource-table) tbody tr {
	transition: background-color 160ms ease;
}

:where(.slcm-notice-table, .slcm-resource-table) tbody tr:hover {
	background: var(--slcm-board-hover);
}

:where(.slcm-notice-number, .slcm-resource-number) {
	width: 20%;
	min-width: 88px;
	color: var(--slcm-board-muted);
	text-align: center;
}

:where(.slcm-notice-title, .slcm-resource-title) {
	text-align: left;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

:where(.slcm-notice-title, .slcm-resource-title) a {
	color: var(--slcm-board-ink);
	font-weight: 500;
	text-decoration: none;
	transition: color 160ms ease;
}

:where(.slcm-notice-title, .slcm-resource-title) a:hover,
:where(.slcm-notice-title, .slcm-resource-title) a:focus-visible {
	color: var(--slcm-board-accent-hover);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

:where(.slcm-notice-table, .slcm-resource-table) .is-pinned :where(.slcm-notice-number, .slcm-resource-number) {
	color: var(--slcm-board-accent);
	font-weight: 700;
}

:where(.slcm-notice-empty, .slcm-resource-empty) {
	height: auto !important;
	padding: 52px 16px !important;
	color: var(--slcm-board-muted);
	text-align: center;
}

:where(.slcm-notice-search, .slcm-resource-search) {
	display: grid;
	grid-template-columns: 92px minmax(180px, 300px) auto;
	align-items: stretch;
	justify-content: start;
	gap: 6px;
	margin-top: 34px;
}

:where(.slcm-notice-search, .slcm-resource-search) select,
:where(.slcm-notice-search, .slcm-resource-search) input,
:where(.slcm-notice-search, .slcm-resource-search) button {
	width: 100%;
	min-width: 0;
	height: 42px;
	min-height: 42px;
	margin: 0;
	border: 1px solid #cbd1d8;
	border-radius: var(--slcm-board-radius);
	box-shadow: none;
	font: inherit;
}

:where(.slcm-notice-search, .slcm-resource-search) select {
	padding: 0 30px 0 12px;
	background-color: #fff;
	color: var(--slcm-board-body);
	opacity: 1;
}

:where(.slcm-notice-search, .slcm-resource-search) input {
	padding: 8px 12px;
	background: #fff;
	color: var(--slcm-board-ink);
}

:where(.slcm-notice-search, .slcm-resource-search) input:focus {
	border-color: var(--slcm-board-accent);
	outline: 2px solid rgb(18 32 58 / 14%);
	outline-offset: 1px;
}

:where(.slcm-notice-search, .slcm-resource-search) button {
	width: auto;
	padding: 8px 22px;
	border-color: var(--slcm-board-accent);
	background: var(--slcm-board-accent);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease;
}

:where(.slcm-notice-search, .slcm-resource-search) button:hover,
:where(.slcm-notice-search, .slcm-resource-search) button:focus-visible {
	border-color: var(--slcm-board-accent-hover);
	background: var(--slcm-board-accent-hover);
}

:where(.slcm-notice-search-reset, .slcm-resource-search-reset) {
	grid-column: 1 / -1;
	justify-self: start;
	margin-top: 2px;
	color: var(--slcm-board-muted);
	font-size: 14px;
	text-underline-offset: 3px;
}

:where(.slcm-notice-pagination, .slcm-resource-pagination) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin-top: 32px;
}

:where(.slcm-notice-pagination, .slcm-resource-pagination) .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--slcm-board-line);
	border-radius: var(--slcm-board-radius);
	background: #fff;
	color: var(--slcm-board-body);
	font-size: 14px;
	text-decoration: none;
}

:where(.slcm-notice-pagination, .slcm-resource-pagination) .page-numbers.current,
:where(.slcm-notice-pagination, .slcm-resource-pagination) a.page-numbers:hover,
:where(.slcm-notice-pagination, .slcm-resource-pagination) a.page-numbers:focus-visible {
	border-color: var(--slcm-board-accent);
	background: var(--slcm-board-accent);
	color: #fff;
}

:where(.slcm-notice-detail, .slcm-resource-detail) {
	margin-bottom: clamp(56px, 8vw, 104px);
	border: 0 !important;
	border-top: 2px solid var(--slcm-board-accent) !important;
}

:where(.slcm-notice-detail-header, .slcm-resource-detail-header) {
	display: grid;
	grid-template-columns: minmax(150px, 20%) 1fr;
	border-bottom: 1px solid var(--slcm-board-line);
}

:where(.slcm-notice-detail-label, .slcm-resource-detail-label),
:where(.slcm-notice-detail-title, .slcm-resource-detail-title) {
	margin: 0;
	padding: 15px 18px;
}

:where(.slcm-notice-detail-label, .slcm-resource-detail-label) {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--slcm-board-soft);
	color: var(--slcm-board-ink);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

:where(.slcm-notice-detail-title, .slcm-resource-detail-title) {
	color: var(--slcm-board-ink);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

:where(.slcm-notice-detail-content, .slcm-resource-detail-content) {
	min-height: 240px;
	padding: clamp(28px, 4vw, 52px) 16px clamp(44px, 6vw, 72px);
	color: var(--slcm-board-body);
}

:where(.slcm-notice-detail-content, .slcm-resource-detail-content) > :first-child {
	margin-top: 0;
}

:where(.slcm-notice-detail-content, .slcm-resource-detail-content) > :last-child {
	margin-bottom: 0;
}

:where(.slcm-notice-detail-content, .slcm-resource-detail-content) img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1239px) {
	:where(.slcm-notice, .slcm-resource) {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	:where(.slcm-notice, .slcm-resource) {
		padding-right: 16px;
		padding-left: 16px;
		font-size: 14px;
	}

	:where(.slcm-notice-table, .slcm-resource-table) {
		table-layout: auto;
	}

	:where(.slcm-notice-table, .slcm-resource-table) th,
	:where(.slcm-notice-table, .slcm-resource-table) td {
		height: 52px;
		padding: 11px 10px;
	}

	:where(.slcm-notice-number, .slcm-resource-number) {
		width: 68px;
		min-width: 68px;
	}

	:where(.slcm-notice-search, .slcm-resource-search) {
		grid-template-columns: 82px minmax(0, 1fr) auto;
		gap: 5px;
		margin-top: 28px;
	}

	:where(.slcm-notice-search, .slcm-resource-search) select,
	:where(.slcm-notice-search, .slcm-resource-search) input,
	:where(.slcm-notice-search, .slcm-resource-search) button {
		height: 40px;
		min-height: 40px;
		font-size: 14px;
	}

	:where(.slcm-notice-search, .slcm-resource-search) button {
		padding-right: 16px;
		padding-left: 16px;
	}

	:where(.slcm-notice-detail-header, .slcm-resource-detail-header) {
		grid-template-columns: 84px 1fr;
	}

	:where(.slcm-notice-detail-label, .slcm-resource-detail-label),
	:where(.slcm-notice-detail-title, .slcm-resource-detail-title) {
		padding: 12px 10px;
	}

	:where(.slcm-notice-detail-content, .slcm-resource-detail-content) {
		min-height: 180px;
		padding-right: 4px;
		padding-left: 4px;
	}
}

@media (max-width: 420px) {
	:where(.slcm-notice-search, .slcm-resource-search) {
		grid-template-columns: 90px minmax(0, 1fr);
	}

	:where(.slcm-notice-search, .slcm-resource-search) button {
		grid-column: 1 / -1;
		width: 100%;
	}
}
