@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;
}

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: "Pretendard", "AliceDigitalLearning", -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;
}

.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: 0;
	width: 40rem;
	height: 10rem;
	/* border-radius: 4px; */
	background: #0047AB;
	box-shadow: 2px 4px 8px 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;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 4.6rem;
	letter-spacing: -0.036rem;
}

.btn-support.type2 {
	width: 60rem;
	height: 12.8rem;
	background: #00AEEF;
	box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.btn-support.type3 {
	width: 56rem;
	height: 10rem;
	background-color: #FFFFFF;
}
.btn-support.type3 > span {
	color: #00AEEF;
}



/* 우측하단 퀵메뉴 */
.quick-menu {
	position: fixed;
	z-index: 100;
	right: 4rem;
	bottom: 8rem;
	transform: translateY(calc(120% + 8rem));
	transition: transform .6s cubic-bezier(.39,.575,.565,1.000);
}

.quick-menu .btn-support {
	padding: 2.2rem 0 3rem;
	width: 36rem;
	height: 16rem;

}
.quick-menu .btn-support>span {
	font-family: "AliceDigitalLearning", sans-serif;
	font-size: 4.4rem;
	line-height: 5.4rem;
	letter-spacing: -0.044rem;
	font-weight: 700;
}


.quick-menu .btn-support:hover,
.quick-menu .btn-support:focus {
	background-color: #0077C0;
}

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 center / cover;
	aspect-ratio: 34 / 21;
}

.section-intro {
	padding: 4rem 0 8rem;
}

[class^='section-story-'] {
	background-color: #EDF9FF;
}
.section-story-01 {
	/* padding: 14rem 0 0; */
	padding: 22rem 0 11rem;
}

.section-story-02 {
	/* padding: 14rem 0 0; */
	padding: 11rem 0;
}

.section-story-03 {
	padding: 11rem 0 22rem;
}

.section-message {
	padding: 6.8rem 0 8rem;
	background-color: #00AEEF;
}

.section-support {
	padding: 8rem 0;
}

.section-gift {
	padding: 8rem 0;
	background-color: #96CFEC;
}

.section-faq {
	padding: 16rem 0 12rem;
	background-color: #F6F6F6;
}


/* 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: 10.1rem;
	height: 5.4rem;
	background-color: transparent;
}

/* section-main */
/*=================================*/
.section-main {
	width: 100%;
	height: calc(100vh - 16rem);
	/* height: 840px; */
}

.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%;
	left: 0;
	width: auto;
	display: flex;
	flex-direction: column;
	z-index: 10;
	transform: translateY(-50%);
}

.section-main .main-cont .title {
	width: 38.6rem;
	height: auto;
}

.section-main.has-scrolled .main-cont .title {
	opacity: 0;
	animation: fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both 0.5s;
}


.section-main .main-cont .title-sub {
	position: relative;
	margin: 2.4rem 0 0;
	color: #222;
	text-shadow: 0 0 4rem rgba(255, 255, 255, 0.80);
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 3.8rem;
}

.section-main .main-cont .title-sub>b {
	color: #0146AB;
	font-weight: 700;
}

.section-main .btn-block {
	/* width: 40rem; */
	margin: 4rem 0 0;

}

.section-main .main-copyright {
	position: absolute;
	right: 2rem;
	bottom: calc(2rem + 20.2rem);
	z-index: 10;
	width: 20.2rem;
	height: 2.4rem;
	transform: rotate(-90deg);
	transform-origin: bottom right;
}

.section-main .main-copyright p {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
}

/* section-intro */
/*=================================*/
.section-intro {}

