@charset "utf-8";

/* ========================================
   상세페이지 통합 CSS (detail_page.css)
   공통 + .is-web + .is-mobile 분기
   ======================================== */


/* ----------------------------------------
   공통 스타일
   ---------------------------------------- */

/* 뱃지 (프로모/NEW/타임세일/오늘할인) — 공통 스타일은 base.css 참조 */



/* viewpage 공통 */
.viewpage_flex {
  display: flex;
  justify-content: flex-start;
}

.viewpage_flex a {
  text-decoration: underline;
}

.radius_box {
  background: #f8f8f8;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.625rem;
  overflow-wrap: break-word;
  word-break: break-word;
  margin-top: 0.3125rem;
}

.border_box {
  border: 1px solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.625rem;
  margin-top: 0.3125rem;
}

.border_box .viewpage_flex {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.border_box .viewpage_flex:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* 프로모 박스 */
.promo_box {
  position: relative;
  border-radius: 0.625rem;
  line-height: 150%;
}

.promo_datetime {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  border-radius: 0.625rem;
}

.promo_box_link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.promo_box_link .promo_box {
  cursor: pointer;
}

/* 클래스 상세페이지 글자 스타일 */
.cls_detail {
  margin: 0 auto;
  color: #313131;
  text-align: left;
}

.cls_detail img {
  width: 100%;
  border-radius: 0.625rem;
}

.cls_para {
  text-align: justify;
}

.cls_title {
  font-weight: bold;
  background: #F7DFDB;
  color: #ff4b4b;
  border-radius: 0.625rem;
}



/* ----------------------------------------
   달력 테마 (TTDatepicker 오버라이드)
   ---------------------------------------- */
.booking-modal .tt-dp {
  border: none;
}


/* ----------------------------------------
   웹 전용 (.is-web)
   ---------------------------------------- */


/* 웹 페이지 배경 래퍼 */
.detail-page-bg {
  background-color: #f6f6f6;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

/* 포스터 */
.is-web .detail-poster {
  margin-top: 0;
}

.is-web .detail-poster__img {
  left: 2.5rem;
}

.is-web .detail-poster__badge-area {
  right: 2.5rem;
}

/* 프로모 박스 - 웹 */
.is-web .promo_box {
  height: 4.375rem;
  padding: 0.9375rem 1.5625rem;
  margin-top: 0.9375rem;
  font-size: 1rem;
}

.is-web .promo_noti {
  font-size: 0.875rem;
  color: #555;
  font-weight: 400;
}


/* viewpage 웹 */
.is-web .viewpage_flex div:nth-child(1) {
  padding-left: 0.625rem;
  width: 7.5rem;
  color: #888;
}

.is-web .viewpage_flex div:nth-child(2) {
  color: #000;
}


/* 섹션 패딩 - 웹 */
.is-web .detail-section {
  padding: 1.25rem 0;
}

.is-web .detail-body-wrap {
  padding-top: 1.25rem;
}

/* 상세이미지 - 웹 */
.is-web .info_detail_poster {
  margin-top: 2.1875rem;
  width: 100%;
  height: 43.75rem;
  color: #fff;
  font-size: 1.25rem;
  background-image: url('');
}

.is-web .info_detail_gradient {
  width: 100%;
  height: 43.75rem;
  background-image: linear-gradient(to bottom,
    rgba(255,255,255,0) 40%,
    rgba(255,255,255,0.4) 60%,
    rgba(255,255,255,0.8) 80%,
    rgb(255,255,255) 100%);
}

.is-web .info_detail_btn {
  bottom: 0.9375rem;
  width: 94%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  margin-left: 3%;
  border: 1px solid #ccc;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  box-shadow: 1px 1px 3px 2px #ddd;
}

.is-web .main_img {
  width: 100%;
  text-align: center;
}

.is-web .detail-image-fold {
  background: transparent;
}


.is-web .selectBox {
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  padding: 0.8125rem 0.9375rem 0.9375rem 0.9375rem;
}

.is-web .selectBox .selectbox_title {
  font-size: 0.875rem;
  color: #777;
  line-height: 1.625rem;
}

.is-web .selectBox .time_btn,
.is-web .selectBox .title1_btn,
.is-web .selectBox .title2_btn {
  margin-top: 0.3125rem;
  padding: 0.625rem;
  border-radius: 0.3125rem;
}

.is-web .option_title {
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 0.3125rem;
}

.is-web .title2_left {
  font-size: 0.6875rem;
  color: #777;
  padding-top: 0.25rem;
}

.is-web .title2_price {
  font-size: 0.875rem;
  color: #333;
}

.is-web .choice_select {
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
}

.is-web .choice_select .title {
  font-size: 0.875rem;
  color: #777;
}

.is-web .choice_select .select_list {
  margin-top: 0.625rem;
}

.is-web .choice_select .select_item {
  margin-top: 0.625rem;
  padding: 0.9375rem 0 0.625rem 0;
}

.is-web .choice_select .select_item .select_name {
  font-size: 0.8125rem;
  color: #333;
}

.is-web .choice_select .price_warp {
  margin-top: 0.625rem;
  padding: 0;
  width: 100%;
  border-top: 0;
}

.is-web .choice_select .price_warp .quantity {
  width: 4.6875rem;
  height: 1.1875rem;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
}

.is-web .choice_select .price_warp .price {
  font-size: 0.8125rem;
  color: #333;
}

.is-web .add_ticket,
.is-web .remove_ticket {
  font-size: 1.25rem;
  padding-bottom: 0.0625rem;
}

.is-web .total_warp {
  padding: 0.9375rem 0.3125rem 0.625rem 0.3125rem;
  font-size: 1.125rem;
}

.is-web .total_warp .title {
  font-size: 1.125rem;
  color: #333;
}


/* 지도 - 웹 */
.is-web #map {
  height: 21.875rem;
  border-radius: 0.625rem;
}


/* ----------------------------------------
   모바일 전용
   ---------------------------------------- */

/* 포스터 */
.detail-poster {
  position: relative;
  margin-top: 3.25rem;
  aspect-ratio: 700 / 320;
}

.detail-poster__bg-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.detail-poster__bg {
  position: absolute;
  inset: -2rem;
  background-size: cover;
  background-position: center;
  filter: blur(0.875rem) brightness(0.8);
}

.detail-poster__img {
  position: absolute;
  left: 1.25rem;
  top: 20%;
  width: 28.57%;
  height: auto;
  border-radius: 0.25rem;
  z-index: 1;
}

.detail-poster__badge-area {
  position: absolute;
  right: 1.25rem;
  bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.detail-poster__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  z-index: 1;
}

/* 상단 wrap */
.detail-wrap {
  position: relative;
  padding-top: 2rem; /*웹은 하단에 따로 정의*/
  padding-bottom: 4rem; /*웹은 하단에 따로 정의*/
  background-color: #fff;
}

/* ── 환불규정 모달 ── */
/* ── 후기 전체보기 모달 (웹 전용) ── */
.reviews-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.reviews-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.reviews-modal__panel {
  position: relative;
  width: 38.75rem;
  max-height: 85vh;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.reviews-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
}

.reviews-modal__title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.reviews-modal__close {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  line-height: 1;
}

.reviews-modal__body {
  overflow-y: auto;
  flex: 1;
  transition: opacity 0.15s ease;
}

.reviews-modal__body .reviews-page {
  padding-top: 0;
  min-height: auto;
}

.reviews-modal__body .reviews-list {
  padding: 0 1.25rem;
}

.reviews-modal__loading {
  padding: 2rem;
  text-align: center;
  color: #999;
  font-size: 0.875rem;
}

.refund-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  align-items: center;
  justify-content: center;
}

