@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: "Paperlogy", "Pretendard", -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;
}


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_1280 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 128.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;
	padding: 2.6rem 5.3rem 2.6rem 5.4rem;
	/* width: 40rem; */
	/* height: 10rem; */
	min-width: 40rem;
	border-radius: 0.8rem;
	background: #0047AB;
	box-shadow: 0.2rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.20);
	transition: transform 0.4s ease, background-color 0.3s ease;
}
.btn-support:hover,
.btn-support:focus {
	transform: scale(1.025);
}

.btn-support>span {
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 4.8rem;
}

/* 우측하단 퀵메뉴 */
.quick-menu {
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 8rem;
	transform: translateY(calc(300%));
	transition: transform .8s cubic-bezier(.39,.575,.565,1.000);
}

.quick-menu .btn-support {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.6rem;
	padding: 0.8rem 1.6rem 0.8rem 1.6rem;
	width: 38rem;
	height: auto;
	border-radius: 0.8rem 0 0 0.8rem;
	background: #0047AB;
	box-shadow: 0.4rem 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.30);
}

.quick-menu .btn-support > .ico-kiring {
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
	width: 10.3rem;
	height: 13.2rem;
	background: url(../images/ico_quick_menu_kiring_pc.png) no-repeat 0 0;
	background-size: 100%;
}

.quick-menu .btn-support>span {
	font-size: 3.2rem;
	line-height: 4rem;
	font-weight: 700;
}

.quick-menu .btn-support:hover,
.quick-menu .btn-support:focus {
	background-color: #fff;
}

.quick-menu .btn-support:hover,
.quick-menu .btn-support:focus {
	transform:none;
} 


.quick-menu .btn-support:hover>span,
.quick-menu .btn-support:focus>span {
	color: #0047AB;
} 

