.p24-featured-review-mount {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: #241d16;
  font-family: "Noto Serif KR", "Batang", serif;
}

.p24-review-loading,
.p24-review-empty {
  margin: 0;
  padding: 42px 24px;
  color: #75654f;
  text-align: center;
}

.p24-review-board {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 680px;
  padding: 68px 0 54px;
  border: 1px solid #d1b26e;
  border-radius: 34px;
  background: #f7f0df;
  box-shadow: 0 20px 50px rgba(66, 45, 20, .12);
}

.p24-review-board::before,
.p24-review-board::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.p24-review-board::before {
  inset: 18px;
  border: 1px solid rgba(174, 137, 62, .62);
  border-radius: 24px;
}

.p24-review-board::after {
  inset: 24px;
  border: 1px solid rgba(174, 137, 62, .25);
  border-radius: 20px;
}

.p24-review-ornament {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(760px, calc(100% - 96px));
  margin: 0 auto 24px;
}

.p24-review-ornament::before,
.p24-review-ornament::after {
  width: 100%;
  height: 1px;
  background: #b3914f;
  content: "";
}

.p24-review-ornament span {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border: 1px solid #a98134;
  transform: rotate(45deg);
}

.p24-review-board-head {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 80px));
  margin: 0 auto;
  color: #241d16;
  text-align: center;
}

.p24-review-board-head small {
  display: block;
  margin-bottom: 12px;
  color: #9b7734;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
}

.p24-review-board-head h3 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  word-break: keep-all;
}

.p24-review-board-head p {
  margin: 14px 0 0;
  color: #6d5c46;
  font-size: 16px;
  line-height: 1.7;
}

.p24-review-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 38px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: #b99450 transparent;
  scroll-padding-inline: calc((100% - min(560px, 76vw)) / 2);
  scroll-snap-type: x mandatory;
}

.p24-review-viewport:focus-visible {
  outline: 2px solid #9b7734;
  outline-offset: -4px;
}

.p24-review-board-list {
  display: flex;
  align-items: stretch;
  gap: 22px;
  width: max-content;
  min-width: 100%;
  padding: 10px max(48px, calc((100% - min(560px, 76vw)) / 2)) 26px;
}

.p24-review-card {
  width: min(560px, 76vw);
  min-height: 260px;
  flex: 0 0 min(560px, 76vw);
  padding: 34px 38px;
  border: 1px solid #d6bb7c;
  border-radius: 22px;
  background: rgba(255, 253, 246, .92);
  box-shadow: 0 12px 28px rgba(72, 48, 20, .08);
  opacity: .45;
  transform: scale(.94);
  transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease;
  scroll-snap-align: center;
}

.p24-review-card.is-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 18px 34px rgba(72, 48, 20, .16);
}

.p24-review-card-stars {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.p24-review-stars-filled { color: #b4832d; }
.p24-review-stars-empty { color: #d8ccb2; }

.p24-review-card h4 {
  margin: 22px 0 0;
  color: #211a14;
  font-size: clamp(21px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0;
}

.p24-review-card p {
  margin: 16px 0 0;
  color: #514433;
  font-size: 16px;
  line-height: 1.8;
  white-space: pre-line;
}

.p24-review-card footer {
  margin-top: 24px;
  color: #8c6b30;
  font-size: 14px;
  font-weight: 700;
}

.p24-review-board-note {
  position: relative;
  z-index: 1;
  margin: 18px 32px 0;
  color: #786a55;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 760px) {
  .p24-review-board {
    min-height: 600px;
    padding: 52px 0 42px;
    border-radius: 22px;
  }

  .p24-review-board::before { inset: 10px; border-radius: 16px; }
  .p24-review-board::after { inset: 15px; border-radius: 13px; }
  .p24-review-ornament { width: calc(100% - 68px); }
  .p24-review-board-head { width: calc(100% - 58px); }
  .p24-review-board-head h3 { font-size: 28px; }
  .p24-review-board-head p { font-size: 14px; }
  .p24-review-viewport { scroll-padding-inline: 8vw; }

  .p24-review-board-list {
    gap: 14px;
    padding-inline: 8vw;
  }

  .p24-review-card {
    width: 84vw;
    min-height: 280px;
    flex-basis: 84vw;
    padding: 28px 24px;
    border-radius: 17px;
  }
}
