@charset "UTF-8";

/*==============================================================

	style.css
	
==============================================================*/

/* fonts */
/*=================================*/
@import url("./font.css");


/* setting */
/*=================================*/
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
mark,
nav,
section,
summary {
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
ol {
	list-style: none;
}

input,
button,
select,
textarea {
	background: transparent;
	border: none;
	/* outline: none; */
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

*:focus {
	outline: 3px solid #000;
	outline-offset: 0;
}


em {
	font-style: normal;
}

img,
picture,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

section {
	position: relative;
}

/* 공통 class */
html,
body {
	font-size: 10px;
	color: #222222;
	font-family: "Escoredream", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.hidden,
.blind {
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	text-indent: 0rem !important;
}

img {
	display: block;
	width: 100%;
	height: auto;
}


br.br-pc {
	display: block;
}
br.br-tablet {
	display: none;
}
br.br-mo {
	display: none;
}
span.span-pc {
	display: block;
}
div.div-mo {
	display: none;
}

.inner_1920 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 192.0rem;
}

.inner_1600 {
	position: relative;
	padding: 0 12rem;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 160.0rem;
}

/* keyframes */
@keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

/* ico */
i[class^="ico-"] {
	display: inline-block;
	vertical-align: top;
}

/* btn */
.btn-block {
	position: relative;
	display: block;
}

.btn-support {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 44rem;
	height: 10rem;
	min-width: 44rem;
	background-color: #FFFFFF;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.40);
	transition: color 0.3s ease, background-color 0.3s ease, transform 0.4s ease;
}
.btn-support > span {
	color: #31261A;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: -0.056rem;
}
.btn-support > .ico-arrow {
	width: 4rem;
	height: 2.2rem;
	background: url(../images/ico_support_arrow_next_c_dark.svg) no-repeat center center;
	background-size: 100%;
}

.btn-support:hover,
.btn-support:focus {
	background-color: #31261A;
	/* transform: scale(1.025); */
}
.btn-support:hover > span,
.btn-support:focus > span {
	color: #FFFFFF;
}
.btn-support:hover > .ico-arrow,
.btn-support:focus > .ico-arrow {
	background: url(../images/ico_support_arrow_next_c_right.svg) no-repeat center center;
	background-size: 100%;
}

/* 우측하단 퀵메뉴 */
.quick-menu {
	position: fixed;
	z-index: 100;
	top: 4rem;
	right: 2.4rem;
	width: 20rem;
	height: auto;	
	transform: translateX(200%);
	transition: transform .8s cubic-bezier(.39,.575,.565,1.000);
}

.quick-menu .btn-quick {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-width: unset;
	height: auto;
	box-shadow: 0 0 6.66666667vw 0 rgba(0, 0, 0, 0.40);
	background-color: #fff;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.quick-menu .btn-quick [class^='ico-support-'] {
	display: inline-block;
	vertical-align: top;
}
.quick-menu .btn-quick .ico-support {
	width: 20rem;
	height: 21rem;
	background: url(../images/ico_quick_support_type1.png) no-repeat center center;
	background-size: 100%;
	transition: background 0.5s ease;
}
.quick-menu .btn-quick .ico-support-type2 {}


.quick-menu .btn-quick .text-cont {
	display: flex;
	align-items: center;
	padding: 1rem 1.2rem;
	height: 10rem;

}
.quick-menu .btn-quick .text-cont > span {
	color: #31261A;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: -0.056rem;
	line-height: 1.3;
}
.quick-menu .btn-quick .text-cont > span > .ico-arrow {
	display: inline-block;
	vertical-align: top;
	margin: 0.9rem 0 0 0.4rem;
	width: 3.2rem;
	height: 1.8rem;
	background: url(../images/ico_quick_arrow_next_c_dark.svg) no-repeat center center;
	background-size: 100%;
}

.quick-menu .btn-quick:hover,
.quick-menu .btn-quick:focus {
	background-color: #31261A;
}

.quick-menu .btn-quick:hover .text-cont > span,
.quick-menu .btn-quick:focus .text-cont > span {
	color: #fff;
}
.quick-menu .btn-quick:hover .text-cont > span > .ico-arrow,
.quick-menu .btn-quick:focus .text-cont > span > .ico-arrow {
	background: url(../images/ico_quick_arrow_next_c_right.svg) no-repeat center center;
	background-size: 100%;
}

/* .quick-menu.type2  */
.quick-menu.type2 {}
.quick-menu.type2 .btn-quick .ico-support {
	background: url(../images/ico_quick_support_type2.png) no-repeat center center;
	background-size: 100%;	
}

.quick-menu.type2 .btn-quick .text-cont > span {
	color: #1D487E;
}

.quick-menu.type2 .btn-quick .text-cont > span > .ico-arrow {
	background: url(../images/ico_quick_arrow_next_c_blue.svg) no-repeat center center;
	background-size: 100%;
}

.quick-menu.type2 .btn-quick:hover,
.quick-menu.type2 .btn-quick:focus {
	background-color: #1D487E;
}

.quick-menu.type2 .btn-quick:hover .text-cont > span,
.quick-menu.type2 .btn-quick:focus .text-cont > span {
	color: #fff;
}
.quick-menu.type2 .btn-quick:hover .text-cont > span > .ico-arrow,
.quick-menu.type2 .btn-quick:focus .text-cont > span > .ico-arrow {
	background: url(../images/ico_quick_arrow_next_c_right.svg) no-repeat center center;
	background-size: 100%;
}


body.js-quick-menu--is-active .quick-menu {
	transform: translateX(0);
}



/* video */
.video-cont iframe,
.video-cont object,
.video-cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* layout */
/*=================================*/
.wrap {
	overflow: hidden;
}


section {
	position: relative;
}

section .title {
	position: relative;
	text-align: center;
}

.section-header {}

.section-main {
	background: linear-gradient(260deg, #83796E 12.49%, #453F38 80.3%);
	aspect-ratio: 1920 / 1080;
}

.wrap .section-main > .inner_1920 {
	padding: 0;
	max-width: 215rem;
	background-image: url('../images/img_main_item_01_pc.png');
	background-repeat: no-repeat;
	/* background-size: calc(100% - 2rem); */
	background-size: contain;
	background-position: calc(50% - 11.3rem) bottom;
}

.section-intro {
	padding: 12rem 0 12rem;
	background-color: #4A453F;
}

[class^='section-story-'] {
	position: relative;

}
.section-story-01 {
	background: url(../images/bg_story_01_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 1200;
}

.section-story-02 {
	background: url(../images/bg_story_02_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 868;
}

.section-story-03 {
	background: url(../images/bg_story_03_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 924;
}

.section-message-01 {
	margin: 0 auto;
	height: 36rem;
	background: url(../images/bg_message_01_pc.jpg) no-repeat center 0 / cover;
	/* aspect-ratio: 1920 / 360; */
}

.section-message-02 {
	padding: 10rem 0;
	background: url(../images/bg_message_02_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 1116;
}

.section-support-01 {
	padding: 16rem 0;
	background-color: #B0CBD8;
}

.section-support-02 {
	background: url(../images/bg_support_02_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 880;
}

/* section-header */
/*=================================*/
.section-header {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	padding: 4rem;
}

.section-header .logo {}
.section-header .logo img {
	width: 100%;
}

.section-header .logo .logo_btn {
	display: block;
	width: 12.7rem;
	height: 6.8rem;
	background-color: transparent;
}

/* section-main */
/*=================================*/
.section-main {
	width: 100%;
	/* height: calc(100vh - 16rem); */
	height: 108.0rem;
}

.section-main .inner_1920 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	padding: 0 7rem;
	max-width: 206.0rem;
}

.section-main .main-cont {
	position: absolute;
	top: 50%;
	/* top: 14rem; */
	right: 12rem;
	width: 44rem;
	height: auto;
	display: flex;
	flex-direction: column;
	z-index: 10;
	transform: translateY(-50%);
}

.section-main .main-cont .title {
	width: 100%;
	height: auto;
	text-align: left;
}

.section-main .main-cont .title > h1 {
	display: block;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 3.2rem;
}
.section-main .main-cont .title > h2 {
	opacity: 0;
}
.section-main .main-cont .title > h2 .img-cont {
	display: flex;
	align-items: center;
	margin: 1.6rem 0 0;
	width: 43.9rem;
	height: 14rem;
}

.section-main .main-cont .title > h2 > img {
	display: block;
	width: 100%;
	height: auto;
}

.section-main .main-cont .dsc {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 2.2rem;
	line-height: 3.2rem;
}

.section-main .main-cont .dsc p {
	margin-top: 2.4rem;
}

.section-main .main-cont .dsc > .dsc-group {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
}
.section-main .main-cont .dsc > .dsc-group > p:first-of-type {
	margin-top: 0;
}

.section-main .main-cont .dsc p > img {
	width: 36.8rem;
	height: auto;
}

.section-main .main-cont .dsc b {
	font-weight: 600;
}

.section-main .btn-block {
	/* width: 40rem; */
	margin: 4rem 0 0;

}

/* section-intro */
/*=================================*/
.section-intro {}

.section-intro .intro-cont {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 128rem;
	height: 72rem;
}

.section-intro .intro-cont .video-area {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.section-intro .intro-cont .video-area .video-cont {
	display: block;
	width: 100%;
	height: 100%;	
}

.section-intro .intro-cont .btn-block {
	margin: 4rem 0 0;
}

/* section-story- */
/*=================================*/
[class^='section-story-'] {}
[class^='section-story-'] > .inner_1600 {
	display: flex;
	align-items: center;
	padding: 12rem;
}

[class^='section-story-'] .img-cont>img {}

[class^='section-story-'] .text-area {
	display: flex;
	flex-direction: column;
}

[class^='section-story-'] .title {
	position: relative;
	display: block;
	margin-bottom: 4rem;
	width: 100%;
	color: #fff;
	font-size: 5.6rem;
	font-weight: 600;
	line-height: 7.6rem;
	text-align: left;
	opacity: 0;
}
[class^='section-story-'] .title > span {
	color: #F6DBAD;
	font-size: 5.6rem;
	line-height: 7.6rem;
}

[class^='section-story-'] .text-cont {}

[class^='section-story-'] .text-cont p {
	color: #FFF;
	font-size: 2.2rem;
	line-height: 3.2rem;
	font-weight: 200;
}

[class^='section-story-'] .text-cont p+p {
	margin-top: 2.4rem;
}

[class^='section-story-'] .text-cont p>b {
	font-weight: 600;
}

[class^='section-story-'] .info-cont {
	position: relative;
	margin: 4rem 0 0;
	padding: 0.8rem 2.4rem;
	width: fit-content;
	border: 1px solid #fff;
}
[class^='section-story-'] .info-cont > p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 2.8rem;
	letter-spacing: -0.018rem;
}
[class^='section-story-'] .btn-block {}

/* section-story-01 */
.section-story-01 {}
.section-story-01 > .inner_1600 {
	align-items: flex-end;
}

.section-story-01 .story-cont {}
.section-story-01 .story-cont .title {}
.section-story-01 .story-cont .title .img-cont {
	width: 77.2rem;
	height: 16rem;
}

/* section-story-02 */
.section-story-02 {}
.section-story-02 > .inner_1600 {
	justify-content: flex-end;
}

/* section-story-03 */
.section-story-03 {
	
}

/* section-message */
/*=================================*/

/* section-message-01 */
.section-message-01 {}
.section-message-01 > .inner_1600 {
	padding: 0 12rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.section-message-01 .message-cont {

	display: flex;
	align-items: center;
	gap: 16.2rem;
}
.section-message-01 .message-cont > .img-cont {
	position: absolute;
	bottom: 0;
	left: 12rem;
	width: 56.6rem;
	height: auto;
}

.section-message-01 .message-cont .title {
	padding-right: 8.7rem;
	opacity: 0;
}
.section-message-01 .message-cont .title > .img-cont {
	width: 55.2rem;
	height: auto;

}


/* section-message-02 */
.section-message-02 {}
.section-message-02 > .inner_1600 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-message-02 .message-cont {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.section-message-02 .message-cont .text-area {}
.section-message-02 .message-cont .text-area .text-cont {}
.section-message-02 .message-cont .text-area .text-cont > p {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 200;
	line-height: 3.8rem;
}
.section-message-02 .message-cont .text-area .text-cont > p + p {
	margin-top: 2.4rem;
}
.section-message-02 .message-cont .text-area .text-cont > p > b {
	font-weight: 600;
}

.section-message-02 .message-cont .slider-message {
	margin: 4rem auto 0;
}
.section-message-02 .message-cont .slider-message .swiper-buttons {
	display: none;
}
.section-message-02 .message-cont .slider-message .swiper-wrapper {
	display: flex;
}


.section-message-02 .message-cont .slider-message .swiper-slide {
	width: 48rem;
	height: auto;
}

.section-message-02 .message-cont .btn-block {
	margin: 6rem 0 0;
}

.section-message-02 .message-cont .btn-block .btn-support {
	width: 60rem;
}


/* section-support */
/*=================================*/
/* section-support-01 */
.section-support-01 {}
.section-support-01 .support-cont {}
.section-support-01 .support-cont .title {}
.section-support-01 .support-cont .title > h2 {
	color: #1E1E1E;
	text-align: center;
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 6.4rem;
	letter-spacing: -0.162rem;
}

.section-support-01 .support-cont .slider-support {
	overflow: visible;
	position: relative;
	margin-top: 6rem;
}

.section-support-01 .support-cont .slider-support .swiper-buttons {
	display: none;
}

.section-support-01 .support-cont .slider-support .swiper-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.section-support-01 .support-cont .slider-support .swiper-slide {
	flex-shrink: unset;
	margin: 0 auto;
	width: 136rem;
	height: auto;
}
.section-support-01 .support-cont .slider-support .swiper-slide .img-cont {
	width: 100%;
}

.section-support-01 .support-cont > strong {
	display: block;
	margin: 6rem auto 0;
	color: #1E1E1E;
	font-size: 5.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 6.4rem;
	letter-spacing: -0.162rem;
	text-align: center;
}

/* section-support-02 */
.section-support-02 {}
.section-support-02 > .inner_1600 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 12rem;
}
.section-support-02 .support-cont {}
.section-support-02 .support-cont .title {
	margin-bottom: 4rem;
	opacity: 0;
}
.section-support-02 .support-cont .title > .img-cont {
	width: 74.6rem;
	height: auto;
}
.section-support-02 .support-cont .text-area {}
.section-support-02 .support-cont .text-area .text-cont {}
.section-support-02 .support-cont .text-area .text-cont > p {
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 200;
	line-height: 3.2rem;
}
.section-support-02 .support-cont .text-area .text-cont > p > b {
	font-weight: 600;
}

.section-support-02 .support-cont .btn-block {
	margin: 4rem 0 0;
}


.section-support-02 .support-cont .btn-block .btn-support > span {
	color: #1D487E;

}
.section-support-02 .support-cont .btn-block .btn-support > .ico-arrow {
	width: 4rem;
	height: 2rem;
	background: url(../images/ico_support_arrow_next_c_blue.svg) no-repeat center center;
	background-size: 100%;	
}

.section-support-02 .support-cont .btn-block .btn-support:hover,
.section-support-02 .support-cont .btn-block .btn-support:focus {
	background-color: #1D487E;
}


.section-support-02 .support-cont .btn-block .btn-support:hover > span,
.section-support-02 .support-cont .btn-block .btn-support:focus > span {
	color: #FFF;
}

.section-support-02 .support-cont .btn-block .btn-support:hover > .ico-arrow,
.section-support-02 .support-cont .btn-block .btn-support:focus > .ico-arrow {
	background: url(../images/ico_support_arrow_next_c_right2.svg) no-repeat center center;
	background-size: 100%;
}

/* Footer */
.sec_footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #121212;
	text-align: center;
	padding: 12rem 0;
	font-family: "Pretendard";
}

.sec_footer .footer-logo {
	width: 30.5rem;
	height: 4.8rem;
}

.sec_footer .footer-info {
	margin-top: 3.1rem;
	color: #A1A1A1;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.4rem;
}

.sec_footer .footer-copyright {
	margin-top: 3.1rem;
	color: #555;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.2rem;
}

.sec_footer .line-pc {
	display: inline-block;
}

.sec_footer .line-mo {
	display: none;
}


/* SIZE 1920 기준 */
@media all and (max-width: 1920px) {
	html,
	body {
		font-size: calc(100vw * 10/1920);
	}

	br.br-pc {
		display: none;
	}
	br.br-tablet {
		display: block;
	}
	br.br-mo {
		display: none;
	}
	
}

/* SIZE 1600 기준 */
@media all and (max-width: 1600px) {

	html,
	body {
		font-size: calc(100vw * 10/1600);
	}

	br.br-pc {
		display: none;
	}
	br.br-tablet {
		display: block;
	}
	br.br-mo {
		display: none;
	}

	.inner_1600 {
		padding: 0;
	}

	.section-main {
		height: 90rem;
	}

	.section-intro .intro-cont {
		padding: 0 12rem;
		max-width: unset;
		height: 47.83333vw;
	}	

	.section-message-02 .message-cont .slider-message .swiper-slide {
		width: 27rem;
	}
	
}

/* SIZE 768 기준 */
@media all and (max-width: 768px) {
	html,
	body {
		font-size: calc(100vw * 10/750);
	}

	br.br-pc {
		display: none;
	}
	br.br-tablet {
		display: none;
	}
	br.br-mo {
		display: block;
	}	

	.inner_1920 {
		max-width: 100%;
	}

	*:focus {
		outline: 2px solid #000;
	}

	/* btn */
	.btn-block {
		width: 100%;
	}

	.btn-support {
		padding: 3.61111111vw 0;
		width: 100%;
		height: 16.66666667vw;
		border-radius: 0;
		box-shadow: 0.55555556vw 1.11111111vw 2.22222222vw 0 rgba(0, 0, 0, 0.20);
	}
	.btn-support > .ico-arrow {
		width: 7.77777778vw;
		height: 2.77777778vw;
		background: url(../images/ico_support_arrow_next_c_dark_mo.svg) no-repeat center center;
		background-size: 100%;		
	}
	.btn-support:hover > .ico-arrow, .btn-support:focus > .ico-arrow {
		background: url(../images/ico_support_arrow_next_c_right_mo.svg) no-repeat center center;
		background-size: 100%;
	}

	.btn-support>span {
		font-size: 5.55555556vw;
		line-height: 1.3;
		letter-spacing: -0.11111111vw;
	}

	/* 우측하단 퀵메뉴 */
	.quick-menu {
		width: 100%;
		top: unset;
		right: unset;
		bottom: 0;
		transform: translateY(200%);
	}
	.quick-menu .btn-quick {
		gap: 6.66666667vw;
		padding: 2.22222222vw 6.66666667vw 2.22222222vw 6.66666667vw;
		width: 100%;
		height: 27.77777778vw;
		border-radius: 0;
		background-color: #31261A;
	}

	.quick-menu .btn-quick .ico-support {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 40.55555556vw;
		height: 38.88888889vw;
		background: url(../images/ico_quick_support_type1_mo.png) no-repeat center center;
		background-size: 100%;
	}
	.quick-menu .btn-quick .text-cont {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0;
		width: 100%;
		height: 100%;
		text-align: left;
	}
	.quick-menu .btn-quick .text-cont > span {
		padding-top: 0.83333333vw;
		color: #FFF;
		font-size: 7.77777778vw;
		font-weight: 600;
		letter-spacing: -0.15555556vw;
	}
	.quick-menu .btn-quick .text-cont > span > .ico-arrow {
		margin: 3.61111111vw 0 0 1.11111111vw;
		width: 7.77777778vw;
		height: 2.77777778vw;
		background: url(../images/ico_quick_arrow_next_c_right_mo.svg) no-repeat center center;
		background-size: 100%;
	}
	.quick-menu .btn-quick:hover,
	.quick-menu .btn-quick:focus {
		background-color: #fff;
	}
	.quick-menu .btn-quick:hover .text-cont > span,
	.quick-menu .btn-quick:focus .text-cont > span {
		color: #31261A;
	}
	.quick-menu .btn-quick:hover .text-cont > span > .ico-arrow,
	.quick-menu .btn-quick:focus .text-cont > span > .ico-arrow {
		background: url(../images/ico_quick_arrow_next_c_dark_mo.svg) no-repeat center center;
		background-size: 100%;
	}

	/* .quick-menu.type2 */
	.quick-menu.type2 .btn-quick .ico-support {
		width: 40.55555556vw;
		height: 38.88888889vw;
		background: url(../images/ico_quick_support_type2_mo.png) no-repeat center center;
		background-size: 100%;
	}

	.quick-menu.type2 .btn-quick {
		gap: 6.66666667vw;
		padding: 2.22222222vw 6.66666667vw 2.22222222vw 6.66666667vw;
		width: 100%;
		height: 27.77777778vw;
		border-radius: 0;		
		background-color: #1D487E;
	}
	.quick-menu.type2 .btn-quick .text-cont > span {
		padding-top: 0.83333333vw;
		color: #FFF;
		font-size: 7.77777778vw;
		font-weight: 600;
		letter-spacing: -0.15555556vw;
	}
	.quick-menu.type2 .btn-quick .text-cont > span > .ico-arrow {
		margin: 3.61111111vw 0 0 1.11111111vw;
		width: 7.77777778vw;
		height: 2.77777778vw;
		background: url(../images/ico_quick_arrow_next_c_right_mo.svg) no-repeat center center;
		background-size: 100%;
	}

	.quick-menu.type2 .btn-quick:hover,
	.quick-menu.type2 .btn-quick:focus {
		background-color: #fff;
	}
	.quick-menu.type2 .btn-quick:hover .text-cont > span,
	.quick-menu.type2 .btn-quick:focus .text-cont > span {
		color: #1D487E;
	}
	.quick-menu.type2 .btn-quick:hover .text-cont > span > .ico-arrow,
	.quick-menu.type2 .btn-quick:focus .text-cont > span > .ico-arrow {
		background: url(../images/ico_quick_arrow_next_c_blue_mo.svg) no-repeat center center;
		background-size: 100%;
	}


	body.js-quick-menu--is-active .quick-menu {
		transform: translateY(0);
	}

	/* layout */
	/*=================================*/
	.section-main {
		background: linear-gradient(185deg, #453F38 6.83%, #83796E 48.61%);
	}	
	.wrap .section-main > .inner_1920 {
		padding-top: 0;
		aspect-ratio: unset;
		background-image: url('../images/bg_main_mo.png');
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
	}


	.section-intro {
		padding: 5.55555556vw 0;
		min-height: unset;
	}

	.section-story-01 {
		padding: 0 5.55555556vw;
		background: url(../images/bg_story_01_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 800;
	}

	.section-story-02 {
		padding: 0 5.55555556vw;
		background: url(../images/bg_story_02_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 692;
	}

	.section-story-03 {
		padding: 0 5.55555556vw;
		background: url(../images/bg_story_03_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 808;
	}

	.section-message-01 {
		padding: 0 5.55555556vw;
		background: url(../images/bg_message_01_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 380;
	}

	.section-message-02 {
		padding: 0;
		background: #655E57;
		aspect-ratio: 360 / 684;
	}

	.section-support-01 {
		padding: 16.66666667vw 0;
	}

	.section-support-02 {
		padding: 0 5.55555556vw;
		background: url(../images/bg_support_02_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 740;
	}
	.section-support-02 > .inner_1600 {
		padding: 16.66666667vw 0 6.66666667vw;
	}
	.section-support-02 .support-cont {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 100%;
	}
	.section-support-02 .support-cont .title {

	}
	.section-support-02 .support-cont .title > .img-cont {
		width: 82.22222222vw;
	}

	.section-support-02 .support-cont .text-area .text-cont > p {
		font-size: 3.88888889vw;
		font-weight: 200;
		line-height: 5.55555556vw;
	}

	.section-support-02 .support-cont .btn-block {
		margin: 6.66666667vw 0 0;
	}


	/* section-header */
	/*=================================*/
	.section-header {
		padding: 4.44444444vw;
	}

	.section-header .logo .logo_btn {
		width: 17.77777778vw;
		height: 9.44444444vw;
	}

	/* section-main */
	/*=================================*/
	.section-main {
		width: 100%;
		/* min-height: 100dvh; */
		height: 216.66666667vw;
	}

	.wrap .section-main > .inner_1920 {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		height: 100%;
		transform: translateX(-50%);
		padding: 0 5.55555556vw;
	}

	.section-main .inner_1600 {
		padding: 0;
	}

	.section-main .main-cont {
		position: relative;
		top: unset;
		transform: unset;
		align-items: center;
		right: 0;
		padding: 22.22222222vw 0 0;
		width: 100%;
		height: 100%;
	}

	.section-main .main-cont .title {
		width: 77.77777778vw;
		height: auto;
	}

	.section-main .main-cont .title > h1 {
		font-size: 3.33333333vw;
	}
	.section-main .main-cont .title > h2 {
		display: flex;
	}
	.section-main .main-cont .title > h2 .img-cont {
		margin: 1.11111111vw 0 0;
		width: 75.27777778vw;
		height: 23.33333333vw;
	}

	.section-main .main-cont .title-sub {
		margin: 4.44444444vw 0 0;
		color: #111;
		font-size: 4.16666667vw;
		font-weight: 400;
		line-height: 6.66666667vw;
	}

	.section-main .main-cont .dsc {
		position: absolute;
		left: 50%;
		bottom: 28.88888889vw;
		transform: translateX(-50%);
		width: 100%;
		font-size: 3.88888889vw;
		font-weight: 200;
		line-height: 5.55555556vw;
	}
	.section-main .main-cont .dsc .dsc-group {
		flex-direction: column-reverse;
		margin-top: 0;
	}
	.section-main .main-cont .dsc p {
		margin-top: 4.44444444vw;
	}
	.section-main .main-cont .dsc > .dsc-group > p:first-of-type {
		margin-top: 4.44444444vw
	}
	.section-main .main-cont .dsc > .dsc-group > p:last-of-type {
		margin-top: 0;
	}
	.section-main .main-cont .dsc p > img {
		width: 58.33333333vw;
	}

	.section-main .btn-block {
		position: absolute;
		bottom: 6.66666667vw;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}


	/* section-intro */
	/*=================================*/
	.section-intro {}

	.section-intro .intro-cont {
		padding: 0;
		height: auto;
	}

	.section-intro .intro-cont .title {
		padding-top: 1.11111111vw;
		font-size: 4.16666667vw;
		font-weight: 700;
		line-height: 6.66666667vw;
	}

	.section-intro .intro-cont .video-area {
		overflow: hidden;
		position: relative;
		display: block;
		padding: 0 5.55555556vw;
		width: 100%;
	}
	.section-intro .intro-cont .video-cont {
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.section-intro .intro-cont .video-cont iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(100vw - 13.33333333vw);
		height: 56.25vw;
		min-width: 100%;
		min-height: 100%;
		transform: translate(-50%, -50%);
	}

	.section-intro .intro-cont .video-cont:after {}

	.section-intro .intro-cont .btn-block {
		display: none;
	}

	/* section-story- */
	/*=================================*/
	[class^='section-story-'] {}
	[class^='section-story-'] > .inner_1600 {
		justify-content: unset;
		align-items: flex-end;
		gap: 0;
		padding: 0 0 16.66666667vw;
		width: 100%;
	}

	[class^='section-story-'] .text-area {
		gap: 0;
		
	}
	[class^='section-story-'] .img-cont>img {}

	[class^='section-story-'] .title {
		margin-bottom: 6.66666667vw;
		font-size: 6.66666667vw;
		line-height: 9.44444444vw;
	}
	[class^='section-story-'] .title > span {
		font-size: 6.66666667vw;
		line-height: 9.44444444vw;
	}
	
	[class^='section-story-'] .text-cont {}
	[class^='section-story-'] .text-cont p {
		font-size: 3.88888889vw;
		line-height: 5.55555556vw;
	}
	[class^='section-story-'] .text-cont p + p {
		margin-top: 4.44444444vw;
	}	
	[class^='section-story-'] .btn-block {
		
	}	

	[class^='section-story-'] .info-cont {
		padding: 1.11111111vw 4.44444444vw;
	}
	[class^='section-story-'] .info-cont > p {
		font-size: 2.77777778vw;
		font-weight: 200;
		line-height: 4.44444444vw;
		letter-spacing: -0.02777778vw;
	}

	/* section-story-01 */
	.section-story-01 > .inner_1600 {
		padding: 0 0 6.66666667vw;
	}
	.section-story-01 .story-cont .title {
		position: absolute;
		top: 16.66666667vw;
		left: 0;
	}
	.section-story-01 .story-cont .title .img-cont	{
		width: 57.22222222vw;
		height: auto;
	}
	.section-story-01 .info-cont {	
		margin: 16.66666667vw 0 0;	
	}

	/* section-story-02 */
	.section-story-02 .info-cont {
		margin: 6.66666667vw 0 0;	
	}

	/* section-story-03 */
	.section-story-03 .info-cont {
		margin: 6.66666667vw 0 0;	
	}


	/* section-message */
	/*=================================*/
	/* section-message-01 */
	.section-message-01 {
		height: auto;
	}
	.section-message-01 > .inner_1600 {
		padding: 0;
	}

	.section-message-01 .message-cont {
		flex-direction: column-reverse;
		gap: 0;
		padding-top: 13.33333333vw;
	}

	.section-message-01 .message-cont .title {
		position: absolute;
		top: 13.33333333vw;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		padding: 0;
	}
	.section-message-01 .message-cont .title > .img-cont {
		margin: 0 auto;
	}

	.section-message-01 .message-cont > .img-cont {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 77.77777778vw;
		height: auto;
	}

	/* section-message-02 */
	.section-message-02 > .inner_1600 {
		align-items: unset;
	}
	.section-message-02 .message-cont {
		padding-top: 16.66666667vw;
	}

	.section-message-02 .message-cont .text-area .text-cont > p {
		font-size: 4.44444444vw;
		font-weight: 200;
		line-height: 6.11111111vw;
	}
	.section-message-02 .message-cont .text-area .text-cont > p + p {
		margin-top: 4.44444444vw;
	}

	.section-message-02 .message-cont .text-area .text-cont > p > b {
		font-weight: 700;
	}


	.section-message-02 .message-cont .slider-message {
		margin: 11.11111111vw 0 0;
		padding: 0 11.11111111vw;
	}

	.section-message-02 .message-cont .slider-message .swiper-slide {
		width: 100% !important;
		height: auto;
	}


	.section-message-02 .message-cont .slider-message .swiper-buttons {
		display: block;
	}

	.section-message-02 .message-cont .swiper-button-next,
	.section-message-02 .message-cont .swiper-button-prev {
		/* top: calc((162px / 2) + 12px); */
		top: 50%;
		width: 11.11111111vw;
		height: 11.11111111vw;
	}

	.section-message-02 .message-cont .swiper-button-prev {
		left: 0;
		background: url(../images/ico_message_slider_arrow_prev.svg) no-repeat center center;
		background-size: 16rem 4rem;
	}
	.section-message-02 .message-cont .swiper-button-next {
		right: 0;
		background: url(../images/ico_message_slider_arrow_next.svg) no-repeat center center;
		background-size: 16rem 4rem;
	}

	.section-message-02 .message-cont .swiper-button-next:after,
	.section-message-02 .message-cont .swiper-button-prev:after {
		display: none;
	}

	.section-message-02 .message-cont .btn-block {
		margin: 11.11111111vw 0 0;
		padding: 0 5.55555556vw;
	}

	.section-message-02 .message-cont .btn-block .btn-support {
		width: 100%;
	}

	/* section-support */
	/*=================================*/
	.section-support {}

	.section-support .support-cont {
		max-width: unset;
	}

	.section-support-01 .support-cont .title > h2 {
		color: #1E1E1E;
		text-align: center;
		font-size: 7.22222222vw;
		font-weight: 500;
		line-height: 10vw;
		letter-spacing: -0.21666667vw;
	}

	.section-support-01 .support-cont .slider-support {
		margin-top: 11.11111111vw;
		padding: 0 5.55555556vw;
	}

	.section-support-01 .support-cont .slider-support .swiper-buttons {
		display: block;
	}
	.section-support-01 .support-cont .slider-support .swiper-wrapper {
		flex-direction: unset;
		gap: 0;
	}

	.section-support-01 .support-cont .slider-support .swiper-slide {
		flex-shrink: 0;
	}

	.section-support-01 .support-cont .slider-support .swiper-pagination {
		bottom: -5.55555556vw;
	}
	.section-support-01 .support-cont .slider-support .swiper-pagination button.swiper-pagination-bullet {
		/* margin: 0 2px; */
		margin: 0 0.83333333vw;
		width: 2.22222222vw;
		height: 2.22222222vw;
		background: #fff;
		opacity: 1;
	}
	.section-support-01 .support-cont .slider-support .swiper-pagination button.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #1D487E;
	}

	.section-support-01 .support-cont > strong {
		margin: 15.55555556vw 0 0;
		font-size: 7.22222222vw;
		line-height: 10vw;
		letter-spacing: -0.21666667vw;
	}

	/* Footer */
	.sec_footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #121212;
		text-align: center;
		/* padding: 8.6rem 0 24rem; */
		padding: 21.11111111vw 4.44444444vw calc(21.11111111vw + 27.77777778vw);
	}

	.sec_footer .footer-logo {
		width: 56.38888889vw;
		height: auto;
	}

	.sec_footer .footer-info {
		margin-top: 4.44444444vw;
		color: #A1A1A1;
		text-align: center;
		font-size: 3.33333333vw;
		font-weight: 400;
		line-height: 5vw;
		word-break: break-all;
	}

	.sec_footer .footer-copyright {
		color: #555;
		text-align: center;
		font-size: 3.05555556vw;
		font-weight: 400;
		line-height: 4.16666667vw;
	}

	.sec_footer .line-pc {
		display: none;
	}

	.sec_footer .line-mo {
		display: inline-block;
	}

}

/* SIZE 480 기준 */
@media all and (max-width: 480px) {
	br.br-pc {
		display: none;
	}
	br.br-tablet {
		display: none;
	}
	br.br-mo {
		display: block;
	}

	div.div-mo {
		display: block;
	}


}