@charset "utf-8";

/* Notice / Press — match content page width language */
#bo_list_wrap,
#bo_v,
.np-board-wrap {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 3.25rem 1.25rem 4.5rem;
}

#bo_w {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 3.25rem 1.25rem 4.5rem;
}

.np-board {
	width: 100%;
}

/* pagination — list column centered */
.np-paging {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 2.25rem;
	min-height: 2.75rem;
}

.np-paging .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
}

.np-paging .page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.5rem;
	border-radius: 0;
	border-color: #e3e8ec;
	color: #003c5e;
	font-weight: 600;
	line-height: 1;
}

.np-paging .page-item.active .page-link {
	background: #003c5e;
	border-color: #003c5e;
	color: #fff;
}

.np-paging .page-link:hover {
	background: #f4f7f9;
	border-color: #003c5e;
	color: #003c5e;
}

/* view page polish to match list */
.np-view .np-badge {
	display: inline-block;
	margin-bottom: 0.55rem;
	padding: 0.18rem 0.5rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	background: #003c5e;
}

@media (max-width: 767.98px) {
	#bo_list_wrap,
	#bo_v,
	.np-board-wrap,
	#bo_w {
		padding: 2rem 1rem 3rem;
	}
}
