﻿.site-main {
	min-height: 100dvh;
	position: relative;
	background-color: #222;
}
body.is-programs {
	background: #222;
}
@media (max-width: 1279px) {
	body.page .site-main {
		min-height: 100dvh;
	}
}
.modal {background: unset;}
.mbg {
	position: absolute;
	bottom: 196px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mbg.webp) no-repeat bottom center / contain;
	pointer-events: none;
	z-index: 0;
}
.mbg.index {
	bottom: 0;
}
.mbg.alt {
	position: fixed;
}
@media (min-width: 1024px) {
	.mbg.alt {
		width: 480px;
		left: 50%;
		margin-left: -240px;
	}
}
.bg-circle-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}
@media (min-width: 1024px) {
	.bg-circle-wrap {
		width: 480px;
		left: 50%;
		margin-left: -240px;
	}
}
.bg-circle.alt {
	position: absolute;
}
.bg-circle {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: url(../images/bg_circle_main.webp) no-repeat center / contain;
	pointer-events: none;
	z-index: 0;
	animation: bgCircleRotate 11.52s linear infinite;
    transition: opacity 0.4s ease;
}
.bg-circle.fading {
    opacity: 0;
}
@keyframes bgCircleRotate {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

.section-page-wrap{
	background-color: unset;
	transition: background-color 1s; /* all → background-color: padding-top transition이 오프닝 직후 떨림 유발하여 제거 */
}

/* Main start */
body.page .site-header {
	height: 48px;
}
.content-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 25px;
	margin: 0 auto;
}
.modal-content .content-wrap {
	padding: 0 16px;
}
.modal-content .content-wrap.story-body p {
	margin-bottom: 0;
}
ul.selections {
	display: grid;
	gap:16px;
}
ul.selections li {width:100%

}
h2.section-title{
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #fff;
}
h2.section-title.md {
	font-size: 22px;
	line-height: 30px;
}
p.desc{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.selections {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.selection-item {
	padding: 14px 16px;
	border-radius: 14px;
}
.selection-icon {
	display: block;
	width: 82px;
	height: auto;
	margin-top:-8px;
	margin-left:-8px;
}
.selection-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color: #fff;
	margin-bottom: 4px;
}
.selection-desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color:#fff
}
.selection-link {
	position: absolute;
	bottom: -7px;
	right: -10px;
	display: block;
	width: 74px;
	height: 74px;
}
.selection-link img {
	width: 100%;
	height: auto;
}
/* 본문 공통 */

.box_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 60px;
}
.box_wrap .box {
	display: block;
	border-radius: 14px;
	height: 48px;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color:#fff;
	font-weight: 700;
	text-align: center;
	padding:10px 0;
	letter-spacing: -0.18px;
}
.box_wrap .box span {
	color:#FB0;
}
.box_wrap .box.front {
	width: calc(52% - 10px);
}
.box_wrap .box.rear {
	width: calc(48% - 10px);
}

.box_wrap.alt {
	margin-bottom: 70px;
}
.box_wrap.alt .box {
	height: 40px;
	font-size: 16px;
	line-height: 20px;
	background: rgba(0, 0, 0, 0.00);
	box-shadow: 0 0 20px 0 rgba(255, 160, 35, 0.40);
}
#modalGiveFund .box_wrap .box span {
	color:#ECEF0C;
}
#modalFinance1 .box_wrap .box span {
	color:#65E0FF;
}
#modalGiveFund .box_wrap.alt .box {
	background: linear-gradient(131deg, rgba(236, 239, 12, 0.02) 15.91%, rgba(236, 239, 12, 0.20) 88.24%);
	box-shadow: 0 0 9px 0 #ECEF0C;
}
#modalFinance1 .box_wrap.alt .box {
	background: linear-gradient(131deg, rgba(101, 224, 255, 0.02) 15.91%, rgba(101, 224, 255, 0.20) 88.24%);
	box-shadow: 0 0 9px 0 #65E0FF;
}
.section-activity .mb-80 {margin-bottom: -40px;}
.bigbox {
	text-align: center;
	padding:19px 12px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color:#fff;
	letter-spacing: -0.2px;
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.00);
	box-shadow: 0 0 20px 0 var(--water_blue, #65E0FF);
}
.bigbox span {
	color:#65E0FF
}

