/* =========================================================
   203.css - 프로그램 제작 페이지 전용
========================================================= */

#page-203 .sub-hero {
  padding: 48px 0 18px;
  background:
    radial-gradient(
      closest-side at 18% 25%,
      rgba(37, 99, 235, 0.1),
      transparent 70%
    ),
    radial-gradient(
      closest-side at 85% 20%,
      rgba(37, 99, 235, 0.08),
      transparent 70%
    ),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

#page-203 .sub-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#page-203 .sub-hero h1 {
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: -1.4px;
  font-weight: 800;
  color: #0f172a;
}

#page-203 .sub-hero p {
  margin: 0 auto;
  max-width: 820px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  word-break: keep-all;
}

/* 공통 타이틀 */
#page-203 .section-title {
  margin-bottom: 34px;
}

#page-203 .section-title p {
  margin: 0 0 8px;
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
}

#page-203 .section-title h2 {
  margin: 0 0 10px;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -1.1px;
  font-weight: 700;
  color: #0f172a;
}

#page-203 .section-title span {
  display: block;
  color: #5b667a;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 500;
  word-break: keep-all;
}

/* 제작 유형 */
#page-203 .type-section {
  padding: 72px 0 82px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

#page-203 .type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

#page-203 .type-card {
  min-height: 575px;
  padding: 32px 30px;
  border-radius: 30px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

#page-203 .type-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.11);
}

#page-203 .type-card.is-featured {
  background: linear-gradient(180deg, #2563eb 0%, #38bdf8 100%);
  color: #fff;
}

#page-203 .type-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  padding: 11px 20px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.15);
  color: #1e40af;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 26px;
}

#page-203 .type-card.is-featured .type-label {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

#page-203 .type-card h3 {
  margin: 0 0 22px;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 800;
  color: #071225;
}

#page-203 .type-card.is-featured h3 {
  color: #fff;
}

#page-203 .type-desc {
  margin: 0 0 30px;
  min-height: 96px;
  color: #58657c;
  font-size: 20px;
  line-height: 1.82;
  font-weight: 500;
  word-break: keep-all;
}

#page-203 .type-card.is-featured .type-desc {
  color: #fff;
}

#page-203 .type-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 64px;
  border-radius: 20px;
  background: #fff;
  color: #2563eb;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

#page-203 .type-card:not(.is-featured) .type-btn {
  color: #071225;
}

#page-203 .type-list {
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

#page-203 .type-list li {
  position: relative;
  padding-left: 26px;
  color: #536177;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  word-break: keep-all;
}

#page-203 .type-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2563eb;
}

#page-203 .type-card.is-featured .type-list li {
  color: #fff;
}

#page-203 .type-card.is-featured .type-list li::before {
  background: #fff;
}

/* 상품 */
#page-203 .product-section {
  padding: 72px 0 86px;
  background: #fff;
}

#page-203 .product-group + .product-group {
  margin-top: 54px;
}

#page-203 .product-group-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 18px;
}

#page-203 .product-group-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.8px;
}

#page-203 .product-group-head p {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  word-break: keep-all;
}

#page-203 .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

#page-203 .product-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

#page-203 .product-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 18px 18px 8px;
}

#page-203 .product-top strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  color: #071225;
  word-break: keep-all;
}

#page-203 .product-top span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.15);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
}

#page-203 .product-body {
  padding: 0 18px 16px;
}

#page-203 .product-price {
  margin: 8px 0 16px;
  color: #0f172a;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.6px;
}

#page-203 .product-desc {
  margin: 0 0 14px;
  color: #4b5568;
  font-size: 14px;
  line-height: 1.78;
  font-weight: 500;
  word-break: keep-all;
}

#page-203 .product-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

#page-203 .product-body li {
  position: relative;
  padding-left: 16px;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  word-break: keep-all;
}

#page-203 .product-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #64748b;
}

#page-203 .product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

#page-203 .product-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #64748b;
  font-size: 12px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
}

#page-203 .product-actions {
  display: flex;
  gap: 8px;
  padding: 0 18px 18px;
}

