@charset "utf-8";

  .list-data-page {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Noto Sans KR', sans-serif;
    color: #111827;
    background: #f5f5fb;
    padding: 40px 0 80px;
  }

  .list-data-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* HERO 영역 */
  .list-hero {
    position: relative;
    border-radius: 32px;
    padding: 40px 32px 32px;
    background: linear-gradient(135deg, #b84dff 0%, #ff55c3 35%, #ff9b4e 100%);
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    margin-bottom: 40px;
  }

  .list-hero-top-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .list-hero-top-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #16f2b3;
  }

  .list-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
  }

  .list-hero-title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 12px;
  }

  .list-hero-sub {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 18px;
  }

  .list-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
  }

  .list-hero-badge {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.16);
    font-size: 12px;
    font-weight: 500;
  }

  .list-hero-note {
    font-size: 13px;
    opacity: 0.85;
  }

  .list-hero-note strong {
    font-weight: 600;
  }

  .list-hero-card {
    position: relative;
    border-radius: 24px;
    background: rgba(17, 24, 39, 0.12);
    padding: 20px 20px 18px;
    backdrop-filter: blur(24px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
  }

  .list-hero-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.55);
    font-size: 11px;
    margin-bottom: 8px;
  }

  .list-hero-card-tag-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22f3af;
  }

  .list-hero-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .list-hero-card-text {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 16px;
  }

  .list-hero-card-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
  }

  .list-hero-card-pill {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.82);
    font-size: 11px;
  }

  .list-hero-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    opacity: 0.9;
  }

  .list-hero-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #16f2b3;
    color: #051013;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
  }

  .list-hero-card-btn-icon {
    font-size: 11px;
  }

  /* 선택 섹션 공통 카드 */
  .list-section {
    margin-bottom: 40px;
  }

  .list-section-header {
    text-align: center;
    margin-bottom: 24px;
  }

  .list-section-kicker {
    font-size: 13px;
    font-weight: 600;
    color: #7c3aed;
    margin-bottom: 6px;
  }

  .list-section-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
  }

  .list-section-desc {
    font-size: 14px;
    color: #4b5563;
  }

  .list-flex-two {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 24px;
  }

  .list-choice-card {
    border-radius: 24px;
    background: #ffffff;
    padding: 24px 22px 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  }

  .list-choice-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #eef2ff;
    font-size: 12px;
    font-weight: 600;
    color: #4f46e5;
    margin-bottom: 10px;
  }

  .list-choice-label-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #4f46e5;
  }

  .list-choice-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .list-choice-sub {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 18px;
  }

  .list-choice-bullets {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
  }

  .list-choice-bullet {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #374151;
  }

  .list-choice-bullet-icon {
    margin-top: 2px;
    font-size: 13px;
    color: #4f46e5;
  }

  .list-choice-note {
    font-size: 12px;
    color: #6b7280;
  }

	.list-choice-highlight {
	  border-radius: 24px;
	  padding: 20px 18px;
	  background: linear-gradient(135deg, #a5f3fc 0%, #d8b4fe 45%, #f9a8d4 100%);
	  color: #0f172a;
	  font-size: 13px;
	  font-weight: 500;
	  box-shadow: 0 12px 28px rgba(148, 163, 184, 0.45);
	  display: flex;
	  align-items: center;
	  gap: 18px;

	  /* 추가: PC에서 카드 자체를 가운데 정렬 */
	  grid-column: 1 / -1;     /* 그리드 한 줄 전체 차지 */
	  max-width: 860px;        /* 너무 넓어지지 않게 폭 제한 */
	  margin: 20px auto 0;     /* 수평 중앙 정렬 */
	}

  .list-choice-highlight-visual {
    flex: 0 0 170px;
    max-width: 200px;
  }

  .list-choice-highlight-visual img {
    width: 100%;
    height: auto;
    display: block;
  }

  .list-choice-highlight-text {
    flex: 1;
  }

  .list-choice-highlight-text strong {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px;
  }

  .list-choice-highlight-text p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 6px;
  }

  .list-choice-highlight-text small {
    display: block;
    font-size: 11px;
    opacity: 0.85;
    margin-top: 2px;
  }


  /* 상품 리스트 헤더 */
  .list-store-section {
    margin-top: 12px;
  }

  .list-store-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
  }

  .list-store-title-wrap h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
  }

  .list-store-title-wrap p {
    font-size: 13px;
    color: #6b7280;
  }

  .list-store-tag {
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    background: #eef2ff;
    color: #4338ca;
    font-weight: 500;
  }

  /* 상품 카드 그리드 */
  .list-store-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .list-store-card {
    border-radius: 18px;
    background: #ffffff;
    padding: 14px 12px 14px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .list-store-thumb {
    position: relative;
    border-radius: 14px;
    background: #f3f4ff;
    padding: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
  }

  .list-store-thumb img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    display: block;
  }

  .list-store-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .list-store-name {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    min-height: 36px;
  }

  .list-store-meta {
    font-size: 12px;
    color: #6b7280;
  }

  .list-store-meta strong {
    font-weight: 600;
    color: #4f46e5;
  }

  .list-store-footer {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .list-store-price {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
  }

  .list-store-price small {
    display: block;
    font-size: 11px;
    color: #6b7280;
    font-weight: 400;
  }

  .list-store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 11px;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
  }

  .list-store-btn span {
    font-size: 11px;
    margin-left: 4px;
    opacity: 0.9;
  }

  /* 페이지네이션 */
  .list-store-pagination {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
  }

  .list-store-pagination a {
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #4b5563;
    text-decoration: none;
    padding: 0 8px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(148, 163, 184, 0.35);
  }

  .list-store-pagination a.is-active {
    background: #4f46e5;
    color: #ffffff;
    font-weight: 600;
  }

  .list-store-pagination a.pg-arrow {
    font-size: 13px;
  }

  /* 마지막 안내 섹션 */
  .list-bottom-section {
    margin-top: 40px;
    border-radius: 24px;
    padding: 22px 22px 18px;
    background: #020617;
    color: #e5e7eb;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 20px;
  }

  .list-bottom-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .list-bottom-desc {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 12px;
  }

  .list-bottom-bullets {
    display: grid;
    gap: 8px;
  }

  .list-bottom-bullet {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
  }

  .list-bottom-bullet-icon {
    font-size: 12px;
    margin-top: 1px;
    color: #22c55e;
  }

  .list-bottom-right {
    align-self: center;
    text-align: right;
    font-size: 13px;
  }

  .list-bottom-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.85);
    margin-bottom: 8px;
    font-size: 12px;
  }

  .list-bottom-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
  }

  .list-bottom-right small {
    display: block;
    font-size: 11px;
    color: #9ca3af;
  }

  /* 반응형 */
  @media (max-width: 1024px) {
    .list-hero-grid,
    .list-flex-two,
    .list-bottom-section {
      grid-template-columns: minmax(0, 1fr);
    }
    .list-hero {
      padding: 32px 20px 24px;
    }
    .list-hero-title {
      font-size: 26px;
    }
  }

  @media (max-width: 860px) {
    .list-store-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 540px) {
    .list-hero-title {
      font-size: 22px;
    }
    .list-section-title {
      font-size: 20px;
    }
    .list-store-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
    .list-store-card {
      padding: 12px 10px;
    }
    .list-store-thumb {
      min-height: 100px;
    }
    .list-bottom-section {
      padding: 18px 16px 16px;
    }
  }
  
  
    @media (max-width: 1024px) {
    .list-hero-grid,
    .list-flex-two,
    .list-bottom-section {
      grid-template-columns: minmax(0, 1fr);
    }
    .list-hero {
      padding: 32px 20px 24px;
    }
    .list-hero-title {
      font-size: 26px;
    }

    /* 하이라이트 카드 모바일/태블릿에서 세로 배치 */
    .list-choice-highlight {
      flex-direction: column;
      align-items: flex-start;
    }

    .list-choice-highlight-visual {
      max-width: 260px;
    }
  }