body.js-quick-menu--is-active .quick-menu {
	transform: translateY(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: #95CEEB url(../images/bg_main_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 840;
}

.section-intro {
	padding: 8rem 0 8rem;
	background-color: #DAF7FF;
}

[class^='section-story-'] {
	position: relative;
	padding: 16rem 0;
}
.section-story-01 {
	background: url(../images/bg_story_01_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 964;
}

.section-story-02 {
	background: url(../images/bg_story_02_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 944;
}

.section-story-03 {
	background: url(../images/bg_story_03_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 1120;
}

.section-message {
	background: url(../images/bg_message_pc.jpg) no-repeat 0 0 / cover;
	aspect-ratio: 1920 / 1000;
}

.section-support {
	padding: 8rem 0;
}

.section-gift {
	padding: 8rem 0 10rem;
	background-color: #8EDCF1;
}

.section-faq {
	padding: 16rem 0 12rem;
	background-color: #F6F6F6;
}


.copyright {
	position: absolute;
	z-index: 10;
	width: 20.3rem;
	height: 1.9rem;
	left: 4rem;
	bottom: 2.4rem;

}

.copyright p {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
}

/* 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: 840px; */
}
.section-main .copyright {
	left: auto;
	right: 2.4rem;
	bottom: calc(4rem + 20.3rem);
	transform: rotate(-90deg);
	transform-origin: bottom right;	
}

.section-main .inner_1920 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
}

.section-main .main-cont {
	position: absolute;
	top: 50%;
	/* top: 14rem; */
	left: 0;
	width: auto;
	display: flex;
	flex-direction: column;
	z-index: 10;
	transform: translateY(-50%);
}

.section-main .main-cont .title {
	width: 40.9rem;
	height: auto;
}

.section-main.has-scrolled .main-cont .title {
	/* opacity: 0; */
	/* animation: fade-in-top 1s cubic-bezier(.39,.575,.565,1.000) both 0.5s; */
}

.section-main .main-cont .title-sub {
	position: relative;
	margin: 2.4rem 0 0;
	color: #111;
	font-size: 2.8rem;
	line-height: 3.8rem;
}

.section-main .main-cont .title-sub>b {
	font-weight: 600;
}

.section-main .btn-block {
	/* width: 40rem; */
	margin: 4rem 0 0;

}

/* section-intro */
/*=================================*/
.section-intro {}

.section-intro .intro-cont {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.section-intro .intro-cont .title {
	color: #222;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 4.8rem
}
.section-intro .intro-cont .title > span {
	display: block;
}

.section-intro .intro-cont .ico-jtbc {
	width: 15.7rem;
	height: 8rem;
	background: url(../images/ico_intro_jtbc.png) no-repeat center center;
	background-size: 100%;
}

.section-intro .intro-cont .video-cont {
	overflow: hidden;
	position: relative;
	width: 96rem;
	height: 54rem;
}

.section-intro .intro-cont .video-cont:after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border: 3px solid #fff;
	pointer-events: none;
}

.section-intro .intro-cont .btn-block {
	margin: 4rem 0 0;
}

/* section-story- */
/*=================================*/
[class^='section-story-'] {}
[class^='section-story-'] > .inner_1920 {
	display: flex;
	align-items: center;
	padding: 0 28rem;
}

[class^='section-story-'] .img-cont>img {}

[class^='section-story-'] .text-area {
	display: flex;
	flex-direction: column;
	gap:4.8rem
}

[class^='section-story-'] .title {
	position: relative;
	display: block;
	opacity: 0;
	width: 100%;
}

[class^='section-story-'] .text-cont {}

[class^='section-story-'] .text-cont p {
	color: #FFF;
	font-size: 2.2rem;
	line-height: 3.2rem;
}

[class^='section-story-'] .text-cont p+p {
	margin-top: 2.4rem;
}

[class^='section-story-'] .text-cont p>b {
	font-weight: 600;
}

[class^='section-story-'] .btn-block {}

[class^='section-story-'] > .inner_1920 > [class^='story-0'] {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4.8rem;
}

/* section-story-01 */
.section-story-01 {}
.section-story-01 .copyright {
	position: absolute;
	z-index: 10;
	width: 20.3rem;
	height: 1.9rem;
	left: 4rem;
	bottom: 2.4rem;	
}
.section-story-01 .copyright.copyright-02 {
	left: auto;
	right: 2.4rem;
	bottom: calc(4rem + 20.3rem);
	transform: rotate(-90deg);
	transform-origin: bottom right;	
}

.section-story-01 > .inner_1920 {
	justify-content: flex-end;
}
.section-story-01 .story-01-cont {}
.section-story-01 .story-01-cont .text-area {
	width: 64.9rem;
}

/* section-story-02 */
.section-story-02 {}

.section-story-02 .story-02-cont {}
.section-story-02 .story-02-cont .text-area {
	width: 62.9rem;
}
.section-story-02 .img-thumb-cont {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	width: 54rem;
	z-index: 10;
}

/* section-story-03 */
.section-story-03 {
	padding: 9.3rem 0;
}
.section-story-03 > .inner_1920 {
	padding: 0;
	justify-content: flex-end;
}
.section-story-03 .story-03-cont {
	position: relative;
	gap: 3rem !important;
	width: 96.8rem;
	height: auto;
}
.section-story-03 .story-03-cont::before {
	content: "";
	width: 96.8rem;
	height: 38.1rem;
	z-index: 10;
	background: url(../images/img_story_03_thumb_01_pc.png) no-repeat center center;
	background-size: 100%;
}

.section-story-03 .story-03-cont .text-area {
	margin: 0 auto;
	width: 46.1rem;
}
.section-story-03 .story-03-cont .text-area .title {
	width: 40.3rem;
	height: 12rem;
}

.section-story-03 .img-thumb-cont {
	position: absolute;
	top: 10.8rem;
	right: 8rem;
	width: 96.8rem;
	height: 38.1rem;
	z-index: 10;
}

/* section-message */
/*=================================*/
.section-message {}
.section-message .copyright {
	left: auto;
	right: 2.4rem;
	bottom: calc(4rem + 20.3rem);
	transform: rotate(-90deg);
	transform-origin: bottom right;
}

.section-message > .inner_1920 {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 8rem;
}

.section-message .message-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-message .message-cont .img-cont {
	width: 80rem;
	height: auto;
	opacity: 0;
	transition: all 1.5s;
}
.section-message.has-scrolled .img-cont {
	opacity: 1;
}

.section-message .message-cont .title {
	width: 86rem;
}

.section-message .message-cont .btn-block {
	margin: 2.4rem 0 0;
}

/* section-support */
/*=================================*/
.section-support {}

.section-support .support-cont {
	margin: 0 auto;
	max-width: 122rem;
}

.section-support .support-cont .title {
	color: #222;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 6rem;
}

.section-support .support-cont .slider-support {
	overflow: visible;
	position: relative;
	margin-top: 4rem;
}

.section-support .support-cont .slider-support .swiper-buttons {
	display: none;
}

.section-support .support-cont .slider-support .swiper-wrapper {
	transform: unset;
	gap: 4rem;
}

.section-support .support-cont .slider-support .swiper-slide {
	flex-shrink: unset;
	width: 100%;
} 

.section-support .support-cont .slider-support .swiper-slide .card-cont {
	position: relative;
	text-align: center;
	opacity: 0;
}

.section-support.has-scrolled .swiper-slide:nth-of-type(1) .card-cont {
	animation: fade-in-top 1s linear both;
}
.section-support.has-scrolled .swiper-slide:nth-of-type(2) .card-cont {
	animation: fade-in-top 1s linear both 0.3s;
}
.section-support.has-scrolled .swiper-slide:nth-of-type(3) .card-cont {
	animation: fade-in-top 1s linear both 0.6s;
}

.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head {
	display: flex;
	align-items: center;
	justify-content: center;	
	height: 24rem;
	background-color: #00AEEF;
}
.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group > i {
	margin: 0 auto;
	min-height: 13.4rem;
}
.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group .ico-nutrition {
	width: 14.2rem;
	height: 9.1rem;
	background: url(../images/ico_support_nutrition.png) no-repeat center center;
	background-size: 100%;	
}
.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group .ico-education {
	width: 13.4rem;
	height: 13.4rem;
	background: url(../images/ico_support_education.png) no-repeat center center;
	background-size: 100%;	
}
.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group .ico-safety {
	width: 9.5rem;
	height: 9.5rem;
	background: url(../images/ico_support_safety.png) no-repeat center center;
	background-size: 100%;	
}

.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group  > strong {
	color: #FFF;
	font-size: 2.8rem;
	line-height: 3.8rem;
	letter-spacing: -0.028rem;
}

.section-support .support-cont .slider-support .swiper-slide .card-cont .card-body {
	margin-top: 24px;
}
.section-support .support-cont .slider-support .swiper-slide .card-cont .card-body > p {
	color: #222;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.8rem;
}

/* section-gift */
/*=================================*/
.section-gift {}

.section-gift .gift-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-gift .gift-cont .title {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 6rem;
	color: #111;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 6rem;
}

.section-gift .gift-cont .title>span {
	display: flex;
	align-items: end;
	justify-content: center;
}

.section-gift .gift-cont .title>span:first-of-type {
	gap: 1.2rem;
}

.section-gift .gift-cont .title>span:first-of-type>em {
	padding-bottom: 3.2rem;
}

.section-gift .gift-cont .title>span .point-box {
	display: inline-block;
	vertical-align: top;
	padding: 0.3rem 0.4rem 0.8rem;
	margin: 0.4rem 0.2rem 0 0.8rem;
	color: #fff;
	background-color: #0047AB;
	line-height: 1;
	max-height: 5.4rem;
}


.section-gift .gift-cont .title>span .ico-title-logo {
	width: 19.3rem;
	height: 16rem;
	background: url(../images/ico_gift_title_logo_pc.png) no-repeat center center;
	background-size: 100%;
}

.section-gift .gift-cont .img-group {
	position: relative;
	display: flex;
	gap: 4rem;
}
.section-gift .gift-cont .img-group .img-cont {
	width: 62rem;
	height: auto;
}

/* section-faq */
/*=================================*/
.section-faq {}


.section-faq .faq-cont {
	width: 80.4rem;
	margin: 0 auto;
}

.section-faq .faq-cont .tab-cont {
	font-family: "Pretendard", sans-serif;
}

.section-faq .faq-cont .tab-menu {
	display: flex;
	gap: 0.4rem;
	margin-bottom: 2.4rem;
}

.section-faq .faq-cont .tab-menu li {
	position: relative;
	flex: 1 1 calc(100% / 2);
	height: 5.4rem;
	text-align: center;
	background: #fff;
}

.section-faq .faq-cont .tab-menu li .tab {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

.section-faq .faq-cont .tab-menu li .tab:checked+label {
	outline: 3px solid #000;
	outline-offset: 0;
	color: #fff;
	background: #00AEEF;
	z-index: 10;
}

.section-faq .faq-cont .tab-menu li label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #00AEEF;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 3.2rem;
	cursor: pointer;
}

.section-faq .faq-cont .tab-list {}

.section-faq .faq-cont .tab-list>ul {
	display: none;
}

.section-faq .faq-cont .tab-list ul.show {
	display: block;
}

.section-faq .faq-cont .tab-list li {
	background: #fff;
	padding: 0;
	margin-bottom: 1rem;
}

.section-faq .faq-cont .tab-list li:last-child {
	margin-bottom: 0;
}

.section-faq .faq-cont .tab-list .head {
	position: relative;
	padding-bottom: 0.4rem;
}

.section-faq .faq-cont .tab-list .head button {
	position: relative;
	display: flex;
	align-items: center;
	gap: 26px;
	padding: 0 2.4rem;
	width: 100%;
	min-height: 7.4rem;
	color: #222;
	font-size: 2rem;
	font-weight: 600;
	line-height: 3.8rem;
	cursor: pointer;
}

.section-faq .faq-cont .tab-list .head button::before {
	content: 'Q';
	flex-shrink: 0;
	color: #1CABE2;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
}

.section-faq .faq-cont .tab-list .head button::after {
	content: '';
	flex-shrink: 0;
	margin-left: auto;
	width: 4rem;
	height: 4rem;
	background: url(../images/ico_accordion_arrow.svg) no-repeat center center;
	background-size: 100%;
	transition: all 0.3s ease;
}

.section-faq .faq-cont .tab-list li.open .head button::after {
	transform: rotate(180deg);
}

.section-faq .faq-cont .tab-list .body {
	position: relative;
	max-height: 0;
	overflow: hidden;
	border-top: 0.4rem solid #F6F6F6;
}

.section-faq .faq-cont .tab-list .body::before {
	content: 'A';
	position: absolute;
	top: 2.2rem;
	left: 2.4rem;
	z-index: 1;
	color: #1CABE2;
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
}

.section-faq .faq-cont .tab-list .body .inner {
	position: relative;
	padding: 2.2rem 2.4rem 2.2rem 6rem;
	color: #444;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3rem;
	/* word-break: keep-all; */
	/* word-wrap: break-word; */
}

.section-faq .faq-cont .tab-list .body .inner u {
	display: inline;
	color: #111;
}

.section-faq .faq-cont .tab-list li.open .head+.body {
	max-height: 70rem;
}

.section-faq .faq-cont .btn-block {
	margin: 8rem 0 0;
	text-align: center;
}

.section-faq .faq-cont .btn-block .btn-support {
	min-width: 48rem;
}

/* Footer */
.sec_footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #1d1d1d;
	text-align: center;
	padding: 9rem 0;
}

.sec_footer .footer-logo {
	width: 30.3rem;
	height: 4.8rem;
}

.sec_footer .footer-info {
	margin-top: 2.2rem;
	font-size: 1.7rem;
	color: #a1a1a1;
	line-height: 2.7rem;
}

.sec_footer .footer-copyright {
	margin-top: 2.7rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #555555;
}

.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;
	}

	.section-story-03 .story-03-cont::before {
		position: relative;
		top: unset;
		right: unset;
		margin-left: 4vw;
		width: 42vw;
		height: 18vw;
	}
}

