@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.comNewsList {
	margin-top: 48px;
	margin-bottom: 40px;
}
.pager-wrap {
	margin-bottom: 80px;
}
.pager_list {
	display: flex;
	justify-content: center;
	gap: 8px;
}
.pager_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #eee;
}
.pager_item.here a {
	background-color: #BFB8AA;
}
.pager_item.here a {
	color: white;
}
.pager_item a:hover {
	background-color: #BFB8AA;
	color: white;
}