/* generated from frontend/src/components/products/KeramaHarmonyDetail.module.scss (prefix: kh-) */
@charset "UTF-8";
.kh-detail {
  --deep: #062a4a;
  --blue: #0a7fc2;
  --sky: #cdefff;
  --aqua: #2fc4c0;
  --sand: #fbf7ef;
  --coral: #ef6f5c;
  color: #10192d;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.kh-detail h1,
.kh-detail h2,
.kh-detail h3,
.kh-detail p,
.kh-detail figure,
.kh-detail blockquote,
.kh-detail dl,
.kh-detail dd {
  margin-top: 0;
}

.kh-hero {
  min-height: 640px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.kh-heroOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 30, 58, 0.88), rgba(3, 30, 58, 0.5) 58%, rgba(3, 30, 58, 0.1)), linear-gradient(0deg, rgba(3, 30, 58, 0.62), transparent 58%);
}

.kh-heroContent {
  position: relative;
  z-index: 1;
  padding: 70px 54px;
  max-width: 740px;
}
.kh-heroContent h1 {
  margin: 22px 0 18px;
  color: #fff;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.22;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.kh-heroContent h1 em {
  color: var(--sky);
  font-style: normal;
}
.kh-heroContent > p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.8;
}

.kh-eyebrow,
.kh-kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.kh-eyebrow {
  color: var(--sky);
  display: flex;
  align-items: center;
  gap: 10px;
}
.kh-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
}

.kh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.kh-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 600;
}

.kh-summary {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: -28px 28px 0;
  padding: 20px 8px;
  position: relative;
  z-index: 2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(4, 40, 70, 0.18);
}
.kh-summary > div {
  padding: 2px 16px;
  border-right: 1px solid #e6ebf1;
}
.kh-summary > div:last-child {
  border: 0;
}
.kh-summary small {
  display: block;
  margin-bottom: 6px;
  color: #8a94a6;
  font-size: 10px;
  font-weight: 700;
}
.kh-summary strong {
  font-size: 14px;
  letter-spacing: -0.03em;
}

.kh-price {
  color: var(--coral);
}

.kh-confirmNotice {
  margin: 26px 50px 0;
  padding: 16px 20px;
  border: 1px solid #ffd0c8;
  border-radius: 13px;
  background: #fff5f2;
  color: #9a3f33;
  font-size: 12.5px;
  line-height: 1.7;
}
.kh-confirmNotice b {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 6px;
  background: var(--coral);
  color: #fff;
  font-size: 11px;
}

.kh-section {
  padding: 90px 50px;
}
.kh-section h2 {
  margin: 12px 0 20px;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.4;
  letter-spacing: -0.045em;
}
.kh-section h2 b {
  color: var(--blue);
}
.kh-section > p,
.kh-section > div > p {
  color: #667085;
  line-height: 1.85;
}

.kh-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
  padding-top: 70px;
}

.kh-photoStack {
  position: relative;
  padding: 0 28px 34px 0;
}

.kh-photoMain {
  width: 100%;
  height: 460px;
  border-radius: 140px 140px 20px 20px;
  object-fit: cover;
  box-shadow: 0 22px 60px rgba(4, 40, 70, 0.16);
}

.kh-photoSub {
  width: 170px;
  height: 130px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 6px solid #fff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(4, 40, 70, 0.18);
}

.kh-intro blockquote {
  margin: 30px 0 0;
  padding: 7px 0 7px 19px;
  border-left: 3px solid var(--aqua);
  color: #223453;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: 17px;
  line-height: 1.7;
}

.kh-centerHead {
  text-align: center;
  margin-bottom: 42px;
}

.kh-plans {
  background: linear-gradient(180deg, #f2f9fd, #fff);
}

.kh-planGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.kh-planGrid article {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e3edf5;
  box-shadow: 0 14px 40px rgba(10, 60, 100, 0.08);
}
.kh-planGrid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.kh-planFeatured {
  border-color: rgba(10, 127, 194, 0.35) !important;
  box-shadow: 0 18px 50px rgba(10, 127, 194, 0.16) !important;
}

.kh-planBody {
  padding: 24px 24px 26px;
}
.kh-planBody small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.kh-planBody h3 {
  margin: 8px 0 12px;
  font-size: 21px;
  letter-spacing: -0.04em;
}
.kh-planBody > p {
  margin: 0 0 16px;
  color: #6f7889;
  font-size: 13px;
  line-height: 1.75;
}

.kh-priceList {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #edf1f5;
}
.kh-priceList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f5;
  font-size: 13px;
  color: #48546a;
}
.kh-priceList b {
  color: var(--deep);
  font-size: 16px;
  letter-spacing: -0.02em;
}