#page-203 .product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #071225;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
}

#page-203 .product-actions a.is-fill {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.18);
}

/* 제작 절차 */
#page-203 .process-section {
  padding: 72px 0 90px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

#page-203 .process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

#page-203 .process-card {
  position: relative;
  padding: 30px 26px;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.05);
}

#page-203 .process-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

#page-203 .process-card h3 {
  margin: 0 0 12px;
  color: #14233b;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.4px;
}

#page-203 .process-card p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
  word-break: keep-all;
}

/* 제작 사례 */
#page-203 .case-section {
  padding: 70px 0 90px;
  background: #fff;
}

#page-203 .partners-wrap {
  background:
    radial-gradient(
      420px 220px at 88% 6%,
      rgba(37, 99, 235, 0.08),
      transparent 70%
    ),
    radial-gradient(
      340px 180px at 22% 0%,
      rgba(59, 130, 246, 0.05),
      transparent 70%
    ),
    #f7f8fb;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 32px;
  padding: 48px 42px 44px;
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#page-203 .partners-wrap + .partners-wrap {
  margin-top: 34px;
}

#page-203 .partners-head {
  margin-bottom: 30px;
  text-align: center;
}

#page-203 .partners-head h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #081225;
  margin: 0 0 12px;
}

#page-203 .partners-head p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #66758f;
  margin: 0 auto;
  max-width: 760px;
  word-break: keep-all;
}

#page-203 .partners-timeline {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

#page-203 .partners-timeline .year {
  font-size: 24px;
  font-weight: 600;
  color: #667892;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
}

#page-203 .timeline-line {
  flex: 1 1 auto;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(37, 99, 235, 0.65),
    rgba(56, 189, 248, 0.85)
  );
  border-radius: 999px;
}

#page-203 .partners-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

#page-203 .partner-box {
  min-height: 78px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 2px 10px rgba(15, 23, 42, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(15, 23, 42, 0.38);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  word-break: keep-all;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

#page-203 .partner-box:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(37, 99, 235, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 22px rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.55);
}

#page-203 .partner-link-box {
  cursor: pointer;
}

/* 반응형 */
@media (max-width: 1280px) {
  #page-203 .product-grid,
  #page-203 .partners-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  #page-203 .type-grid,
  #page-203 .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #page-203 .type-card {
    min-height: auto;
  }

  #page-203 .type-desc {
    min-height: auto;
  }
}

@media (max-width: 1024px) {
  #page-203 .product-grid,
  #page-203 .partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #page-203 .partners-wrap {
    padding: 44px 28px 36px;
    border-radius: 26px;
  }

  #page-203 .partners-head h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  #page-203 .sub-hero {
    padding: 38px 0 12px;
  }

  #page-203 .sub-hero h1 {
    font-size: 32px;
  }

  #page-203 .sub-hero p {
    font-size: 15px;
  }

  #page-203 .type-section,
  #page-203 .product-section,
  #page-203 .process-section,
  #page-203 .case-section {
    padding: 52px 0 60px;
  }

  #page-203 .section-title {
    margin-bottom: 24px;
  }

  #page-203 .section-title h2 {
    font-size: 34px;
  }

  #page-203 .section-title span {
    font-size: 15px;
  }

  #page-203 .type-grid,
  #page-203 .process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #page-203 .type-card {
    border-radius: 24px;
    padding: 26px 22px;
  }

  #page-203 .type-label {
    font-size: 15px;
    padding: 10px 17px;
    margin-bottom: 20px;
  }

  #page-203 .type-card h3 {
    font-size: 29px;
    margin-bottom: 14px;
  }

  #page-203 .type-desc {
    font-size: 17px;
    margin-bottom: 22px;
  }

  #page-203 .type-btn {
    width: 116px;
    height: 56px;
    font-size: 17px;
    border-radius: 18px;
  }

  #page-203 .type-list {
    margin-top: 30px;
    gap: 10px;
  }

  #page-203 .type-list li {
    font-size: 16px;
  }

  #page-203 .product-group + .product-group {
    margin-top: 38px;
  }

  #page-203 .product-group-head {
    display: block;
  }

  #page-203 .product-group-head h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }

  #page-203 .product-group-head p {
    text-align: left;
    font-size: 14px;
  }

  #page-203 .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #page-203 .product-price {
    font-size: 24px;
  }

  #page-203 .process-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  #page-203 .partners-wrap {
    padding: 30px 18px 24px;
    border-radius: 22px;
  }

  #page-203 .partners-wrap + .partners-wrap {
    margin-top: 22px;
  }

  #page-203 .partners-head {
    margin-bottom: 22px;
  }

  #page-203 .partners-head h2 {
    font-size: 26px;
    line-height: 1.18;
    margin-bottom: 10px;
  }

  #page-203 .partners-head p {
    font-size: 14px;
    line-height: 1.65;
  }

  #page-203 .partners-timeline {
    gap: 10px;
    margin-bottom: 20px;
  }

  #page-203 .partners-timeline .year {
    font-size: 14px;
  }

  #page-203 .partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #page-203 .partner-box {
    min-height: 62px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 800;
  }
}