.section-intro .intro-cont {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-intro .intro-cont .title {
	display: flex;
	align-items: flex-end;
	gap: 1.1rem;
	color: #222;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 4.8rem;
	letter-spacing: -0.04rem;
}
.section-intro .intro-cont .title > span {
	display: flex;
	align-items: flex-end;
}


.section-intro .intro-cont .title .ico-jtbc {
	margin: 0 0 0 1.6rem;
	width: 11.7rem;
	height: 6rem;
	background: url(../images/ico_intro_jtbc.png) no-repeat center center;
	background-size: 100%;
}

.section-intro .intro-cont .video-cont {
	overflow: hidden;
	position: relative;
	margin: 6rem 0 0;
	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 {
	padding: 0 24rem;
}

[class^='section-story-'] [class^='group-'] {
	position: relative;
	width: 100%;
	height: auto;
}

[class^='section-story-'] .img-cont>img {}

[class^='section-story-'] .title {
	position: relative;
	display: block;
	margin-bottom: 4rem;
	font-family: "AliceDigitalLearning", sans-serif;
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 7rem;
	letter-spacing: -0.056rem;
	text-align: left;
}


[class^='section-story-'] .text-cont {}

[class^='section-story-'] .text-cont p {
	color: #222;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 3.2rem;
	word-break: keep-all;
	word-wrap: break-word;
}

[class^='section-story-'] .text-cont p+p {
	margin-top: 2.4rem;
}

[class^='section-story-'] .text-cont p>b {
	font-weight: 700;
}

[class^='section-story-'] .btn-block {}


/* slider-story */
.slider-story {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 76rem;

}

.slider-story .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.slider-story .slider-story-nav {}
.slider-story .slider-story-nav .swiper-button-next,
.slider-story .slider-story-nav .swiper-button-prev {
	top: auto;
	bottom: calc((12.8rem / 2) - 3rem);
	width: 6rem;
	height: 6rem;
}

.slider-story .slider-story-nav .swiper-button-prev {
	background: url(../images/ico_story_slider_arrow_prev.svg) no-repeat center center;
	background-size: 100%;
}
.slider-story .slider-story-nav .swiper-button-next {
	background: url(../images/ico_story_slider_arrow_next.svg) no-repeat center center;
	background-size: 100%;
}

.slider-story .slider-story-nav .swiper-button-next:after,
.slider-story .slider-story-nav .swiper-button-prev:after {
	display: none;
}

.slider-story .slider-story-main {
	width: 100%;
	height: 58rem;
	aspect-ratio: 38 / 29;
}


.slider-story .slider-story-thumbs {
	margin-top: 4rem;
	height: 12.8rem;
}

.slider-story .slider-story-thumbs .swiper-wrapper {
	justify-content: center;
	gap: 20px;
}


.slider-story .slider-story-thumbs .swiper-slide {
	position: relative;
	width: 17rem;
	height: 100%;
	cursor: pointer;
}
.slider-story .slider-story-thumbs .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all .2s;
	opacity: 1;
}


.slider-story .slider-story-thumbs .swiper-slide.swiper-slide-thumb-active::before	{
	opacity: 0;
}



/* section-story-01 */
.section-story-01 {}

.section-story-01 .story-01-cont {
	position: relative;
	display: flex;
	gap: 8rem;
	/* align-items: center; */
	/* min-height: 74.8rem; */
	width: 100%;
}

.section-story-01 .story-01-cont .group-01 {}

.section-story-01 .story-01-cont .group-01>img {
	width: 90rem;
	height: auto;
}

.section-story-01 .story-01-cont .group-02 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-story-01 .story-01-cont .group-02 .title {
	opacity: 0;	
}
.section-story-01.has-scrolled .title {
	animation: fade-in-left 1s linear both;
}
.section-story-01 .btn-block {
	margin-top: 3.8rem;
}

/* section-story-02 */
.section-story-02 {}

.section-story-02 .story-02-cont {
	position: relative;
	display: flex;
	gap: 8rem;
	width: 100%;
}

.section-story-02 .story-02-cont .group-01 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-story-02 .story-02-cont .group-01 .title {
	opacity: 0;	
}
.section-story-02.has-scrolled .title {
	animation: fade-in-left 1s linear both;
}

.section-story-02 .story-02-cont .group-01 .btn-block .btn-support {

}

.section-story-02 .story-02-cont .group-01 .img-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	width: 52rem;
	height: 32rem;
}

.section-story-02 .story-02-cont .group-01 .img-cont>img {
	margin: 4rem 0 0;
	width: 40rem;
	height: 28rem;
}

.section-story-02 .story-02-cont .group-01 .img-cont>p {
	color: #222;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 3.2rem;
	letter-spacing: -0.022rem;
	text-align: center;
}

.section-story-02 .story-02-cont .group-01 .btn-block {
	margin: 4rem 0 0;
}

.section-story-02 .story-02-cont .group-02 {}

