.contact-message {
  background: rgba(0, 0, 0, 0.8);
  height: 668px;
  color: #fff;
  text-align: center;
}
.contact-message h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 56px; /* 155.556% */
  letter-spacing: -0.36px;
  margin: 232px 0 16px;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .contact-message {
    height: 512px;
  }
  .contact-message h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px; /* 175% */
    margin: 178px 0 10px;
  }
}
@media (max-width: 1023px) {
  .contact-message {
    height: 512px;
  }
  .contact-message h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px; /* 175% */
    margin: 178px 0 10px;
  }
}
@media (max-width: 767px) {
  .contact-message {
    height: 380px;
  }
  .contact-message h3 {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    margin: 102px 0 16px;
  }
}

.input-wrap {
  border-bottom: 4px solid #fff;
  display: flex;
  align-items: center;
}
.input-wrap label {
  width: 100%;
}
.input-wrap input,
.input-wrap textarea {
  width: 100%;
  background: transparent;
  font-size: 32px;
  font-weight: 400;
  line-height: 52px; /* 162.5% */
  color: #fff;
  padding: 12px 0 8px;
}
.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: #7c7c7c;
}
.input-wrap.file .btn {
  color: #fff;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px; /* 183.333% */
  text-decoration-line: underline;
  cursor: pointer;
}
.input-wrap.file input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.input-wrap textarea {
  width: 100%;
  padding: 0;
  height: 267px;
  background: repeating-linear-gradient(to right, transparent 0 5px, #000 0 8px), repeating-linear-gradient(to bottom, transparent 0 calc(2.9em - 2px), #7c7c7c 0 2.9em) #000;
  line-height: 98px;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .input-wrap input,
  .input-wrap textarea {
    font-size: 20px;
    line-height: 32px; /* 160% */
    padding: 18px 0 14px;
  }
  .input-wrap.file .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  .input-wrap textarea {
    height: 200px;
    padding: 0;
    background: repeating-linear-gradient(to right, transparent 0 5px, #000 0 8px), repeating-linear-gradient(to bottom, transparent 0 calc(2.6em - 2px), #7c7c7c 0 2.6em) #000;
    line-height: 54px;
  }
}
@media (max-width: 1023px) {
  .input-wrap input,
  .input-wrap textarea {
    font-size: 20px;
    line-height: 32px; /* 160% */
    padding: 18px 0 14px;
  }
  .input-wrap.file .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  .input-wrap textarea {
    padding: 0;
    height: 200px;
    background: repeating-linear-gradient(to right, transparent 0 5px, #000 0 8px), repeating-linear-gradient(to bottom, transparent 0 calc(3.4em - 2px), #7c7c7c 0 3.4em) #000;
    line-height: 74px;
  }
}
@media (max-width: 767px) {
  .input-wrap input,
  .input-wrap textarea {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    padding: 16px 0 14px;
  }
  .input-wrap.file .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px; /* 150% */
  }
  .input-wrap textarea {
    padding: 0;
    background: repeating-linear-gradient(to right, transparent 0 5px, #000 0 8px), repeating-linear-gradient(to bottom, transparent 0 calc(4.9em - 2px), #7c7c7c 0 4.9em) #000;
    line-height: 75px;
  }
}

.radio-box input {
  display: none;
}
.radio-box input:checked + label {
  background: #fff;
  color: #000;
}
.radio-box label {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 52px; /* 162.5% */
  padding: 24px 0;
  cursor: pointer;
  border: 1px solid #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.radio-box label:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .radio-box label {
    font-size: 20px;
    line-height: 32px; /* 166.667% */
  }
}
@media (max-width: 1023px) {
  .radio-box label {
    font-size: 24px;
    line-height: 40px; /* 166.667% */
  }
}
@media (max-width: 767px) {
  .radio-box label {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    padding: 16px 0;
  }
}

.contact-form {
  background: #000;
  color: #fff;
  padding: 162px 0 160px;
}
.contact-form .inner {
  display: flex;
  flex-direction: column;
  gap: 250px;
}
.contact-form .form-title {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.contact-form .form-title p {
  font-size: 48px;
  font-weight: 700;
  line-height: 68px; /* 141.667% */
}
.contact-form .form-title span {
  color: #8e8e8e;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
  margin-left: 16px;
  display: block;
}
.contact-form .reason-form {
  display: grid;
  column-gap: 100px;
  row-gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.contact-form .reason-form + .input-wrap {
  margin-top: 100px;
}
.contact-form .user-info {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
}
.contact-form .user-info .full {
  grid-column: 1/3;
}
.contact-form .know-form {
  display: grid;
  column-gap: 37px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.contact-form .know-form + .input-wrap {
  margin-top: 62px;
}
.contact-form .end {
  margin-top: -210px;
  padding-top: 120px;
  border-top: 1px solid #6c6c6c;
}
.contact-form .primary-btn {
  display: flex;
  width: 406px;
  height: 124px;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px; /* 150% */
  margin: 0 auto;
}
.contact-form .primary-btn:disabled {
  background: #a6c5ff;
  cursor: initial;
}
.contact-form .check-box input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.contact-form .check-box input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 61px;
  cursor: pointer;
}
.contact-form .check-box input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 45px;
  height: 45px;
  text-align: center;
  background: url("/assets/images/icon/check_off.svg") no-repeat;
  box-sizing: border-box;
  background-size: cover;
}
.contact-form .check-box input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 45px;
  height: 45px;
  background: center url("/assets/images/icon/check_on.svg") no-repeat;
  background-size: cover;
}
.contact-form .check-box input[type=checkbox] + label span {
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.5);
  color: #b3b3b4;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 162.5% */
}
.contact-form .check-box button {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px; /* 183.333% */
  text-decoration-line: underline;
  background: transparent;
  margin-left: 16px;
  margin-bottom: 4px;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .contact-form {
    padding: 100px 0;
  }
  .contact-form .inner {
    gap: 140px;
  }
  .contact-form .form-title {
    margin-bottom: 50px;
  }
  .contact-form .form-title p {
    font-size: 36px;
    line-height: 56px; /* 155.556% */
  }
  .contact-form .form-title span {
    font-size: 20px;
    line-height: 35px; /* 175% */
  }
  .contact-form .form-title.privacy-title {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .contact-form .form-title.privacy-title span {
    margin-left: 0;
  }
  .contact-form .reason-form {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .contact-form .reason-form + .input-wrap {
    margin-top: 60px;
  }
  .contact-form .user-info {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .contact-form .know-form {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .contact-form .know-form li:last-child {
    grid-column: 1/3;
  }
  .contact-form .know-form + .input-wrap {
    margin-top: 25px;
  }
  .contact-form .end {
    margin-top: -40px;
    padding-top: 100px;
    border-color: #fff;
  }
  .contact-form .primary-btn {
    font-size: 20px;
    line-height: 32px; /* 160% */
    letter-spacing: -0.2px;
    width: 153px;
    height: 64px;
  }
  .contact-form .check-box input[type=checkbox] + label {
    padding-left: 51px;
  }
  .contact-form .check-box input[type=checkbox] + label:before {
    width: 35px;
    height: 35px;
  }
  .contact-form .check-box input[type=checkbox]:checked + label:after {
    width: 35px;
    height: 35px;
  }
  .contact-form .check-box input[type=checkbox] + label span {
    font-size: 20px;
    line-height: 32px; /* 160% */
    margin-top: 4px;
    display: block;
  }
  .contact-form .check-box button {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}
@media (max-width: 1023px) {
  .contact-form {
    padding: 100px 0;
  }
  .contact-form .inner {
    gap: 100px;
  }
  .contact-form .form-title {
    margin-bottom: 60px;
  }
  .contact-form .form-title p {
    font-size: 36px;
    line-height: 56px; /* 155.556% */
  }
  .contact-form .form-title span {
    font-size: 20px;
    line-height: 35px; /* 175% */
  }
  .contact-form .form-title.privacy-title {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .contact-form .form-title.privacy-title span {
    margin-left: 0;
  }
  .contact-form .reason-form {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .contact-form .reason-form + .input-wrap {
    margin-top: 60px;
  }
  .contact-form .user-info {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .contact-form .user-info li:nth-child(2) {
    display: none;
  }
  .contact-form .user-info .full {
    grid-column: 1/1;
  }
  .contact-form .know-form {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .contact-form .know-form li:last-child {
    grid-column: 1/3;
  }
  .contact-form .know-form + .input-wrap {
    margin-top: 25px;
  }
  .contact-form .end {
    margin-top: -40px;
    padding-top: 100px;
    border-color: #fff;
  }
  .contact-form .primary-btn {
    font-size: 20px;
    line-height: 32px; /* 160% */
    letter-spacing: -0.2px;
    width: 153px;
    height: 64px;
  }
  .contact-form .check-box input[type=checkbox] + label {
    padding-left: 51px;
  }
  .contact-form .check-box input[type=checkbox] + label:before {
    width: 35px;
    height: 35px;
  }
  .contact-form .check-box input[type=checkbox]:checked + label:after {
    width: 35px;
    height: 35px;
  }
  .contact-form .check-box input[type=checkbox] + label span {
    font-size: 20px;
    line-height: 32px; /* 160% */
    margin-top: 4px;
    display: block;
  }
  .contact-form .check-box button {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 60px 0;
  }
  .contact-form .inner {
    gap: 60px;
  }
  .contact-form .form-title {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: start;
  }
  .contact-form .form-title p {
    font-size: 24px;
    line-height: 36px; /* 150% */
  }
  .contact-form .form-title span {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    margin-left: 0;
  }
  .contact-form .reason-form {
    row-gap: 16px;
  }
  .contact-form .reason-form + .input-wrap {
    margin-top: 16px;
  }
  .contact-form .user-info {
    gap: 16px;
  }
  .contact-form .know-form {
    gap: 10px;
  }
  .contact-form .know-form + .input-wrap {
    margin-top: 8px;
  }
  .contact-form .end {
    margin-top: -28px;
    padding-top: 60px;
  }
  .contact-form .primary-btn {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
    width: 107px;
    height: 48px;
  }
  .contact-form .check-box input[type=checkbox] + label {
    padding-left: 24px;
  }
  .contact-form .check-box input[type=checkbox] + label:before {
    width: 16px;
    height: 16px;
  }
  .contact-form .check-box input[type=checkbox]:checked + label:after {
    width: 16px;
    height: 16px;
  }
  .contact-form .check-box input[type=checkbox] + label span {
    font-size: 12px;
    line-height: 18px; /* 150% */
    margin-top: 3px;
  }
  .contact-form .check-box button {
    font-size: 12px;
    line-height: 18px; /* 150% */
    margin-left: 8px;
  }
}

/*# sourceMappingURL=index.css.map */
