@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');

:root {
  --font-cjk: 'Noto Sans KR', sans-serif;
}

#error-area::before {
  content: '입력 에러가 발생했습니다.';
}

#new-request-form label span[aria-hidden="true"]::before {
  content: '필수';
}
.form-wrapper .check-agree .privacy-text {
  padding-left: 0;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .form-wrapper .check-agree .agree-line {
    gap: 3.2vw;
    margin-left: 4.5vw;
  }
}