@media (max-width: 480px) {
  #page-203 .partners-head h2 {
    font-size: 24px;
  }

  #page-203 .partners-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* =========================================================
   (추가) 프로그램 상품 - 심플 카드형
========================================================= */

#page-203 .product-simple-grid {
  display: grid;

  /* 기존 3개 → 2개 변경 */
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 28px;
}

#page-203 .product-simple-card {
  min-height: 430px;
  padding: 42px 38px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
}

#page-203 .product-simple-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 34px;
  border-radius: 20px;
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

#page-203 .product-simple-card h3 {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: #071225;
  letter-spacing: -0.9px;
}

#page-203 .product-simple-card p {
  margin: 0 0 24px;
  color: #5b667a;
  font-size: 17px;
  line-height: 1.82;
  font-weight: 500;
  word-break: keep-all;
}

#page-203 .product-simple-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

#page-203 .product-simple-card li {
  position: relative;
  padding-left: 20px;
  color: #374151;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

#page-203 .product-simple-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b5563;
}

@media (max-width: 1024px) {
  #page-203 .product-simple-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #page-203 .product-simple-grid {
    grid-template-columns: 1fr;
  }

  #page-203 .product-simple-card {
    min-height: auto;
    padding: 30px 24px;
  }

  #page-203 .product-simple-card h3 {
    font-size: 24px;
  }
}

/* =========================================================
   203 Type Cards Final
   - 프로그램 제작 페이지 4개 카드 블루 그라데이션
========================================================= */

#page-203 .type-grid {
  gap: 24px;
}

#page-203 .type-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 32px 28px 34px;
  border-radius: 28px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 24px 54px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

#page-203 .type-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      260px 190px at 18% 12%,
      rgba(255, 255, 255, 0.18),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(7, 24, 58, 0.08), rgba(7, 24, 58, 0.24));
}

#page-203 .type-card:nth-child(1) {
  background: linear-gradient(145deg, #1747cc 0%, #155dfc 54%, #1f73f2 100%);
}

#page-203 .type-card:nth-child(2) {
  background: linear-gradient(145deg, #245bd9 0%, #2f7df4 56%, #4599f5 100%);
}

#page-203 .type-card:nth-child(3) {
  background: linear-gradient(145deg, #2d6fe0 0%, #4592ed 56%, #58b2ee 100%);
}

#page-203 .type-card:nth-child(4) {
  background: linear-gradient(145deg, #1674c9 0%, #2f98d5 56%, #4badcd 100%);
}

#page-203 .type-card:nth-child(4)::before {
  background:
    radial-gradient(
      260px 190px at 18% 12%,
      rgba(255, 255, 255, 0.18),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(7, 24, 58, 0.12), rgba(7, 24, 58, 0.3));
}

#page-203 .type-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 30px 62px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

#page-203 .type-card .type-label,
#page-203 .type-card h3,
#page-203 .type-card .type-desc,
#page-203 .type-card .type-btn,
#page-203 .type-card .type-list {
  position: relative;
  z-index: 2;
}

