@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_2.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) {
	.bg {
		position: relative;
	}

	.bg::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 85%;
		max-width: calc(1240px + 10%);
		height: 100%;
		background-color: #F8F8F8;
	}

	.bg > * {
		position: relative;
		z-index: 2;
	}

	.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: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .flex .box .text_1 {
	
}

.section_1 .flex .box .text_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	color: #4F618E;
}

.section_1 .flex .box .text_2 * {
	display: block;
	line-height: 1;
}

.section_1 .flex .box .img {
	width: 100%;
	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_2 {}

	.section_1 .flex .box .text_2 * {}

	.section_1 .flex .box .img {}
}

@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;
	}
}

@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;
		line-height: 2;
	}
}

@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 .box {
	position: relative;
	width: 90%;
	padding: 5%;
	border: 1px #4F618E solid;
	background-color: #fff;
}

.section_2 .box::before,
.section_2 .box::after {
	content: "";
	position: absolute;
	width: 60px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: transparent;
}

.section_2 .box::before {
	top: 0;
	right: 0;
	transform: translate(70%, -70%) rotate(-45deg);
	border-left: 1px #4F618E solid;
}

.section_2 .box::after {
	bottom: 0;
	left: 0;
	transform: translate(-70%, 70%) rotate(-45deg);
	border-right: 1px #4F618E solid;
}

.section_2 .box_1 {
	max-width: 1000px;
	padding: 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #4F618E;
}

.section_2 .box_1 .inner {
	position: relative;
	padding: 5%;
}

.section_2 .box_1 .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 24px;
	background-color: #4F618E;
}

.section_2 .box_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	max-width: 1000px;
}

.section_2 .box_2 .text_1 {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	color: #4F618E;
}

.section_2 .box_2 .tablearea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_2 .box_2 .tablearea .table_line {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_2 .box_2 .tablearea .table_line table {
	width: 100%;
}

.section_2 .box_2 .tablearea .table_line table th,
.section_2 .box_2 .tablearea .table_line table td {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	font-weight: 500;
}

.section_2 .box_2 .tablearea .table_line table th {
	color: #4F618E;
}

.section_2 .box_2 .tablearea .table_line table td {}

.section_2 .box_2 .tablearea .table_line table th span,
.section_2 .box_2 .tablearea .table_line table td span {
	display: block;
	padding: 1em 0.5em;
}

.section_2 .box_2 .tablearea .table_line table th span {
	border-bottom: 1px #4F618E solid;
}

.section_2 .box_2 .tablearea .table_line table td span {
	border-bottom: 1px #D8D8D8 solid;
}

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

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

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

	.section_2 .section_container_inner {}

	.section_2 .box {
		width: 70%;
	}

	.section_2 .box::before,
	.section_2 .box::after {}

	.section_2 .box::before {}

	.section_2 .box::after {}

	.section_2 .box_1 {
		width: 70%;
	}

	.section_2 .box_2 {
		gap: 36px;
	}

	.section_2 .box_2 .text_1 {}

	.section_2 .box_2 .tablearea {}

	.section_2 .box_2 .tablearea .table_line {}

	.section_2 .box_2 .tablearea .table_line table {}

	.section_2 .box_2 .tablearea .table_line table th,
	.section_2 .box_2 .tablearea .table_line table td {}

	.section_2 .box_2 .tablearea .table_line table th {}

	.section_2 .box_2 .tablearea .table_line table td {}

	.section_2 .box_2 .tablearea .table_line table th span,
	.section_2 .box_2 .tablearea .table_line table td span {}

	.section_2 .box_2 .tablearea .table_line table th span {}

	.section_2 .box_2 .tablearea .table_line table td span {}

	.section_2 .box_2 .maparea {
		gap: 24px;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .box::before,
	.section_2 .box::after {
		width: 120px;
	}

	.section_2 .box_1 {
		font-size: 2.4rem;
	}

	.section_2 .box_1 .inner::before {
		height: 36px;
	}

	.section_2 .box_2 {
		gap: 48px;
		margin-top: 120px;
	}

	.section_2 .box_2 .text_1 {
		font-size: 1.8rem;
	}

	.section_2 .box_2 .tablearea .table_line {
		flex-direction: row;
		align-items: stretch;
		gap: 48px;
	}

	.section_2 .box_2 .tablearea .table_line table tr {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		height: 100%;
	}

	.section_2 .box_2 .tablearea .table_line table th,
	.section_2 .box_2 .tablearea .table_line table td {
		/* display: table-cell; */
	}

	.section_2 .box_2 .tablearea .table_line table th {
		width: 120px;
	}

	.section_2 .box_2 .tablearea .table_line_2 table th,
	.section_2 .box_2 .tablearea .table_line_4 table th,
	.section_2 .box_2 .tablearea .table_line_5 table th {
		/* width: 10%; */
	}

	.section_2 .box_2 .tablearea .table_line table td {
		width: calc(100% - 120px);
	}

	.section_2 .box_2 .tablearea .table_line_4 table td,
	.section_2 .box_2 .tablearea .table_line_5 table td {
		width: fit-content;
	}

	.section_2 .box_2 .tablearea .table_line table th span,
	.section_2 .box_2 .tablearea .table_line table td span {
		height: 100%;
	}

	.section_2 .box_2 .maparea {
		flex-direction: row;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .box::before,
	.section_2 .box::after {
		width: 180px;
	}

	.section_2 .box_1 {
		font-size: 3.4rem;
	}

	.section_2 .box_1 .inner::before {
		height: 60px;
	}

	.section_2 .box_2 {
		gap: 60px;
		margin-top: 180px;
	}

	.section_2 .box_2 .text_1 {
		font-size: 2.4rem;
	}

	.section_2 .box_2 .tablearea .table_line {
		gap: 72px;
	}

	.section_2 .box_2 .tablearea .table_line table th,
	.section_2 .box_2 .tablearea .table_line table td {
		font-size: 1.2rem;
	}

	.section_2 .box_2 .tablearea .table_line table th {
		width: 144px;
	}

	.section_2 .box_2 .tablearea .table_line table td {
		width: calc(100% - 144px);
	}

	.section_2 .box_2 .tablearea .table_line_4 table td,
	.section_2 .box_2 .tablearea .table_line_5 table td {
		width: fit-content;
	}
}

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

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

.section_3 {}

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

.section_3 .section_container {
	position: relative;
	width: 100%;
	padding: 10% 0;
}

.section_3 .section_container::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 95%;
	height: 100%;
	background-color: #4F618E;
}

.section_3 .section_container_inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 90%;
	margin: 0 auto 0;
}

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

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