.section-story-02 .story-02-cont .group-02 .img-cont {
	width: 94rem;
	height: auto;
}

/* section-story-03 */
.section-story-03 {}

.section-story-03 .story-03-cont {
	position: relative;
	display: flex;
	gap: 8rem;
	width: 100%;
}

.section-story-03 .story-03-cont .group-01 {}

.section-story-03 .story-03-cont .group-01>img {
	width: 68rem;
	height: auto;
}

.section-story-03 .story-03-cont .group-02 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-story-03 .story-03-cont .group-02 .title {
	opacity: 0;	
}
.section-story-03.has-scrolled .title {
	animation: fade-in-left 1s linear both;
}


.section-story-03 .story-03-cont .group-02 .btn-block {
	margin: 4rem 0 0;
}

.section-story-03 .story-03-cont .group-02 .btn-block .btn-support.type2 {

}

/* section-message */
/*=================================*/
.section-message {}

.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 {
	margin: 2.8rem 0 0;
	font-family: "AliceDigitalLearning", sans-serif;
	color: #FFF;
	text-shadow: 0 0 2rem rgba(0, 0, 0, 0.30);
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 6rem;
	letter-spacing: -0.044rem;
}

.section-message .message-cont .btn-block {
	margin: 2.4rem 0 0;
}

.section-message .message-cont .btn-block .btn-support.type2 {

}


/* section-support */
/*=================================*/
.section-support {}

.section-support .support-cont {
	margin: 0 auto;
	max-width: 122rem;
}

.section-support .support-cont .title {
	color: #222;
	font-family: "AliceDigitalLearning", sans-serif;
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 6rem;
	letter-spacing: -0.044rem;
}

.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;
	/* border-radius: 0.4rem; */
}
.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: #FFF;
	text-align: center;
	font-family: "AliceDigitalLearning", sans-serif;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 6rem;
	letter-spacing: -0.044rem;
}

.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.2rem 0.4rem 0.8rem;
	margin: 0.4rem 0.2rem 0 0.8rem;
	color: #0047AB;
	background-color: #fff;
	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-cont {
	width: 128rem;
	height: auto;
}

.section-gift .gift-cont .btn-block {
	margin: 6rem 0 0;
}

.section-gift .gift-cont .btn-block .btn-support {
	width: 56rem;
	height: 10rem;
}



/* section-faq */
/*=================================*/
.section-faq {}


.section-faq .faq-cont {
	width: 80.4rem;
	margin: 0 auto;
}

