.page-verify-shell {
  background: var(--cream-soft);
}

.page-verify {
  background: var(--cream-soft);
}

.verify-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--site-header-height));
  overflow: hidden;
  line-height: 0;
}
.verify-hero__bg {
  display: block;
  width: 100%;
  height: 100%;
}
.verify-hero__content {
  position: absolute;
  top: 30%;
  left: 13.4895833333vw;
  z-index: 1;
  line-height: normal;
}
.verify-hero__title {
  margin: 0 0 0.4166666667vw;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(54px, 3.5416666667vw, 68px);
  line-height: 1.12;
  white-space: nowrap;
}
.verify-hero__en {
  margin: 0 0 2.34375vw;
  color: var(--font-default);
  font-family: "Poppins-Light", serif;
  font-size: clamp(14px, 1.1458333333vw, 22px);
  line-height: 1.5;
}
.verify-hero__desc {
  margin: 0;
  color: var(--font-default);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(14px, 1.1458333333vw, 22px);
  line-height: 1.75;
}
.verify-hero__desc-l2 {
  font-family: "Poppins-Light", serif;
}

.verify-section {
  padding: 13.0208333333vw 13% 12.9166666667vw;
}

.verify-main {
  display: flex;
  justify-content: space-around;
  gap: 10%;
  align-items: start;
  margin: 0 auto;
}

.verify-card {
  display: flex;
  flex-direction: column;
  width: 45%;
  padding: 3.4375vw 1.875vw 3.5416666667vw;
  border: 1px solid #876439;
  background: #f7eee4;
}
.verify-card__sample {
  width: 100%;
  height: auto;
}
.verify-card__divider {
  display: flex;
  align-items: center;
  gap: 0.9375vw;
  margin: 2.5vw 0 1.3541666667vw;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.verify-card__divider::before, .verify-card__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(87, 87, 87, 0.5019607843);
}
.verify-card__input {
  display: flex;
  width: 100%;
  height: 3.4375vw;
  min-height: 50px;
  border: 1px solid rgba(87, 87, 87, 0.2117647059);
  background: #f7eee4;
}
.verify-card__input input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #1c1713;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(13px, 0.8333333333vw, 16px);
  letter-spacing: 0.02em;
  padding: 0 1.25vw;
}
.verify-card__input input:focus {
  outline: none;
}
.verify-card__input input::placeholder {
  color: #575757;
}
.verify-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5208333333vw;
  width: 100%;
  height: 3.4375vw;
  min-height: 50px;
  margin-top: 0.8333333333vw;
  border: 0;
  background-image: linear-gradient(1deg, #e2c6a1 0%, #6f492b 100%), linear-gradient(#b28f60, #b28f60);
  background-blend-mode: normal, normal;
  color: #ffffff;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(14px, 1.1458333333vw, 22px);
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s ease;
}
.verify-card__button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}
.verify-card__search {
  width: 1.0416666667vw;
  min-width: 16px;
  height: auto;
}
.verify-card__error {
  margin-top: 1.1458333333vw;
  padding: 1.1458333333vw 1.25vw;
  border: 1px solid rgba(87, 87, 87, 0.2117647059);
  background: rgba(255, 250, 244, 0.56);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
}
.verify-card__error {
  color: #882c23;
  font-size: clamp(13px, 0.8333333333vw, 16px);
  line-height: 1.6;
}

.verify-howto {
  width: 45%;
  padding-top: 1.9791666667vw;
}
.verify-howto__title {
  margin: 0 0 0;
  padding-bottom: 1.4583333333vw;
  border-bottom: 1px solid rgba(87, 87, 87, 0.5019607843);
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(22px, 1.5625vw, 30px);
}

.verify-step {
  display: grid;
  grid-template-columns: 3.75vw 1fr;
  align-items: center;
  min-height: 7.9166666667vw;
  border-bottom: 1px solid rgba(87, 87, 87, 0.5019607843);
}
.verify-step__no {
  font-family: "Poppins-ExtraLight", sans-serif;
  font-size: clamp(24px, 1.875vw, 36px);
}
.verify-step__desc {
  margin: 0;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(14px, 1.1458333333vw, 22px);
}

.verify-dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(76, 75, 72, 0.42);
}
.verify-dialog__panel {
  position: relative;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 96px);
  min-height: 400px;
  padding: 2.6041666667vw 5.7291666667vw 2.0833333333vw;
  border: 1px solid #b1a08a;
  border-radius: 8px;
  background: #fdf1e2;
  box-shadow: 0px 11px 21px 6px rgba(177, 123, 71, 0.15);
}
.verify-dialog__panel--fail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.1666666667vw 5.2083333333vw 4.1666666667vw;
}
.verify-dialog__close {
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.verify-dialog__close img {
  display: block;
  width: 100%;
  height: 100%;
}
.verify-dialog__title {
  margin: 0;
  color: #000000;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(30px, 2.0833333333vw, 40px);
  line-height: 1.25;
  text-align: center;
}
.verify-dialog__desc {
  margin: 1.3541666667vw 0 0;
  color: #575757;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(18px, 1.5625vw, 30px);
  line-height: 1.45;
  text-align: center;
}
.verify-dialog__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6458333333vw;
  margin-top: 1.5625vw;
}
.verify-dialog__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.0833333333vw;
  height: 15.2083333333vw;
}
.verify-dialog__media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.verify-dialog__divider {
  width: 1px;
  height: 17.96875vw;
  background: #e7dccc;
}
.verify-dialog__fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.0833333333vw;
  width: 48%;
  margin: 0;
  color: rgba(177, 160, 138, 0.2117647059);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 1.35;
}
.verify-dialog__field {
  display: flex;
  align-items: baseline;
}
.verify-dialog__field dt {
  flex: 0 0 auto;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  color: #654221;
}
.verify-dialog__field dd {
  margin: 0;
  word-break: break-all;
  color: #000000;
}
.verify-dialog__tips {
  margin: 3.0208333333vw 0 0;
  color: #4d4842;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(16px, 1.3020833333vw, 25px);
  line-height: 1.55;
  text-align: center;
}
.verify-dialog__tips ol {
  margin: 1.3020833333vw 0 0;
  padding: 0;
  list-style-position: inside;
}
.verify-dialog__tips li {
  margin: 0;
}
.verify-dialog__tips-title {
  display: flex;
  align-items: center;
  gap: 1.1458333333vw;
  margin: 0;
  color: #000000;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(16px, 1.3020833333vw, 25px);
  line-height: 1.3;
}
.verify-dialog__tips-title::before, .verify-dialog__tips-title::after {
  width: 7.4479166667vw;
  content: "";
  flex: 1;
  height: 1px;
  background: #e0d4c5;
}
