@charset "UTF-8";

/**
 * timedeal.css — 타임딜 프로모션 (practiceTest/timedeal.jsp)
 *
 * JSP 구조 순서
 *  1. #timedeal_promotion / 폰트
 *  2. .promo_ended_notice — 이벤트 종료 띠배너
 *  3. .main_hero — 히어로 · STEP
 *  4. .sticky_bar — 알림받기 (uxSticky)
 *  5. .timedeal_content — #timedealCard · 플립 카운트다운 · CTA
 *  6. .promotion_faq_wap — FAQ · 공유
 *  7. .promotion_guide — 프로모션 안내
 *  8. .modal — 얼럿 / 로그인 / 구매자격 / 할인완료
 *  9. @media — 반응형
 */

/* =============================================================================
 * 0. 폰트 · 공통
 * ============================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');

@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'GMarketSans';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
	font-weight: 700;
	font-display: swap;
}

.font_sharetech {
	font-family: "Share Tech", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}
.font_gmarket {
	font-family: "GMarketSans", sans-serif !important;
}

#timedeal_promotion {
	font-family: 'pretendard', sans-serif;
}

.pro-wrap__body {
	position: relative;
}

/* =============================================================================
 * 1. 이벤트 종료 띠배너 · 쉴드 (.promo_ended_notice)
 * ============================================================================= */
.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: 25;
	cursor: default;
}
.pro-wrap.is-promo-ended .promo_ended_shield {
	display: block;
}

/* =============================================================================
 * 2. 히어로 (.main_hero)
 * ============================================================================= */
#timedeal_promotion .main_hero {
	background-image: url(../images/event/landingPage/timedeal/hero_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 1000px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#timedeal_promotion .main_hero .hero_main_title {
	width: 100%;
	display: flex;
	justify-content: center;
}
#timedeal_promotion .main_hero .hero_main_title img {
	width: 95%;
	max-width: 718px;
}
#timedeal_promotion .main_hero .hero_sub_title {
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	line-height: 140%;
	margin: 40px 0;
}
#timedeal_promotion .main_hero .hero_sub_title .highlight {
	font-weight: 700;
	color: #D0F405;
}
#timedeal_promotion .main_hero .promotion_step {
	width: 100%;
	max-width: 960px;
}
#timedeal_promotion .main_hero .promotion_step .promotion_step_list {
	display: flex;
	width: 100%;
	gap: 24px;
}
#timedeal_promotion .main_hero .promotion_step .promotion_step_list li {
	background: linear-gradient(181.58deg, rgba(57, 57, 57, 0.7) 68.15%, rgba(90, 90, 90, 0.63) 101.52%);
	border-radius: 24px;
	padding: 32px 40px;
	opacity: 0.9;
	width: 33.333%;
	box-sizing: border-box;
}
.promotion_step_list li .step {
	color: #757782;
	font-size: 16px;
	font-weight: 700;
}
.promotion_step_list li .step_main {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	line-height: 140%;
	letter-spacing: -2%;
	margin: 16px 0 20px 0;
}
.promotion_step_list li .step_sub {
	font-size: 18px;
	font-weight: 500;
	color: #E9E9E9;
	line-height: 150%;
	letter-spacing: -2%;
}
.promotion_step_list li .step_sub .pc_nextline {
	display: block;
}

/* =============================================================================
 * 3. 알림받기 고정바 (.sticky_bar.uxSticky)
 * ============================================================================= */
#timedeal_promotion .sticky_bar {
	background-color: #011BA6;
	box-shadow: 0px 1px 8px 0px #00000026;
	padding: 13px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -2%;
	color: #FEFEFE;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	position: sticky;
	left: 0;
	top: 108px;
	z-index: 20;
}
#timedeal_promotion .sticky_bar .font_bolder {
	font-weight: 800;
}
#timedeal_promotion .sticky_bar .promo_notify {
	background-color: #EF6504;
	border-radius: 36px;
	height: 36px;
	color: #FEFEFE;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -2%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

@media screen and (max-width: 1024px) {
	#timedeal_promotion .sticky_bar {
		top: 64px;
	}
}

/* =============================================================================
 * 4. 타임딜 본문 (.timedeal_content)
 * ============================================================================= */
#timedeal_promotion .timedeal_content {
	background-color: #FEFEFE;
	padding: 110px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 4-1. 섹션 타이틀 (.timedeal_title) */
