@charset "utf-8";

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

.section_1 {
	background-color: #010101;
}

.section_1 .inner {}

.section_1 .wrap {}

.section_1 .heading_wrap {
	align-items: flex-start;
}

.section_1 .heading_wrap .heading {
	flex-direction: column-reverse;
	align-items: flex-start;
}

.section_1 .heading_wrap .heading .main,
.section_1 .heading_wrap .heading .sub {
	font-family: "Konkhmer Sleokchher", system-ui;
	color: #ffffff;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {}

.section_1 .heading_wrap .heading .main::before {}

.section_1 .heading_wrap .heading .main::after {}

.section_1 .heading_wrap .heading .sub {
	font-size: 0.625em;
}

.section_1 .heading_wrap .heading .main span,
.section_1 .heading_wrap .heading .sub span {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

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

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

.section_1 .content_wrap .content .item_wrap .item .text {
	color: #ffffff;
}

.section_1 .content_wrap .content:nth-of-type(even) {
	background-color: #232323;
}

.section_1 .content_wrap .content .item_wrap_1 {
	padding: 24px 5%;
}

.section_1 .content_wrap .content .item_wrap_1 .item_2 {
	align-items: flex-start;
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap_1 .item_2 .text_1 {
	padding-left: 12px;
	border-left: 1px #ffffff solid;
	font-size: 1.125rem;
	font-weight: 700;
}

.section_1 .content_wrap .content .item_wrap_2 {
	display: block;
}

.section_1 .content_wrap .content .item_wrap_2 .item {
	display: block;
	width: auto;
	height: 100%;
}

.section_1 .content_wrap .content_top {
	gap: 24px;
	padding: 48px 0;
}

.section_1 .content_wrap .content_top .heading_wrap {}

.section_1 .content_wrap .content_top .heading_wrap .heading {}

.section_1 .content_wrap .content_top .heading_wrap .heading .main,
.section_1 .content_wrap .content_top .heading_wrap .heading .sub {
	text-align: center;
	line-height: 1.5;
	color: #ffffff;
}

.section_1 .content_wrap .content_top .heading_wrap .heading .main {}

.section_1 .content_wrap .content_top .heading_wrap .heading .main::before,
.section_1 .content_wrap .content_top .heading_wrap .heading .main::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 2560px;
    height: 1px;
    background-color: #ffffff;
}

.section_1 .content_wrap .content_top .heading_wrap .heading .main::before {
    left: -8px;
    transform: translate(-100%, -50%);
}

.section_1 .content_wrap .content_top .heading_wrap .heading .main::after {
    left: auto;
    right: -8px;
    transform: translate(100%, -50%);
}

.section_1 .content_wrap .content_top .heading_wrap .heading .sub {}

.section_1 .content_wrap .content_top .heading_wrap .heading .main span,
.section_1 .content_wrap .content_top .heading_wrap .heading .sub span {
	line-height: 1.5;
}

.section_1 .content_wrap .content_top .content_wrap {
	width: 90%;
}

.section_1 .content_wrap .content_top .item_wrap {}

.section_1 .content_wrap .content_top .item_wrap .item {}

.section_1 .content_wrap .content_top .item_wrap .item .text {
	color: #ffffff;
}

.section_1 .content_wrap .content_top .item_wrap .item_1 {
	width: max-content;
	max-width: 90%;
}

.section_1 .content_wrap .content_top .item_wrap .item_2 {
	width: 90%;
}

@media screen and (min-width: 768px) {
	.section_1 .content_wrap .content .item_wrap_2 {
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content {
		flex-direction: row;
		height: 360px;
	}

	.section_1 .content_wrap .content .item_wrap_1 {
		width: 55%;
		margin: 0 auto 0 10%;
		padding: 0;
	}

	.section_1 .content_wrap .content .item_wrap_2 {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: auto;
		height: 100%;
		aspect-ratio: 608 / 580;
	}

	.section_1 .content_wrap .content_top {
		flex-direction: column;
	}

	.section_1 .content_wrap .content_top .heading_wrap {
		align-items: center;
	}

	.section_1 .content_wrap .content_top .item_wrap .item_2 {
		width: 80%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_wrap .heading {
		font-size: 3rem;
	}

	.section_1 .content_wrap .content {
		height: 480px;
	}

	.section_1 .content_wrap .content .item_wrap_1 {
		gap: 48px;
		width: 52.5%;
	}

	.section_1 .content_wrap .content .item_wrap_1 .item_2 {
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap_1 .item_2 .text_1 {
		padding-left: 36px;
		font-size: 1.75rem;
	}

	.section_1 .content_wrap .content_top {
		padding: 132px 0;
	}

	.section_1 .content_wrap .content_top .heading_wrap .heading {
		font-size: 2.375rem;
	}

	.section_1 .content_wrap .content_top .item_wrap .item_2 {
		width: 70%;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .heading_wrap .heading {
		font-size: 4rem;
	}

	.section_1 .content_wrap .content {
		height: 600px;
	}

	.section_1 .content_wrap .content .item_wrap_1 {
		width: 55%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item_2 .text_1 {
		font-size: 2rem;
	}

	.section_1 .content_wrap .content_top .heading_wrap .heading {
		font-size: 3rem;
	}
}

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