@charset "utf-8";

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

.header_list_inner li .now.repair::before {
	content: "";
}

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

.section_1 {}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

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

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

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .post_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

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

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

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

.section_1 .post_wrap .post_wrap_inner .post .post_inner .img {
	width: 100%;
	height: auto;
}

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

.section_1 .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 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .text {}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .title {}

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

	.section_1 .post_wrap .post_wrap_inner {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .post_wrap .post_wrap_inner .post {
		width: calc((100% - (24px * 3)) / 4);
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content {
		gap: 96px;
	}

	.section_1 .item_wrap .item .item_inner {
		gap: 96px;
	}

	.section_1 .post_wrap .post_wrap_inner {
		gap: 96px 36px;
	}

    .section_1 .post_wrap .post_wrap_inner .post {
        width: calc((100% - (36px * 3)) / 4);
    }
}

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

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