@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_3.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 {
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.45);
}

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

	.section_1 .section_inner {
		padding: 10% 0 2.5%;
	}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		position: relative;
		width: 90%;
	}

	.section_1 .flex.right {
		flex-direction: row;
		margin: 0 0 0 auto;
	}

	.section_1 .flex.right::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 10%;
		height: 125%;
		background-color: #4F618E;
	}

	.section_1 .flex.left {
		flex-direction: row-reverse;
		margin: 0 auto 0 0;
	}

	.section_1 .flex.left::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 10%;
		height: 125%;
		background-color: #4F618E;
	}

	.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.right::before {
		width: 15%;
		height: 125%;
	}

	.section_1 .flex.left::before {
		width: 15%;
		height: 125%;
	}

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

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

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

	.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_1 .flex {
		gap: 120px;
	}
}

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

.section_2 {
	background-color: #4F618E;
}

.section_2 .section_inner {}

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

.section_2 .heading .back {
	color: rgba(255, 255, 255, 0.08);
}

.section_2 .heading .front {
	color: #fff;
}

.c-timeline {
	width: 90%;
	max-width: 1000px;
	margin: 5% auto 0;
}

.c-timeline__item {
    position: relative;
    display: flex;
	align-items: flex-start;
    gap: 1.5rem;
}

.c-timeline__content__wrap {
    flex: 1;
    position: relative;
    order: 1;
}

.c-timeline__content__wrap:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.c-timeline__item:first-child .c-timeline__content__wrap:before {
	top: initial;
	bottom: 0;
	/* height: 50%; */
}

.c-timeline__item:last-child .c-timeline__content__wrap:before {
	/* height: 50%; */
}

.c-timeline__content__wrap:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0%;
	transform: translate(-50%, 0);
    width: 1.2rem;
    height: auto;
	aspect-ratio: 1 / 1;
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
}

.c-timeline__content {
    padding-left: 1.5rem;
}

.c-timeline__item:last-child .c-timeline__content {
	position: relative;
}

.c-timeline__item:last-child .c-timeline__content::before {
    content: "";
    position: absolute;
    bottom: 0;
	left: 0;
	transform: translate(-45%, -20%) rotate(-35deg);
    width: 24px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-left: 2px #fff solid;
    /* background-color: #fff; */
}

.c-timeline__desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	padding: 0 0 24px;
}

.c-timeline__item:last-child .c-timeline__desc {
	padding: 0;
}

.c-timeline__desc_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	color: #fff;
}

.c-timeline__desc_text h3 {
	font-size: 1.2rem;
	line-height: 1;
}

.c-timeline .c-timeline__item:nth-of-type(odd) .c-timeline__desc_text {}

.c-timeline .c-timeline__item:nth-of-type(even) .c-timeline__desc_text {}

.c-timeline__time {
    text-align: end;
    flex: 0 0 20.5%;
    min-width: 0;
    overflow-wrap: break-word;
	letter-spacing: 0.1em;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.c-timeline__desc {
		flex-direction: row;
		gap: 24px;
	}

	.c-timeline__desc_text {
		flex: 6;
	}

	.c-timeline__desc_img {
		flex: 4;
	}

	.c-timeline__time {
		flex: 0 0 10%;
	}
}

@media screen and (min-width: 1280px) {
	.c-timeline {
		width: 70%;
	}

	.c-timeline__time {
		flex: 0 0 8%;
	}
}

@media screen and (min-width: 1440px) {
	.c-timeline__item {
		gap: 2rem;
	}

	.c-timeline__content__wrap:after {
		width: 2rem;
	}

	.c-timeline__content {
		padding-left: 2rem;
	}

	.c-timeline__desc {
		gap: 36px;
		padding-bottom: 60px;
	}

	.c-timeline__desc_text {
		gap: 24px;
		font-size: 1.2rem;
	}

	.c-timeline__desc_text h3 {
		font-size: 2rem;
	}

	.c-timeline__time {
		flex: 0 0 8.5%;
		font-size: 1.2rem;
	}
}

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

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

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

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