@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");

body.page_notice {
	font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	background: #F8FAFC;
	color: #0F172A;
}

.page_notice .head_notice_board {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid #E2E8F0;
}

.page_notice .title_notice_board {
	font-size: 1.25rem;
	font-weight: 800;
	color: #0F172A;
}

.page_notice .desc_notice_board {
	margin-top: 0.35rem;
	font-size: 0.8125rem;
	color: #64748B;
}

.page_notice .count_notice_board {
	font-size: 0.75rem;
	color: #64748B;
	font-weight: 600;
}

.page_notice .toolbar_notice_board {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.page_notice .tabs_notice_category {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}

.page_notice .btn_notice_category {
	padding: 0.45rem 0.85rem;
	border: 1px solid #E2E8F0;
	border-radius: 9999px;
	background: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 700;
	color: #64748B;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.page_notice .btn_notice_category.is_active {
	background: #6668AF;
	border-color: #6668AF;
	color: #FFFFFF;
}

.page_notice .form_search_notice {
	position: relative;
	width: 100%;
	max-width: 260px;
}

.page_notice .input_search_notice {
	width: 100%;
	height: 2.35rem;
	padding: 0 2.25rem 0 0.85rem;
	border: 1px solid #E2E8F0;
	border-radius: 0.5rem;
	background: #FFFFFF;
	font-size: 0.8125rem;
}

.page_notice .input_search_notice:focus {
	outline: none;
	border-color: #6668AF;
	box-shadow: 0 0 0 3px rgba(102, 104, 175, 0.12);
}

.page_notice .icon_search_notice {
	position: absolute;
	right: 0.65rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.1rem;
	color: #94A3B8;
	pointer-events: none;
}

.page_notice .card_notice_list {
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 0.85rem;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
}

.page_notice .table_notice_list {
	width: 100%;
	border-collapse: collapse;
}

.page_notice .table_notice_list thead {
	background: #F8FAFC;
	border-bottom: 1px solid #E2E8F0;
}

.page_notice .table_notice_list th {
	padding: 0.85rem 1rem;
	font-size: 0.75rem;
	font-weight: 800;
	color: #64748B;
	text-align: left;
}

.page_notice .table_notice_list th.col_num,
.page_notice .table_notice_list td.col_num {
	width: 4.5rem;
	text-align: center;
}

.page_notice .table_notice_list th.col_category,
.page_notice .table_notice_list td.col_category {
	width: 6.5rem;
	text-align: center;
}

.page_notice .table_notice_list th.col_date,
.page_notice .table_notice_list td.col_date {
	width: 7rem;
	text-align: center;
}

.page_notice .table_notice_list th.col_views,
.page_notice .table_notice_list td.col_views {
	width: 4.5rem;
	text-align: center;
}

.page_notice .table_notice_list tbody tr {
	border-bottom: 1px solid #F1F5F9;
	transition: background 0.2s;
}

.page_notice .table_notice_list tbody tr:hover {
	background: #F8FAFC;
}

.page_notice .table_notice_list tbody tr.row_notice_pinned {
	background: #FAFBFF;
}

.page_notice .table_notice_list td {
	padding: 0.9rem 1rem;
	font-size: 0.8125rem;
	color: #334155;
	vertical-align: middle;
}

.page_notice .link_notice_title {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #0F172A;
	font-weight: 700;
	text-decoration: none;
	max-width: 100%;
}

.page_notice .link_notice_title:hover {
	color: #6668AF;
}

.page_notice .text_notice_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_notice .badge_notice_category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.5rem;
	padding: 0.2rem 0.45rem;
	border-radius: 0.35rem;
	font-size: 0.6875rem;
	font-weight: 800;
	border: 1px solid transparent;
}

.page_notice .badge_notice_security {
	background: #FEF2F2;
	color: #B91C1C;
	border-color: #FECACA;
}

.page_notice .badge_notice_general {
	background: #F5F6FF;
	color: #6668AF;
	border-color: #DDD6FE;
}

.page_notice .badge_notice_event {
	background: #ECFDF5;
	color: #047857;
	border-color: #A7F3D0;
}

.page_notice .badge_notice_system {
	background: #FFF7ED;
	color: #C2410C;
	border-color: #FED7AA;
}

