.program-body {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  background: #fff;
  color: #050033;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.program-body .header {
  left: 50%;
  max-width: 575px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(5, 0, 51, 0.38), rgba(5, 0, 51, 0));
}

.program-body .container,
.program-container {
  width: 100%;
  max-width: 575px !important;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.program-page {
  overflow: hidden;
  background: #fff;
}

.program-visual {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #050033;
}

.program-visual::before,
.program-visual::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

.program-visual::before {
  top: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0));
}

.program-visual::after {
  bottom: 0;
  height: 210px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
}

.program-visual__bg {
  position: absolute;
  inset: 0;
}

.program-visual__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-visual__heading {
  position: absolute;
  right: 16px;
  bottom: 40px;
  left: 16px;
  z-index: 2;
  text-align: center;
}

.program-visual__heading h1 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.program-visual__heading p {
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.program-visual--plus .program-visual__bg {
  left: 50%;
  width: 720px;
  transform: translateX(-50%);
}

.program-visual--plus .program-visual__bg img {
  object-position: center center;
}

.program-switch {
  display: flex;
  width: 100%;
  height: 60px;
}

.program-switch__item {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  background: #f4f4f6;
  color: #77758a;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.program-switch__item.is-active {
  background: #3a34ab;
  color: #fff;
}

.program-switch__item:hover {
  font-weight: 700;
  text-decoration: none;
}

.program-section {
  padding: 60px 0;
}

.program-section-head {
  margin-bottom: 24px;
}

.program-section-head--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.program-title {
  margin: 0;
  color: #050033;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.program-intro .program-title {
  font-size: 32px;
  line-height: 1.22;
}

.program-title--sm {
  line-height: 1.2;
}

.program-eyebrow {
  margin-top: 6px;
  color: #373558;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.program-desc {
  margin: 0;
  color: #373558;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.program-text-link {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  color: #77758a;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.program-text-link:hover {
  color: #77758a;
  text-decoration: none;
}

.program-text-link img {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.program-reward {
  padding-top: 60px;
}

.reward-slider {
  width: 100%;
  margin-top: 40px;
  overflow: visible;
}

.reward-slider .swiper-slide {
  width: 100%;
}

.tier-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-height: 478px;
  overflow: hidden;
}

.tier-card__visual {
  position: relative;
  width: 93.2945%;
  aspect-ratio: 320 / 236;
  height: auto;
  margin: 0 auto 0;
  overflow: visible;
  color: #fff;
  border-radius: 7px;
}

.tier-card__visual::before {
  content: "";
  position: absolute;
  top: 118px;
  left: 50%;
  z-index: 0;
  width: 87.5%;
  height: 42.3729%;
  border-radius: 20px;
  background: #acacac;
  filter: blur(10px);
  transform: translateX(-50%);
}

.tier-card__base,
.tier-card__photo,
.tier-card__tint {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 90.2542%;
  overflow: hidden;
  border-radius: 7px;
  object-fit: cover;
}

.tier-card__base {
  z-index: 1;
}

.tier-card__photo {
  z-index: 2;
  pointer-events: none;
}

.tier-card__tint {
  z-index: 3;
  mix-blend-mode: screen;
  pointer-events: none;
}

.tier-card__visual-grade {
  position: absolute;
  top: 10.1695%;
  left: 8.4375%;
  z-index: 4;
  color: currentColor;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.tier-card__logo,
.tier-card__label {
  position: absolute;
  left: 10%;
  z-index: 4;
  display: block;
  color: currentColor;
  letter-spacing: -0.02em;
}

.tier-card__logo {
  top: 36.4407%;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 48px;
  line-height: 0.82;
  font-weight: 800;
}

.tier-card__label {
  top: 55.0847%;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.tier-card--diamond .tier-card__visual {
  color: #050033;
}

.tier-card__body {
  padding: 0 20px;
}

.tier-card__head {
  display: flex;
  gap: 6px;
  align-items: center;
}

.tier-card__head strong {
  color: #050033;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tier-card__head span {
  color: #77758a;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.tier-card__condition {
  margin-top: 6px;
  color: #050033;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.tier-card__note {
  margin-top: 18px;
  color: #77758a;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.tier-card__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 18px 0 0;
  padding: 0;
}

.tier-card__list li {
  position: relative;
  padding-left: 8px;
  color: #373558;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.02em;
  list-style: none;
}

.tier-card__list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b88d50;
}

.tier-card__bonus {
  margin-top: 22px;
}

.tier-card__bonus small,
.tier-card__bonus strong {
  display: block;
  letter-spacing: -0.02em;
}

.tier-card__bonus small {
  color: #77758a;
  font-size: 14px;
  line-height: 1.4;
}

.tier-card__bonus strong {
  margin-top: 2px;
  color: #373558;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.reward-pagination {
  position: static;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  height: 8px;
  margin-top: 40px;
  line-height: 0;
}

.reward-slider.swiper-container-horizontal > .reward-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.reward-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 24px;
  background: #050033;
  opacity: 0.4;
}

.reward-slider.swiper-container-horizontal > .reward-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.reward-pagination .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
}

.program-tip {
  margin-top: 40px;
  padding: 0 12px;
}

.program-tip__title {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #050033;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.program-tip__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b88d50;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.program-tip p {
  margin-top: 8px;
  padding-left: 4px;
  color: #77758a;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.program-tip strong {
  color: #6d6b7d;
  font-weight: 700;
}

.program-btn {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: #3a34ab;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.program-btn:hover {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.program-btn img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.program-reward-link {
  margin-top: 30px;
}

.program-divider {
  height: 1px;
  margin: 0 16px;
  background: #f4f4f6;
}

.program-benefit {
  padding-bottom: 0;
}