#timedeal_promotion .timedeal_content .timedeal_title {
	margin-bottom: 40px;
}
#timedeal_promotion .timedeal_content .timedeal_title .tilte_small {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: -1%;
	color: #333;
	text-align: center;
}
#timedeal_promotion .timedeal_content .timedeal_title .tilte_big {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -1%;
	color: #111;
	text-align: center;
}

/* 4-2. 타임딜 카드 (#timedealCard.timaedeal_card) */
#timedeal_promotion .timedeal_content .timaedeal_card {
	background-color: #FAFAFA;
	box-shadow: 0px 0px 12px 0px #0000001A;
	border-radius: 20px;
	padding: 64px 40px;
	box-sizing: border-box;
	width: 100%;
	max-width: 960px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

/* 4-2-a. 상태 라벨 칩 (.timedeal_lable_wrap) — state-* 당 1개만 노출 */
#timedeal_promotion .timedeal_content .timedeal_lable_wrap > span {
	position: absolute;
	left: 40px;
	top: 64px;
	z-index: 2;
	display: none;
}
#timedeal_promotion .timedeal_content .timedeal_lable_wrap .label_blue {
	background-color: #EAEDFF;
	box-shadow: 0px 0px 4px 0px #0000001F;
	padding: 12px 24px;
	font-size: 28px;
	font-weight: 700;
	color: #011BA6;
	border-radius: 10px;
}
#timedeal_promotion .timedeal_content .timedeal_lable_wrap .label_red {
	background-color: #FFE9E9;
	box-shadow: 0px 0px 8px 0px #0000001F;
	padding: 12px 24px;
	font-size: 28px;
	font-weight: 700;
	color: #FF2828;
	border-radius: 10px;
}
#timedeal_promotion .timedeal_content .timedeal_lable_wrap .label_black {
	background-color: #E8E8E8;
	box-shadow: 0px 0px 4px 0px #0000001F;
	padding: 12px 24px;
	font-size: 28px;
	font-weight: 700;
	color: #666666;
	border-radius: 10px;
}
#timedeal_promotion .timedeal_content .timaedeal_card.state-upcoming .timedeal_lable_wrap .next_week,
#timedeal_promotion .timedeal_content .timaedeal_card.state-before .timedeal_lable_wrap .today_beforeOpen,
#timedeal_promotion .timedeal_content .timaedeal_card.state-open .timedeal_lable_wrap .today_Open,
#timedeal_promotion .timedeal_content .timaedeal_card.state-closed .timedeal_lable_wrap .today_Close {
	display: inline-block;
}

/* 4-2-b. 검사 이미지 · 스탬프 (.timedeal_image_wrap) */
.timedeal_image_wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}
.timedeal_image_wrap .timedeal_image {
	display: none;
	max-width: 100%;
	height: auto;
}
.timedeal_image_wrap .timedeal_state_img {
	display: none;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 1;
}
.timedeal_image_wrap .timedeal_state_img img {
	display: block;
	margin: 0 auto;
}

/* upcoming: 시작주=이번주 그레이(.soon), 이후=다음주 그레이(.soon.next) */
#timedeal_promotion .timedeal_content .timaedeal_card.state-upcoming.is-first-target .timedeal_image.soon:not(.next),
#timedeal_promotion .timedeal_content .timaedeal_card.state-upcoming:not(.is-first-target) .timedeal_image.soon.next,
#timedeal_promotion .timedeal_content .timaedeal_card.state-upcoming .timedeal_soon {
	display: block;
}
/* before: 이번주 그레이 + 예정 스탬프 */
#timedeal_promotion .timedeal_content .timaedeal_card.state-before .timedeal_image.soon:not(.next),
#timedeal_promotion .timedeal_content .timaedeal_card.state-before .timedeal_soon {
	display: block;
}
/* open: 이번주 컬러 */
#timedeal_promotion .timedeal_content .timaedeal_card.state-open .timedeal_image.open:not(.next) {
	display: block;
}
/* closed: 이번주 컬러 흐림 + 종료 스탬프 */
#timedeal_promotion .timedeal_content .timaedeal_card.state-closed .timedeal_image.open:not(.next) {
	display: block;
	opacity: 0.4;
}
#timedeal_promotion .timedeal_content .timaedeal_card.state-closed .timedeal_finish {
	display: block;
}
/* closed: 검사명 · 카운트다운도 흐림 (화 15:00~23:59) */
#timedeal_promotion .timedeal_content .timaedeal_card.state-closed .timedeal_testname_wrap,
#timedeal_promotion .timedeal_content .timaedeal_card.state-closed .timedeal_contdodwn_wrap {
	opacity: 0.4;
}

