@charset "UTF-8";

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

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

/* fonts */
/*=================================*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url("https://cdn.jsdelivr.net/npm/@noonnu/one-mobile-title@0.1.0/index.min.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 Variable", Pretendard, "Sandoll GyeokdongG2", "ONE-Mobile-Title", -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%;
	max-width: 192.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;
	width: 40rem;
	height: 10rem;
	border-radius: 4px;
	background-color: #0146AB;
	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-family: "ONE-Mobile-Title", sans-serif !important;
	font-size: 3.6rem; 
	font-weight: 400;
	line-height: 4.4rem;
	letter-spacing: -0.036rem;
}

.btn-support.type2 {
	background-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 {
	width: 32rem;
	height: 18rem;
	background-color: #00AEEF;
}

.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;
	font-family: "Sandoll GyeokdongG2", "ONE-Mobile-Title", sans-serif;
	text-align: center;
}


.section-header {}

.section-main {
	background: url('../images/bg_main_pc.jpg?bust=20250820') no-repeat center/cover;
}

.section-intro {
	padding: 4rem 0 6rem;
	min-height: 90rem;
	background: url('../images/bg_intro_pc.jpg?bust=20250820') no-repeat center/cover;
}

.section-story-barefoot {
	padding: 14rem 0 0;
}

.section-story-pencil {
	padding: 14rem 0 0;
}

.section-story-dream {
	padding: 14rem 0 0;
}

.section-message {
	padding: 4.8rem 0 6rem;
	background-color: #0146AB;
}

.section-support {
	padding: 8rem 0;
}

.section-gift {
	padding: 6rem 0 12rem;
	/* background-color: #00AEEF; */
	background: url('../images/bg_gift_pc.jpg') no-repeat center/cover;
}

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

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

.section-main .main-cont {
	position: absolute;
	top: 13.4rem;
	right: 14.2rem;
	width: 84rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10;
}

.section-main .main-cont .title {
	width: 44rem;
	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.8rem 0 0;
	color: #222;
	text-align: center;
	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 {
	position: absolute;
	top: calc(55.4rem + 3.5rem);
	right: 14.2rem;
	width: 84rem;
	margin: 3.5rem 0 0;
	text-align: center;
}

.section-main .main-copyright {
	position: absolute;
	right: 2rem;
	bottom: calc(2rem + 19.7rem);
	z-index: 10;
	width: 19.7rem;
	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: inline-flex;
	align-items: flex-end;
	gap: 1.6rem;
	color: #222;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 4.8rem;
	/* 120% */
	letter-spacing: -0.04rem;
}

.section-intro .intro-cont .title .ico-jtbc {
	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-'] .ico-quote {
	display: block;
	margin-bottom: 4rem;
	width: 6.1rem;
	height: 6rem;
	background: url(../images/ico_quote.png) no-repeat center center;
	background-size: 100%;
}

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

[class^='section-story-'] .title {
	position: relative;
	display: block;
	margin-bottom: 8rem;
	font-family: "Sandoll GyeokdongG2", "ONE-Mobile-Title", sans-serif;
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 6.8rem;
	letter-spacing: 0;
	text-align: left;
}

[class^='section-story-'] .title:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	bottom: calc(-4rem + 0.2rem);
	width: 6.8rem;
	height: 0.4rem;
	background-color: #EEE;
}

[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: 16px;
}

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


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

.section-story-barefoot .story-barefoot-cont {
	position: relative;
	display: flex;
	gap: 8rem;
	align-items: center;
}

.section-story-barefoot .story-barefoot-cont .group-01 {}

.section-story-barefoot .story-barefoot-cont .group-01>img {
	width: 90rem;
	height: auto;
}

.section-story-barefoot .story-barefoot-cont .group-02 {
	display: flex;
	flex-direction: column;
}

.section-story-barefoot .story-barefoot-cont .group-02 .title {
	color: #0146AB;
	opacity: 0;	
}
.section-story-barefoot.has-scrolled .title {
	animation: fade-in-left 1s linear both;
}

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

.section-story-pencil .story-pencil-cont {
	position: relative;
	display: flex;
	gap: 8rem;
	align-items: center;
	padding-left: 22rem;
}

.section-story-pencil .story-pencil-cont .group-01 {
	display: flex;
	flex-direction: column;
}

.section-story-pencil .story-pencil-cont .group-01 .title {
	color: #00AEEF;
	opacity: 0;	
}
.section-story-pencil.has-scrolled .title {
	animation: fade-in-left 1s linear both;
}

