@charset "UTF-8";

/** challenge.css — 이달의 챌린지 */
 #challenge_promotion_body{
	 overflow-x: hidden;
 }
#challenge_promotion_body *{
	font-family: 'pretendard', sans-serif !important;
}

#challenge_promotion {
	font-family: 'pretendard', sans-serif;
	background: #f4f4f6;
	color: #111;
}

#challenge_promotion .pro-wrap__body {
	position: relative;
	background: #f4f4f6;
}

.promo_ended_notice {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 108px;
	z-index: 998;
	background-color: #FFEAEA;
	color: #EC3838;
	border-bottom: 1px solid #F3C7C7;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 44px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
	padding: 0 20px;
	transition: top 0.2s;
	box-sizing: border-box;
}
.promo_ended_notice.is-visible {
	display: flex;
}
.promo_ended_notice.is-scrolled {
	top: 64px;
}
.promo_ended_shield {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 20;
	cursor: default;
}
.pro-wrap.is-promo-ended .promo_ended_shield {
	display: block;
}

.challenge_hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(-57.4deg, #00459a 25.75%, #199efd 94.7%);
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.challenge_hero__inner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.challenge_hero__deco {
	position: absolute;
	pointer-events: none;
	opacity: 0.8;
	overflow: hidden;
}

.challenge_hero__deco img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.challenge_hero__deco--left {
	left: 30%;
	top: 22.67%; 
	height: auto;
	aspect-ratio: 165 / 150;
}

.challenge_hero__deco--center {
	left: 54%;
	top: 17.5%; 
	height: auto;
	aspect-ratio: 203 / 151;
}

.challenge_hero__deco--right {
	left: 63%;
	top: 41.67%; 
	height: auto;
	aspect-ratio: 205 / 192;
}

.challenge_hero__title {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width:840px;
}

.challenge_hero__title img {
	width: 100%;
	height: auto;
	display: block;
}

.challenge_hero__sub {
	position: relative;
	z-index: 2;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: #e6e7eb;
}

.challenge_hero__sub .highlight {
	font-weight: 800;
	color: #fe0;
}

.challenge_nav {
	position: sticky;
	top: 108px;
	z-index: 50;
	background: rgba(25, 36, 86, 0.96);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: top 0.2s;
}

.challenge_nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.challenge_nav__list a {
	color: #fefefe;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-decoration: none;
	opacity: 0.4;
	transition: opacity 0.2s;
	outline: none;
}

.challenge_nav__list a:focus,
.challenge_nav__list a:focus-visible,
.challenge_nav__list a:active {
	outline: none;
	box-shadow: none;
}

.challenge_nav__list a.is-active {
	opacity: 1;
}

.challenge_nav__list a:hover {
	opacity: 0.4;
	text-decoration: none;
}

.challenge_nav__list a.is-active:hover {
	opacity: 1;
}

.challenge_nav__divider {
	width: 3px;
	height: 24px;
	background: rgba(255, 255, 255, 0.35);
}

.challenge_status_section {
	padding: 120px 20px 80px;
	display: flex;
	justify-content: center;
}

.challenge_card {
	width: 100%;
	max-width: 960px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.challenge_card__header {
	background: linear-gradient(94.5deg, #192456 0%, #13267c 100%);
	color: #fefefe;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.02em;
	text-align: center;
	padding: 20px 32px;
}

.challenge_card__body {
	background: #fefefe;
	padding: 80px;
	box-sizing: border-box;
}

.challenge_status_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.challenge_status_head strong {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #333;
}

.challenge_status_month {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #333;
	white-space: nowrap;
}

.challenge_info_box {
	background: #f6f8fa;
	border-radius: 8px;
	padding: 40px 32px;
	box-sizing: border-box;
}

.challenge_count_row {
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-bottom: 24px;
}

.challenge_count {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #111;
}

.challenge_count_unit {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #111;
}

.challenge_count_divider {
	width: 1px;
	height: 24px;
	background: #c8cdd3;
	align-self: center;
}

.challenge_count_msg {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #111;
}

.challenge_count_msg__num {
	color: #2B398F;
	font-weight: 700;
}

.challenge_progress {
	width: 100%;
	max-width: 736px;
}

.challenge_progress__track {
	position: relative;
	height: 18px;
	border-radius: 999px;
	background: #E0E0E0;
	margin: 21px 0 0;
}

.challenge_progress__fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	border-radius: 999px;
	background: linear-gradient(282.22deg, #0F2BC9 5.88%, #12A3D8 96.02%);
	transition: width 0.8s ease;
}

.challenge_progress__dot {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #FEFEFE;
	border: 6px solid #E0E0E0;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 1;
	transition: border-color 0.25s ease;
}

.challenge_progress__dot[data-pos="0"] { left: 4%; }
.challenge_progress__dot[data-pos="20"] { left: 42%; }
.challenge_progress__dot[data-pos="50"] { left: 96%; }

.challenge_progress__dot[data-pos="0"].is-reached {
	border-color: #129CD7;
}
.challenge_progress__dot[data-pos="20"].is-reached {
	border-color: #1065D0;
}
.challenge_progress__dot[data-pos="50"].is-reached {
	border-color: #0F33CA;
}

.challenge_progress__labels {
	position: relative;
	height: 54px;
	margin-top: 12px;
}

.challenge_progress__label {
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: #333;
	text-align: center;
	white-space: nowrap;
}

.challenge_progress__label[data-pos="0"] { left: 4%; }
.challenge_progress__label[data-pos="20"] { left: 42%; }
.challenge_progress__label[data-pos="50"] { left: 96%; }

.challenge_progress__label b {
	font-weight: 700;
}

.challenge_progress__label.is-highlight {
	color: #2b398f;
	font-weight: 700;
}

.challenge_action {
	margin-top: 32px;
}

.challenge_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 800px;
	height: 92px;
	border: none;
	border-radius: 16px;
	font-family: inherit;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.02em;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	outline: none;
}

.challenge_btn:hover,
.challenge_btn:focus,
.challenge_btn:focus-visible,
.challenge_btn:active {
	opacity: 1;
	transform: none;
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}

.challenge_btn[aria-disabled="true"] {
	cursor: default;
	pointer-events: none;
}

.challenge_btn--light,
.challenge_btn--light:hover,
.challenge_btn--light:focus,
.challenge_btn--light:active {
	background: #e7ebff;
	color: #2b398f;
}

.challenge_btn--primary,
.challenge_btn--primary:hover,
.challenge_btn--primary:focus,
.challenge_btn--primary:active {
	background: #2b398f;
	color: #fff;
	max-width: none;
	margin-top: 46px;
}

.challenge_rewards {
	margin-top: 36px;
}

.challenge_rewards__title {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #333;
}

.challenge_reward_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 800px;
}

.challenge_reward_card {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 168px;
	padding: 40px 32px;
	border: none;
	border-radius: 8px;
	background: linear-gradient(104.3deg, #f2f2f2 33.69%, #f0f6fd 101.44%);
	text-align: left;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	font-family: inherit;
	outline: none;
}

.challenge_reward_card:hover,
.challenge_reward_card:focus,
.challenge_reward_card:focus-visible,
.challenge_reward_card:active {
	outline: none;
	box-shadow: none;
	opacity: 1;
	text-decoration: none;
	color: inherit;
	background: linear-gradient(104.3deg, #f2f2f2 33.69%, #f0f6fd 101.44%);
}

.challenge_reward_card[aria-disabled="true"] {
	cursor: default;
	pointer-events: none;
}

.challenge_reward_card.is-claimable:not([aria-disabled="true"]) {
	cursor: pointer;
	pointer-events: auto;
}

.challenge_reward_card.is-claimed,
.challenge_reward_card.is-claimed:hover,
.challenge_reward_card.is-claimed:focus,
.challenge_reward_card.is-claimed:active {
	opacity: 1;
	cursor: default;
}

.challenge_reward_card.is-claimed .challenge_reward_card__text,
.challenge_reward_card.is-claimed .challenge_reward_card__media {
	opacity: 0.55;
}

.challenge_reward_card.is-locked,
.challenge_reward_card.is-locked:hover,
.challenge_reward_card.is-locked:focus,
.challenge_reward_card.is-locked:active {
	opacity: 0.4;
}

.challenge_reward_card__text {
	position: relative;
	z-index: 2;
	max-width: 58%;
}

.challenge_reward_card__stamp {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width:33%;
	z-index: 10;
	height: auto;
	aspect-ratio: 278 / 166;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: 1;
}

.challenge_reward_card__stamp img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1;
}

#challenge_promotion .challenge_reward_card.is-claimed .challenge_reward_card__stamp {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

#challenge_promotion .challenge_reward_card.is-claimed .challenge_reward_card__stamp img {
	opacity: 1 !important;
	visibility: visible !important;
}

.challenge_reward_card__badge {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: -0.02em;
}

.challenge_reward_card__badge--green { color: #169b5c; }
.challenge_reward_card__badge--blue { color: #2b398f; }

.challenge_reward_card__name {
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #333;
}

.challenge_reward_card__desc {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.5;
	color: #333;
}

.challenge_reward_card__media {
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	transform: none;
}

.challenge_reward_card__media--coffee {
	position: absolute;
	top: 10%;
	right: 2%;
}
.challenge_reward_card__media--olive{
	position: absolute;
	right: -10%;
	bottom: -50%;
}

.challenge_rewards__note {
	margin: 20px 0 0;
	max-width: 800px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.45;
	color: #666;
	text-align: right;
}

.challenge_howto_section {
	position: relative;
	padding: 40px 20px 120px;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: visible;
}

.challenge_howto_deco {
	position: absolute;
	pointer-events: none;
	z-index: 0;
	overflow: hidden;
}

.challenge_howto_deco img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.challenge_howto_deco--check {
	top: 2.3%; 
	left: -7.4%; 
	height: auto;
	aspect-ratio: 1;
}

.challenge_howto_deco--gift {
	right: -8%;
	bottom: 30%; 
	height: auto;
	aspect-ratio: 1;
	z-index: 2;
}

.challenge_howto_section > .challenge_section_title,
.challenge_howto_section > .challenge_step_list,
.challenge_howto_section > .challenge_btn {
	position: relative;
	z-index: 1;
}

.challenge_section_title {
	margin: 0 0 32px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.02em;
	text-align: center;
	color: #111;
}

.challenge_step_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.challenge_step_card {
	position: relative;
	z-index: 1;
	background: #fefefe;
	border-radius: 24px;
	padding: 32px 40px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

#challenge_promotion .challenge_step_card__num {
	display: block;
	margin-bottom: 8px;
	font-family: 'Montserrat' !important;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #008cc6;
}

.challenge_step_card__title {
	display: block;
	margin-bottom: 12px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.4;
	color: #112229;
}

.challenge_step_card__desc {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.5;
	color: #334046;
}

.challenge_step_card__desc b {
	font-weight: 700;
}

.challenge_guide {
	background: #0f2645;
	padding: 40px 20px 60px;
}

.challenge_guide__inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}

.challenge_guide__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.5;
}

.challenge_guide__title img {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.challenge_guide__body {
	color: #e6e6e6;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.6;
}

.challenge_guide__list {
	margin: 0;
	padding-left: 1.2em;
	list-style-type: disc;
	word-break: keep-all;
}

.challenge_guide__list > li {
	margin: 0;
}

.challenge_guide__list ol {
	margin: 0;
	padding-left: 1.4em;
	list-style-type: decimal;
}

.challenge_guide__list ol li {
	list-style-type: decimal;
}

.challenge_modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.challenge_modal__content {
	width: 100%;
	max-width: 360px;
	background: #fff;
	border-radius: 16px;
	padding: 32px 24px 24px;
	box-sizing: border-box;
	text-align: center;
}

.challenge_modal__content--form {
	max-width: 440px;
	text-align: left;
}

.challenge_modal__title {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #111;
	text-align: center;
}

.challenge_modal__message {
	margin: 0 0 24px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #222;
}

.challenge_modal__message--sub {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	text-align: center;
}

.challenge_reward_modal {
	max-width: 760px;
	padding: 44px 48px;
	border-radius: 24px;
	text-align: left;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.challenge_reward_modal__header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}

.challenge_reward_modal__title {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #333;
}

.challenge_reward_modal__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 18px;
	border-radius: 999px;
	background: #e7ebff;
	color: #2b398f;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	white-space: nowrap;
}

.challenge_reward_modal__summary {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 26px 32px;
	border-radius: 8px;
	background: #f4f5f6;
	box-sizing: border-box;
}

.challenge_reward_modal__tier {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #169b5c;
}

.challenge_reward_modal__tier.is-tier50 {
	color: #2b398f;
}

.challenge_reward_modal__reward {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
	color: #333;
}

.challenge_reward_modal__divider {
	height: 1px;
	margin: 28px 0;
	background: #e7e9ee;
}

.challenge_reward_modal__form {
	margin-bottom: 0;
}

.challenge_reward_modal__form-title {
	margin: 0 0 12px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #333;
}

.challenge_reward_modal__form-guide {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.4;
	color: #666;
}

.challenge_reward_modal__label {
	display: block;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #666;
}

.challenge_reward_modal__input {
	display: block;
	width: 100%;
	height: 70px !important;
	margin: 0 0 20px;
	padding: 0 24px !important;
	border: 1px solid #dddfe5;
	border-radius: 12px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #333;
	background: #fff;
}

.challenge_reward_modal__input::placeholder {
	color: #9aa0ac;
}

.challenge_reward_modal__input:disabled,
.challenge_reward_modal__input[readonly] {
	background: #f4f5f6;
	color: #555;
}

.challenge_reward_modal__note {
	margin: 0 0 28px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.5;
	color: #666;
}

.challenge_reward_modal__actions {
	display: flex;
	gap: 16px;
}

.challenge_reward_modal__btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 84px;
	border: none;
	border-radius: 16px;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: -0.02em;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}

