@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url("https://webfontworld.github.io/sangju/SangjuDajungdagam.css");
/**************************************** apply 시작*/
.apply__btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.apply__btn_wrap .btn.btn--t1 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.apply_form__container {
  width: 100%;
}
.apply_form__container .form__container {
  margin-top: 80px;
}
.apply_form__container .submit_container .btn.return {
  display: none;
}

/**************************************** apply 끝*/
@media screen and (max-width: 768px) {
  .apply_form__container .form__container {
    margin-top: 3.125rem;
  }
}/*# sourceMappingURL=sub03.css.map */