.content-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 32px;
	margin: 0;
}
.sub-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #000;
	text-align: center;
}
.sticky {
	position: sticky;
	bottom: 30px;
	left: 0;
	width: 100%;
}
.box,
.thumbnail-box {
	width: 100%;
	border: 1px solid #000;
	border-radius: 16px;
	overflow: hidden;
}
.box + .box,
.thumbnail-box + .thumbnail-box {
	margin-top: 20px;
}
.box .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #000;
	padding: 16px 24px 15px 24px;
	border-bottom: 1px solid #000;
}
.box .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #333;
	padding: 20px 24px 24px 24px;
	background-color: #fff;
}
.thumbnail-box {
	position: relative;
	overflow: visible;
}
.thumbnail-box .thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 68%;
	border-bottom: 1px solid #000;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	overflow: hidden;
}
.thumbnail-box .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumbnail-box .text-wrap {
	position: relative;
	padding: 20px 20px 24px 20px;
	background: #fff;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	overflow: hidden;
}
.thumbnail-box .text-wrap .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	color: #333;
}
.thumbnail-box .text-wrap .desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #666;
}
.thumbnail-box .text-wrap .description {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #666;
}
.thumbnail-box .text-wrap .btn-plus {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.thumbnail-box .text-wrap p + p {
	margin-top: 12px;
}
.thumbnail-box .prize {
	position: absolute;
	top: -6px;
	left: -11px;
}
.section-finance .box .title {
	background-color: #ffdfad;
}
.section-business .box .title {
	position: relative;
	background-color: #b2e7f6;
}
.section-business .box .title .btn-plus {
	position: absolute;
	top: 16px;
	right: 16px;
}
.count-wrap {
	font-weight: 500;
	text-align: center;
	color: #000;
}
.count-wrap .count-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}
.count-wrap .count {
	font-size: 13px;
	line-height: 32px;
}
.count-wrap .count span {
	font-size: 24px;
	font-weight: 700;
}
.slider-wrap {
	position: relative;
	width: calc(100% + 64px);
	margin-left: -32px;
	padding-bottom: 52px;
	overflow: hidden;
}
.slider-wrap .slider {
	width: calc(100% - 86px);
	margin: 0 auto;
}
.slider-wrap .slick-list {
	overflow: visible;
}
.slider-wrap .slick-track {
	display: flex;
}
.slider-wrap .item {
	margin: 0 10px;
	transform: translateY(0) !important;
}
.slider-wrap .item .inner {
	background: #fff;
	border: 1px solid #000;
	border-radius: 16px;
	overflow: hidden;
}
.slider-wrap .item .thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 67.043%;
}
.slider-wrap .item .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-wrap .item .text-wrap {
	padding: 16px 20px 24px 20px;
	border-top: 1px solid #000;
}
.section-activity .slider-wrap .item .text-wrap {
	padding-bottom: 21px;
	border-top: none;
}
.slider-wrap .item .title {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	color: #333;
	word-wrap: unset;
	word-break: break-all;
}
.slider-wrap .item .title + p {
	margin-top: 12px;
}
.slider-wrap .item .desc {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #666;
	word-wrap: unset;
	word-break: break-all;
}
.slider-wrap .item .detail {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #333;
	word-wrap: unset;
	word-break: break-all;
}
.slider-dots,
.slider-dots .dots {
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 24px;
	transition: bottom 0.5s;
}
.slider-dots .dots button {
	width: 8px;
	height: 8px;
	margin: 5px;
	background: #000;
	border-radius: 50%;
	opacity: 0.2;
	text-indent: -9999px;
}
.slider-dots .dots .slick-active button {
	opacity: 1;
}
.slider-dots .slick-arrow {
	width: 28px;
	height: 28px;
	background-color: #fcb034;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 12px;
	border-radius: 50%;
	text-indent: -9999px;
}
.slider-dots .slick-arrow.slick-prev {
	background-image: url(../images/ico-arrow-prev.svg);
	margin-right: 11px;
}
.slider-dots .slick-arrow.slick-next {
	background-image: url(../images/ico-arrow-next.svg);
	margin-left: 11px;
}
.camp-wrap {
	position: relative;
	width: calc(100% + 64px);
	margin-left: -32px;
	margin-right: -32px;
}
.camp-wrap img {
	object-fit: cover;
}
.camp-wrap .text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 38px 24px 24px 32px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #fff;
}
.camp-wrap .text-wrap .desc {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 8px;
}
.camp-wrap .text-wrap .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.chart-wrap {
	position: relative;
}
.chart {
	margin-left: auto;
	margin-right: auto;
}
.chart-wrap .chart-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.chart-detail {
	padding: 12px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	font-size: 14px;
	line-height: 1.6;
}
.chart-detail li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chart-detail li .name:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 6px;
	background-color: #ff9c01;
}
.chart-detail li:nth-of-type(2) .name:before {
	background-color: #58c0fb;
}
.chart-detail li:nth-of-type(3) .name:before {
	background-color: #b89e8f;
}

/* last */
.last-top {
	position: relative;
	padding: 58px 0 36px 0;
	text-align: center;
}
.last-top .desc-1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}
.last-top .desc-1 span {
	font-weight: 700;
}
.last-top .desc-2 {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	color: #555;
}
.last-top .desc-3 {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}
.last-top .img-tada-1 {
	position: absolute;
	top: 34px;
	right: 7%;
}
.last-top .img-tada-2 {
	position: absolute;
	top: 116px;
	left: 8%;
}
.goal-wrap {
	position: relative;
}
.goal-wrap .number {
	position: absolute;
	top: calc(67.5% - 20px);
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	color: #000;
}
.last-name {
	padding: 40px 0;
	background: #e0edaa;
	text-align: center;
}
.last-name .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #777;
}
.last-name .title span {
	color: #333;
}
.last-name .form {
	margin: 20px 10px;
}
.last-name .form input {
	width: 285px;
	max-width: 100%;
	height: 48px;
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 10px;
	outline: none;
	-webkit-appearance: none;
}
.last-buttons {
	padding: 36px 0 76px 0;
}
.site-footer {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	padding: 32px;
	background: #fff;
}
.site-footer .logo {
	margin-bottom: 24px;
}