.challenge_reward_modal__btn--cancel,
.challenge_reward_modal__btn--cancel:hover,
.challenge_reward_modal__btn--cancel:focus,
.challenge_reward_modal__btn--cancel:active {
	background: #e7ebff;
	color: #2b398f;
	text-decoration: none;
}

.challenge_reward_modal__btn--confirm,
.challenge_reward_modal__btn--confirm:hover,
.challenge_reward_modal__btn--confirm:focus,
.challenge_reward_modal__btn--confirm:active {
	background: #2b398f;
	color: #fff;
	text-decoration: none;
}

.challenge_reward_modal__btn:hover,
.challenge_reward_modal__btn:focus,
.challenge_reward_modal__btn:active {
	outline: none;
	opacity: 1;
}

.challenge_modal__btns {
	display: flex;
	gap: 10px;
}

.challenge_modal__btns--single {
	justify-content: center;
}

.challenge_modal__btns a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	border-radius: 24px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
}

.challenge_modal__btns a:hover,
.challenge_modal__btns a:focus,
.challenge_modal__btns a:focus-visible,
.challenge_modal__btns a:active {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	opacity: 1;
}

.challenge_modal__cancel,
.challenge_modal__cancel:hover,
.challenge_modal__cancel:focus,
.challenge_modal__cancel:active {
	background: #fff;
	color: #555;
	border: 1px solid #ccc;
}

