@charset "utf-8";

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

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

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

.section_1 {}

.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: 1680px;
	padding: 24px 0 24px;
	border-radius: 20px;
	background-color: #ffffff;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 24px;
	width: 90%;
}

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

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .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_flex .item_inner {
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap {
	padding: 24px 0;
	border-radius: 20px;
	background-color: #FEB55B;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner {
	gap: 12px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .area {
	width: 100%;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .case {
	position: relative;
	width: 100%;
	padding-top: 12px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .case::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #4A270C;
}

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

	.section_1 .heading_wrap {
		left: auto;
		right: 5%;
		transform: translate(0, -62.5%);
		width: 45%;
	}

	.section_1 .content_wrap .content {
		padding: 5% 0 5%;
	}

	.section_1 .content_wrap .content .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 36px 24px;
		width: 90%;
		max-width: 1560px;
	}

	.section_1 .content_wrap .content .item_wrap .item_flex {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner {
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner {
		width: 80%;
	}
}

@media screen and (min-width: 1280px) {
    .section_1 .content_wrap .content .item_wrap .item_flex {
        width: calc((100% - (24px * 2)) / 3);
    }
}

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

    .section_1 .content_wrap .content .item_wrap .item_flex {
        width: calc((100% - (60px * 2)) / 3);
    }

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner {
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .area {
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .case {
		padding-top: 24px;
		font-size: 2rem;
	}
}

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

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