@font-face {
  font-family: "Adobe Myungjo Std M";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Adobe Myungjo Std M.otf") format("opentype");
}

@font-face {
  font-family: "THEmpgtR";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/THEmpgtR.otf") format("opentype");
}

.validated-summary-page {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 80px);
  background: #fae5d7;
  overflow-x: clip;
}

.validated-summary-inner {
  width: 1175px;
  padding-top: 120px;
  padding-bottom: 0;
  text-align: center;
}

.validated-summary-title {
  margin: 0;
  color: var(--poster-orange);
  font-family: "Gesture", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-variant-ligatures: common-ligatures discretionary-ligatures;
  font-feature-settings: "liga" 1, "dlig" 1, "calt" 1;
}

.validated-summary-names {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 28px;
  margin-top: 40px;
}

.validated-summary-label {
  color: var(--poster-orange);
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 29.7px;
  line-height: 1;
}

.validated-summary-name {
  color: #4c4948;
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 29.7px;
  line-height: 1;
}

.validated-summary-copy {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  margin: 100px 0 0;
  color: var(--poster-orange);
}

.validated-summary-x {
  font-family: "Adobe Myungjo Std M", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.validated-summary-copy-text {
  font-family: "THEmpgtR", "GmarketSansLight", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.validated-summary-count {
  color: #000;
}

.validated-summary-pills {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 34px;
}

.validated-summary-pill-item {
  width: 103px;
  text-align: center;
}

.validated-summary-pill-number {
  margin: 0 0 10px;
  color: #000;
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 26px;
  line-height: 1;
}

.validated-summary-pill {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 70px;
  border: 6px solid #b48e7d;
  border-radius: 999px;
  color: var(--poster-orange);
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 26px;
  line-height: 1;
  box-sizing: border-box;
}

.validated-summary-arrow {
  width: 51px;
  height: 30px;
  margin: 138px auto 0;
  position: relative;
}

.validated-summary-arrow::before,
.validated-summary-arrow::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 36px;
  height: 1px;
  background: var(--poster-orange);
}

.validated-summary-arrow::before {
  left: 0;
  transform: rotate(45deg);
  transform-origin: left center;
}

.validated-summary-arrow::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right center;
}

.validated-detail-list {
  margin-top: 128px;
  padding-bottom: 280px;
}

.validated-detail-section {
  color: #4d4d4d;
  text-align: center;
}

.validated-detail-section + .validated-detail-section {
  margin-top: 150px;
}

.validated-detail-number {
  margin: 0;
  color: #878780;
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 70px;
  line-height: 1;
}

.validated-detail-title-group {
  margin-top: 50px;
}

.validated-detail-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
  margin: 0;
  color: var(--poster-orange);
  font-weight: 400;
  line-height: 1;
}

.validated-detail-code {
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 48px;
  letter-spacing: 0.02em;
}

.validated-detail-local {
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 39px;
  letter-spacing: -0.1em;
  position: relative;
  top: -5px;
}

.validated-detail-subtitle {
  margin: 26.8px 0 0;
  color: #000;
  font-family: "DINPro-Light", "DIN Pro", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.validated-detail-note {
  margin: 45px 0 0;
  color: var(--poster-orange);
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.validated-detail-copy {
  margin: 12px 0 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.1em;
}

.validated-detail-copy br {
  line-height: 34px;
}

.validated-detail-images {
  display: grid;
  grid-template-columns: repeat(5, 203px);
  justify-content: center;
  column-gap: 17px;
  row-gap: 40px;
  margin-top: 90px;
}

.validated-detail-figure {
  margin: 0;
  text-align: left;
}

.validated-detail-image-label {
  min-height: 20px;
  margin: 0 0 8px;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.06em;
}

.validated-detail-image-frame {
  width: 203px;
  height: 268px;
  padding: 9px;
  background: #fff;
  box-sizing: border-box;
}

.validated-detail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.validated-detail-images--large {
  grid-template-columns: repeat(2, 320px);
  column-gap: 120px;
}

.validated-detail-images--large .validated-detail-image-label {
  min-height: 58px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 26px;
}

.validated-detail-image-sublabel {
  display: block;
  font-size: 15px;
  line-height: 22px;
}

.validated-detail-images--large .validated-detail-image-frame {
  width: 320px;
  height: 243px;
}

@media (max-width: 1125px) {
  .validated-summary-inner {
    width: min(100%, 520px);
    padding: 100px 28px 0;
  }

  .validated-summary-title {
    font-size: 48px;
  }

  .validated-summary-names,
  .validated-summary-copy,
  .validated-summary-pills {
    flex-wrap: wrap;
  }

  .validated-detail-title {
    flex-wrap: wrap;
  }

  .validated-detail-local {
    font-size: 32px;
  }

  .validated-detail-images,
  .validated-detail-images--large {
    grid-template-columns: minmax(0, 320px);
  }

  .validated-detail-image-frame,
  .validated-detail-images--large .validated-detail-image-frame {
    width: 100%;
  }
}