/* LIST 정기구독 네온 스타일 섹션 */
.list-subscription-section {
  margin-bottom: 40px;
}

.list-subscription-card {
  border-radius: 32px;
  padding: 32px 28px 30px;
  background: #7c3aed; /* 그라데이션 대신 통신사 느낌 보라색 단색 */
  color: #f9fafb;
  box-shadow: 0 20px 45px rgba(88, 28, 135, 0.55);
  position: relative;
  overflow: hidden;
}

/* 상단 라벨 */
.list-subscription-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 13px;
}

.list-subscription-label-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  font-weight: 600;
  font-size: 12px;
}

.list-subscription-label-text {
  opacity: 0.9;
}

/* 제목 네온 느낌 */
.list-subscription-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  text-shadow:
    0 0 10px rgba(244, 114, 182, 0.9),
    0 0 22px rgba(236, 72, 153, 0.8);
}

.list-subscription-sub {
  font-size: 16px;
  font-weight: 600;
  color: #bbf7d0;
  margin-bottom: 16px;
}

/* 본문 */
.list-subscription-desc {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 22px;
}

/* 추천 블록 */
.list-subscription-recommend {
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: rgba(15, 23, 42, 0.32);
  box-shadow: 0 0 0 1px rgba(226, 232, 240, 0.15);
  margin-bottom: 18px;
}

.list-subscription-check {
  font-size: 13px;
  font-weight: 700;
  color: #a5b4fc;
  margin-bottom: 8px;
}

.list-subscription-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 13px;
}

.list-subscription-bullets li::before {
  content: "•";
  display: inline-block;
  margin-right: 6px;
  color: #a5b4fc;
}

/* 하단 안내 문구 */
.list-subscription-note {
  font-size: 12px;
  opacity: 0.85;
}

/* 반응형: 모바일에서 패딩·폰트 조금 축소 */
@media (max-width: 768px) {
  .list-subscription-card {
    padding: 24px 18px 22px;
    border-radius: 24px;
  }
  .list-subscription-title {
    font-size: 24px;
  }
  .list-subscription-sub {
    font-size: 14px;
  }
}
