body {
  background: #111827;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  letter-spacing: 0;
}

.showing-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(86px, 8vw, 112px) clamp(20px, 5vw, 72px) 110px;
}


.showing-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

.showing-tab {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(232, 233, 238, 0.58);
  padding: 0 28px;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.showing-tab:active {
  transform: translateY(1px);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(201, 168, 106, 0.4), 0 0 20px rgba(201, 168, 106, 0.35);
}

.showing-tab:focus-visible {
  outline: none;
  color: #fff;
  box-shadow: 0 0 0 2px rgba(201, 168, 106, 0.5), 0 0 20px rgba(201, 168, 106, 0.32);
}

.showing-tab.is-active {
  color: #c9a86a;
  border-color: rgba(201, 168, 106, 0.72);
  background: rgba(201, 168, 106, 0.1);
  box-shadow: 0 0 24px rgba(201, 168, 106, 0.08);
}

.showing-dot {
  display: none;
}

.showing-count {
  display: none;
}

.showing-panel {
  display: none;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.showing-panel.is-active {
  display: grid;
}

.showing-panel.showing-panel--list {
  grid-template-columns: 1fr;
  gap: 48px;
}

.showing-movie {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.poster-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1000 / 1425;
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-radius: 4px;
  background: #1a2540;
}

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

.poster-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 13px;
  border: 1px solid rgba(201, 168, 106, 0.36);
  border-radius: 3px;
  background: rgba(7, 10, 19, 0.72);
  color: #c9a86a;
  font-size: 14px;
}

.movie-info {
  margin-top: 16px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #121a2d;
}

.movie-title-kr {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
  color: #111a2e;
}

.movie-title-en {
  margin-top: 8px;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  color: #6d5d3f;
}

.movie-meta {
  margin-top: 8px;
  margin-bottom: 0;
  color: rgba(32, 41, 56, 0.82);
  line-height: 1.6;
  font-size: 13px;
}

.movie-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.movie-post-banner {
  margin-top: 16px;
  border: 1px solid rgba(201, 168, 106, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 18px 18px 20px;
  color: #121a2d;
}

.movie-post-title {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
  color: #111a2e !important;
  font-family: Pretendard;
  font-weight: 700;
}

.movie-post-meta {
  margin-top: 8px;
  margin-bottom: 0;
  color: rgba(32, 41, 56, 0.82) !important;
  font-size: 13px;
  line-height: 1.6;
}

.movie-time-chip {
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  color: #e8ebf5;
  background: #2e3d52;
  border: 1px solid rgba(232, 235, 245, 0.35);
  padding: 5px 11px;
  border-radius: 2px;
  font-weight: 400;
}

.movie-tag {
  min-width: 42px;
  text-align: center;
  border: 1px solid rgba(232, 235, 245, 0.32);
  border-radius: 3px;
  padding: 7px 11px;
  background: #283648;
  color: #e8ebf5;
  font-size: 13px;
}

.showing-right {
  display: grid;
  gap: 32px;
}

.showing-desc-desktop-line {
  display: block;
}

.showing-desc-mobile-line {
  display: none;
}

.showing-card {
  border: 1px solid rgba(201, 168, 106, 0.22);
  border-radius: 6px;
  background: rgba(22, 32, 54, 0.82);
  padding: 34px 36px;
  color: inherit;
}

.showing-card-title {
  margin: 0 0 26px;
  color: #c9a86a;
  font-size: 24px;
  font-weight: 600;
}

.time-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.time-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 46px;
  padding: 5px 11px;
  border: 1px solid rgba(232, 235, 245, 0.35);
  border-radius: 2px;
  background: #2e3d52;
  color: #e8ebf5;
  font-size: 14px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.time-list span:active {
  transform: translateY(1px);
  box-shadow: 0 0 0 2px rgba(232, 235, 245, 0.35), 0 0 14px rgba(232, 235, 245, 0.35);
}

.time-list span:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(201, 168, 106, 0.5), 0 0 14px rgba(201, 168, 106, 0.35);
}

.movie-tag {
  transition: box-shadow 0.2s ease, transform 0.15s ease, color 0.2s ease;
}

.movie-tag:active {
  transform: translateY(1px);
  box-shadow: 0 0 0 2px rgba(232, 235, 245, 0.3), 0 0 14px rgba(232, 235, 245, 0.35);
}

.video-box {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.price-item {
  border: 1px solid rgba(201, 168, 106, 0.2);
  border-radius: 4px;
  background: rgba(201, 168, 106, 0.06);
  padding: 22px 20px;
  text-align: center;
}

.price-label {
  color: rgba(212, 216, 226, 0.88);
  font-size: 13px;
}

.price-value {
  margin-top: 10px;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
  color: #d8bd86;
  font-size: 22px;
  font-weight: 600;
}

.soon-empty {
  color: rgba(212, 216, 226, 0.82);
  line-height: 1.8;
}

.schedule-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.schedule-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.schedule-group:first-child {
  padding-top: 0;
}

.schedule-days {
  font-size: 18px;
  font-weight: 600;
  color: #f0f0f0;
  letter-spacing: 0;
}

.synopsis-text {
  margin: 0;
  color: rgba(212, 216, 226, 0.90);
  line-height: 1.8;
  font-size: 16px;
  word-break: keep-all;
  line-break: strict;
}

@media (max-width: 900px) {
  .showing-tabs {
    gap: 12px;
    margin-bottom: 42px;
  }

  .showing-tab {
    min-height: 52px;
    padding-inline: 20px;
    white-space: nowrap;
  }

  .showing-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .showing-movie {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .poster-col {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .showing-wrap {
    padding: 44px 18px 86px;
  }

  .page-headline--showing .tourism-copy__desc {
    max-width: 330px;
    line-height: 1.85;
  }

  .showing-desc-desktop-line {
    display: none;
  }

  .showing-desc-mobile-line {
    display: block;
  }

  .showing-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: initial;
    gap: 0;
    width: 100%;
    max-width: 354px;
    margin: 0 auto 30px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px) saturate(1.15);
    -webkit-backdrop-filter: blur(16px) saturate(1.15);
  }

  .showing-tab {
    width: 100%;
    min-width: 0;
    justify-content: center;
    min-height: 44px;
    padding: 0 8px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    gap: 6px;
    color: rgba(232, 233, 238, 0.54);
  }

  .showing-tab.is-active {
    color: #d7b675;
    border-color: transparent;
    background: rgba(201, 168, 106, 0.16);
    box-shadow:
      0 1px 2px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .showing-count {
    display: none;
  }

  .poster-frame {
    aspect-ratio: 1000 / 1425;
    max-height: none;
    border-radius: 6px;
  }

  .poster-frame img {
    object-position: center top;
  }

  .poster-badge {
    top: 12px;
    left: 12px;
    padding: 7px 11px;
    font-size: 14px;
  }

  .movie-post-banner {
    margin-top: 10px;
    padding: 18px 16px 20px;
    border-radius: 6px;
  }

  .movie-post-title {
    font-size: 24px;
  }

  .movie-post-meta {
    font-size: 13px;
  }

  .movie-tags {
    gap: 7px;
    margin-top: 12px;
  }

  .movie-tag {
    min-width: 0;
    padding: 6px 9px;
    font-size: 14px;
  }

  .showing-right {
    gap: 18px;
  }

  .showing-card {
    padding: 22px 18px;
    border-radius: 6px;
  }

  .showing-card-title {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .time-list {
    gap: 9px;
  }

  .time-list span {
    min-width: 74px;
    height: 40px;
  }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price-item {
    padding: 18px 16px;
  }

  .price-value {
    font-size: 24px;
    line-height: 1.1;
    white-space: nowrap;
  }
}