/* 4-2-c. 검사명 (.timedeal_testname_wrap) */
.timedeal_testname_wrap .timedeal_testname_soon .soon_title_main,
.timedeal_testname_wrap .timedeal_testname {
	font-weight: 700;
	font-size: 36px;
	line-height: 130%;
	letter-spacing: -1%;
	color: #333;
	text-align: center;
}
.timedeal_testname_wrap .timedeal_testname_soon .soon_title_sub {
	font-weight: 400;
	font-size: 28px;
	letter-spacing: -1%;
	color: #666;
	text-align: center;
}
#timedeal_promotion .timedeal_content .timaedeal_card .timedeal_testname {
	display: none;
}
#timedeal_promotion .timedeal_content .timaedeal_card.state-open .timedeal_testname,
#timedeal_promotion .timedeal_content .timaedeal_card.state-closed .timedeal_testname {
	display: block;
}
#timedeal_promotion .timedeal_content .timaedeal_card.state-open .timedeal_testname_soon,
#timedeal_promotion .timedeal_content .timaedeal_card.state-closed .timedeal_testname_soon {
	display: none;
}

/* 4-2-d. 플립 카운트다운 (.timedeal_contdodwn_wrap / #timedealFlipClock) */
#timedeal_promotion .timedeal_contdodwn_wrap {
	--card-bg: #3d3d40;
	--card-bg-dark: #2f2f32;
	--flip-accent: linear-gradient(180deg, #2f2f32 30%, #0E2553 100%);
	--flip-text-muted: #6b6b70;
	--card-w: 115px;
	--card-h: 100px;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 20px 0 32px;
}
#timedeal_promotion .timedeal_contdodwn_wrap .flip-clock {
	display: flex;
	align-items: center;
	position: relative;
}
#timedeal_promotion .timedeal_contdodwn_wrap .unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
#timedeal_promotion .timedeal_contdodwn_wrap .unit::after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(var(--card-h) / 2);
	width: 128px;
	height: 13px;
	background-image: url(../images/event/landingPage/timedeal/flip_line.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
	z-index: 6;
	pointer-events: none;
}
#timedeal_promotion .timedeal_contdodwn_wrap .card {
	position: relative;
	width: var(--card-w);
	height: var(--card-h);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
	perspective: 420px;
}
#timedeal_promotion .timedeal_contdodwn_wrap .face {
	position: absolute;
	left: 0;
	right: 0;
	height: 50%;
	overflow: hidden;
	z-index: 1;
}
#timedeal_promotion .timedeal_contdodwn_wrap .face-upper {
	top: 0;
	background: var(--card-bg);
}
#timedeal_promotion .timedeal_contdodwn_wrap .face-lower {
	bottom: 0;
	background: var(--card-bg-dark);
}
#timedeal_promotion .timedeal_contdodwn_wrap .leaf {
	position: absolute;
	left: 0;
	right: 0;
	height: 50%;
	overflow: hidden;
	backface-visibility: hidden;
	opacity: 0;
}
#timedeal_promotion .timedeal_contdodwn_wrap .leaf-front {
	top: 0;
	background: var(--card-bg);
	transform-origin: bottom;
	transform: rotateX(0deg);
	z-index: 3;
}
#timedeal_promotion .timedeal_contdodwn_wrap .leaf-back {
	bottom: 0;
	background: var(--card-bg-dark);
	transform-origin: top;
	transform: rotateX(90deg);
	z-index: 2;
}
#timedeal_promotion .timedeal_contdodwn_wrap .unit.active .face-upper,
#timedeal_promotion .timedeal_contdodwn_wrap .unit.active .leaf-front {
	background: var(--flip-accent);
}
#timedeal_promotion .timedeal_contdodwn_wrap .glyph {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 98px;
	font-weight: 400;
	color: #f4f4f6;
	letter-spacing: -2px;
	line-height: 105px;
	font-family: "Share Tech", sans-serif;
}
#timedeal_promotion .timedeal_contdodwn_wrap .glyph-bottom {
	top: calc(var(--card-h) * -1 / 2);
}
@keyframes timedealLeafFrontFlip {
	0%   { transform: rotateX(0deg); }
	100% { transform: rotateX(-90deg); }
}
@keyframes timedealLeafBackFlip {
	0%   { transform: rotateX(90deg); }
	100% { transform: rotateX(0deg); }
}
#timedeal_promotion .timedeal_contdodwn_wrap .leaf-front.flipping {
	opacity: 1;
	animation: timedealLeafFrontFlip 300ms cubic-bezier(.42, 0, .78, .48) forwards;
}
#timedeal_promotion .timedeal_contdodwn_wrap .leaf-back.flipping {
	opacity: 1;
	animation: timedealLeafBackFlip 300ms cubic-bezier(.22, .52, .58, 1) forwards;
	animation-delay: 300ms;
	animation-fill-mode: both;
}
#timedeal_promotion .timedeal_contdodwn_wrap .label {
	margin-top: 12px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
	color: var(--flip-text-muted);
	text-transform: uppercase;
}
#timedeal_promotion .timedeal_contdodwn_wrap .gap {
	width: 20px;
	display: flex;
	justify-content: center;
}