.challenge_modal__confirm,
.challenge_modal__confirm:hover,
.challenge_modal__confirm:focus,
.challenge_modal__confirm:active {
	background: #111;
	color: #fff;
	border: none;
}

.challenge_modal__btns--single .challenge_modal__confirm {
	max-width: 160px;
}

/* ≤1024: 헤더(64px) 바로 아래 sticky nav */
@media screen and (max-width: 1024px) {
	.challenge_nav {
		top: 64px;
	}

	.promo_ended_notice,
	.promo_ended_notice.is-scrolled {
		top: 64px;
	}
}

@media screen and (max-width: 680px) {
	.challenge_hero{
		min-height: 320px;
	}
	.challenge_hero__inner{
		min-height: 320px;
	}
	.challenge_hero__title img{
		width:100%;
		margin:0 auto;
	}
	.challenge_hero__sub,
	.challenge_hero__sub .highlight{
		font-size:16px;
	}
	.challenge_hero__sub{
		margin-top:0;
	}
	.challenge_hero__deco--left{
		left:0;
		top:28%;
	}
	.challenge_nav{
		top: 64px;
		height:55px;
	}
	.challenge_nav__list{
		width:100%;
		height:100%;
		padding:0 20px;
		box-sizing: border-box;
		gap:0;
	}
	.challenge_nav__list li{
		width:100%;
		height:100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.challenge_nav__list li a{
		display: block;
	}
	.challenge_nav__list li.challenge_nav__divider{
		display: none;
	}
	.challenge_nav__list a{
		font-size: 14px;
	}
	.challenge_status_section{
		padding:40px 20px;
	}
	.challenge_card__header{
		font-size: 17px;
		padding:15px 12px;
	}
	.challenge_card__body{
		padding:20px;
	}
	.challenge_status_head{
		margin-bottom:12px;
	}
	.challenge_status_head strong{
		font-size: 18px;
	}
	.challenge_status_month{
		font-size: 12px;
	}
	.challenge_count_row{
		gap: 8px 0;
		justify-content: center;
	}
	.challenge_count_divider{
		display: none;
	}
	.challenge_count{
		font-size: 32px;
	}
	.challenge_count_unit{
		padding-bottom:0;
	}
	.challenge_count_msg{
		display: block;
		width:100%;
		font-size: 15px;
		text-align: center;
	}
	.challenge_info_box{
		padding:18px;
	}
	.challenge_progress__track{
		height:10px;
	}
	.challenge_progress__dot{
		width:18px;
		height:18px;
		border-width: 4px;
	}
	.challenge_progress__labels{
		height:34px;
	}
	.challenge_progress__dot[data-pos="0"],
	.challenge_progress__label[data-pos="0"]{
		left:6%;
	}
	.challenge_progress__dot[data-pos="50"],
	.challenge_progress__label[data-pos="50"]{
		left:94%;
	}
	.challenge_progress__label{
		font-size: 12px;
	}
	.challenge_action{
		margin-top:16px;
	}
	.challenge_btn{
		height:52px;
		font-size: 16px;
		border-radius: 8px;
	}
	.challenge_reward_card{
		padding:40px 16px;
	}
	.challenge_rewards__title{
		font-size: 18px;
	}
	.challenge_reward_card__badge{
		font-size: 12px;
	}
	.challenge_reward_card__name{
		font-size: 19px;
	}
	.challenge_reward_card__desc{
		font-size: 14px;
	}
	.challenge_reward_card__desc .mo_wrap{
		display: block;
	}
	.challenge_reward_card__media--coffee{
		width: 40%;
        top: 8%;
        right: -5%;
	}
	.challenge_reward_card__media--olive{
		right: -45%;
        bottom: -45%;
	}
	.challenge_section_title{
		font-size: 24px;
		margin-bottom:20px;
	}
	.challenge_step_card{
		padding:20px;
	}
	#challenge_promotion .challenge_step_card__num{
		font-size: 12px;
		margin-bottom:6px;
	}
	.challenge_step_card__title{
		font-size: 19px;
		margin-bottom: 6px;
	}
	.challenge_step_card__desc{
		font-size:14px;
	}
	.challenge_step_card__desc .mo_wrap{
		display:block;
	}
	.challenge_howto_deco--check{
		width: 36%;
		top:0;
		left:-12%;
	}
	.challenge_howto_deco--gift{
		width:40%;
		bottom:-4.5%;
		z-index: 0;
		opacity: 0.4;
	}
	.challenge_btn--primary,
	.challenge_btn--primary:hover,
	.challenge_btn--primary:focus,
	.challenge_btn--primary:active{
		margin-top:20px;
	}
	.challenge_howto_section{
		padding-bottom:60px;
	}
	.challenge_guide{
		z-index: 1;
		position: relative;
		padding: 35px 20px;
	}
	.challenge_guide__inner{
		padding:0;
	}
	.challenge_guide__title img{
		width:16px;
		height: 16px;
	}
	.challenge_guide__body{
		font-size: 14px;
	}
	.challenge_rewards__note{
		font-size: 12px;
        text-align: left;
        margin-top: 12px;
    }
	.challenge_reward_card__stamp{
		width: 70%;
	}

	/* Modal */
	.challenge_modal {
		padding: 16px;
		align-items: center;
	}
	.challenge_modal__content {
		max-width: 100%;
		padding: 24px 20px 20px;
		border-radius: 16px;
	}
	.challenge_modal__title {
		font-size: 18px;
	}
	.challenge_modal__message {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.challenge_modal__btns {
		gap: 8px;
	}
	.challenge_modal__btns a {
		height: 42px;
		font-size: 14px;
		border-radius: 6px;
	}
	.challenge_modal__btns--single .challenge_modal__confirm {
		max-width: none;
	}

	.challenge_reward_modal {
		max-width: 100%;
		padding: 22px 20px 20px;
		border-radius: 16px;
		max-height: calc(100vh - 40px);
		overflow-y: auto;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	}
	.challenge_reward_modal__header {
		gap: 10px;
		margin-bottom: 16px;
		flex-wrap: wrap;
	}
	.challenge_reward_modal__title {
		font-size: 19px;
	}
	.challenge_reward_modal__chip {
		padding: 5px 10px;
		font-size: 11px;
	}
	.challenge_reward_modal__summary {
		padding: 14px 16px;
		gap: 4px;
	}
	.challenge_reward_modal__tier {
		font-size: 11px;
	}
	.challenge_reward_modal__reward {
		font-size: 14px;
	}
	.challenge_reward_modal__divider {
		margin: 16px 0;
	}
	.challenge_reward_modal__form-title {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.challenge_reward_modal__form-guide {
		font-size: 11px;
		margin-bottom: 12px;
	}
	.challenge_reward_modal__label {
		font-size: 12px;
		margin-bottom: 6px;
	}
	.challenge_reward_modal__input {
		height: 42px !important;
		padding: 0 14px !important;
		font-size: 13px;
		border-radius: 8px;
		margin-bottom: 12px;
	}
	.challenge_reward_modal__note {
		font-size: 13px;
		margin-bottom: 16px;
	}
	.challenge_reward_modal__actions {
		gap: 8px;
	}
	.challenge_reward_modal__btn {
		height: 48px;
		font-size: 16px;
		border-radius: 12px;
	}
}