ul.clear_list {
	padding: 0 2px;
	font-size: 16px;
	line-height: 26px;
	color:#fff;
}
/* story slider */
.story-slider-wrap {
	overflow: hidden;
	margin: 0 -25px;
	padding: 0 25px 60px;
}
.mb-60 + .mb-30 + .story-slider-wrap {
	padding: 0 25px 120px;
}
/* === 공통 슬라이더 레이아웃 === */
.slide-style {
	position: relative;
	max-width: 100%;
}
.slide-style .slick-list {
	overflow: visible;
	margin-right: 47px !important;
}
.slide-style .slick-slide {
	margin-right: 25px;
	box-sizing: border-box;
	border-radius: 14px;
	overflow: hidden;
}
.slide-style .img-wrap {
	margin-bottom: 18px;
}
.slide-style .img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}
.slide-style h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
	margin-bottom: 14px;
	padding: 0 20px;
}
.slide-style p.desc,
.slide-style p.sm {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding: 0 20px;
	letter-spacing: -0.14px;
}
.story-slide {
	position: relative;
	padding-bottom: 64px;
}
.story-slide .btn-open {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 74px;
	height: 74px;
}
.story-slide .btn-open img {
	width: 100%;
	height: auto;
}
.slide-style .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex !important;
	gap: 10px;
	justify-content: center;
	top: -16px;
	transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 8px;
}
.slide-style .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: .5;
	border: none;
	font-size: 0;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s;
}
.slide-style .slick-dots li.slick-active button {
	opacity: 1;
}

