@charset "utf-8";
.contents .news_txt .news_img {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	max-width: 1000px;
	flex-wrap: wrap;
}
.contents .news_txt .news_img img {
	margin: 15px;
	border-radius: 25px;
	width: 100%;
	height: 100%;
}
.wrapper .contents .more_news {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