.kh-included {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f4f9fc;
  color: #4f5d73;
  font-size: 12px;
  line-height: 1.7;
}
.kh-included small {
  display: block;
  margin-bottom: 3px;
  color: #7f8ba0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.kh-planNote {
  margin-top: 10px;
  color: #c2542f;
  font-size: 11.5px;
  line-height: 1.6;
}

.kh-highlights {
  background: var(--sand);
}

.kh-pointGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.kh-pointGrid article {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 45, 80, 0.08);
}
.kh-pointGrid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.kh-pointGrid article > div {
  padding: 22px 20px 25px;
}
.kh-pointGrid small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.kh-pointGrid h3 {
  margin: 8px 0 10px;
  font-size: 18px;
  letter-spacing: -0.04em;
}
.kh-pointGrid p {
  margin: 0;
  color: #6f7889;
  font-size: 12px;
  line-height: 1.7;
}

.kh-story {
  color: #fff;
  background: var(--deep);
}
.kh-story .kh-kicker {
  color: #8fdcff;
}
.kh-story h2 {
  margin-bottom: 12px;
  color: #fff;
}

.kh-storyLead {
  color: rgba(255, 255, 255, 0.66) !important;
}

.kh-storyGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 38px;
}
.kh-storyGrid figure {
  min-height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}
.kh-storyGrid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 25, 50, 0.88), transparent 64%);
}
.kh-storyGrid img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.kh-storyGrid figcaption {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
}
.kh-storyGrid figcaption small {
  display: block;
  color: #8fdcff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.kh-storyGrid figcaption strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.kh-storyLarge {
  grid-row: span 2;
  min-height: 574px !important;
}

.kh-schedule {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 58px;
}

.kh-scheduleHead > p {
  font-size: 14px;
}

.kh-scheduleImage {
  width: 100%;
  height: 220px;
  margin-top: 26px;
  border-radius: 16px;
  object-fit: cover;
}

.kh-timeline {
  border-top: 1px solid #dce3ec;
}

.kh-timeRow {
  display: grid;
  grid-template-columns: 68px 28px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid #dce3ec;
}
.kh-timeRow time {
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
}
.kh-timeRow i {
  width: 11px;
  height: 11px;
  margin-top: 6px;
  border: 3px solid var(--aqua);
  border-radius: 50%;
}
.kh-timeRow strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.kh-timeRow p {
  margin: 0;
  color: #7a8495;
  font-size: 11.5px;
  line-height: 1.6;
}

.kh-scheduleTip {
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #eef8fc;
  color: #35506b;
  font-size: 12px;
  line-height: 1.7;
}
.kh-scheduleTip b {
  margin-right: 8px;
  color: var(--blue);
}

.kh-guide {
  background: #eef6fb;
}

.kh-guideGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.kh-guideGrid + .kh-guideGrid {
  margin-top: 18px;
}
.kh-guideGrid article {
  padding: 27px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(20, 48, 75, 0.06);
}
.kh-guideGrid h3 {
  margin-bottom: 18px;
}
.kh-guideGrid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kh-guideGrid li {
  padding: 8px 0 8px 24px;
  position: relative;
  color: #586477;
  font-size: 12px;
  line-height: 1.6;
}
.kh-guideGrid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2a9d8f;
  font-weight: 900;
}
.kh-guideGrid dl {
  padding: 12px 0;
  border-bottom: 1px solid #eef1f4;
}
.kh-guideGrid dt {
  margin-bottom: 4px;
  color: #8a94a6;
  font-size: 10px;
}
.kh-guideGrid dd {
  font-size: 12px;
  font-weight: 700;
}
.kh-guideGrid dd a {
  margin-left: 6px;
  color: var(--blue);
  font-weight: 600;
}