.benefit-tabs {
  display: flex;
  gap: 16px;
  width: calc(100% + 16px);
  margin-top: 24px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.benefit-tabs::-webkit-scrollbar {
  display: none;
}

.benefit-tab {
  flex: 0 0 auto;
  padding: 12px 0 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #050033;
  font-family: "Montserrat", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.benefit-tab.is-active {
  border-color: #b88d50;
  color: #b88d50;
}

.benefit-panel {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}

.benefit-divider {
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background: #f4f4f6;
}

.benefit-card__icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  flex: 0 0 24px;
}

.benefit-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-card__icon--wifi img {
  position: absolute;
  inset: 0;
}

.benefit-card h3 {
  margin: 0;
  color: #050033;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.benefit-card__grade {
  margin-top: 6px;
  color: #050033;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.benefit-card__desc {
  margin-top: 16px;
  color: #6d6b7d;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.benefit-card__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 0;
  padding: 0;
}

.benefit-card__list li {
  position: relative;
  padding-left: 8px;
  color: #6d6b7d;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  list-style: none;
}

.benefit-card__list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #77758a;
}

.benefit-card__note {
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  background: #fafafa;
}

.benefit-card__note-title {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #373558;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.benefit-card__note-title img {
  display: block;
  width: 15px;
  height: 15px;
}

.benefit-card__note-title strong {
  font-weight: 700;
}

.benefit-card__note p,
.benefit-card__note li {
  color: #77758a;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.benefit-card__note p {
  margin-top: 8px;
}

.benefit-card__note ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
}

.benefit-card__note li {
  position: relative;
  padding-left: 8px;
  list-style: none;
}

.benefit-card__note li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #77758a;
}

.benefit-card__guide {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f4f4f6;
}

.benefit-guide__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #373558;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.benefit-guide__head strong {
  font-weight: 600;
}

.benefit-guide__head p {
  color: #373558;
  font-weight: 500;
}

.benefit-guide__slider {
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
}

.benefit-guide__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-guide__item {
  width: 100%;
}

.benefit-guide__item figure {
  width: 100%;
  margin: 0;
}

.benefit-guide__image {
  position: relative;
  width: 100%;
  aspect-ratio: 327 / 708;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f4f6;
}

.benefit-guide__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-guide__item figcaption {
  margin-top: 16px;
  padding: 0 4px;
  color: #77758a;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.benefit-guide__item figcaption strong {
  color: #373558;
  font-weight: 600;
}

.benefit-guide__pagination {
  display: flex;
  gap: 4px;
  justify-content: center;
  padding-top: 24px;
}

.benefit-guide__bullet {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #050033;
  opacity: 0.4;
  transition:
    width 0.2s ease,
    opacity 0.2s ease;
}

.benefit-guide__bullet.is-active {
  width: 20px;
  opacity: 1;
}

.program-cta {
  padding: 60px 16px 60px;
}

.program-desc strong {
  color: #050033;
  font-weight: 700;
}

.program-plus-benefit {
  padding-top: 60px;
  padding-bottom: 0;
}

.plus-benefit-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.plus-benefit-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px 8px 0;
  border-top: 1px solid #f4f4f6;
}

.plus-benefit-card:first-child {
  padding-top: 30px;
}

.plus-benefit-card__head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #050033;
}

.plus-benefit-card__icon {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  object-fit: contain;
}

.plus-benefit-card__head h3 {
  margin: 0;
  color: #050033;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.plus-benefit-card__head p {
  color: #050033;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.plus-benefit-card__summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plus-benefit-card__summary strong,
.plus-benefit-card__block strong {
  color: #050033;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.plus-benefit-card__block strong {
  line-height: 1.3;
}

.plus-benefit-card__summary p,
.plus-benefit-card__block p {
  color: #373558;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.plus-benefit-card__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.plus-benefit-card__block h4 {
  margin: 0;
  color: #050033;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.plus-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.plus-list li {
  position: relative;
  padding-left: 8px;
  color: #6d6b7d;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  list-style: none;
}

.plus-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #77758a;
}

.plus-placeholder {
  width: 100%;
  background: #f2f2f2;
}

.plus-placeholder--lg {
  height: 708px;
}

.plus-placeholder--sm {
  height: 240px;
}

.plus-guide {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 24px;
}

.plus-guide__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #373558;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.plus-guide__head strong {
  font-weight: 600;
}

.plus-guide__head p {
  color: #373558;
  font-weight: 500;
}

.plus-guide__slider {
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
}

.plus-guide__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plus-guide__item {
  width: 100%;
}

.plus-guide__item figure {
  width: 100%;
  margin: 0;
}

.plus-guide__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1170 / 2532;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f4f6;
}

.plus-guide__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plus-guide__item figcaption {
  margin-top: 16px;
  padding: 0 4px;
  color: #77758a;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.plus-guide__item figcaption strong {
  color: #373558;
  font-weight: 600;
}

.plus-guide__pagination {
  display: flex;
  gap: 4px;
  justify-content: center;
  padding-top: 24px;
}

.plus-guide__bullet {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #050033;
  opacity: 0.4;
  transition:
    width 0.2s ease,
    opacity 0.2s ease;
}

.plus-guide__bullet.is-active {
  width: 20px;
  opacity: 1;
}

.plus-note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background: #fafafa;
}

.plus-note__title {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #373558;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.plus-note__title img {
  display: block;
  width: 15px;
  height: 15px;
}

.plus-note p,
.plus-note li {
  color: #77758a;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.plus-note ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.plus-note li {
  position: relative;
  padding-left: 8px;
  list-style: none;
}

.plus-note li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #77758a;
}

@media (min-width: 376px) {
  .program-body {
    box-shadow: 0 0 24px rgba(5, 0, 51, 0.08);
  }
}