/* === 슬라이더별 dot 색상 === */
.story-slider .slick-dots li button {
	background: linear-gradient(131deg, #FFE0A9 15.91%, #FFA400 88.24%);
}
.give-slider .slick-dots li button {
	background: linear-gradient(131deg, #FFFC8F 15.91%, #ECEF0C 88.24%);
}
.history-slider .slick-dots li button {
	background: linear-gradient(131deg, #C4EF8B 15.91%, #B3E863 88.24%);
}

/* 슬라이더 nav row: dots + prev/next 버튼 */
.slider-nav-row {
	position: absolute;
	left: 0;
	width: 100%;
	top: -16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-nav-row .slick-dots {
	position: static !important;
	top: auto !important;
	width: auto;
	height: 24px;
	transition: none !important;
}
.slider-nav-btn {
	width: 25px;
	height: 25px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-nav-btn img {
	width: 25px;
	height: 25px;
	display: block;
}

/* give-slider alt: 버튼 없는 슬라이드 */
.give-slider.alt .story-slide {
	padding-bottom: 24px;
}
.iconbox_cont {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.iconbox_cont.green {
	gap: 40px;
}
.iconbox_cont.green .iconbox {
	box-shadow :none;
	background: rgba(255, 255, 255, 0.05);
}
.iconbox h3 {
	display: inline-block;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.18px;
	background: linear-gradient(131deg, #FFE0A9 15.91%, #FFA400 88.24%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.green .iconbox h3 {
	background: none;
	-webkit-text-fill-color: #fff;
	margin: 0;
}
.green .iconbox p {
	font-size: 14px;
	line-height: 22px;
	color:#fff;
	margin-top: 20px;
	margin-bottom: 6px;
}
.iconbox p.desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px; /* 157.143% */
	letter-spacing: -0.14px;
	margin: 0;
}
.iconbox.glass {
	padding:20px;
	border-radius: 14px;
	background-color: transparent;
	border-radius: 14px;
	background: rgba(0, 0, 0, 0.2);
	border:0;
	box-shadow: 0 0 20px 0 rgba(255, 160, 35, 0.40);
}
.iconbox.glass .img-wrap {
	display: block;
	margin:-20px -20px 0 -20px;
	width: calc(100% + 40px);
}
.iconbox.glass img {
	display: block;
	width:72px; 
	height: 72px;
	margin-left: -8px;
	margin-top: -16px;
	margin-bottom: 4px;
}
.iconbox.glass .img-wrap img {
	width:100%;
	height: auto; 
	margin:0;
}
.section-box.shine {
	background-color: rgba(0, 0, 0, .2);
	text-align: center; 
	padding:36px 12px;
}
.shine p {
	background: linear-gradient(142deg, #FFA400 3.31%, #ECEF0C 32.18%, #65E0FF 61.98%, #B3E863 98.64%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
.shine p.first{
	font-size: 16px;
	line-height:20px;
	letter-spacing: -0.32px;
	margin-bottom: 24px;
}
.shine p.last{
	font-size: 20px;
	line-height:30px;
	font-weight: 700;
	letter-spacing: -0.2px;
}

.iconbox .btn-open {width:74px; height: 74px; position: absolute; top: 0; right: 0; }
.iconbox .btn-open img {width:100%;  height: 100%;position: static;margin:0}
.green .iconbox .btn-open {top:unset; bottom:0;}

body.page-1 .bg-circle {
	background-image: url(../images/bg_circle_01.webp);
}
body.page-2 .bg-circle,
body.before-page-2 .bg-circle {
	background-image: url(../images/bg_circle_02.webp);
}
body.page-3 .bg-circle,
body.before-page-3 .bg-circle {
	background-image: url(../images/bg_circle_03.webp);
}
body.page-4 .bg-circle,
body.before-page-4 .bg-circle {
	background-image: url(../images/bg_circle_04.webp);
}


.sticky {
	position: sticky;
	bottom: 40px;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.sticky.is-visible {
	opacity: 1;
	pointer-events: auto;
}
.overflow {
	overflow-x: scroll;
	padding-right: 30px;
	padding-bottom: 8px;
	width: 100%;
}

.section:not(.section-last){
	padding-bottom: 48px;
}
.section .section-inner{
    min-height: 100vh;
    padding-top: 90px
}
#section1.section .section-inner{
	padding-top: 148px;
}
.section .title{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-black);
}
.section-box{
	position: relative;
	padding: 19px 14px 19px 14px;
	border-radius: 14px;
}
.section-box.sm{
	padding: 15px;
}
.section-box .desc{
    margin-right: 58px;
}
.section-box .btn-open{
	position: absolute;
	bottom: 14px;
	right: 14px;
}
.section-box-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.section-box-wrap.col-2 .section-box{
	width: calc(50% - 8px);
}
.section-box-wrap.sm{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.section-box-wrap.sm.col-2 .section-box{
	width: calc(50% - 5px);
}
.section-page-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
	margin-bottom: 57px;
}

/* change */
.change-tab-wrap{
	position: fixed;
	top: var(--header-height);
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	padding: 0;
    z-index: 99;
	background: linear-gradient(to bottom, rgba(34,34,34,.9) 24%, rgba(34,34,34,0) 100%);
}
@media (min-width: 1024px) {
	.change-tab-wrap {
		width:480px;
		left:50%;
		margin-left: -240px;
	}
	.change-tab {
		justify-content: center
	}
}
.change-tab{
    display: flex;
	column-gap: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 20px 25px;
    overflow-x: auto;
}
.change-tab a{
    display: inline-block;
    font-size: 16px;
	line-height: 24px;
	font-family: "Happiness Sans";
	font-weight: 700;
	color: #FFA400;
    padding: 8px 30px;
    background: linear-gradient(131deg, rgba(255, 160, 35, 0.12) 15.91%, var(--spread_orange, rgba(255, 164, 0, 0.40)) 88.24%);
	box-shadow: 0 0 9px 0 #FFA023;
    border-radius: 50px;
	backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.change-tab a.a2 {
	background: linear-gradient(131deg, rgba(236, 239, 12, 0.06) 15.91%, rgba(236, 239, 12, 0.20) 88.24%);
	box-shadow: 0 0 9px 0 var(--seed_yellow, #ECEF0C);
	color:#ECEF0C;
}
.change-tab a.a3 {
	background: linear-gradient(131deg, rgba(101, 224, 255, 0.06) 15.91%, rgba(101, 224, 255, 0.20) 88.24%);
	box-shadow: 0 0 9px 0 #65E0FF;
	color:#65E0FF;
}
.change-tab a.a4 {
	background: linear-gradient(131deg, rgba(179, 232, 99, 0.06) 15.91%, rgba(179, 232, 99, 0.20) 88.24%);
	box-shadow: 0 0 9px 0 #B3E863;
	color:#B3E863;
}
.change-tab a.active{
	color: #222;
	background: linear-gradient(131deg, rgba(255, 160, 35, 0.30) 15.91%, rgba(255, 164, 0, 0.80) 88.24%);
	box-shadow: 0 0 9px 0 #FFA023;
}
.change-tab a.a2.active {
	background: linear-gradient(131deg, rgba(236, 239, 12, 0.30) 15.91%, rgba(236, 239, 12, 0.80) 88.24%);
	box-shadow: 0 0 9px 0 var(--seed_yellow, #ECEF0C);
}
.change-tab a.a3.active {
	background: linear-gradient(131deg, rgba(101, 224, 255, 0.30) 15.91%, rgba(101, 224, 255, 0.80) 88.24%);
	box-shadow: 0 0 9px 0 var(--seed_yellow, #65E0FF);
}
.change-tab a.a4.active {
	background: linear-gradient(131deg, rgba(179, 232, 99, 0.30) 15.91%, rgba(179, 232, 99, 0.80) 88.24%);
	box-shadow: 0 0 9px 0 var(--seed_yellow, #B3E863);
}
.change-back-img{
	position: absolute;
}

/* business */
.business-numbers-wrap .section-box.sm{
    padding: 11px;
    border-radius: 12px;
}
.business-numbers-wrap .font-18,
.business-numbers-wrap .font-16{
	font-size: 14px !important;
}

/* chart */
.chart-wrap{
	background: rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 #65E0FF;
	border-radius: 14px;
	overflow: hidden;
}
.chart-wrap .chart-inner{
	padding: 16px 24px 0 24px;
}
.chart-wrap .chart{
	margin-left: auto;
	margin-right: auto;
}
.chart-wrap .chart-title{
	font-size: 22px;
	font-weight: 900;
	line-height: 30px;
	color: #fff;
	margin-bottom: 11px;
}
.chart-wrap .chart-legend li{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 22px;
	line-height: 20px;
	color:#fff;
}
.chart-wrap .chart-legend li:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #65E0FF;
	border-radius: 50%;
}
.chart-wrap .chart-legend li.grad2:after{
	background: #FFA400;
}
.chart-wrap .chart-legend li.grad3:after{
	background: #ECEF0C;
}
.chart-wrap .chart-bottom{
	font-size: 20px;
	line-height: 30px;
	padding: 0 10px 20px;
	margin-top: 30px;
	text-align: center;
	font-weight: 700;
	color:#65E0FF;
	letter-spacing: -0.2px;
}
.finance-info-wrap{
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.finance-info-wrap > div{
	flex: 1;
}
.finance-info-wrap b.font-16 {
	color:#fff;
}
.finance-info-wrap .desc{
	margin-right: 0;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.14px;
}
.finance-detail-list{
	display: flex;
	flex-direction: column;
	gap: 10px;
    padding:0 0 40px 24px ;
	list-style: none;
	color:#fff;
}
.finance-detail-list li {
	position: relative;
	display: flex;
	font-size: 14px;
	line-height: 22px;
	justify-content: space-between;
}
.finance-detail-list li::before {
	content: '•';
	position: absolute;
	left: -16px;
	color: #fff;
}
.finance-detail-list b{
	color:#65E0FF;
}

/* last */
.cheer-list { display: flex; flex-direction: column; gap: 16px; }
.cheer-item { display: flex; align-items: center; gap: 14px; cursor: pointer; padding: 16px 20px; }
.cheer-item input[type="radio"] { position: absolute; width: 0; height: 0; opacity: 0; }
.cheer-radio {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.5);
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.cheer-item input:checked ~ .cheer-radio {
    background: linear-gradient(131deg, #FFD400, #FFA400);
    border-color: #FFD400;
    box-shadow: 0 0 8px rgba(255,164,0,0.6);
}
.cheer-text { font-size: 14px; line-height: 22px; color: #fff; }
.cheer-item:has(input:checked) {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
}
.section-last #inputName{
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-black);
    padding: 0 24px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
/* section5 sbg 배경 */
#section5 {
	position: relative;
	overflow: hidden;
}
.sbg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}
@keyframes sbgFadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.sbg {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	animation: sbgFadeIn 1s ease forwards;
}
.sbg-1 { top: 38px; left: -15px; animation-delay: 1.5s; }
.sbg-2 { top: 40px; right: -24px; animation-delay: 2.3s; }
.sbg-3 { top: 120px; left: 51%; transform: translateX(-50%); animation-delay: 2.1s; }
.sbg-4 { top: 230px; left: 60px; animation-delay: 2.7s; }
.sbg-5 { top: 240px; right: 30px; animation-delay: 1.9s; }
.site-footer {
	font-size: 12px;
	font-weight: 400;
	line-height: 160%;
	color: #fff;
	padding: 32px;
	padding-bottom: calc(32px + env(safe-area-inset-bottom));
	min-height: 196px;
}
.site-footer .logo {
	margin-bottom: 24px;
}
.site-footer .logo img {
	filter: brightness(0) invert(1);
}
#modalCertification .btn-close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 15px;
	height: 15px;
}
#modalCertification .certification-wrap{
	padding: 43px 32px 32px 32px;
	color:#fff;
	text-align: center;
	border-radius: 14px;
	border: 1px solid #1A1A1A;
	background: #222;
	box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.50) inset;
}
#modalCertification .certification-wrap .title{
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 24px;
}
#modalCertification .certification-img-wrap{
	position: relative;
	aspect-ratio: 1116 / 1404;
	isolation: isolate;
}
#modalCertification .certification-img-wrap::before {
	content:"";
	position: absolute;
	top:-25px;
	left:-25px;
	width:calc(100% + 50px);
	height: calc(100% + 50px);
    background-size: cover;
	background-image: url(../images/contents/card-bg.png) ;
	z-index: -1;
}
#modalCertification .certification-wrap .certification{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#modalCertification.isMobile .certification-pc{
	display: none;
}
#modalCertification:not(.isMobile) .certification-mo{
	display: none;
}
#modalCertification p.desc {color:#fff; font-size: 14px; line-height: 22px;margin-bottom: 0;}
.certification-wrap .title.mb-20 {margin-bottom: 36px!important;}
.certification-img-wrap.mb-20 {margin-bottom: 52px!important}
@media screen and (max-width: 481px) {
	.overflow {
		overflow-x: scroll;
		padding-right: 0;
		padding-bottom: 0;
		width: unset;
	}
}
.blocker {background-color: rgba(0, 0, 0, 0.9);}
/* bottomsheet */
body.no-scroll{
	overflow: hidden;
}
bottom-sheet {
	display: none;
}
bottom-sheet[aria-hidden='true'] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.customBottomsheet {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: fixed;
	top: 48px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999982;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
}
.customBottomsheet .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999980;
	background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
	.customBottomsheet .overlay {
		max-width: 480px;
		left: 50%;
		margin-left: -240px;
		right: auto;
	}
}
.btn_cont {display: flex; flex-direction: column; gap: 20px;}
.btn_cont.mb-100 {margin-bottom: 260px;}
.btn.na {width:100%; margin:0;font-size: 14px; line-height: 22px;border-radius: 60px;
background: linear-gradient(131deg, #FFE0A9 15.91%, #FFA400 88.24%); filter: drop-shadow(0 0 20px rgba(255, 160, 35, 0.40));}
.btn.na.l1 { background: linear-gradient(131deg, rgba(179, 232, 99, 0.06) 15.91%, rgba(179, 232, 99, 0.20) 88.24%); box-shadow: 0 0 9px 0 #B3E863; color:#B3E863;}
.btn.na.l2 { background: linear-gradient(131deg, rgba(101, 224, 255, 0.06) 15.91%, rgba(101, 224, 255, 0.20) 88.24%); box-shadow: 0 0 9px 0 #65E0FF; color:#65E0FF;}
.btn.na.l3 { background: linear-gradient(131deg, rgba(236, 239, 12, 0.06) 15.91%, rgba(236, 239, 12, 0.20) 88.24%); box-shadow: 0 0 9px 0 #ECEF0C; color:#ECEF0C;}

.sheet__wrapper.page-1 { background: var(--color-page-change); }   /* 사업 */
.sheet__wrapper.page-2 { background: var(--color-page-business); }  /* 기부 */
.sheet__wrapper.page-3 { background: var(--color-page-finance); }   /* 재정 */
.sheet__wrapper.page-4 { background: var(--color-page-last); }      /* 활동 */
.customBottomsheet .sheet__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: var(--body-width);
	height: 100%;
	max-height: 100%;
	background: #222;
	box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.40) inset;
	border-radius: 20px 20px 0 0;
	--default-transitions: transform 0.5s;
	transition: var(--default-transitions);
	transform: translateY(0);
	overflow: hidden;
	z-index: 99999983;
}
.customBottomsheet .sheet__wrapper:not(.not-selectable) {
	transition: var(--default-transitions), height 0.5s;
}
.customBottomsheet[aria-hidden='true'] .sheet__wrapper {
	transform: translateY(100%);
}
.customBottomsheet .sheet__wrapper .modal-header{
	position: relative;
	padding: 58px 0 0;
	text-align: center;
	z-index: 10000;
}
.customBottomsheet .sheet__wrapper .btn-close-header{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 36px;
	height: 30px;
	padding: 10px;
	background: url(../images/contents/ico-modal-down.png) no-repeat center / 16px 10px;
}
.customBottomsheet .sheet__wrapper .modal-content{
	flex: 1;
}
.customBottomsheet .modal-content .progress-content{
	display: flex;
	flex-direction: column;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s;
}
.customBottomsheet .modal-content .progress-content.active{
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.customBottomsheet .scrollable-content{
	flex: 1 1 0;
	padding-bottom: 80px;
	overflow-x: hidden;
	overflow-y: auto;
}
.customBottomsheet .sheet__wrapper .modal-footer{    
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
	height: 80px;
	padding: 20px;
	text-align: center;
	z-index: 1;
}
.modal-navigation{
	position: relative;
	width: calc(100% - 135px);
	height: 8px;
	margin: 0 auto 24px;
	z-index: 10000;
	border-radius: 4px;
	background:#464646;
	box-shadow: inset 0 0 0 1px #6c6c6c;
	overflow: hidden;
}
.modal-navigation::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: var(--progress, 0%);
	background: linear-gradient(131deg, #FFE0A9 15.91%, #FFA400 88.24%);
	border-radius: 4px;
	transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#modalDonate .modal-navigation::before{
	background: linear-gradient(131deg, #FFFC8F 15.91%, #ECEF0C 88.24%);
}
#modalActivity .modal-navigation::before,
#modalHistory .modal-navigation::before{
	background: linear-gradient(131deg, #DDFFA8 15.91%, #B3E863 88.24%);
}
.modal-navigation li{
	display: none;
}

/* color */
.page-1 .box_wrap .box span, .page-1 .modal-content h3 {
	color: #FFA400;
}


.modal-content h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	line-height: 34px;
	letter-spacing: -0.24px;
	padding:0 25px
}
.modal-content h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.18px;
	margin-bottom: 14px;
}
.modal-content h3.md {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 20px;
	color:#fff;
}
.modal-content h4 {
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	color:#65E0FF;
	letter-spacing: -0.18px;
	margin-bottom: 40px;
}
.modal-content p {
	color: var(--White, #FFF);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.16px;
	margin-bottom: 40px;
}
.modal-content p.sm {
	font-size: 14px;
	line-height: 22px;
	margin:0;
}
.tac {text-align: center;}


.modal-content h2 img {
	width:72px; height:auto; margin-top: -6px;
}
.modal-content .content-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
	padding: 0 16px;
	margin-bottom: 60px;
	text-align: center;
}
.modal-content .background-title{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 6px 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.modal-content .background-title.back-sky{
    color: var(--color-black);
	background: #99D4FF;
}
.modal-content .content-title-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.modal-content .desc{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-black);
}
.modal-content .desc-brown{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-brown);
}
.modal-content h2.title{
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.modal-content .title .name {
	display: inline-flex;
}
.modal-content .sub-title{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
}
.modal-footer button{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.modal-footer button.disabled{
	opacity: 0.5;
}
.modal-footer .btn-progress-next.disabled{
	display: none;
}
.modal-footer .btn-progress-next:not(.disabled) + .btn-close{
	display: none;
}
.modal-footer .btn-progress-prev{
	background-image: url(../images/contents/ico-modal-prev.png);
}
.modal-footer .btn-progress-next{
	background-image: url(../images/contents/ico-modal-next.png);
}
.modal-footer .btn-close{
	background-image: url(../images/contents/ico-modal-close.png);
}
#modalDonate .modal-footer .btn-progress-prev{
	background-image: url(../images/contents/ico-modal-prev-2.png);
}
#modalDonate .modal-footer .btn-progress-next{
	background-image: url(../images/contents/ico-modal-next-2.png);
}
#modalGiveFund .modal-footer .btn-close,
#modalDonate .modal-footer .btn-close{
	background-image: url(../images/contents/ico-modal-close-2.png);
}
#modalFinance1 .modal-footer .btn-close{
	background-image: url(../images/contents/ico-modal-close-3.png);
}
#modalActivity .modal-footer .btn-progress-prev,
#modalHistory .modal-footer .btn-progress-prev{
	background-image: url(../images/contents/ico-modal-prev-4.png);
}
#modalActivity .modal-footer .btn-progress-next,
#modalHistory .modal-footer .btn-progress-next{
	background-image: url(../images/contents/ico-modal-next-4.png);
}
#modalActivity .modal-footer .btn-close,
#modalHistory .modal-footer .btn-close{
	background-image: url(../images/contents/ico-modal-close-4.png);
}
.comparison-slider {
    position: relative;
    width: 100%;
    margin: auto;
    user-select: none;
    overflow: hidden;
    touch-action: pan-x;
}
.comparison-slider > figure {
    margin: 0;
}
.comparison-slider > figure:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.comparison-slider > figure > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
}
.comparison-slider > .slider {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 1px;
	height: 100%;
	background-color: #000;
    cursor: grab;
}
.comparison-slider > .slider button{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
	width: 77px;
	height: 20px;
	background: url(../images/contents/ico-compare.png) no-repeat center / cover;
}
.comparison-slider.dragging,
.comparison-slider.dragging > .slider {
    cursor: grabbing;
}
.comparison-slider > .slider > svg {
    pointer-events: none;
}
.horizontal-image{
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	gap: 18px;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
}
.horizontal-image .item{
	flex: 0 0 auto;
}
.horizontal-image .item:last-child{
	padding-right: 16px;
}
.scroll-range-wrap {
	position: relative;
	height: 8px;
	z-index: 1;
	margin-top: 14px;
}
.scroll-range {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.scroll-range:focus {
	outline: 0;
}
.scroll-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 54px;
	height: 8px;
	background-color: var(--color-brown);
	border-radius: 30px;
	box-shadow: none;
}
.scroll-range::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 54px;
	height: 8px;
	background-color: var(--color-brown);
	border-radius: 30px;
	box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
	.scroll-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.scroll-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	color: transparent;
	cursor: pointer;
	background-color: #fff;
	border-color: transparent;
	border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
	.scroll-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.scroll-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #fff;
	border-color: transparent;
	border-radius: 30px;
}
.circle-number{
	width: 22px;
	height: 22px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	text-align: center;
}