.contact-step {
  max-width: 1200px;
  margin: 24px 20px 80px;
}

  .contact-step .section-title {
  margin-bottom: 1.25rem;
}

  @media (min-width: 768px) {

  .contact-step .section-title {
    margin-bottom: 1.5rem;
  }
}

  @media (min-width: 1024px) {

  .contact-step .section-title {
    margin-bottom: 3rem;
  }
}

  .contact-step h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

  @media (min-width: 1024px) {

  .contact-step h1 {
    font-size: 2.75rem;
  }
}

  .contact-step h1 {
    line-height: normal;
  }

  .contact-step .section-title p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

  @media (min-width: 576px) {.contact-step {
    margin: 24px 20px 80px
}
  }

  @media (min-width: 768px) {.contact-step {
    margin: 36px 32px 80px
}
  }

  @media (min-width: 1024px) {.contact-step {
    margin: 74px 60px 80px
}
  }

  @media (min-width: 1440px) {.contact-step {
    margin: 74px auto 80px
}
  }

  @media (min-width: 1920px) {.contact-step {
    max-width: 1400px
}
  }

  .contact-step .content-box {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-radius: 12px;
  padding: 1.25rem;
}

  @media (min-width: 1024px) {

  .contact-step .content-box {
    gap: 3.75rem;
  }
}

  .contact-step .content-box {
    background: rgba(30, 30, 30, 0.6);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }

  @media (min-width: 1024px) {

  .contact-step .content-box {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
    }

  .contact-step .content-box h2 {
  font-size: 1.125rem;
  font-weight: 500;
}

  @media (min-width: 1024px) {

  .contact-step .content-box h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}

  .contact-step .content-topic {
  margin-bottom: 1.5rem;
}

  @media (min-width: 576px) {

  .contact-step .content-topic {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

  .contact-step .content-topic .notice {
  position: relative;
  margin-top: 0.25rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

  @media (min-width: 576px) {

  .contact-step .content-topic .notice {
    margin-top: 0px;
    padding-left: 0px;
  }
}

  .contact-step .content-topic .notice::after {
        content: '*';
        font-family: 'Noto Sans TC', 'system-ui', '-apple-system', 'Segoe UI',
          'Roboto', 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', 'Arial',
          'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
          'Noto Color Emoji';
        position: absolute;
        left: 0px;
        top: 0px;
        --tw-text-opacity: 1;
        color: rgb(255 103 0 / var(--tw-text-opacity, 1));
      }

  @media (min-width: 576px) {

  .contact-step .content-topic .notice::after {
    left: -12px;
  }
}

  .contact-step .contact-step-bottom {
  margin-top: 2rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 1rem;
}

  @media (min-width: 1024px) {

  .contact-step .contact-step-bottom {
    margin-top: 2.5rem;
    flex-direction: row;
    gap: 1.5rem;
  }
}

  .contact-step .confirm-table {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

  .contact-step .confirm-table td {
      padding: 0;
      vertical-align: top;
    }

  .contact-step .confirm-table .head {
  text-wrap: nowrap;
  --tw-text-opacity: 1;
  color: rgb(213 214 215 / var(--tw-text-opacity, 1));
}

  .contact-step .confirm-table .info {
      word-break: break-word;
      text-align: right;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

  @media (min-width: 576px) {

  .contact-step .confirm-table .info {
    text-align: left;
  }
}

  .contact-step .confirm-table tr:not(:last-child) .head {
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

  .contact-step .confirm-table tr:not(:last-child) .info {
  padding-bottom: 1.5rem;
}

  .contact-step .policy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

  .contact-step .policy p {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  --tw-text-opacity: 1;
  color: rgb(213 214 215 / var(--tw-text-opacity, 1));
}

  .contact-step .policy .note {
  margin-top: 1.25rem;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

  @media (min-width: 576px) {

  .contact-step .policy .note {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

  @media (min-width: 1024px) {

  .contact-step .policy .note {
    margin-top: 1.5rem;
  }
}

  .contact-step .policy .note {
      background: rgba(255, 255, 255, 0.02);
    }

  .contact-step .policy .twm-checkbox label {
      font-size: 1rem;
    }

.modal.status-modal {
    text-align: center;
  }

.modal.status-modal .status-img {
      width: 60px;
      height: 60px;
      top: -48px;
      position: absolute;
    }

@media (min-width: 768px) {
      .modal.status-modal .status-img {
        width: 84px;
        height: 84px;
        top: -66px;
      }
    }

.modal.status-modal .status-title {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem !important;
  font-size: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .modal.status-modal .status-title {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

/*# sourceMappingURL=contact-step.css.map */
