@charset "utf-8";

.ptx-page {
  background: #232323;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif;
  overflow-x: clip;
}

.ptx-page *,
.ptx-page *::before,
.ptx-page *::after {
  box-sizing: border-box;
}

.ptx-page img {
  display: block;
  max-width: 100%;
}

.ptx-container {
  width: min(100%, 800px);
  margin: 0 auto;
  padding: 0 24px;
}

.ptx-container--narrow {
  width: min(100%, 900px);
}

.ptx-container--wide {
  width: min(100%, 900px);
}

.ptx-section {
  position: relative;
  padding: 110px 0;
  background: url("/img/sub/body/sub_02/sig_06_bg.jpg") center center / cover no-repeat;
}

.ptx-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.ptx-section > * {
  position: relative;
  z-index: 1;
}

.ptx-section--dark {
  background: #232323;
}

.ptx-hero {
  position: relative;
  min-height: 960px;
  background:
    linear-gradient(180deg, rgba(243, 240, 235, 0.12), rgba(243, 240, 235, 0.08)),
    url("/img/sub/petit/sub_01/01_bg.jpg") center top / cover no-repeat;
}

.ptx-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.04) 56%, rgba(0, 0, 0, 0.42) 100%);
}

.ptx-hero__inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 120px 24px 56px;
}

.ptx-hero__eyebrow {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 400;
  color: rgba(17, 17, 17, 0.78);
}

.ptx-hero__title {
  margin: 14px 0 0;
  font-size: clamp(40px, 4.8vw, 76px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #111111;
}

.ptx-hero__desc {
  margin: auto 0 0;
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1.8;
  color: #ffffff;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.ptx-head {
  text-align: center;
  margin-bottom: 56px;
}

.ptx-head__eyebrow {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 2.4vw, 46px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.48);
}

.ptx-head__title {
  margin: 0;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.ptx-head__sub {
  margin: 16px 0 0;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.66);
}

.ptx-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ptx-benefit {
  text-align: center;
}

.ptx-benefit__icon-image {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.ptx-benefit h4 {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
}

.ptx-benefit p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.ptx-hashtags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 42px;
}

.ptx-hashtags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 600;
}

.ptx-footnote {
  margin: 0 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
}

.ptx-face-map {
  position: relative;
  width: min(100%, 700px);
  margin: 0 auto;
  padding: 35px 0 ;
}

.ptx-face-map__hex {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.ptx-face-map__hex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(50% 4%, 92% 28%, 92% 72%, 50% 96%, 8% 72%, 8% 28%);
}

.ptx-face-map__hex svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ptx-face-map__hex polygon {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.ptx-face-map__label {
  position: absolute;
  font-size: clamp(18px, 1.6vw, 20px);
  line-height: 1.35;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  white-space: nowrap;
}

.ptx-face-map__label--top {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.ptx-face-map__label--top-left {
  top: 115px;
  left: 75px;
}

.ptx-face-map__label--top-right {
  top: 135px;
  right: 85px;
}

.ptx-face-map__label--bottom-left {
  bottom: 125px;
  left: 105px;
}

.ptx-face-map__label--bottom-right {
  bottom: 135px;
  right: 100px;
}

.ptx-face-map__label--bottom {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.ptx-info {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.ptx-info__media {
  border-radius: 30px;
  overflow: hidden;
  background: #2a2a2a;
}

.ptx-info__media--product {
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    url("/img/sub/petit/sub_01/04.jpg") center center / cover no-repeat;
}

.ptx-info__body {
  display: grid;
  gap: 28px;
}

.ptx-copy-block {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ptx-copy-block h4,
.ptx-spec h4 {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 700;
}

.ptx-copy-block p {
  margin: 0;
  font-size: 18px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.78);
}

.ptx-spec__grid {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  align-items: stretch;
  gap: 6px;
}

.ptx-spec__grid div {
  min-width: 0;
  padding: 10px 8px;
  border-right: 1px solid #fff;
}
.ptx-spec__grid div:last-child {
  border-right: none;
}

.ptx-spec__grid span {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.52);
}

.ptx-spec__grid strong {
  font-size: 15px;
  line-height: 1.4;
}


.ptx-target {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(266px, 266px);
  align-items: center;
  border-bottom: 2px solid #fff;
}

.ptx-target__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.ptx-target__list li {
  position: relative;
  padding: 0 0 0 29px;
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

.ptx-target__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}


.ptx-panel {
  padding: 86px 24px 72px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    transparent;
  text-align: center;
}

.ptx-panel p {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.82);
}

.ptx-panel__lead {
  margin-bottom: 14px !important;
}

.ptx-panel__spacer {
  height: 26px;
}

.ptx-precautions {
  padding: 84px 24px 110px;

  text-align: center;
}

.ptx-precautions h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 3vw, 54px);
  font-weight: 400;
}

.ptx-precautions ul {
  list-style: none;
  margin: 34px auto 0;
  padding: 0;
  width: min(100%, 980px);
  display: grid;
  gap: 16px;
}

.ptx-precautions li {
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.74);
}

.ptx-outro {
  position: relative;
  min-height: 540px;
  background: url("/img/sub/signature_03/sig_07_bg.jpg") center center / cover no-repeat;
}

.ptx-outro__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 17, 10, 0.24);
}

.ptx-outro__inner {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0 24px 96px;
}

.ptx-outro__inner p {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 2.6vw, 30px);
}

.ptx-outro__inner h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.ptx-outro__inner strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .ptx-benefits,
  .ptx-info,
  .ptx-target {
    grid-template-columns: 1fr;
  }

  .ptx-info__media,
  .ptx-target__media {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .ptx-section {
    padding: 80px 0;
  }

  .ptx-hero {
    min-height: 680px;
    background-position: center center;
  }

  .ptx-hero__inner {
    padding: 108px 20px 40px;
  }

  .ptx-container {
    padding: 0 16px;
  }

  .ptx-benefit {
    padding: 28px 22px;
  }

  .ptx-copy-block h4,
  .ptx-spec h4 {
    font-size: 28px;
  }

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

  .ptx-spec__grid div {
    min-height: 72px;
    padding: 10px 8px;
    border-right: none;
  }

  .ptx-spec__grid span,
  .ptx-spec__grid strong {
    word-break: keep-all;
  }

  .ptx-target__list li {
    font-size: 16px;
    padding-left: 30px;
  }

  .ptx-panel,
  .ptx-precautions {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ptx-outro {
    min-height: 420px;
  }

  .ptx-outro__inner {
    padding-bottom: 64px;
  }
}

.ptx-divider-vertical {
  display: block;
  width: 50px;
  height: 1px;
  margin: 12px auto 18px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  color: transparent;
  overflow: hidden;
}