.section-faq .faq-cont .tab-menu {
	display: flex;
	gap: 0.2rem;
	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 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.section-faq .faq-cont .tab-menu li .tab:checked+label {
	color: #fff;
	background: #00AEEF;
}

.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-style: normal;
	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 {
	
}

.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 {
	width: 56rem;
	height: 10rem;
}



/* 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;
	}
}

/* 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;
		justify-content: center;
		padding: 0 6rem;
	}

}

/* 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%;
	}	


	/* btn */
	.btn-block {
		width: 100%;
	}

	.btn-support {
		padding: 13px 0;
		width: 100% !important;
		height: auto !important;
	}

	.btn-support>span {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -0.24px;
	}

	.btn-support.type2 {
		padding: 6px 0;
		border-radius: 4px;
	}
	.btn-support.type3 {
		padding: 13px 0;
		border-radius: 4px;
	}



	/* 우측하단 퀵메뉴 */
	.quick-menu {
		/* transform: translateY(0); */
		width: 100%;
		right: unset;
		bottom: 0;
	}
	.quick-menu .btn-support {
		padding: 21px 0 25px;
		width: 100%;
		height: 80px;
		border-radius: 0;
	}
	.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 center/cover;
		aspect-ratio: unset;
	}

	.section-intro {
		padding: 48px 0;
		min-height: unset;
	}

	.section-story-01 {
		padding: 80px 20px 40px;
	}

	.section-story-02 {
		padding: 40px 20px;
	}

	.section-story-03 {
		padding: 40px 20px 80px;
	}

	.section-message {
		padding: 60px 0;
	}

	.section-support {
		padding: 60px 0;
	}

	.section-gift {
		padding: 60px 0;
	}

	.section-faq {
		padding: 60px 0;   
		background-color: #F6F6F6;
	}


	/* 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: 7vh 0 0;
		height: 100%;
	}

	.section-main .main-cont .title {
		width: 217px;
		height: auto;
	}

	.section-main .main-cont .title-sub {
		margin: 16px 0 0;
		text-shadow: 0 0 4rem rgba(255, 255, 255, 0.80);
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}

	.section-main .btn-block {
		position: absolute;
		bottom: 24px;
		left: 0;
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}

	.section-main .main-copyright {
		right: 4px;
		bottom: calc(100px + 87px);
		width: 87px;
		height: 10px;
	}

	.section-main .main-copyright p {
		font-size: 7px;
		line-height: 10px;
	}

	/* section-intro */
	/*=================================*/
	.section-intro {}

	.section-intro .intro-cont {
		padding: 0;
	}

	.section-intro .intro-cont .title {
		display: flex;
		align-items: start;
		flex-direction: column;
		gap: 4px;
		font-size: 20px;
		line-height: 28px;
	}

	.section-intro .intro-cont .title .ico-jtbc {
		margin: 0 0 0 8px;
		width: 55px;
		height: 28px;
	}

	.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;
		margin: 40px 0 0;
		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-'] .img-cont>img {}

	[class^='section-story-'] .title {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 40px;
		letter-spacing: -0.32px;
		text-align: left;
	}


	[class^='section-story-'] .text-cont {}

	[class^='section-story-'] .text-cont p {
		font-size: 16px;
		line-height: 26px;
	}

	[class^='section-story-'] .text-cont p+p {
		margin-top: 16px;
	}
	
	[class^='section-story-'] .btn-block {
		margin-top: 40px !important;
	}
	
	/* slider-story */
	.slider-story {
		/* max-width: min(76rem, calc(100vw - 40px)); */
	}
	.slider-story .slider-story-nav .swiper-button-next,
	.slider-story .slider-story-nav .swiper-button-prev {
		display: none;
	}

	.slider-story .slider-story-main {
		/* max-width: calc(74rem - 40px); */
		height: auto;
	}
	.slider-story .slider-story-thumbs {
		margin-top: 10px;
		/* height: 75px; */
	}
	.slider-story .slider-story-thumbs .swiper-wrapper {
		gap: 10px;
	}
	.slider-story .slider-story-thumbs .swiper-slide {
		flex-shrink: unset;
		width: 100%;
	}

	/* section-story-01 */
	.section-story-01 {}
	.section-story-01 .story-01-cont {
		flex-direction: column;
		align-items: start;
		gap: 40px;
	}
	.section-story-01 .story-01-cont .group-02 {
		width: 100%;
	}

	/* section-story-02 */
	.section-story-02 {}
	.section-story-02 .story-02-cont {
		flex-direction: column-reverse;
		align-items: start;
		gap: 40px;
	}
	.section-story-02 .story-02-cont .group-01 {
		width: 100%;
	}


	/* section-story-03 */
	.section-story-03 {}
	.section-story-03 .story-03-cont {
		flex-direction: column;
		align-items: start;
		gap: 40px;
	}
	.section-story-03 .story-03-cont .group-02 {
		width: 100%;
	}


	/* section-message */
	/*=================================*/
	.section-message {}

	.section-message .message-cont {
		padding: 0;
	}

	.section-message .message-cont .img-cont {
		width: 100%;
		height: auto;
	}

	.section-message .message-cont .title {
		margin: 24px 0 0;
		padding: 0 24px;
		width: 100%;
		text-shadow: 0 0 8px rgba(0, 0, 0, 0.20);
		font-size: 26px;
		line-height: 36px;
		letter-spacing: -0.26px;
	}

	.section-message .message-cont .btn-block {
		margin: 32px 0 0;
		padding: 0 24px;
	}

	.section-message .message-cont .btn-block .btn-support.type2 {
		width: 100%;
		height: 80px;
	}


	/* 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-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%;
		color: #FFF;
		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: 0 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-cont {
		padding: 0 16px;
		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: 0.2rem;
		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;
	}

	.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;
	}

	.section-faq .faq-cont .btn-block .btn-support.type2 {
		padding: 13px 0;
		width: 100%;
		height: 60px;
	}


	/* 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;
	}

	.slider-story .slider-story-thumbs {
		height: 75px;
	}

}