@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .contact {
    height: 11.44186047rem;
    background: center / cover no-repeat url('/assets/static/image2/mcontactbg.jpg');
    justify-content: flex-start;
  }
  .contact .title {
    margin-top: 1.79069767rem;
    margin-bottom: 0;
    font: 700 0.34883721rem "LuxeUnoSemiBold";
  }
  .contact .text {
    margin-top: 0.13953488rem;
    margin-bottom: 0;
    font: 400 0.27906977rem "LuxeUnoLight";
    letter-spacing: 0.01rem;
  }
  .contact .contact-form {
    margin-top: 0.60465116rem;
    align-items: center;
  }
  .contact .contact-form input {
    width: 6.46511628rem;
    height: 0.8372093rem;
    padding-left: 0.13953488rem;
    font: 600 0.27906977rem "LuxeUnoSemiBold";
    margin: 0;
    margin-bottom: 0.27906977rem;
    padding-left: 0.53488372rem;
  }
  .contact .contact-form input:last-child {
    margin-top: 0.27906977rem;
    width: 2.3255814rem;
    height: 0.93023256rem;
    font: 500 0.27906977rem "LuxeUnoBold";
    border-radius: 0.09302326rem;
  }
  .contact .contact-form .agree {
    padding-left: 0.37209302rem;
  }
  .contact .contact-form .agree p {
    font: 400 0.27906977rem "LuxeUnoLight";
    margin-left: 0.18604651rem;
  }
  .contact .contact-form .agree .check {
    width: 0.37209302rem;
    height: 0.37209302rem;
  }
  .contact .contact-form .agree .check {
    width: 0.37209302rem;
    height: 0.37209302rem;
  }
  .contact .contact-form .agree .check::after {
    content: '\f00c';
    color: #c7c7c7;
    font: normal normal normal 0.23255814rem FontAwesome;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 0.37209302rem;
    position: absolute;
    left: 0.06976744rem;
    display: none;
  }
  .contact .verify-result-true {
    margin-top: 0.18604651rem;
    margin-bottom: 0.18604651rem;
  }
  .contact .verify-result-true .verify-text {
    margin-top: 0.37209302rem;
  }
  .contact .verify-result-true .verify-text p {
    font: 400 12px / 16px 'LuxeUnoRegular';
  }
}
