@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap);

.news {
	padding: 60px 20px
}

.news__title {
	color: #25b6a0;
	font-size: 24px;
	margin: 0 0 20px;
	text-align: center
}

.news__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin: 0 0 40px;
	min-height: 600px
}

.news__list,
.news__listItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.news__listItem {
	gap: 10px;
	width: 100%
}

.news__eyecatch {
	aspect-ratio: 480/280;
	border-radius: 10px;
	margin: 0 0 4px;
	overflow: hidden;
	width: 50%
}

.news__date {
	display: block
}

.news__subject {
	font-size: 16px;
	font-weight: 700
}

.news__btn,
.news__cat {
	display: block
}

.news__btn {
	background: #8a8a8a;
	border-radius: 40px;
	color: #fff;
	padding: 10px 0;
	text-align: center
}

.news__att {
	text-align: center;
	width: 100%
}

.pagenation {
	margin: 60px 0
}

.pagenation .page-numbers {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px 2%;
	justify-content: center
}

.pagenation .page-numbers li {
	aspect-ratio: 1/1;
	width: 11.5%
}

.pagenation .page-numbers li span {
	background: #f5f5f5;
	display: grid;
	height: 100%;
	place-items: center
}

.pagenation .page-numbers li span.current {
	background: #4bbaaa
}

.pagenation .page-numbers li a {
	background: #f5f5f5;
	display: grid;
	height: 100%;
	place-items: center
}

.article {
	min-height: 600px;
	padding: 80px 20px
}

.articleDetal__title {
	font-size: 18px;
	margin: 0 0 10px
}

.articleDetal__img {
	width: 100%
}

.articleDetal__content {
	margin: 20px 0 0
}

@media print,
screen and (min-width:820px) {
	.news {
		margin: 0 auto;
		max-width: 1200px;
		padding: 150px 20px
	}

	.news__title {
		font-size: 32px;
		margin: 0 0 30px
	}

	.news__list {
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 40px
	}

	.news__list,
	.news__listItem {
		-webkit-box-direction: normal
	}

	.news__listItem {
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc(33.33333% - 26.66667px)
	}

	.news__eyecatch {
		width: 100%
	}

	.news__subject {
		font-size: 18px
	}

	.news__btn {
		margin: 0 auto;
		max-width: 360px
	}

	.pagenation .page-numbers li {
		width: 4.6%
	}

	.article {
		margin: 0 auto;
		max-width: 800px;
		min-height: 800px;
		padding: 140px 20px
	}

	.articleDetal__title {
		font-size: 28px
	}
}

/*# sourceMappingURL=lower.css.map */
