@charset "utf-8";

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

.section_1 {}

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

.section_1 .wrap {
	gap: 24px;
}

.section_1 .content_wrap {
	gap: 24px;
	width: 90%;
	max-width: 1530px;
}

.section_1 .content_wrap .content {}

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

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

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

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap {
		width: 85%;
	}

	.section_1 .content_wrap .content .item_wrap {
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		width: calc((100% - (24px * 3)) / 4);
	}
}

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

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

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