body {
	background-color: var(--bg-brand-color);
}

/* 페이지 전체 */
.point-page {
	padding-bottom: 60px;
}

/* --------------------
   상단 타이틀 영역
-------------------- */
.point-hero {
	padding: 50px 0 30px;
	text-align: center;
	background-color: #fffaf2;
}

.point-title {
	font-size: 30px;
	font-weight: 800;
	color: #0b423e;
	margin-bottom: 10px;
}

.point-sub {
	font-size: 16px;
	color: #555;
	line-height: 1.7;
}

/* --------------------
   포인트 선택 / 결제 (위쪽)
-------------------- */
.point-pay-section {
	padding: 20px 0 30px;
	/*background: #f8fbfc;*/
	margin-bottom: 50px;
}

.point-pay-title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #222;
	margin-bottom: 30px;
}

.point-pay-sub {
	text-align: center;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}

.point-pay-form {
	/*max-width: 1000px;*/
	margin: 0 auto;
}

/* 카드 그리드 */
.point-option-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 20px;
}

/* 각 카드 폼 */
.point-option {
	margin: 0;
}

/* 카드 공통 스타일 */
.point-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid #dfe7ee;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
	padding: 18px 18px 20px;
	box-sizing: border-box;
	transition: border 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.point-card:hover {
	border-color: #6ec0bd;
	box-shadow: 0 14px 30px rgba(110, 192, 189, 0.28);
	transform: translateY(-2px);
}

/* BEST 카드 */
.point-card-best {
	border-color: #ffd4a4;
}

.point-card-header {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
}

.point-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	background: #e5f4f3;
	color: #008f7b;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 6px;
}

.point-badge.best {
	background: #ffeede;
	color: #e67700;
}

.point-price {
	font-size: 30px;
	font-weight: 800;
	color: #222;
	margin-bottom: 5px;
}

.point-main-amount {
	font-size: 24px;
	font-weight: 700;
	color: #008f7b;
	padding-left: 20px;
}

/* 카드 본문 */
.point-card-body {
	flex: 1;
}

.point-card-body ul {
	list-style: none;
	margin: 15px 20px 0 20px;
	padding: 0;
	font-size: 18px;
	color: #555;
}

.point-card-body li {
	margin-bottom: 4px;
}

.point-card-body li.total {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #d2dde7;
	font-weight: 600;
	color: #222;
}

.point-card-body .bonus {
	color: #ff8500;
}

/* 카드 하단 버튼 영역 */
.point-card-footer {
	margin-top: 25px;
	text-align: center;
}

/* 각 카드별 결제 버튼 */
.btn-card-pay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	width: 100%;
	padding: 15px 18px;
	border-radius: 999px;
	border: none;
	background: #6ec0bd;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(110, 192, 189, 0.35);
	transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
}

.btn-card-pay:hover {
	background: #5aaba8;
	transform: translateY(-1px);
	box-shadow: 0 11px 24px rgba(110, 192, 189, 0.45);
}

/* 하단 안내 문구 */
.summary-help {
	font-size: 16px;
	color: #888;
	margin: 0 0 8px;
	text-align: center;
}

/* --------------------
   LAB 포인트 설명 섹션 (아래쪽)
-------------------- */
.point-info-section {
	padding: 0 0 40px;
}

.point-info-card {
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid #e2ebf0;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
	padding: 26px 26px 24px;
	box-sizing: border-box;
}

.point-info-title {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 14px;
	color: #222;
}

.point-info-lead {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 22px;
}

.point-info-lead .arrow {
	font-weight: 700;
	margin-right: 4px;
}

.point-info-lead .indent {
	margin-left: 20px;
	display: inline-block;
}

/* 좌우 2컬럼 */
.point-info-cols {
	display: flex;
	gap: 24px;
	margin-bottom: 20px;
}

.point-info-col {
	flex: 1;
}

/* 컬럼 헤더 */
.info-col-header {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.info-col-icon {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #e5f6f3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	color: #00a69c;
}

.info-col-icon i {
	font-size: 16px;
}

.info-col-title {
	font-size: 15px;
	font-weight: 700;
	color: #222;
}

/* 컬럼 박스 */
.info-col-box {
	background: #f6f7f9;
	border-radius: 8px;
	padding: 12px 14px 10px;
}

.info-col-label {
	font-size: 13px;
	font-weight: 600;
	color: #666;
	margin-bottom: 6px;
}

.info-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #444;
}

.info-list li {
	margin-bottom: 4px;
}

.info-list strong {
	font-weight: 700;
}

.info-list .bonus {
	color: #ff8500;
	font-weight: 700;
}

/* 하단 배너 */
.point-usage-banner {
	margin-top: 4px;
	background: #53bfb5;
	color: #ffffff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 6px;
	font-size: 13px;
	font-weight: 600;
}

.point-usage-desc {
	margin-top: 8px;
	font-size: 16px;
	color: #555;
	line-height: 1.7;
}

/* --------------------
   반응형
-------------------- */
@media (max-width: 1024px) {
	.point-info-cols {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.point-hero {
		padding-top: 36px;
	}

	.point-title {
		font-size: 24px;
	}

	.point-sub {
		font-size: 13px;
	}

	.point-option-grid {
		grid-template-columns: 1fr;
	}
}