/* 4-2-e. CTA 버튼 (.timedeal_btn_wrap) */
#timedeal_promotion .timedeal_content .timedeal_btn_wrap {
	width: 100%;
}
#timedeal_promotion .timedeal_content .timedeal_btn_wrap .timedeal_btn {
	background-color: #011BA6;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -2%;
	width: 100%;
	max-width: 640px;
	height: 100px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
#timedeal_promotion .timedeal_content .timedeal_btn_wrap .timedeal_btn.open {
	color: #D0F405;
}
/* 오픈 전(upcoming/before): 파란 버튼 + 흐림, 클릭 불가 */
#timedeal_promotion .timedeal_content .timaedeal_card.state-upcoming .timedeal_btn,
#timedeal_promotion .timedeal_content .timaedeal_card.state-before .timedeal_btn {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
}
/* 종료(closed): 회색 비활성 */
#timedeal_promotion .timedeal_content .timaedeal_card.state-closed .timedeal_btn.is-disabled {
	background-color: #011BA6;
	color: #fff;
	pointer-events: none;
	cursor: default;
	opacity: 0.4;
}

/* =============================================================================
 * 5. FAQ · 이벤트 공유 (.promotion_faq_wap)
 * ============================================================================= */
.promotion_faq_wap {
	background-color: #F8F9FA;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.promotion_faq_wap .promotion_faq_title {
	font-size: 36px;
	font-weight: 800;
	color: #112229;
	margin-bottom: 40px;
	text-align: center;
}
.promotion_faq_wap .promotion_faq_list .faq_list {
	width: 100%;
	max-width: 960px;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.promotion_faq_wap .promotion_faq_list .faq_list li {
	position: relative;
	background-color: #fff;
	border-radius: 16px;
	padding: 32px 40px;
	box-sizing: border-box;
}
.promotion_faq_wap .promotion_faq_list .faq_list li > div {
	display: flex;
	gap: 16px;
	align-items: center;
}
.promotion_faq_wap .promotion_faq_list .faq_list li .question {
	color: #112229;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
}
.promotion_faq_wap .promotion_faq_list .faq_list li .question .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 56px);
	word-break: keep-all;
}
.promotion_faq_wap .promotion_faq_list .faq_list li .answer .content {
	width: calc(100% - 56px);
	line-height: 160%;
	letter-spacing: -2%;
}
.promotion_faq_wap .promotion_faq_list .faq_list li .answer {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	overflow: hidden;
	max-height: 0;
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	opacity: 0;
	transition: max-height 0.4s cubic-bezier(.4, 0, .2, 1),
		padding-top 0.4s cubic-bezier(.4, 0, .2, 1),
		margin-top 0.4s cubic-bezier(.4, 0, .2, 1),
		opacity 0.3s ease;
}
.promotion_faq_wap .promotion_faq_list .faq_list li.active .answer {
	max-height: 300px;
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #F1F3F5;
	opacity: 1;
}
.promotion_faq_wap .promotion_faq_list .faq_list li > div span {
	display: block;
}
.promotion_faq_wap .promotion_faq_list .faq_list li > div .divide {
	width: 40px;
	color: #2B398F;
	font-weight: 800;
}
.promotion_faq_wap .promotion_faq_list .faq_list li > div.answer .divide {
	font-size: 24px;
	color: #FF6B6B;
	line-height: 130%;
	letter-spacing: -2%;
}
.promotion_faq_wap .promotion_faq_list .faq_list li .answer {
	font-size: 20px;
	font-weight: 500;
	color: #334046;
}

