@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_4.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: 1240px;
	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 {
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.section_1 .flex {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
		width: 80%;
	}

	.section_1 .flex .box {
		gap: 12px;
		width: calc((100% - (24px * 2)) / 3);
	}
}

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

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

	.section_1 .flex {
		gap: 72px 36px;
	}

	.section_1 .flex .box {
		gap: 24px;
		width: calc((100% - (36px * 2)) / 3);
	}

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

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

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