.page_notice .mark_notice_new {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 0.2rem;
	background: #EF4444;
	color: #FFFFFF;
	font-size: 0.5625rem;
	font-weight: 800;
	flex-shrink: 0;
}

.page_notice .mark_notice_pin {
	font-size: 0.875rem;
	color: #6668AF;
	flex-shrink: 0;
}

.page_notice .empty_notice_list {
	padding: 3rem 1rem;
	text-align: center;
	font-size: 0.875rem;
	color: #64748B;
}

.page_notice .pagination_notice {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 1.15rem 1rem;
	border-top: 1px solid #E2E8F0;
	background: #FAFBFC;
}

.page_notice .btn_page_notice {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.15rem;
	height: 2.15rem;
	padding: 0 0.5rem;
	border: 1px solid #E2E8F0;
	border-radius: 0.45rem;
	background: #FFFFFF;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #64748B;
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.page_notice .btn_page_notice:hover:not(:disabled):not(.is_active) {
	border-color: #6668AF;
	color: #6668AF;
}

.page_notice .btn_page_notice.is_active {
	background: #6668AF;
	border-color: #6668AF;
	color: #FFFFFF;
}

.page_notice .btn_page_notice:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.page_notice .panel_notice_detail {
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 0.85rem;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
}

.page_notice .head_notice_view {
	margin-bottom: 1rem;
}

.page_notice .breadcrumb_notice {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.8125rem;
	color: #64748B;
}

.page_notice .breadcrumb_notice a {
	color: #64748B;
	font-weight: 600;
	text-decoration: none;
}

.page_notice .breadcrumb_notice a:hover {
	color: #6668AF;
}

.page_notice .sep_breadcrumb {
	color: #CBD5E1;
}

.page_notice .text_breadcrumb_current {
	color: #334155;
	font-weight: 700;
}

.page_notice .head_notice_detail {
	padding: 1.5rem 1.75rem 1.35rem;
	border-bottom: 1px solid #E2E8F0;
	background: linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
}

.page_notice .row_notice_detail_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-bottom: 0.85rem;
}

.page_notice .group_notice_detail_badges {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	flex-wrap: wrap;
}

.page_notice .badge_notice_pin {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.2rem 0.5rem;
	border-radius: 0.35rem;
	background: #F5F6FF;
	border: 1px solid #DDD6FE;
	color: #6668AF;
	font-size: 0.6875rem;
	font-weight: 800;
}

.page_notice .badge_notice_pin .material-symbols-outlined {
	font-size: 0.875rem;
}

.page_notice .mark_notice_new_lg {
	width: 1.25rem;
	height: 1.25rem;
	font-size: 0.625rem;
}

.page_notice .num_notice_detail {
	font-size: 0.75rem;
	font-weight: 700;
	color: #94A3B8;
}

.page_notice .title_notice_detail {
	font-size: 1.35rem;
	font-weight: 800;
	color: #0F172A;
	line-height: 1.45;
}

.page_notice .summary_notice_detail {
	margin-top: 0.75rem;
	padding: 0.75rem 0.9rem;
	border-radius: 0.55rem;
	background: #F8FAFC;
	border: 1px solid #E2E8F0;
	font-size: 0.8125rem;
	color: #64748B;
	line-height: 1.6;
}