/* 아코디언 아이콘 (.acc-icon) */
.acc-icon {
	position: relative;
	width: 20px;
	height: 12px;
	flex-shrink: 0;
	margin-left: 14px;
}
.acc-icon::before,
.acc-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 55%;
	height: 2px;
	background: #ADB5BD;
	border-radius: 1px;
	transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
}
.acc-icon::before {
	right: 50%;
	transform-origin: right center;
	transform: translateY(-50%) translateY(3px) rotate(40deg);
}
.acc-icon::after {
	left: 50%;
	transform-origin: left center;
	transform: translateY(-50%) translateY(3px) rotate(-40deg);
}
.faq_list li.active .acc-icon::before {
	transform: translateY(-50%) translateY(-3px) rotate(-40deg);
}
.faq_list li.active .acc-icon::after {
	transform: translateY(-50%) translateY(-3px) rotate(40deg);
}

.share_event_btn_wrap {
	margin-top: 80px;
}
.share_event_btn_wrap .share_event_btn {
	background-color: #fff;
	border: 2px solid #2B398F;
	border-radius: 32px;
	height: 64px;
	box-sizing: border-box;
	padding: 0 32px;
	display: flex;
	gap: 12px;
	justify-content: center;
	align-items: center;
	color: #2B398F;
	font-size: 24px;
	font-weight: 700;
}

/* =============================================================================
 * 6. 프로모션 안내 (.promotion_guide)
 * ============================================================================= */
#timedeal_promotion .promotion_guide {
	background-color: #0F2645;
	color: #fff;
	display: flex;
	justify-content: center;
}
#timedeal_promotion .promotion_guide .guide_content {
	width: 100%;
	max-width: 960px;
	padding: 40px 50px 60px 50px;
	box-sizing: border-box;
}
.guide_content .guide_title {
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 6px;
	letter-spacing: -2%;
	margin-bottom: 16px;
}
.guide_content .guide_title svg {
	width: 32px;
	height: 32px;
}
.guide_content .guide_main_list {
	list-style: disc;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -2%;
	line-height: 160%;
	word-break: keep-all;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.guide_content .guide_sub_list {
	list-style: decimal;
	padding-left: 20px;
	word-break: keep-all;
}

/* =============================================================================
 * 7. 모달 (.modal)
 *    #customModal — 얼럿
 *    #timedealLoginPromptModal — 로그인
 *    #timedealCertPromptModal — 구매자격(A레벨)
 *    #timedealDiscountDoneModal — 할인 완료
 * ============================================================================= */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	align-items: center;
	justify-content: center;
	font-family: pretendard, sans-serif;
}
.modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 16px;
	width: 320px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}
.modal-message {
	padding-top: 20px;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #555;
	word-break: keep-all;
}
.modal-message .text_blue {
	color: #2B398F;
	font-weight: 600;
}
.customModal_btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}
#confirmModal {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94px;
	height: 44px;
	background-color: #111;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 24px;
	font-size: 16px;
	font-weight: 600;
}

/* 로그인 · 구매자격 2버튼 모달 */
.timedeal-login-prompt-content {
	width: 100%;
	max-width: 360px;
}
.timedeal-login-prompt-message {
	white-space: pre-line;
}
.timedealLoginPrompt_btn {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
}
.timedeal-login-prompt-cancel,
.timedeal-login-prompt-confirm {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	height: 44px;
	padding: 0 16px;
	border-radius: 24px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}
.timedeal-login-prompt-cancel {
	background: #fff;
	color: #555;
	border: 1px solid #ccc;
}
.timedeal-login-prompt-confirm {
	background-color: #111;
	color: #fff;
	border: none;
}

/* 할인 완료 모달 */
.timedeal-discount-done-content {
	width: 100%;
	max-width: 360px;
}
.timedeal-discount-done-message {
	white-space: pre-line;
}
#timedealDiscountDoneConfirm {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

/* =============================================================================
 * 8. 반응형 (@media max-width: 680px)
 * ============================================================================= */
