@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.header_list_inner li a .text {
	color: #000000;
}

/* ---------------------------------------------------------------------------------------------------- */
.section_1 {
	background-image: url(../img/top_news_bg.webp);
	background-position: 30% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .inner {
	padding: 10% 0 10%;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 48px;
}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px #B1B1B1 solid;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .category {
	padding: 8px 18px;
	border-radius: 100vmax;
	background-color: #009944;
	font-size: 0.875rem;
	line-height: 1;
	white-space: nowrap;
	color: #ffffff;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner .date {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner .text {
	font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .category {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap {
		position: relative;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .btn {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner .date {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .text_wrap_inner .text {}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .post {
		padding-bottom: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .inner {
		padding: 5% 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post {
		padding-bottom: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner {
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post .post_inner .text_wrap .btn {
		width: 96px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