.page_notice .meta_notice_detail {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.page_notice .meta_notice_detail li {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.75rem;
	color: #64748B;
	font-weight: 600;
}

.page_notice .icon_meta_notice {
	font-size: 1rem;
	color: #94A3B8;
}

.page_notice .body_notice_detail {
	padding: 1.75rem;
}

.page_notice .content_notice_detail {
	min-height: 12rem;
	padding: 1.25rem 1.35rem;
	border-radius: 0.65rem;
	background: #FFFFFF;
	border: 1px solid #F1F5F9;
	font-size: 0.875rem;
	color: #334155;
	line-height: 1.8;
}

.page_notice .content_notice_detail p {
	margin-bottom: 0.85rem;
}

.page_notice .content_notice_detail p:last-child {
	margin-bottom: 0;
}

.page_notice .content_notice_detail ul,
.page_notice .content_notice_detail ol {
	margin: 0.75rem 0 0.85rem 1.1rem;
}

.page_notice .content_notice_detail li {
	margin-bottom: 0.35rem;
}

.page_notice .box_notice_contact {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin: 0 1.75rem 1.25rem;
	padding: 1rem 1.1rem;
	border-radius: 0.65rem;
	background: #EFF6FF;
	border: 1px solid #BFDBFE;
}

.page_notice .icon_notice_contact {
	font-size: 1.5rem;
	color: #2563EB;
	flex-shrink: 0;
}

.page_notice .title_notice_contact {
	font-size: 0.8125rem;
	font-weight: 800;
	color: #1E3A8A;
	margin-bottom: 0.25rem;
}

.page_notice .desc_notice_contact {
	font-size: 0.75rem;
	color: #334155;
	line-height: 1.55;
}

.page_notice .nav_notice_adjacent {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid #E2E8F0;
}

.page_notice .link_notice_adjacent {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem 1.25rem;
	text-decoration: none;
	transition: background 0.2s;
	min-height: 4.5rem;
}

.page_notice .link_notice_adjacent:not(.is_disabled):hover {
	background: #F8FAFC;
}

.page_notice .link_notice_prev {
	border-right: 1px solid #E2E8F0;
}

.page_notice .link_notice_adjacent.is_disabled {
	background: #FAFBFC;
	cursor: default;
}

.page_notice .label_notice_adjacent {
	font-size: 0.6875rem;
	font-weight: 800;
	color: #6668AF;
	letter-spacing: 0.04em;
}

.page_notice .link_notice_adjacent.is_disabled .label_notice_adjacent {
	color: #94A3B8;
}

.page_notice .title_notice_adjacent {
	font-size: 0.8125rem;
	font-weight: 700;
	color: #0F172A;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.page_notice .link_notice_adjacent.is_disabled .title_notice_adjacent {
	color: #94A3B8;
	font-weight: 600;
}

.page_notice .footer_notice_detail {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.15rem 1.5rem;
	border-top: 1px solid #E2E8F0;
	background: #FAFBFC;
}

.page_notice .btn_back_notice_list {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-width: 8.5rem;
	padding: 0.65rem 1.1rem;
	border: 1px solid #E2E8F0;
	border-radius: 0.55rem;
	background: #FFFFFF;
	font-size: 0.8125rem;
	font-weight: 800;
	color: #334155;
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.page_notice .btn_back_notice_list .material-symbols-outlined {
	font-size: 1.1rem;
}

.page_notice .btn_back_notice_list:hover {
	border-color: #6668AF;
	color: #6668AF;
	background: #F5F6FF;
}

.page_notice .card_notice_empty {
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 0.85rem;
	padding: 3.5rem 1.5rem;
	text-align: center;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
}

.page_notice .icon_notice_empty {
	font-size: 2.5rem;
	color: #CBD5E1;
	margin-bottom: 0.75rem;
}

.page_notice .title_notice_empty {
	font-size: 1.125rem;
	font-weight: 800;
	color: #0F172A;
}

.page_notice .desc_notice_empty {
	margin-top: 0.5rem;
	font-size: 0.8125rem;
	color: #64748B;
}

.page_notice .card_notice_empty .btn_back_notice_list {
	margin-top: 1.25rem;
}

@media (max-width: 767px) {
	.page_notice .table_notice_list th.col_views,
	.page_notice .table_notice_list td.col_views,
	.page_notice .table_notice_list th.col_num,
	.page_notice .table_notice_list td.col_num {
		display: none;
	}

	.page_notice .form_search_notice {
		max-width: none;
		flex: 1;
	}

	.page_notice .title_notice_detail {
		font-size: 1.125rem;
	}

	.page_notice .nav_notice_adjacent {
		grid-template-columns: 1fr;
	}

	.page_notice .link_notice_prev {
		border-right: none;
		border-bottom: 1px solid #E2E8F0;
	}

	.page_notice .body_notice_detail,
	.page_notice .box_notice_contact {
		padding-left: 1.15rem;
		padding-right: 1.15rem;
	}

	.page_notice .box_notice_contact {
		margin-left: 1.15rem;
		margin-right: 1.15rem;
	}
}