.section-story-pencil .story-pencil-cont .group-01 .btn-block .btn-support {
	width: 52rem;
	height: 12rem;
}

.section-story-pencil .story-pencil-cont .group-01 .img-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	width: 52rem;
	height: 32rem;
}

.section-story-pencil .story-pencil-cont .group-01 .img-cont>img {
	margin: 4rem 0 0;
	width: 40rem;
	height: 28rem;
}

.section-story-pencil .story-pencil-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-pencil .story-pencil-cont .group-01 .btn-block {
	margin: 4rem 0 0;
}

.section-story-pencil .story-pencil-cont .group-02 {}

.section-story-pencil .story-pencil-cont .group-02 .img-cont {
	width: 94rem;
	height: auto;
}

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

.section-story-dream .story-dream-cont {
	position: relative;
	display: flex;
	gap: 8rem;
	align-items: center;
	padding-left: 22rem;
}

.section-story-dream .story-dream-cont .group-01 {}

.section-story-dream .story-dream-cont .group-01>img {
	width: 68rem;
	height: auto;
}

.section-story-dream .story-dream-cont .group-02 {
	display: flex;
	flex-direction: column;
}

.section-story-dream .story-dream-cont .group-02 .title {
	color: #0146AB;
	opacity: 0;	
}
.section-story-dream.has-scrolled .title {
	animation: fade-in-left 1s linear both;
}


.section-story-dream .story-dream-cont .group-02 .btn-block {
	margin: 4rem 0 0;
}

.section-story-dream .story-dream-cont .group-02 .btn-block .btn-support.type2 {
	width: 52rem;
	height: 12rem;
}

