@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_5.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Noto Serif KR", serif;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.1em;
}

.fv_text > * {
	display: block;
}

@media screen and (min-width: 768px) {
	.fv {
		height: auto;
		background-image: none;
	}
}

@media screen and (min-width: 1280px) {
	.fv_text {
		font-size: 2.6rem;
	}
}

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

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

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

@media screen and (min-width: 768px) {
	.section_inner {
		padding: 10% 0;
	}
}

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

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

.section_1 {}

.section_1 .section_inner {}

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

.section_1 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	max-width: 1580px;
	margin: 0 auto 0;
}

.section_1 .flex .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .flex .box .text_1 {
	position: relative;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px #D8D8D8 solid;
	font-size: 1.4rem;
	line-height: 1;
	color: #4F618E;
}

.section_1 .flex .box .text_1::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 25%;
	height: 1px;
	background-color: #4F618E;
}

.section_1 .flex .box .text_2 .highlight {
	color: #4F618E;
}

.section_1 .flex .box .img {
	border-radius: 32px 0 0 32px;
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.45);
}

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		flex-direction: row;
		width: 90%;
		margin: 0 0 0 auto;
	}

	.section_1 .flex .box {}

	.section_1 .flex .box_1 {
		flex: 5.5;
	}

	.section_1 .flex .box_2 {
		flex: 4.5;
	}

	.section_1 .flex .box .text_1 {}

	.section_1 .flex .box .text_1::after {}

	.section_1 .flex .box .text_2 .highlight {}
}

@media screen and (min-width: 1280px) {
	.section_1 .section_container_inner {
		gap: 72px;
	}

	.section_1 .flex {
		gap: 48px;
	}

	.section_1 .flex .box {
		gap: 24px;
	}

	.section_1 .flex .box_1 {
		flex: 4;
	}

	.section_1 .flex .box_2 {
		flex: 6;
	}

	.section_1 .flex .box .text_1 {
		font-size: 1.8rem;
	}
}

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

	.section_1 .flex {
		gap: 84px;
	}

	.section_1 .flex .box {
		gap: 48px;
	}

	.section_1 .flex .box .text {
		font-size: 1.2rem;
	}

	.section_1 .flex .box .text_1 {
		padding-bottom: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .section_container_inner {
		gap: 96px;
	}
}

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

.section_2 {}

.section_2 .section_inner {
	padding: 0 0 20%;
}

.section_2 .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto 0;
}

.section_2 .img {
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
	.section_2 .img {
		width: 60%;
	}
}

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

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

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

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