@charset "utf-8";

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

.now.index::before {
	content: "";
}

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

.section_1 {}

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

.section_1 .wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.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 {}

.section_1 .content_wrap .content .item_wrap {}

.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 .item_inner .post_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post_wrap .post_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

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

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .post_wrap .post_wrap_inner .post .post_inner .img {
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .post_wrap .post_wrap_inner .post .post_inner .img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

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

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

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

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

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

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

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

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post_wrap .post_wrap_inner {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post_wrap .post_wrap_inner .post {
		width: calc((100% - (24px * 1)) / 2);
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .post_wrap .post_wrap_inner .post {
		width: calc((100% - (24px * 4)) / 5);
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 48px;
	}

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .post_wrap .post_wrap_inner .post {
		width: calc((100% - (36px * 4)) / 5);
	}
}

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

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