@charset "utf-8";

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

.fv {
	position: relative;
	overflow: hidden;
}

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

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

.fv_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	margin: 5% auto 5% 5%;
	font-family: "Noto Serif KR", serif;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
}

.fv_text > * {
	display: block;
}

.fv_text .top {
	font-size: 1em;
}

.fv_text .bottom {
	font-size: 1em;
	color: #4F618E;
}

.fv_text .small {
	font-size: 0.75em;
}

.fv_news {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	margin: -50px 0 0 auto;
	padding: 1em;
	line-height: 1;
	background-color: #4F618E;
	font-size: 0.8rem;
	color: #fff;
}

.fv_news .flex_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: max-content;
}

.fv_news .flex_1 span:nth-of-type(2) {
	padding: 0.5em 1em;
	border-radius: 10px;
	background-color: #fff;
	color: #4F618E;
}

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

	.fv .section_inner {}

	.fv .section_container {}

	.fv_text {
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translate(0, 0);
		gap: 4px;
		margin: 0;
	}

	.fv_text > * {
		padding: 0.5em;
		background-color: #fff;
	}

	.fv_text .top {}

	.fv_text .bottom {}

	.fv_text .small {}

	.fv_img {
		width: 90%;
		margin: 0 0 0 auto;
	}

	.fv_news {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		width: 60%;
		margin: -20px 0 0 auto;
		padding: 2%;
	}

	.fv_news .flex_1 {}

	.fv_news .flex_1 span:nth-of-type(2) {
		padding: 0.25em 1em;
	}

	.fv_news .flex_2 {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}

	.fv_news .flex_2 img {
		width: auto;
		height: 0.8rem;
	}
}

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

	.fv_news {
		width: 60%;
		margin: -36px 0 0 auto;
		gap: 24px;
	}

	.fv_news .flex_1 {
		gap: 24px;
	}
}

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

	.fv_news {
		width: 60%;
		margin: -36px 0 0 auto;
		gap: 36px;
		font-size: 1.2rem;
	}

	.fv_news .flex_1 {
		gap: 36px;
	}

	.fv_news .flex_2 img {
		height: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		top: 52%;
		gap: 8px;
		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 {
	padding: 10% 0;
}

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

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

.section_1 .img {
	display: block;
	width: 90%;
	margin: 0 0 0 auto;
	border-radius: 25px 0 0 25px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

.section_1 .textarea {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 80%;
	margin: 0 auto 0;
	padding-top: 5%;
}

.section_1 .textarea .heading_1 {
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translate(-50%, 0);
}

.section_1 .textarea .text {
	display: block;
}

.section_1 .textarea .text_1 {
	font-size: 1.5rem;
}

.section_1 .textarea .text span {
	display: block;
}

.section_1 .textarea .text_1 span:nth-of-type(1) {
	font-size: 0.65em;
}

.section_1 .textarea .text_2 span:nth-of-type(1) {
	color: #4F618E;
}

@media screen and (min-width: 768px) {
	.section_1 {
		position: relative;
		background-color: #F8F8F8;
	}

	.section_1::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 65%;
		height: 95%;
		border-radius: 0 0 48px 0;
		background-color: #fff;
	}

	.section_1 .section_inner {}

	.section_1 .section_container_inner {
		flex-direction: row-reverse;
		width: 85%;
		margin: 0 0 0 auto;
	}

	.section_1 .section_content {}

	.section_1 .img {
		position: relative;
		z-index: 1;
		flex: 5;
	}

	.section_1 .textarea {
		flex: 5;
		padding: 0;
	}

	.section_1 .textarea .heading_1 {
		top: -48px;
	}

	.section_1 .textarea .text {}

	.section_1 .textarea .text_1 {}

	.section_1 .textarea .text span {}

	.section_1 .textarea .text_1 span:nth-of-type(1) {}

	.section_1 .textarea .text_2 span:nth-of-type(1) {}
}

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

	.section_1 .img {
		flex: 6;
	}

	.section_1 .textarea {
		flex: 4;
	}

	.section_1 .textarea .heading_1 {
		top: -84px;
		font-size: 6.6rem;
	}

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

@media screen and (min-width: 1440px) {
	.section_1::before {
		height: 90%;
	}

	.section_1 .section_container_inner {
		gap: 96px;
	}

	.section_1 .textarea {
		gap: 48px;
	}

	.section_1 .textarea .heading_1 {
		top: -90px;
		font-size: 7.8rem;
	}

	.section_1 .textarea .text {
		font-size: 1.2rem;
		line-height: 2;
	}

	.section_1 .textarea .text_1 {
		font-size: 2rem;
	}
}

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

	.section_1 .textarea .heading_1 {
		top: -120px;
		font-size: 10.2rem;
	}

	.section_1 .textarea .text_1 {
		font-size: 2.8rem;
	}
}

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

.section_2 {}

