@charset "UTF-8";
.wrapper {
  max-width: 768px;
  margin: 0 auto;
}

.application {
  padding: 80px 40px;
}
.application .sheet-header {
  text-align: left;
}
.application .sheet-header h3 {
  margin-bottom: 60px;
  color: #000;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}
.application .sheet-header .close-button {
  display: none;
}
.application .sheet-contents .content-title {
  text-align: left;
}
.application .sheet-contents .content-title .desc {
  color: #858585;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
}
.application .sheet-contents .content-title h4 {
  margin-top: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.application #inquiry {
  margin-top: 62px;
}
.application #inquiry .form_box .input_item p {
  margin-bottom: 10px;
  color: #000;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
}
.application #inquiry .form_box .input_item p.reqiured::after {
  margin-left: 4px;
  font-size: 18px;
}
.application #inquiry .form_box .input_item + .input_item {
  margin-top: 40px;
}
.application #inquiry .form_box input[type=text], .application #inquiry .form_box input[type=tel] {
  background-color: #f4f6ff;
}
.application #inquiry .form_box select {
  background-color: #f4f6ff;
}
.application #inquiry .area_button {
  margin-top: 100px;
}
.application #inquiry .area_button .submit_desc {
  margin-bottom: 60px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 146.667% */
  letter-spacing: -0.6px;
}
.application .privacy-box div[class^=checkbox-] input[type=checkbox] + label {
  color: #c6c6c6;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}
.application .privacy-box div[class^=checkbox-] input[type=checkbox] + label::before {
  background-image: url(../images/check_250202.svg);
}
.application .privacy-box div[class^=checkbox-] input[type=checkbox]:checked + label {
  color: #222;
  font-weight: 700;
}
.application .privacy-box div[class^=checkbox-] input[type=checkbox]:checked + label::before {
  background-image: url(../images/checked_250202.svg);
}
.application .privacy-box .all-check-comment {
  margin-left: 10px;
  color: #c6c6c6;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
}
.application .privacy-box .btn_privacy {
  width: 12px;
  height: 24px;
}

/* 화면 크기가 600px 이하일 때 */
@media screen and (max-width: 640px) {
  .application {
    padding: 40px 20px;
  }
  .application .sheet-header {
    text-align: left;
  }
  .application .sheet-header h3 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .application .sheet-contents .content-title .desc {
    color: #858585;
    font-family: Pretendard;
    font-size: 14px;
  }
  .application .sheet-contents .content-title h4 {
    margin-top: 6px;
    font-size: 22px;
  }
  .application #inquiry {
    margin-top: 30px;
  }
  .application #inquiry .form_box .input_item p {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .application #inquiry .form_box .input_item p.reqiured::after {
    margin-left: 2px;
    font-size: 14px;
  }
  .application #inquiry .form_box .input_item + .input_item {
    margin-top: 18px;
  }
  .application #inquiry .area_button {
    margin-top: 60px;
  }
  .application #inquiry .area_button .submit_desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 16px;
    /* 146.667% */
  }
  .application .privacy-box div[class^=checkbox-] input[type=checkbox] + label {
    color: #c6c6c6;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
  }
  .application .privacy-box .all-check-comment {
    margin: 4px 0 0 0;
    font-size: 12px;
  }
  .application .privacy-box .btn_privacy {
    width: 12px;
    height: 24px;
  }
}/*# sourceMappingURL=styles_250202.css.map */