.contact-body {
  background: #fff;
  overflow-x: clip;
}

.contact-body .contact-hero h1 {
  font-family: Pretendard, sans-serif;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1.18;
}

.contact-body .contact-hero p {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.65;
}

.contact-body .contact-form-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 48px;
  border-radius: 32px 32px 0 0;
  background: #fff;
}

.contact-body .contact-main::before {
  content: "veryeasy 실제로 검색되는 웹사이트!　veryeasy 실제로 검색되는 웹사이트!　veryeasy 실제로 검색되는 웹사이트!　veryeasy 실제로 검색되는 웹사이트!　";
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 0;
  width: max-content;
  color: rgba(17, 17, 17, 0.03);
  font-family: Pretendard, Arial, sans-serif;
  font-size: clamp(88px, 12vw, 190px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.065em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  will-change: transform;
  animation: contact-watermark-roll 26s linear infinite;
}

@keyframes contact-watermark-roll {
  from {
    transform: translate3d(0, -50%, 0);
  }

  to {
    transform: translate3d(-50%, -50%, 0);
  }
}

.contact-body .contact-hero,
.contact-body .contact-form-wrap {
  position: relative;
  z-index: 3;
}

.contact-body .contact-step {
  border: 1px solid #e7e5e1;
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0 8px 24px rgba(40, 36, 30, .035);
}

.contact-body .contact-step h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.32;
}

.contact-body .contact-step h2 small {
  font-size: 13px;
  font-weight: 500;
}

.contact-body .contact-service strong,
.contact-body .contact-portfolio-selected strong {
  font-size: 15px;
  font-weight: 500;
}

.contact-body .contact-service em,
.contact-body .contact-choice span,
.contact-body .contact-label,
.contact-body .contact-input,
.contact-body .contact-textarea {
  font-size: 14px;
}

.contact-body .contact-portfolio-actions button {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.contact-body #contact-portfolio-open {
  border-color: #151412;
  background: #151412;
  color: #fff;
}

.contact-body #contact-portfolio-clear {
  border-color: #deddd9;
  background: #f5f4f1;
  color: #35332f;
}

.contact-faq-shell {
  margin-top: 118px;
}

.contact-faq-shell .dark-wrap {
  margin-top: 0;
}

@media (hover: hover) {
  .contact-body #contact-portfolio-open:hover {
    border-color: #36332e;
    background: #36332e;
  }
}

@media (max-width: 767px) {
  .contact-body .contact-hero {
    padding-top: 132px;
  }

  .contact-body .contact-main::before {
    font-size: clamp(72px, 22vw, 104px);
    animation-duration: 20s;
  }

  .contact-body .contact-form-section {
    margin-top: 36px;
    border-radius: 28px 28px 0 0;
  }

  .contact-body .contact-hero h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .contact-body .contact-hero p {
    font-size: 14px;
    line-height: 1.55;
  }

  .contact-body .contact-step h2 {
    font-size: 16px;
    line-height: 1.3;
  }

  .contact-body .contact-step h2 small {
    font-size: 12px;
  }

  .contact-body .contact-service strong,
  .contact-body .contact-portfolio-selected strong {
    font-size: 14px;
  }

  .contact-body .contact-service em,
  .contact-body .contact-choice span,
  .contact-body .contact-label,
  .contact-body .contact-input,
  .contact-body .contact-textarea {
    font-size: 13px;
  }

  .contact-body .contact-portfolio-actions button {
    min-height: 40px;
    padding-inline: 15px;
    font-size: 12px;
  }

  .contact-faq-shell {
    margin-top: 88px;
  }
}