#page-203 .type-label,
#page-203 .type-card.is-featured .type-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 42px;
  padding: 0 18px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

#page-203 .type-card h3,
#page-203 .type-card.is-featured h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0, 31, 84, 0.16);
}

#page-203 .type-desc,
#page-203 .type-card.is-featured .type-desc {
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 31, 84, 0.14);
}

#page-203 .type-btn,
#page-203 .type-card:not(.is-featured) .type-btn {
  background: rgba(255, 255, 255, 0.94);
  color: #0f4ccf;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 26px rgba(8, 31, 84, 0.18);
  font-weight: 800;
}

#page-203 .type-btn:hover {
  background: #ffffff;
  color: #0b3ea8;
  transform: translateY(-2px);
}

#page-203 .type-list {
  margin-top: 40px;
  gap: 13px;
}

#page-203 .type-list li,
#page-203 .type-card.is-featured .type-list li {
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 31, 84, 0.16);
}

#page-203 .type-list li::before,
#page-203 .type-card.is-featured .type-list li::before {
  top: 0.72em;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.95);
}

/* =========================================================
   Program Product Cards Blue Tone
   - 프로그램 상품 카드 보라톤 제거
========================================================= */

#page-203 .product-card,
#page-203 .product-simple-card {
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

#page-203 .product-card:hover,
#page-203 .product-simple-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.1);
}

#page-203 .product-top span {
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.15);
  color: #1d4ed8;
}

#page-203 .product-price {
  color: #0f172a;
}

#page-203 .product-body li::before,
#page-203 .product-simple-card li::before {
  background: #2563eb;
}

#page-203 .product-actions a {
  border-color: rgba(37, 99, 235, 0.14);
}

#page-203 .product-actions a:hover {
  border-color: rgba(37, 99, 235, 0.24);
  color: #1d4ed8;
}

#page-203 .product-actions a.is-fill {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

#page-203 .product-simple-icon {
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.16);
}

/* 제작 절차 포인트 */
#page-203 .process-card strong {
  background: #eff6ff;
  color: #2563eb;
}

/* 모바일 */
@media (max-width: 767px) {
  #page-203 .type-grid {
    gap: 16px;
  }

  #page-203 .type-card {
    min-height: auto;
    padding: 26px 22px 28px;
    border-radius: 24px;
  }

  #page-203 .type-label {
    min-height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #page-203 .type-card h3 {
    font-size: 28px;
  }

  #page-203 .type-desc {
    font-size: 16px;
    margin-bottom: 22px;
  }

  #page-203 .type-btn {
    width: 112px;
    height: 54px;
    border-radius: 17px;
    font-size: 16px;
  }

  #page-203 .type-list {
    margin-top: 28px;
  }

  #page-203 .type-list li {
    font-size: 15px;
  }
}

/* type-desc 최종 강제 적용 */
#page-203 .type-card .type-desc,
#page-203 .type-card.is-featured .type-desc{
  font-weight:400 !important;
  font-size:18px;
  line-height:1.85;
  letter-spacing:-0.04em;
}

/* =========================================================
   가격 박스 - 흰색 배경 최종 적용
========================================================= */

#page-203 .type-card .type-price,
#page-203 .type-card.is-featured .type-price{
  position:relative;
  z-index:3;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:auto;
  min-width:180px;
  min-height:58px;

  margin-top:28px;
  margin-bottom:24px;
  padding:0 24px;

  border-radius:999px;

  background:#ffffff !important;
  background-color:#ffffff !important;

  color:#0f4ccf !important;

  font-size:18px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-0.03em;

  opacity:1 !important;
  mix-blend-mode:normal !important;
  filter:none !important;
  backdrop-filter:none !important;

  box-shadow:0 8px 18px rgba(8,31,84,.12);
}

/* 모바일 */
@media (max-width:767px){

  #page-203 .type-card .type-price,
  #page-203 .type-card.is-featured .type-price{
    min-width:160px;
    min-height:52px;

    padding:0 20px;

    font-size:17px;
  }

}