/* modal */
.modal-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	color: #000;
	text-align: center;
}
.modal-business-title {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}
.modal-sub-title {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}
.modal-section-title {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
.modal-section-title span {
	font-size: 18px;
	font-weight: 700;
}
.modal-section,
.modal-desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #555;
}
.modal-table .title {
	padding: 0 10px;
	line-height: 30px;
	border-top: 2px solid #000;
}
.modal-table .content {
	padding: 13px 10px;
}
.modal-table .content + .content {
	border-top: 1px solid #ccc;
}
.modal-table .content p:first-of-type {
	flex: 1;
}
.modal-table .content p:nth-of-type(2) {
	text-align: right;
}
.modal-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	background-color: #fff;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.modal-total .title {
	font-size: 12px;
	line-height: 34px;
}
.modal-total .number {
	font-size: 16px;
	text-align: right;
}
.modal-business-table .total,
.modal-business-table .detail {
	display: flex;
	justify-content: center;
	background: rgba(255, 255, 255, 0.3);
}
.modal-business-table .unit {
	font-weight: 400;
}
.modal-business-table .total {
	column-gap: 10px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 2px;
}
.modal-business-table .total .unit {
	font-size: 12px;
}
.modal-business-table .detail {
	flex: 1;
	column-gap: 6px;
	font-size: 13px;
	line-height: 22px;
	margin-right: 1px;
}
.modal-business-table .detail + .detail {
	margin-right: 0px;
	margin-left: 1px;
}
.modal-business-table .detail .unit {
	font-size: 11px;
}
.modal-table .modal-business-table {
	margin-top: 12px;
}
.business-name-list,
.donate-name-list {
	flex: 1;
	width: calc(50% - 1px);
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #555;
	word-break: break-word;
	text-align: left;
}
.business-name-list li + li {
	margin-top: 4px;
}
.donate-name-list {
	width: calc(50% - 8px);
	font-weight: 400;
}
.overflow {
	overflow-x: scroll;
	padding-right: 30px;
	padding-bottom: 8px;
	width: 100%;
}
#name15 {
	margin-bottom: 200px;
}
.modal-donate-tab {
	display: flex;
	white-space: nowrap;
	flex-wrap: nowrap;
	column-gap: 5px;
	width: calc(100% + 44px);
	margin-left: -22px;
	padding-left: 22px;
}
.modal-donate-tab {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.modal-donate-tab::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}
.modal-donate-tab li:last-of-type {
	margin-right: 22px;
}
.modal-donate-tab a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: #555;
	padding: 0 14px;
	background: #f8cbbd;
	border-radius: 30px;
}
.modal-donate-tab .active a {
	color: #fff;
	background: #ff6738;
}
.modal#modalDonate-1 {
	height: 100%;
}
.modal#modalDonate-1 .modal-content {
	height: calc(100% - 26px);
}
.modal#modalDonate-1 .modal-content .donate-name-list-wrap {
	height: calc(100% - 196px);
	overflow-y: scroll;
}
.modal-activity-title {
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	color: #333;
}
.modal-activity-desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #555;
}

.certification-wrap {
	position: relative;
	padding: 48px 15px 15px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #333;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}
.certification-wrap .back {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 0;
}
.certification-wrap .text-wrap {
	position: relative;
	z-index: 1;
}
.certification-wrap .sub {
	font-weight: 400;
	line-height: 26px;
}
.certification-wrap .title {
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
}
.certification-wrap .name {
	color: #2a58f9;
}
.certification-wrap .medal {
	position: relative;
	margin-top: 20px;
}
.certification-wrap .medal .number {
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	color: #000;
}
.certification-wrap .deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.certification-wrap .deco .deco-1 {
	position: absolute;
	top: 13px;
	left: 13px;
}
.certification-wrap .deco .deco-2 {
	position: absolute;
	top: 13px;
	right: 13px;
}
.certification-wrap .deco .deco-3 {
	position: absolute;
	bottom: 13px;
	left: 13px;
}
.certification-wrap .deco .deco-4 {
	position: absolute;
	bottom: 13px;
	right: 12px;
}
.certification-wrap .deco .line-1 {
	position: absolute;
	top: 13px;
	left: 45px;
	width: calc(100% - 98px);
	height: 4px;
	background-color: #fede3b;
}
.certification-wrap .deco .line-2 {
	position: absolute;
	bottom: 13px;
	left: 45px;
	width: calc(100% - 88px);
	height: 4px;
	background-color: #fede3b;
}
.certification-wrap .deco .line-3 {
	position: absolute;
	top: 40px;
	left: 13px;
	width: 4px;
	height: calc(100% - 85px);
	background-color: #fede3b;
}
.certification-wrap .deco .line-4 {
	position: absolute;
	top: 44px;
	right: 13px;
	width: 4px;
	height: calc(100% - 90px);
	background-color: #fede3b;
}
.canvas-wrap {
	position: relative;
}
.canvas-wrap #certificationImage {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 481px) {
	.overflow {
		overflow-x: scroll;
		padding-right: 0;
		padding-bottom: 0;
		width: unset;
	}
	#name15 {
		margin-bottom: 92px;
	}
}