.section_3 .text {
    width: fit-content;
    color: #fff;
}

.section_3 .text_1 {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
}

.section_3 .text_2,
.section_3 .text_3,
.section_3 .text_4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .text_2 .flex,
.section_3 .text_3 .flex,
.section_3 .text_4 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

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

	.section_3 .section_inner {
		padding: 0 0 10%;
	}

	.section_3 .section_container {}

	.section_3 .section_container::before {
		width: 85%;
	}

	.section_3 .section_container_inner {
		flex-direction: row;
		gap: 12px;
		width: 70%;
	}

	.section_3 .content {
		position: relative;
		gap: 24px;
		flex: 8;
	}

	.section_3 .content::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 32.5%;
		transform: translate(0, -50%) rotate(-22.5deg);
		width: 1px;
		height: 90%;
		background-color: #fff;
	}

	.section_3 .content .text > span {
		flex: 2.5;
		text-align: right;
	}

	.section_3 .content .text > .flex {
		flex: 7.5;
	}

	.section_3 .text_1 {
		flex: 2;
	}

	.section_3 .text_3 {
		margin-left: 24px;
	}

	.section_3 .text_4 {
		margin-left: 48px;
	}

	.section_3 .text_2,
	.section_3 .text_3,
	.section_3 .text_4 {
		position: relative;
		flex-direction: row;
		gap: 48px;
	}

	.section_3 .text_2::before,
	.section_3 .text_3::before,
	.section_3 .text_4::before {
		content: "";
		position: absolute;
		transform: translate(0, -50%);
		width: 0.8rem;
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 100%;
		background-color: #fff;
	}

	.section_3 .text_2::before {
		top: 25%;
		left: 25.5%;
	}

	.section_3 .text_3::before {
		top: 50%;
		left: 26.5%;
	}

	.section_3 .text_4::before {
		top: 50%;
		left: 25.5%;
	}

	.section_3 .text_2 .flex,
	.section_3 .text_3 .flex,
	.section_3 .text_4 .flex {}
}

@media screen and (min-width: 1280px) {
	.section_3 .content::before {
		left: 30%;
	}

	.section_3 .text_1 {
		font-size: 1.8rem;
	}

	.section_3 .text_2::before {
		left: 25.5%;
	}

	.section_3 .text_3::before {
		left: 26.4%;
	}

	.section_3 .text_4::before {
		left: 25.8%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .content::before {
		left: 29.5%;
	}

	.section_3 .text {
		font-size: 1.2rem;
	}

	.section_3 .text_1 {
		font-size: 2.4rem;
	}

	.section_3 .text_2::before {
        left: 25.1%;
    }

	.section_3 .text_3::before {
		left: 26.4%;
	}

	.section_3 .text_4::before {
        left: 26.2%;
    }
}

@media screen and (min-width: 1920px) {
	.section_3 .content::before {
		left: 28.2%;
	}

    .section_3 .text_3::before {
        left: 25.9%;
    }

    .section_3 .text_4::before {
        left: 25.7%;
    }
}

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

@media screen and (min-width: 768px) {
	footer {
		position: relative;
		z-index: 1;
	}
}