.refund-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.refund-modal__content {
  position: relative;
  width: calc(100% - 2.5rem);
  max-height: 80vh;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.is-web .refund-modal__content {
  width: 38.75rem;
  min-width: 38.75rem;
  flex-shrink: 0;
  max-height: 85vh;
}

.refund-modal__close {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
}

.refund-modal__body {
  padding: 2rem 1.25rem;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.7;
  letter-spacing: -0.03em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* 모달 내부: 환불규정 컨텐츠 */
.refund-section {
  margin-bottom: 1.5rem;
}

.refund-section:last-child {
  margin-bottom: 0;
}

.refund-section__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.5rem;
}

.refund-section .caution {
  list-style: none;
  padding: 0;
  margin: 0;
}

.refund-section .caution li {
  padding-left: 0.75rem;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}

.refund-section .caution li::before {
  content: "·";
  float: left;
  width: 0.75rem;
  margin-left: -0.75rem;
}

.refund-desc {
  font-size: 0.8125rem;
  color: #555555;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

.refund-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0;
  font-size: 0.8125rem;
}

.refund-table th,
.refund-table td {
  padding: 0.4375rem 0.75rem;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}

.refund-table th {
  background: #f4f4f4;
  font-weight: 600;
}

.refund-note {
  font-size: 0.75rem;
  color: #555555;
  line-height: 1.8;
  text-align: right;
  padding-top: 0.625rem;
  margin: 0;
}

.refund-modal__body .txt_red {
  color: #ff4b4b;
}

/* 상단 요약 정보 - 모바일 */
.detail-summary {
  padding: 0.5rem 1rem;
}

/* 오늘할인 · 타임세일 배너 (공통) */
.detail-todaysale-banner,
.detail-timesale-banner {
  display: inline-flex;
  align-items: stretch;
  border-radius: 0.1875rem;
  overflow: hidden;
}

.detail-todaysale-banner__badge,
.detail-timesale-banner__badge {
  display: flex;
  align-items: center;
  gap: 0.1875rem;
  padding: 0.4rem 0.4rem 0.4rem 0.6rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.detail-todaysale-banner__badge { background: #459E26; }
.detail-timesale-banner__badge { background: #ff4b4b; }

.detail-todaysale-banner__text,
.detail-timesale-banner__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.5rem;
  background: #f3f3f3;
  font-size: 0.8125rem;
  color: #777;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.detail-summary__category {
  font-size: 0.8125rem;
  color: #333;
  letter-spacing: -0.03em;
}

.detail-summary__category a {
  color: #333;
  text-decoration: none;
}

.detail-summary__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.875rem;
}

.detail-summary__heading .detail-summary__name {
  flex: 1 1 auto;
  margin: 0;
}

/* 모바일에선 buy-bar 안의 액션을 사용하므로 제목 우측은 숨김 */
.is-mobile .detail-summary__heading .detail-actions { display: none; }

.detail-summary__name {
  margin: 0.875rem 0 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.detail-summary__rating {
  display: flex;
  align-items: center;
  margin-top: 0.375rem;
}

.detail-summary__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.0625rem;
}

.detail-summary__stars .star-icon {
  display: block;
}

.detail-summary__stars .star--full {
  fill: #000000;
}

/* .detail-summary__stars .star--half : 인라인 clipPath SVG로 처리 */

.detail-summary__stars .star--empty {
  fill: #ffffff;
  stroke: #cccccc;
  stroke-width: 1;
}

.detail-summary__review-link {
  color: #777;
  margin-left: 0.5rem;
  text-decoration: underline;
  font-size: 0.8125rem;
}

.detail-summary__location {
  display: flex;
  align-items: center;
  margin-top: 0.875rem;
  font-size: 0.875rem;
  color: #555;
  letter-spacing: -0.03em;
}

.detail-summary__location-icon {
  flex-shrink: 0;
  margin-right: 0.3125rem;
  color: #555555;
}

.detail-summary__location-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-summary__price {
  margin-top: 1rem;
  padding: 1rem;
  background: #f5f5f5;
}

.detail-summary__price-row-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.detail-summary__price-left { flex: 1; min-width: 0; }

/* 상세페이지 쿠폰 받기 버튼 (타임세일 전용: 레드/오렌지, 그 외: 블루) */
.detail-coupon-btn {
  position: relative;
  display: flex; flex-direction: row; align-items: center; gap: 0.375rem;
  padding: 0.5rem 0.875rem;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.15s;
  box-shadow: 0 2px 6px rgba(238,90,36,0.25);
}
.detail-coupon-btn:hover { opacity: 0.85; }
.detail-coupon-btn:active { transform: scale(0.97); }

.detail-coupon-btn--blue {
  background: linear-gradient(135deg, #4a90e2, #2563eb);
  box-shadow: 0 2px 6px rgba(37,99,235,0.25);
}

.detail-coupon-btn__bubble {
  position: absolute;
  top: -1rem; left: 50%; transform: translateX(-50%);
  padding: 0.1875rem 0.5rem;
  background: #fff;
  color: #ee5a24;
  font-size: 0.6875rem; font-weight: 700;
  border-radius: 0.625rem;
  white-space: nowrap;
  border: 1px solid #ee5a24;
}
.detail-coupon-btn__bubble::after {
  content: '';
  position: absolute;
  bottom: -0.3125rem; left: 50%; transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.3125rem solid #ee5a24;
}
.detail-coupon-btn--blue .detail-coupon-btn__bubble { color: #2563eb; border-color: #2563eb; }
.detail-coupon-btn--blue .detail-coupon-btn__bubble::after { border-top-color: #2563eb; }

.detail-coupon-btn__label {
  font-size: 0.8125rem; font-weight: 700; color: #fff;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.detail-coupon-btn__icon { flex-shrink: 0; }

.detail-summary__price-label {
  font-size: 0.875rem;
  color: #777;
  letter-spacing: -0.03em;
}

.detail-summary__price-row {
  display: flex;
  align-items: baseline;
  margin-top: 0.5rem;
}

.detail-summary__discount {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff4b4b;
  margin-right: 0.375rem;
  letter-spacing: -0.03em;
}

.detail-summary__amount {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
}

/* ── 섹션 ── */
.detail-section {
  padding: 1.5rem 0;
}

.detail-section + .detail-section {
  border-top: 0.5rem solid #f0f0f0;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.detail-section__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.875rem;
  letter-spacing: -0.03em;
}

/* ── key-value 행 ── */
.detail-kv {
  display: flex;
  align-items: baseline;
  padding: 0.3125rem 0;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

.detail-kv__label {
  flex-shrink: 0;
  width: 3.5rem;
  color: #777;
  white-space: nowrap;
  order: 1;
}

.detail-kv::after {
  content: "";
  flex: 1 1 0;
  min-width: 0;
  border-bottom: 1px solid #f4f4f4;
  margin: 0 0.5rem;
  position: relative;
  top: -0.25rem;
  order: 2;
}

.detail-kv__value {
  flex-shrink: 0;
  text-align: right;
  color: #333;
  word-break: keep-all;
  max-width: calc(100% - 4.5rem);
  order: 3;
}

.detail-kv__value a {
  text-decoration: underline;
  color: #333;
}

/* ── 섹션 본문 (HTML 콘텐츠) ── */
.detail-section__body--html {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.detail-section__body--html table,
.detail-section__body--html img {
  max-width: 100% !important;
}

.detail-section__body--html p {
  margin: 0;
}

.detail-section__body--html ul,
.detail-section__body--html ol {
  padding-left: 1.25rem;
  margin: 0;
}

/* ── 판매정보 테이블 (.detail-table) ── */
.detail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.detail-table th,
.detail-table td {
  padding: 0.75rem;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
  line-height: 1.6;
}

.detail-table th {
  width: 5rem;
  text-align: center;
  color: #777;
  font-weight: 400;
  white-space: nowrap;
  background: #f4f4f4;
}

.detail-table td {
  color: #333;
}

.detail-table td a {
  text-decoration: underline;
  color: #333;
}

/* ── 꾸밈없는 리스트 (.plain) ── */
/* 기존 .notice 호환 유지 */
.detail-section .plain,
.detail-section .notice {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-section .plain li,
.detail-section .notice li {
  display: flex;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: -0.03em;
  margin-bottom: 0.375rem;
}

.detail-section .plain li::before,
.detail-section .notice li::before {
  display: none;
}

/* ── 앞dot 리스트 (.dotlist) ── */
/* 기존 .caution 호환 유지 */
.detail-section .dotlist,
.detail-section .caution {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-section .dotlist li,
.detail-section .caution li {
  display: flex;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  letter-spacing: -0.03em;
  margin-bottom: 0.375rem;
}

.detail-section .dotlist li::before,
.detail-section .caution li::before {
  content: "·";
  flex-shrink: 0;
  width: 0.75rem;
}

.detail-section .plain b,
.detail-section .notice b,
.detail-section .dotlist b,
.detail-section .caution b {
  font-weight: 700;
}

.detail-section .plain strong,
.detail-section .notice strong,
.detail-section .dotlist strong,
.detail-section .caution strong {
  color: #ff4b4b;
  font-weight: 700;
}

/* ── 리스트 타이틀 (.title) ── */
/* dotlist, plain 에서 li.title → dot 제거 + 볼드 */
.detail-section .dotlist li.title,
.detail-section .caution li.title,
.detail-section .plain li.title,
.detail-section .notice li.title {
  font-weight: 700;
}
.detail-section .dotlist li.title::before,
.detail-section .caution li.title::before {
  display: none;
}
.detail-section .dotlist li:empty::before,
.detail-section .caution li:empty::before {
  display: none;
}

/* ── 타임라인 (.timeline) ── */
.detail-section .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-section .timeline li {
  position: relative;
  padding: 0 0 1.125rem 1.375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.8;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.detail-section .timeline li:last-child {
  padding-bottom: 0;
}

/* 선: dot 중심축, li 전체 높이 */
.detail-section .timeline li::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.75rem;
  bottom: -0.75rem;
  width: 0.0625rem;
  background: #f4f4f4;
}

/* 마지막 dot 이후 선 숨김 (JS .no-line 클래스) */
.detail-section .timeline li.no-line::before {
  display: none;
}

/* 점: 선 위에 정확히 겹침 */
.detail-section .timeline li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: #000000;
}

.detail-section .timeline b {
  font-weight: 700;
}

.detail-section .timeline strong {
  color: #ff4b4b;
  font-weight: 700;
}

.detail-section .timeline small {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.5;
}

/* small 바로 앞 li: 아래 여백 축소 (small과 붙이기) */
.detail-section .timeline li:has(+ li > small:only-child) {
  padding-bottom: 0.125rem;
}

/* small만 있는 li: dot 숨기고 보조텍스트 스타일 */
.detail-section .timeline li:has(> small:only-child) {
  padding-top: 0;
  padding-bottom: 0.75rem;
}
.detail-section .timeline li:has(> small:only-child)::after {
  display: none;
}

/* ── 이용정보 일반 (.information) ── */
/* .plain은 위에서 기본 스타일 정의, 여기서는 .information 레거시 호환 유지 */
.detail-section .information {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-section .information li {
  padding: 0;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.8;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.detail-section .information li:last-child {
  padding-bottom: 0;
}

.detail-section .information li:empty,
.detail-section .plain li:empty {
  padding: 0;
  height: 0.875rem;
}

.detail-section .information b {
  font-weight: 700;
}

.detail-section .information strong {
  color: #ff4b4b;
  font-weight: 700;
}

.detail-section .information small,
.detail-section .plain small {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.5;
}

.detail-section .information li:has(> small:only-child),
.detail-section .plain li:has(> small:only-child) {
  padding-top: 0;
  padding-bottom: 0.125rem;
}

/* ── 상세이미지 접기/펼치기 ── */
.detail-image-fold {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #cccccc;
}

.detail-image-fold__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.detail-image-fold__gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7.5rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  pointer-events: none;
}

.detail-image-fold__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.875rem 0;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  color: #555555;
  cursor: pointer;
}

.detail-image-fold__btn svg {
  margin-top: 0.0625rem;
}

.main_img img {
  display: block;
  width: 100%;
}

/* ── 후기 미리보기 ── */
.detail-section--reviews .detail-section__title {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.detail-review-score {
  display: inline-flex;
  align-items: center;
  gap: 0.1875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  letter-spacing: -0.03em;
}
.detail-review-score .star-icon path { fill: #ff4b4b; }
.detail-review-count {
  font-size: 0.8125rem;
  letter-spacing: -0.03em;
  color: #777;
  font-weight: 400;
}
.detail-review-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.detail-review-item:last-of-type { border-bottom: none; }
.detail-review-item__main { flex: 1; min-width: 0; }
.detail-review-item__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
}
.detail-review-item__stars {
  display: inline-flex;
  gap: 0.0625rem;
}
.detail-review-item__stars .star-icon path { fill: #ff4b4b; }
.detail-review-item__stars .star--empty path { fill: none; stroke: #ff4b4b; stroke-width: 1.5px; }
.detail-review-item__user {
  font-size: 0.8125rem;
  color: #999;
  font-weight: 400;
}
.detail-review-item__text {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detail-review-item__photo {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.detail-review-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-review-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.8125rem;
  margin: 0.5rem 0;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
}
.detail-review-more span { font-size: 1rem; }

/* ── 자주묻는질문 링크 ── */
/* 자주묻는질문 섹션 */
.detail-faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.detail-faq__header .detail-section__title {
  margin: 0;
}
.detail-faq__more {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: #999;
  text-decoration: none;
}
.detail-faq__more:hover {
  color: #555;
}

.detail-faq {
  padding-bottom: 0.75rem;
}
.is-web .detail-faq {
  padding-bottom: 0.625rem;
}

/* FAQ 아코디언 */
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-item {
  border-bottom: 1px solid #f2f2f2;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item__q {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.75rem 0.25rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 0.3125rem;
}
.faq-item__q::before {
  content: 'Q';
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ff4b4b;
  line-height: 1.5;
  width: 0.875rem;
}
.faq-item__q span {
  flex: 1;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.faq-item__arrow {
  flex-shrink: 0;
  width: 0.5625rem;
  height: 0.375rem;
  margin-top: 0.3rem;
  transition: transform 0.2s ease;
}
.faq-item--open .faq-item__arrow {
  transform: rotate(180deg);
}
.faq-item__a {
  display: none;
  padding: 0 0 0.875rem;
}
.faq-item__a p {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.8125rem;
  color: #555;
  line-height: 1.7;
  background: #f8f8f8;
  border-radius: 0.375rem;
  padding: 0.625rem 0.75rem;
}
.faq-item__a p::before {
  content: 'A';
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #3a86ff;
  line-height: 1.7;
  width: 0.875rem;
}


/* 셀렉트박스 - 모바일 */
.selectBox {
  margin: 0.75rem 0;
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
}

.selectBox .selectbox_title {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.5rem;
}

.selectBox .time_btn,
.selectBox .title1_btn,
.selectBox .title2_btn {
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 0.75rem;
  vertical-align: middle;
}

.option_title {
  font-size: 0.875rem;
  color: #000000;
}

.title2_left {
  font-weight: bold;
  font-size: 0.8125rem;
  padding-top: 0.5rem;
  color: #000000;
}

.title2_price {
  font-weight: bold;
  font-size: 0.8125rem;
  padding-top: 0.5rem;
  color: #000000;
}

.choice_select {
  margin: 0.75rem 0;
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
}

.choice_select .title {
  font-size: 1rem;
  color: #000000;
}

.choice_select .select_list {
  margin-top: 1rem;
  border-top: 1px solid #f1f1f1;
}

.choice_select .select_item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f1f1;
}

.choice_select .select_item .select_name {
  font-size: 0.875rem;
  color: #000000;
}

.choice_select .price_warp {
  margin-top: 0.875rem;
}

.choice_select .price_warp .quantity {
  width: 5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}

.choice_select .price_warp .price {
  font-size: 0.8125rem;
  color: #555555;
}

.total_warp {
  padding: 1.25rem 0 1rem;
  font-size: 1rem;
}

.total_warp .title {
  color: #000000;
}

/* 본문 콘텐츠 영역 - 모바일 */
.detail-content {
  padding: 0 1rem;
  background: #fff;
}

/* 상세이미지 버튼 아이콘 */

/* 하단 예매하기 버튼 - 모바일 */
.buy-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 4.6875rem;
  padding: 0 1rem 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #ffffff;
  border-top: 1px solid #f4f4f4;
  z-index: 9;
}

/* 공용 액션 버튼 (찜하기 + 공유) — 모바일 buy-bar / 웹 제목 우측 공용 */
.detail-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}

.detail-actions__btn {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  color: #333333;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

/* 마우스 hover (웹 한정 — 모바일 sticky hover 방지) */
.is-web .detail-actions__btn:hover { border-color: #d0d0d0; }

/* 클릭/탭 직후의 default outline 제거, 키보드 탐색만 outline 유지 */
.detail-actions__btn:focus { outline: none; }
.detail-actions__btn:focus-visible {
  outline: 2px solid #ff4b4b;
  outline-offset: 2px;
}

.detail-actions__icon { display: block; }
.detail-actions__btn--like.is-active { color: #ff4b4b; }
.detail-actions__btn--like.is-active .detail-actions__icon path {
  fill: currentColor;
  stroke: currentColor;
}

.buy-bar__btn {
  flex: 1;
  height: 3.125rem;
  background: #ff4b4b;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.buy-bar--closed,
.buy-bar--register,
.buy-bar--ready {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
}

.buy-bar--closed {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.buy-bar--register {
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.buy-bar--ready {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.buy-bar__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}

.buy-bar--closed .buy-bar__icon { background: #f3f4f6; }
.buy-bar--register .buy-bar__icon { background: #fef3c7; }
.buy-bar--ready .buy-bar__icon { background: #dbeafe; }

.buy-bar__message {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

.buy-bar--closed .buy-bar__message { color: #6b7280; }
.buy-bar--register .buy-bar__message { color: #92400e; }
.buy-bar--ready .buy-bar__message { color: #1e40af; }

/* ── 예매 풀스크린 모달 ── */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: #ffffff;
  display: none;
  flex-direction: column;
}

.booking-modal--active {
  display: flex;
}

.booking-modal > .top-gnb {
  position: static;
  flex-shrink: 0;
}

.booking-modal .top-gnb-badge {
  display: none;
}

.booking-modal__body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem 1rem;
}

/* ── 예매 스텝 (시간/옵션/권종) ── */
.booking-step {
  margin-top: 1.5rem;
}

.booking-step__label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}

.booking-step__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

/* 시간/옵션 버튼 (가로 나열) */
.booking-step--time .booking-step__option,
.booking-step--title1 .booking-step__option,
.booking-step--title2 .booking-step__option {
  line-height: 1.4;
}

.booking-step--time .booking-step__option,
.booking-step--title1 .booking-step__option {
  padding: 0.625rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #000000;
  letter-spacing: -0.03em;
  transition: border-color 0.15s, color 0.15s;
}

/* 날짜비지정 title1: 한 줄에 하나씩 풀폭 */
.booking-step--title1.is-nodate .booking-step__options {
  flex-direction: column;
}
.booking-step--title1.is-nodate .booking-step__option {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.booking-step--time .booking-step__option.active,
.booking-step--title1 .booking-step__option.active {
  background: #fff0f0;
  border-color: #f5c6c6;
}

/* 권종 버튼 (세로, 카드형) */
.booking-step--title2 .booking-step__options {
  flex-direction: column;
  gap: 0.625rem;
}

.booking-step--title2 .booking-step__option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  cursor: pointer;
  text-align: left;
  font-size: 0.9375rem;
  color: #000000;
  letter-spacing: -0.03em;
  transition: border-color 0.15s, background 0.15s;
}

.booking-step--title2 .booking-step__option.active {
  background: #fff0f0;
  border-color: #f5c6c6;
}

.booking-step--title2 .booking-step__option--soldout {
  opacity: 0.4;
  cursor: default;
}

/* 프로모 색상 */
.booking-step__option--promo-timesale .booking-step__option-label,
.booking-step__option--promo-timesale .booking-step__option-price {
  color: #ff4b4b;
}

.booking-step__option--promo-today .booking-step__option-label,
.booking-step__option--promo-today .booking-step__option-price {
  color: #008CA2;
}

.booking-step__option-label {
  flex: 1;
  min-width: 0;
}

.booking-step__option-stock {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.4rem;
  background: #f4f4f4;
  color: #777;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: 0.625rem;
  white-space: nowrap;
  letter-spacing: 0;
}

.booking-step__option.active .booking-step__option-stock {
  background: #ffffff;
  border-color: #e2e2e2;
}

.booking-step__option-price {
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  margin-left: 0.75rem;
  white-space: nowrap;
}

/* ── 장바구니 (booking-cart) ── */
.booking-cart {
  margin-top: 1.5rem;
}

.booking-cart__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* 장바구니 항목 */
.booking-item {
  background: #f4f4f4;
  border-radius: 0.375rem;
  padding: 0.875rem 1rem;
}

.booking-item__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.booking-item__name {
  flex: 1;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.booking-item__remove {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

/* 수량 + 가격 행 */
.booking-item__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625rem;
}

.booking-item__quantity {
  display: flex;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 0.375rem;
  overflow: hidden;
}

.booking-item__qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.booking-item__qty-value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  cursor: text;
}

.booking-item__qty-input {
  width: 2.5rem;
  height: 1.75rem;
  border: none;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  outline: none;
  background: transparent;
  -moz-appearance: textfield;
}

.booking-item__qty-input::-webkit-outer-spin-button,
.booking-item__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.booking-item__price {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

/* ── 총 결제금액 ── */
.booking-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid #c8c8c8;
}

.booking-cart__total-label {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.03em;
}

.booking-cart__total-price {
  font-size: 1rem;
  font-weight: 700;
  color: #ff4b4b;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

/* ── 결제하기 버튼 ── */
.booking-submit {
  margin-top: 1.25rem;
}

.booking-submit__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125rem;
  background: #ff4b4b;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  cursor: pointer;
}

.booking-submit__btn--disabled {
  background: #c6c6c6;
  cursor: default;
}


/* 추천 티켓 - 모바일 */
.recommend_box {
  margin-top: 2.5rem;
}

.recommend_title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.625rem;
  padding-left: 1rem;
}

.search_recommend {
  margin-top: 0.625rem;
  padding: 1.875rem 0;
  background: #f1f3f5;
}

.search_recommend .swiper {
  width: 97%;
  height: 100%;
  padding-left: 3%;
}

/* 지도 - 공통 */
.detail-map-wrap {
  margin-bottom: 0.875rem;
  z-index: -1;
}

/* 지도 - 모바일 */
#map {
  height: 15.625rem;
  border-radius: 0.625rem;
  background: #f0f0f0;
}

/* 헤더 - 모바일 상세 (top-gnb 통일, mobile_base.css에서 상속) */

.top-gnb .top-gnb-middle {
  max-width: 60%;
}

.detail-gnb-title {
  display: block;
}


/* ========================================
   PC 웹 레이아웃 (is-web)
   ======================================== */

/* ── 2단 컨테이너 ── */
.is-web .detail-web-layout {
  display: flex;
  align-items: flex-start;
  width: 67.5rem;
  margin: 0 auto;
  gap: 1.875rem;
}

/* ── 좌측: 상세 콘텐츠 (650px) ── */
.is-web .detail-web-left {
  width: 41.25rem;
  flex-shrink: 0;
  background: #fff;
  overflow: hidden; /* WYSIWYG 콘텐츠 오버플로우 방지 */
}

/* ── 우측: 예매 패널 ── */
.is-web .detail-web-right {
  flex: 0 0 25rem;
  align-self: stretch; /* sticky 동작에 필요: 좌측 컬럼과 동일 높이 확보 */
}

/* ── 예매하기 버튼 바: 웹에서 숨김 ── */
.is-web .buy-bar {
  display: none !important;
}

.is-web .detail-wrap {
  padding-top: 2.5rem;
  padding-bottom: 0;
}

/* ── 예매 모달 → 우측 sticky 패널 ── */
.is-web .booking-modal {
  position: sticky !important;
  top: 1.25rem !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
  z-index: auto !important;
  background: #fff;
  border: 1px solid #e5e5e5;
  max-height: calc(100vh - 2.5rem);
  overflow-y: auto;
}

/* fullscreen 클래스 무효화 */
.is-web .booking-modal--active,
.is-web .booking-modal.is-fullpage-modal {
  position: sticky !important;
  top: 1.25rem !important;
}

/* 모달 내 top-gnb (뒤로가기/닫기) 웹에서 숨김 */
.is-web .booking-modal > .top-gnb {
  display: none;
}

/* 모달 body: 웹 패딩 조정 */
.is-web .booking-modal__body {
  padding: 0.8rem 1.25rem 1.25rem;
}

/* ── 웹 전용: 판매 상태 패널 (예매 불가 시 우측에 노출) ── */
.web-status-panel {
  display: none;
}

.is-web .web-status-panel {
  display: block;
  position: sticky;
  top: 1.25rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.is-web .web-status-panel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
}

.is-web .web-status-panel__message {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.is-web .web-status-panel__sub {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #9ca3af;
  line-height: 1.5;
}

/* 판매 종료 */
.is-web .web-status-panel--closed {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.is-web .web-status-panel--closed .web-status-panel__icon {
  background: #f3f4f6;
}
.is-web .web-status-panel--closed .web-status-panel__message {
  color: #6b7280;
}

/* 등록 진행중 */
.is-web .web-status-panel--register {
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.is-web .web-status-panel--register .web-status-panel__icon {
  background: #fef3c7;
}
.is-web .web-status-panel--register .web-status-panel__message {
  color: #92400e;
}

/* 오픈 예정 */
.is-web .web-status-panel--ready {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}
.is-web .web-status-panel--ready .web-status-panel__icon {
  background: #dbeafe;
}
.is-web .web-status-panel--ready .web-status-panel__message {
  color: #1e40af;
}

/* ── AI 리뷰 요약 카드 ── */
.review-ai-summary {
  background: linear-gradient(135deg, #fafafa, #e2deff, #fafafa);
  background-size: 200% 200%;
  animation: ais-bg-shift 7s ease infinite;
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
  margin: 0 0 0.75rem;
}
@keyframes ais-bg-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.review-ai-summary__header {
  font-size: 0.75rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.review-ai-summary__icon {
  margin-right: 0.25rem;
}
.review-ai-summary__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}
.review-ai-summary__tag {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #8b5cf6, #a855f7);
  border: none;
  border-radius: 1rem;
  line-height: 1.4;
}
.review-ai-summary__text {
  font-size: 0.75rem;
  color: #555;
  line-height: 1.6;
}

/* 웹 전용 폰트 크기 */
.is-web .review-ai-summary__header { font-size: 0.875rem; }
.is-web .review-ai-summary__text { font-size: 0.8125rem; }