/* 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.4rem 0 0;

	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.8rem 0 0;
}

.section-message .message-cont .btn-block .btn-support.type2 {
	width: 56rem;
	height: 10rem;
}


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

.section-support .support-cont {
	margin: 0 auto;
	max-width: 122rem;
}

.section-support .support-cont .title {
	color: #222;
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 6rem;
	letter-spacing: -0.044rem;
}

.section-support .support-cont .slider-support {
	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 4rem;
	color: #FFF;
	text-align: center;
	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;
	padding: 0.6rem 0.4rem;
	margin: 0 0.4rem 0 0.8rem;
	color: #00AEEF;
	background-color: #fff;
}

.section-gift .gift-cont .title>span .ico-title-logo {
	width: 22rem;
	height: 18.4rem;
	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 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;
	}



}

/* 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: none;
	}
	br.br-mo {
		display: block;
	}


	.inner_1920 {
		max-width: 100%;
	}	


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

	.btn-support {
		width: 100%;
		height: 60px;
	}

	.btn-support>span {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: -0.22px;
	}

	.btn-support.type2 {
		background-color: #00AEEF;
	}

	/* 우측하단 퀵메뉴 */
	.quick-menu {
		/* transform: translateY(0); */
		width: 100%;
		right: unset;
		bottom: 0;
	}
	.quick-menu .btn-support {
		width: 100%;
		height: 80px;
		border-radius: 0;
	}
	.quick-menu .btn-support>span {
		font-size: 26px;
		line-height: 34px;
		letter-spacing: -0.26px;
	}

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



	/* layout */
	/*=================================*/
	.section-main {
		background: url('../images/bg_main_mo.jpg?bust=20250820') no-repeat center/cover;
	}

	.section-intro {
		padding: 48px 0 44px;
		min-height: unset;
		background: url('../images/bg_intro_mo.jpg?bust=20250820') no-repeat center/cover;
	}

	.section-story-barefoot {
		padding: 60px 0;
	}

	.section-story-pencil {
		padding: 60px 0;
	}

	.section-story-dream {
		padding: 60px 0;
	}

	.section-message {
		padding: 60px 0;
		background-color: #0146AB;
	}

	.section-support {
		padding: 60px 0;
	}

	.section-gift {
		padding: 60px 0;
		background-color: #00AEEF;
	}

	.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: absolute;
		top: 8%;
		right: auto;
		width: 100%;
		height: auto;
	}

	.section-main .main-cont .title {
		width: 222px;
		height: auto;
	}

	.section-main .main-cont .title-sub {
		margin: 16px 0 0;
		max-width: 248px;
		text-shadow: 0 0 4rem rgba(255, 255, 255, 0.80);
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}

	.section-main .btn-block {
		top: unset;
		right: unset;
		bottom: 2.4rem;
		left: 0;
		margin: 0;
		padding: 0 24px;
		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 {
		flex-direction: column;
		align-items: center;
		gap: 8px;
		font-size: 20px;
		line-height: 28px;
	}

	.section-intro .intro-cont .title .ico-jtbc {
		width: 55px;
		height: 28px;
	}

	.section-intro .intro-cont .video-area {
		overflow: hidden;
		position: relative;
		display: block;
		padding: 0 24px;
		width: 100%;
	}
	.section-intro .intro-cont .video-cont {
		position: relative;
		margin: 35px 0 0;
		width: 100%;
		height: 49.16666667vw;
	}

	.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-'] .ico-quote {
		margin-bottom: 24px;
		width: 25px;
		height: 24px;
	}

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

	[class^='section-story-'] .title {
		font-size: 26px;
		line-height: 36px;
		letter-spacing: -0.26px;
		text-align: left;
	}

	[class^='section-story-'] .title:after {
		content: '';
		bottom: calc(-24px + 2px);
		width: 40px;
		height: 2px;
	}

	[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: 8px;
	}



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

	.section-story-barefoot .story-barefoot-cont {
		flex-direction: column;
		align-items: start;
		gap: 24px;
	}

	.section-story-barefoot .story-barefoot-cont .group-01 {
		padding: 0 20px 0 0;
	}

	.section-story-barefoot .story-barefoot-cont .group-01>img {
		width: 100%;
		height: auto;
	}

	.section-story-barefoot .story-barefoot-cont .group-02 {
		padding: 24px;
		align-items: start;
	}

	.section-story-barefoot .story-barefoot-cont .group-02 .title {
		color: #0146AB;
		text-align: left;
	}


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

	.section-story-pencil .story-pencil-cont {
		flex-direction: column-reverse;
		align-items: start;
		gap: 24px;
		padding:0;
	}

	.section-story-pencil .story-pencil-cont .group-01 {
		display: flex;
		flex-direction: column;
		padding: 170px 24px 24px;
		width: 100%;
	}

	.section-story-pencil .story-pencil-cont .group-01 .title {
		color: #00AEEF;
	}

	.section-story-pencil .story-pencil-cont .group-01 .btn-block {	}
	.section-story-pencil .story-pencil-cont .group-01 .btn-block .btn-support {
		width: 100%;
		height: 80px;
	}

	.section-story-pencil .story-pencil-cont .group-01 .img-cont {
		position: absolute;
		top: 68vw;
		padding:0;
		width: 220px;
		height: auto;
	}

	.section-story-pencil .story-pencil-cont .group-01 .img-cont>img {
		margin: 0;
		width: 100%;
		height: auto;
	}

	.section-story-pencil .story-pencil-cont .group-01 .img-cont>p {
		color: #222;
		font-size: 12px;
		line-height: 16px;
	}

	.section-story-pencil .story-pencil-cont .group-01 .btn-block {
		margin: 40px 0 0;
	}

	.section-story-pencil .story-pencil-cont .group-02 {
		padding: 0 0 0 24px;
	}

	.section-story-pencil .story-pencil-cont .group-02 .img-cont {
		width: 100%;
		height: auto;
	}

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

	.section-story-dream .story-dream-cont {
		flex-direction: column;
		align-items: start;
		gap: 24px;
		padding: 0;
		padding: 0 24px;
	}

	.section-story-dream .story-dream-cont .group-01 {}

	.section-story-dream .story-dream-cont .group-01>img {
		width: 100%;
		height: auto;
	}

	.section-story-dream .story-dream-cont .group-02 {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.section-story-dream .story-dream-cont .group-02 .title {
		color: #0146AB;
	}

	.section-story-dream .story-dream-cont .group-02 .btn-block {
		margin: 40px 0 0;
	}

	.section-story-dream .story-dream-cont .group-02 .btn-block .btn-support.type2 {
		width: 100%;
		height: 80px;
	}

	/* 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: 4.4rem;
		font-style: normal;
		font-weight: 700;
		line-height: 6rem;
		letter-spacing: -0.044rem;
	}
	.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: 26px;
		font-weight: 700;
		line-height: 36px;
		letter-spacing: -0.26px;
	}

	.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: 3.05555556vw;
	}


	.section-gift .gift-cont .title>span .point-box {
		margin: 0 1px 0 0;
	}	

	
	.section-gift .gift-cont .title>span .ico-title-logo {
		width: 14.3rem;
		height: 12rem;
		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 {
		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;
	}



}