.section_2 .section_inner {}

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

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

.section_2 .textarea {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 80%;
	margin: 0 auto 0;
}

.section_2 .textarea .heading_1 {
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 3.8rem;
}

.section_2 .textarea .text {
	display: block;
}

.section_2 .textarea .text_1 {
	font-size: 1.5rem;
	color: #4F618E;
}

.section_2 .textarea .text span {
	display: block;
}

.section_2 .textarea .text_2 {
	color: #4F618E;
}

.section_2 .flex_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 80%;
	margin: 0 auto;
}

.section_2 .flex_1 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_2 .flex_1 .box .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	font-size: 1.6rem;
	line-height: 1;
}

.section_2 .flex_1 .box .text span:nth-of-type(1) {
	font-size: 0.5em;
}

.section_2 .flex_1 .box .text span:nth-of-type(2) {
	font-size: 1em;
	color: #4F618E;
}

.section_2 .flex_2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding: 0 10%;
	margin: 0 auto;
}

.section_2 .flex_2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 75%;
	background-color: #4F618E;
}

.section_2 .flex_2 .box {
	position: relative;
	width: 100%;
}

.section_2 .flex_2 .box .textarea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	padding: 0;
}

.section_2 .flex_2 .box .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
}

.section_2 .flex_2 .box .text span:nth-of-type(2) {
	font-size: 0.8em;
}

.section_2 .flex_2 .box .link {
	display: block;
	padding: 0.25em 3em;
	border-radius: 38px;
	background-color: #4F618E;
	color: #fff;
}

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

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

	.section_2 .section_container_inner {
		gap: 24px;
	}

	.section_2 .section_content {}

	.section_2 .deco {
		position: absolute;
		top: -10%;
		right: 0;
		width: 35%;
	}

	.section_2 .textarea {
		width: 70%;
		margin: 0 auto;
	}

	.section_2 .textarea .heading_1 {
		left: 30%;
		font-size: 4.2rem;
	}

	.section_2 .textarea .text {}

	.section_2 .textarea .text_1 {}

	.section_2 .textarea .text span {}

	.section_2 .textarea .text_2 {
		width: 50%;
	}

	.section_2 .flex_1 {
		flex-direction: row;
		gap: 12px;
		width: 70%;
		margin: 0 auto;
	}

	.section_2 .flex_1 .box {
		width: calc((100% - (12px * 2)) / 3);
	}

	.section_2 .flex_1 .box .text {
		font-size: 1.2rem;
	}

	.section_2 .flex_1 .box .text span:nth-of-type(1) {}

	.section_2 .flex_1 .box .text span:nth-of-type(2) {}

	.section_2 .flex_2 {
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0 15%;
	}

	.section_2 .flex_2::before {}

	.section_2 .flex_2 .box {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_2 .flex_2 .box .textarea {}

	.section_2 .flex_2 .box .text {}

	.section_2 .flex_2 .box .text span:nth-of-type(2) {}

	.section_2 .flex_2 .box .link {}
}

@media screen and (min-width: 1280px) {
	.section_2 .deco {
		top: -15%;
	}

	.section_2 .textarea {
		width: 60%;
		margin: 0 auto;
	}

	.section_2 .textarea .heading_1 {
		top: -72px;
		left: 30%;
		font-size: 6.6rem;
	}

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

	.section_2 .flex_1 {
		width: 60%;
	}

	.section_2 .flex_1 .box .text {
		font-size: 1.8rem;
	}

	.section_2 .flex_2 {
		padding: 0 20%;
		margin-top: 48px;
	}

	.section_2 .flex_2 .box .text {
		font-size: 1.8rem;
	}
}

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

	.section_2 .deco {
		top: -10%;
	}

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

	.section_2 .textarea .heading_1 {
		top: -78px;
		font-size: 7.8rem;
	}

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

	.section_2 .textarea .text_2 {
		line-height: 2;
	}

	.section_2 .flex_1 .box {
		gap: 24px;
	}

	.section_2 .flex_1 .box .text {
		font-size: 2.4rem;
	}

	.section_2 .flex_2 {
		gap: 60px;
		margin-top: 96px;
	}

	.section_2 .flex_2 .box {
        width: calc((100% - (60px * 1)) / 2);
    }

	.section_2 .flex_2 .box .textarea {
		gap: 24px;
	}

	.section_2 .flex_2 .box .text {
		font-size: 2.4rem;
	}

	.section_2 .flex_2 .box .link {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .deco {
		top: -15%;
	}

	.section_2 .textarea .heading_1 {
		top: -114px;
		font-size: 10.2rem;
	}
}

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

.section_area {}

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

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

.section_area .section_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

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

@media screen and (min-width: 768px) {
	.section_area .img {
		width: 60%;
		margin: 0 auto 0;
	}
}

@media screen and (min-width: 1280px) {
	.section_area .img {
		width: 50%;
	}
}

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

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

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