@media screen and (max-width: 680px) {
	/* 플립 카운트다운 */
	#timedeal_promotion .timedeal_contdodwn_wrap {
		--card-w: 60px;
		--card-h: 50px;
	}
	#timedeal_promotion .timedeal_contdodwn_wrap .glyph {
		font-size: 49px;
		line-height: 52px;
	}
	#timedeal_promotion .timedeal_contdodwn_wrap .unit::after {
		width: 68px;
		height: 8px;
	}
	#timedeal_promotion .timedeal_contdodwn_wrap .gap {
		width: 16px;
	}
	#timedeal_promotion .timedeal_contdodwn_wrap .label {
		font-size: 10px;
	}

	/* 히어로 */
	#timedeal_promotion .main_hero {
		height: 926px;
	}
	#timedeal_promotion .main_hero .hero_sub_title {
		font-size: 20px;
		margin: 20px 0;
	}
	#timedeal_promotion .main_hero .promotion_step .promotion_step_list {
		flex-wrap: wrap;
		padding: 0 20px;
		box-sizing: border-box;
		gap: 16px;
	}
	#timedeal_promotion .main_hero .promotion_step .promotion_step_list li {
		width: 100%;
		padding: 20px 32px;
	}
	.promotion_step_list li .step_main {
		font-size: 20px;
		margin: 8px 0;
	}
	.promotion_step_list li .step_sub {
		font-size: 14px;
	}
	.promotion_step_list li .step_sub .pc_nextline {
		display: inline;
	}

	/* sticky_bar */
	#timedeal_promotion .sticky_bar {
		font-size: 15px;
		gap: 20px;
	}
	#timedeal_promotion .sticky_bar .promo_notify {
		font-size: 14px;
		white-space: nowrap;
	}

	/* timedeal_content · 카드 */
	#timedeal_promotion .timedeal_content {
		padding: 50px 0;
	}
	#timedeal_promotion .timedeal_content .timedeal_title {
		margin-bottom: 24px;
	}
	#timedeal_promotion .timedeal_content .timedeal_title .tilte_small {
		font-size: 18px;
	}
	#timedeal_promotion .timedeal_content .timedeal_title .tilte_big {
		font-size: 32px;
	}
	#timedeal_promotion .timedeal_content .timaedeal_card {
		width: calc(100% - 40px);
		padding: 30px 24px;
	}
	#timedeal_promotion .timedeal_content .timedeal_lable_wrap > span {
		top: 30px;
		left: 24px;
	}
	#timedeal_promotion .timedeal_content .timedeal_lable_wrap .label_blue,
	#timedeal_promotion .timedeal_content .timedeal_lable_wrap .label_red,
	#timedeal_promotion .timedeal_content .timedeal_lable_wrap .label_black {
		font-size: 14px;
		padding: 6px 12px;
		border-radius: 6px;
	}
	.timedeal_image_wrap .timedeal_image {
		max-height: 150px;
	}
	.timedeal_image_wrap .timedeal_state_img img {
		max-width: 166px;
	}
	.timedeal_testname_wrap .timedeal_testname_soon .soon_title_main,
	.timedeal_testname_wrap .timedeal_testname {
		font-size: 20px;
	}
	.timedeal_testname_wrap .timedeal_testname_soon .soon_title_sub {
		font-size: 14px;
	}
	#timedeal_promotion .timedeal_content .timedeal_btn_wrap .timedeal_btn {
		font-size: 18px;
		height: 60px;
	}
	#timedeal_promotion .timedeal_content .timedeal_btn_wrap .timedeal_btn span {
		font-size: 18px;
	}

	/* FAQ · 공유 */
	.promotion_faq_wap {
		padding: 50px 0;
	}
	.promotion_faq_wap .promotion_faq_title {
		font-size: 24px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li {
		padding: 24px 20px;
		border-radius: 12px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li > div {
		gap: 12px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li > div .divide {
		font-size: 18px;
		width: 30px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li > div.answer .divide {
		font-size: 18px;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li .question .content {
		font-size: 16px;
		width: calc(100% - 42px);
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li .answer .content {
		font-size: 14px;
		width: calc(100% - 42px);
		word-break: keep-all;
	}
	.promotion_faq_wap .promotion_faq_list .faq_list li .answer {
		align-items: flex-start;
	}
	.share_event_btn_wrap {
		margin-top: 40px;
	}
	.share_event_btn_wrap .share_event_btn {
		font-size: 16px;
		height: 48px;
		padding: 0 27px;
		gap: 4px;
	}
	.share_event_btn_wrap .share_event_btn img {
		width: 20px;
	}

	/* 프로모션 안내 */
	#timedeal_promotion .promotion_guide .guide_content {
		padding: 32px 20px;
	}
	.guide_content .guide_title {
		font-size: 14px;
	}
	.guide_content .guide_title svg {
		width: 16px;
		height: 16px;
	}
	.guide_content .guide_main_list {
		font-size: 14px;
	}
}