.kh-meetingMap {
  width: 100%;
  margin-top: 16px;
  border-radius: 12px;
  border: 1px solid #e6ebf1;
}

.kh-cancelLead {
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  margin-bottom: 14px !important;
}

.kh-cancelTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.kh-cancelTable td {
  padding: 10px 6px;
  border-bottom: 1px solid #eef1f4;
  color: #48546a;
}
.kh-cancelTable td:last-child {
  text-align: right;
  font-weight: 700;
  color: var(--deep);
}

.kh-notice {
  margin-top: 18px;
  padding: 17px 20px;
  border: 1px solid #ffd5cf;
  border-radius: 13px;
  background: #fff6f4;
  color: #8c493f;
  font-size: 11px;
  line-height: 1.7;
}
.kh-notice b {
  margin-right: 7px;
}

.kh-closing {
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 24px;
  position: relative;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.kh-closing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 30, 58, 0.52);
}
.kh-closing > div {
  position: relative;
  z-index: 1;
}
.kh-closing small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.kh-closing h2 {
  margin: 13px 0;
  color: #fff;
  font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
  font-size: 34px;
  line-height: 1.5;
}
.kh-closing p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}

@media (max-width: 900px) {
  .kh-summary {
    grid-template-columns: repeat(2, 1fr);
  }
  .kh-summary > div {
    padding: 10px 14px;
    border-bottom: 1px solid #e6ebf1;
  }
  .kh-summary > div:nth-child(even) {
    border-right: 0;
  }
  .kh-summary > div:last-child {
    grid-column: span 2;
    border-bottom: 0;
  }
  .kh-confirmNotice {
    margin: 22px 22px 0;
  }
  .kh-intro,
  .kh-schedule,
  .kh-planGrid {
    grid-template-columns: 1fr;
  }
  .kh-pointGrid {
    grid-template-columns: 1fr;
  }
  .kh-pointGrid article {
    display: grid;
    grid-template-columns: 42% 58%;
  }
  .kh-pointGrid img {
    height: 100%;
    min-height: 210px;
  }
}
@media (max-width: 600px) {
  .kh-detail {
    border-radius: 16px;
  }
  .kh-hero {
    min-height: 590px;
    background-position: 58% center;
  }
  .kh-heroOverlay {
    background: linear-gradient(0deg, rgba(3, 30, 58, 0.94), rgba(3, 30, 58, 0.14) 78%);
  }
  .kh-heroContent {
    padding: 76px 24px 54px;
    align-self: flex-end;
  }
  .kh-heroContent h1 {
    font-size: 36px;
  }
  .kh-heroContent > p {
    font-size: 14px;
  }
  .kh-tags span {
    padding: 7px 9px;
    font-size: 10px;
  }
  .kh-summary {
    margin: -20px 14px 0;
    padding: 8px;
  }
  .kh-summary strong {
    font-size: 13px;
  }
  .kh-section {
    padding: 72px 22px;
  }
  .kh-section h2 {
    font-size: 30px;
  }
  .kh-intro {
    gap: 44px;
  }
  .kh-photoMain {
    height: 400px;
  }
  .kh-photoSub {
    width: 140px;
    height: 105px;
  }
  .kh-planGrid img {
    height: 200px;
  }
  .kh-planBody h3 {
    font-size: 19px;
  }
  .kh-pointGrid article {
    grid-template-columns: 42% 58%;
  }
  .kh-pointGrid article > div {
    padding: 18px 15px;
  }
  .kh-pointGrid h3 {
    font-size: 16px;
  }
  .kh-pointGrid p {
    font-size: 11px;
  }
  .kh-storyGrid {
    grid-template-columns: 1fr;
  }
  .kh-storyGrid figure,
  .kh-storyLarge {
    min-height: 340px !important;
    grid-row: auto;
  }
  .kh-schedule {
    gap: 35px;
  }
  .kh-guideGrid {
    grid-template-columns: 1fr;
  }
  .kh-closing {
    min-height: 400px;
  }
  .kh-closing h2 {
    font-size: 28px;
  }
}