/* 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;
	}

	.section-main {
		height: auto;

	}
	
	[class^='section-story-'] > .inner_1920 {
		display: flex;
		padding: 0 6rem;
	}

	.section-story-02 .img-thumb-cont {
		width: 27.5vw;
	}

	.section-story-03 .story-03-cont {
		
	}
	.section-story-03 .story-03-cont::before {
		margin-left: 19vw;
	}

}

/* SIZE 750 기준 */
@media all and (max-width: 768px) {
	html,
	body {
		font-size: calc(100vw * 10/750);
	}

	br.br-pc {
		display: none;
	}
	br.br-tablet {
		display: block;
	}
	br.br-mo {
		display: none;
	}	

	.inner_1920,
	.inner_1280 {
		max-width: 100%;
		height: auto;
	}

	*:focus {
		outline: 2px solid #000;
	}

	/* btn */
	.btn-block {
		width: 100%;
	}

	.btn-support {
		padding: 13px 0;
		width: 100%;
		height: auto;
		border-radius: 4px;
		box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.20);
	}
	
	.btn-support>span {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -0.24px;
	}

	/* 우측하단 퀵메뉴 */
	.quick-menu {
		width: 100%;
		right: unset;
		bottom: 0;
	}
	.quick-menu .btn-support {
		gap: 24px;
		padding: 8px 24px 8px 24px;
		width: 100%;
		height: 100px;
		border-radius: 0;
	}
	.quick-menu .btn-support::after {
		top: unset;
		right: 16px;
		bottom: 8px;
		width: 116px;
		height: 148px;
	}

	.quick-menu .btn-support > .ico-kiring {
		width: 66px;
		height: 84px;
	}
	.quick-menu .btn-support>span {
		font-size: 28px;
		line-height: 34px;
		letter-spacing: -0.28px;
	}

	body.js-quick-menu--is-active .quick-menu {
		transform: translateY(0);
	}

	/* layout */
	/*=================================*/
	.section-main {
		background: url('../images/bg_main_mo.jpg') no-repeat 0 0 / cover;
		aspect-ratio: unset;
	}

	.section-intro {
		padding: 48px 0 48px;
		min-height: unset;
		background-color: #DAF7FF;
	}

	.section-story-01 {
		padding: 0 20px;
		background: url(../images/bg_story_01_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 962;
	}

	.section-story-02 {
		padding: 0 20px;
		background: url(../images/bg_story_02_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 968;
	}

	.section-story-03 {
		padding: 0 20px;
		background: url(../images/bg_story_03_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 905;
	}

	.section-message {
		padding: 0 20px;
		background: url(../images/bg_message_mo.jpg) no-repeat 0 0 / cover;
		aspect-ratio: 360 / 536;
	}

	.section-support {
		padding: 60px 0;
	}

	.section-gift {
		padding: 60px 0;
	}

	.section-faq {
		padding: 60px 0;   
		background-color: #F6F6F6;
	}

	.copyright.type-h {
		right: 4px;
		bottom: calc(100px + 89px);
		width: 89px;
		height: 9px;
	}

	.copyright p {
		font-size: 7px;
		line-height: normal;
	}

	/* section-header */
	/*=================================*/
	.section-header {
		padding: 16px;
	}

	.section-header .logo .logo_btn {
		width: 64px;
		height: 34px;
	}

	/* section-main */
	/*=================================*/
	.section-main {
		width: 100%;
		min-height: 100dvh;
	}

	.section-main .inner_1920 {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		height: 100%;
		transform: translateX(-50%);
	}

	.section-main .main-cont {
		position: relative;
		top: unset;
		transform: unset;
		align-items: center;
		padding: 8vh 0 0;
		height: 100dvh;
	}

	.section-main .main-cont .title {
		width: 59.72222222vw;
		height: auto;
	}

	.section-main .main-cont .title-sub {
		margin: 16px 0 0;
		color: #111;
		text-shadow: 0 0 40px #8EDCF1;
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		text-align: center;
	}

	.section-main .btn-block {
		position: absolute;
		bottom: 24px;
		left: 0;
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}


	/* section-intro */
	/*=================================*/
	.section-intro {}

	.section-intro .intro-cont {
		padding: 0;
		gap: 12px;
	}

	.section-intro .intro-cont .title {
		padding-top: 4px;
		font-size: 15px;
		font-weight: 700;
		line-height: 24px;
	}

	.section-intro .intro-cont .ico-jtbc {
		width: 70px;
		height: 36px;
	}

	.section-intro .intro-cont .video-area {
		overflow: hidden;
		position: relative;
		display: block;
		padding: 0 20px;
		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 - 48px);
		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_1920 {
		padding: 0;
	}

	[class^='section-story-'] > .inner_1920 > [class^='story-0'] {
		position: absolute;
		left: 0;
		flex-direction: column;
		align-items: start;
		gap: 40px;
		width: 100%;
	}

	[class^='section-story-'] .text-area {
		gap: 0;
		
	}
	[class^='section-story-'] .img-cont>img {}

	[class^='section-story-'] .title {
		margin-bottom: 24px;
	}
	
	[class^='section-story-'] .text-cont {}
	[class^='section-story-'] .text-cont p {
		font-size: 15px;
		line-height: 26px;
	}
	[class^='section-story-'] .text-cont p + p {
		margin-top: 16px;
	}	
	[class^='section-story-'] .btn-block {
		
	}	

	/* section-story-01 */
	.section-story-01 {}
	.section-story-01 .story-01-cont {
		top: 111.11111111vw;
	}
	.section-story-01 .story-01-cont .text-area {
		width: 100%;
	}
	.section-story-01 .story-01-cont .text-area .title {
		width: 85.27777778vw;
	}

	/* section-story-02 */
	.section-story-02 {}
	.section-story-02 .story-02-cont {
		top: 127.77777778vw;
	}
	.section-story-02 .story-02-cont .text-area {
		width: 100%;
	}
	.section-story-02 .story-02-cont .text-area .title {
		width: 88.61111111vw;
	}
	.section-story-02 .img-thumb-cont {
		right: 8px;
		bottom: auto;
		top: 73.88888889vw;
		width: 61.11111111vw;
		height: auto;
	}

	/* section-story-03 */
	.section-story-03 {}
	.section-story-03 .story-03-cont {
		padding-top: 0;
		top: 143.61111111vw;
	}

	.section-story-03 .story-03-cont .text-area {
		width: 100%;
	}
	.section-story-03 .story-03-cont .text-area .title {
		width: 56.66666667vw;
	}

	.section-story-03 .story-03-cont::before {
		position: absolute;
		margin: 0;
		left: 0;
		top: -47vw;
		width: 100%;
		height: 40vw;
		background: url(../images/img_story_03_thumb_01_mo.png) no-repeat center center;
		background-size: 100%;
	}

	/* section-message */
	/*=================================*/
	.section-message {}

	.section-message .message-cont {
		position: absolute;
		top: 73.33333333vw;
		padding: 0;
		width: 100%;
	}

	.section-message .message-cont .img-cont {
		width: 100%;
		height: auto;
	}

	.section-message .message-cont .title {
		width: 74.16666667vw;
	}

	.section-message .message-cont .btn-block {
		margin: 24px 0 0;
		width: 100%;
	}
	.section-message .message-cont .btn-block .btn-support {}


	/* section-support */
	/*=================================*/
	.section-support {}

	.section-support .support-cont {
		max-width: unset;
	}

	.section-support .support-cont .title {
		color: #222;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px;
		letter-spacing: -0.26px;
	}
	.section-support .support-cont .title span.span-pc {
		display: none;
	}

	.section-support .support-cont .slider-support {
		margin-top: 40px;
	}

	.section-support .support-cont .slider-support .swiper-buttons {
		display: block;
	}

	.section-support .support-cont	.swiper-button-next,
	.section-support .support-cont	.swiper-button-prev {
		top: calc((162px / 2) + 12px);
		width: 24px;
		height: 24px;
	}

	.section-support .support-cont	.swiper-button-prev {
		background: url(../images/ico_support_slider_arrow_prev.svg) no-repeat center center;
		background-size: 100%;
	}
	.section-support .support-cont	.swiper-button-next {
		background: url(../images/ico_support_slider_arrow_next.svg) no-repeat center center;
		background-size: 100%;
	}

	.section-support .support-cont .swiper-button-next:after,
	.section-support .support-cont .swiper-button-prev:after {
		display: none;
	}

	.section-support .support-cont .slider-support .swiper-wrapper {
		gap: 0;
	}
	.section-support .support-cont .slider-support .swiper-slide {
		flex-shrink: 0;
		padding: 0 40px;
	} 

	.section-support .support-cont .slider-support .swiper-slide .card-cont {
		position: relative;
		text-align: center;
		animation: none;
		opacity: 1;
	}

	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head {
		height: 162px;
		border-radius: 4px;
	}
	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group {
		display: flex;
		flex-direction: column;
		gap: 1.2rem;
	}

	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group > i {
		margin: 0 auto;
		min-height:  97.2px;
	}
	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group .ico-nutrition {
		width: 103.708px;
		height: 66.604px;
	}
	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group .ico-education {
		width: 96.923px;
		height: 97.2px;	
	}
	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group .ico-safety {
		width: 70px;
		height: 70.2px;
	}

	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-head > .group  > strong {
		color: #FFF;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: -0.18px;
	}

	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-body {
		margin-top: 16px;
	}
	.section-support .support-cont .slider-support .swiper-slide .card-cont .card-body > p {
		color: #222;
		font-size: 16px;
		line-height: 26px;
	}

	/* section-gift */
	/*=================================*/
	.section-gift {}

	.section-gift .gift-cont {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.section-gift .gift-cont .title {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin: 0 0 40px;
		padding: 0 18px;
		width: 100%;
		font-size: 28px;
		font-weight: 700;
		line-height: 36px;
		letter-spacing: -0.28px;
	}

	.section-gift .gift-cont .title>span {
		flex-direction: column;
		align-items: center;
	}

	.section-gift .gift-cont .title>span:first-of-type {
		flex-direction: row;
		align-items: end;
		gap: 8px;
		
	}

	.section-gift .gift-cont .title>span:first-of-type>em {
		padding-bottom: calc(30px - 8px);
	}

	.section-gift .gift-cont .title>span .point-box {
		margin: 3px 1px 0;
		padding: 2px 2px 4px;
		max-height: 32px;
	}	

	
	.section-gift .gift-cont .title>span .ico-title-logo {
		width: 145px;
		height: 120px;
		background: url(../images/ico_gift_title_logo_mo.png) no-repeat center center;
		background-size: 100%;
	}

	.section-gift .gift-cont .img-group {
		flex-direction: column;
		gap: 20px;
	}

	.section-gift .gift-cont .img-group .img-cont {
		padding: 0 20px;
		width: 100%;
		height: auto;
	}

	.section-gift .gift-cont .btn-block {
		margin: 40px 0 0;
		padding: 0 24px;
	}

	.section-gift .gift-cont .btn-block .btn-support {
		width: 100%;
		height: 60px;
	}

	/* section-faq */
	/*=================================*/
	.section-faq {}


	.section-faq .faq-cont {
		width: 100%;
		margin: 0 auto;
		padding: 0 24px;
	}

	.section-faq .faq-cont .tab-menu {
		display: flex;
		gap: 2px;
		margin-bottom: 2.4rem;
	}

	.section-faq .faq-cont .tab-menu li {
		height: 32px;
	}

	.section-faq .faq-cont .tab-menu li .tab {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.section-faq .faq-cont .tab-menu li .tab:checked+label {
		color: #fff;
		background: #00AEEF;
		outline: 2px solid #000;
	}

	.section-faq .faq-cont .tab-menu li label {
		font-size: 12px;
		line-height: 20px;
	}	

	.section-faq .faq-cont .tab-list {}

	.section-faq .faq-cont .tab-list>ul {
		display: none;
	}

	.section-faq .faq-cont .tab-list ul.show {
		display: block;
	}

	.section-faq .faq-cont .tab-list li {
		background: #fff;
		padding: 0;
		margin-bottom: 1rem;
	}

	.section-faq .faq-cont .tab-list li:last-child {
		margin-bottom: 0;
	}

	.section-faq .faq-cont .tab-list .head {}

	.section-faq .faq-cont .tab-list .head button {
		align-items: start;
		gap: 8px;
		padding: 10px;
		width: 100%;
		min-height: unset;
		font-size: 12px;
		line-height: 22px;
		text-align: left;
	}

	.section-faq .faq-cont .tab-list .head button::before {
		font-size: 12px;
		line-height: 22px;
	}

	.section-faq .faq-cont .tab-list .head button::after {
		width: 16px;
		height: 16px;
	}

	.section-faq .faq-cont .tab-list li.open .head button::after {}

	.section-faq .faq-cont .tab-list .body {
		position: relative;
		max-height: 0;
		overflow: hidden;
		border-top: 2px solid #F6F6F6;
	}

	.section-faq .faq-cont .tab-list .body::before {
		content: 'A';
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 12px;
		line-height: 22px;
	}

	.section-faq .faq-cont .tab-list .body .inner {
		position: relative;
		padding: 10px 10px 10px 28px;
		color: #444;
		font-size: 10px;
		line-height: 18px;
	}

	.section-faq .faq-cont .tab-list .body .inner u {
		display: inline;
		color: #111;
	}

	.section-faq .faq-cont .tab-list li.open .head+.body {
		max-height: 517px;
	}

	.section-faq .faq-cont .btn-block {
		margin: 40px 0 0;
		text-align: center;
	}


	/* Footer */
	.sec_footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #1d1d1d;
		text-align: center;
		padding: 8.6rem 0 24rem;
	}

	.sec_footer .footer-logo {
		width: 39.1rem;
		height: 6.2rem;
	}

	.sec_footer .footer-info {
		margin-top: 2.2rem;
		width: 64rem;
		font-size: 2.3rem;
		color: #ccc;
		line-height: 3.6rem;
		font-weight: 500;
	}

	.sec_footer .footer-copyright {
		margin-top: 2.7rem;
		width: 63.4rem;
		font-size: 2.2rem;
		line-height: 3rem;
		color: #777;
		font-weight: 500;
	}

	.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;
	}

	.copyright {
		right: 4px !important;
	}
	.section-main .copyright {
		bottom: calc(21rem + 20.3rem);
	}

	.section-story-01 .copyright {
		left: auto;
		right: 2.4rem;
		bottom: calc(26rem + 20.3rem);
		transform: rotate(-90deg);
		transform-origin: bottom right;
	}	
	.section-story-01 .copyright.copyright-02 {
		top: calc(20rem + 20.3rem);
	}

	.section-story-03 .copyright {
		top: calc(29rem + 20.3rem);
		left: auto;
		right: 2.4rem;
		transform: rotate(-90deg);
		transform-origin: bottom right;
	}
	.section-message .copyright {
		top: calc(5rem + 20.3rem);
		bottom: unset;
	}

}