@charset "UTF-8";
/*  회원탈퇴 페이지 스타일 파일입니다. */
.withdrawal-form {
  margin: 60px 152px 120px;
  min-width: 588px;
}
.withdrawal-form__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.withdrawal-form__sub-title {
  margin-top: 40px;
}
.withdrawal-form__item-wrap {
  margin-top: 30px;
}
.withdrawal-form__input-wrap {
  margin-top: 10px;
}
.withdrawal-form__input-wrap .text-area {
  resize: none;
  max-height: 82px;
}
.withdrawal-form__input-wrap .character-counter__status span {
  font-size: 14px;
  font-family: "Montserrat";
}
.withdrawal-form__input-wrap .character-counter__count {
  font-weight: 700;
}
.withdrawal-form__term-wrap {
  margin-top: 40px;
  min-height: 100px;
  max-height: 240px;
  background-color: var(--gray100);
  padding: 20px;
  overflow: auto;
}
.withdrawal-form__checkbox-wrap {
  margin-top: 20px;
}
.withdrawal-form__checkbox .form-check__label {
  font-size: 14px;
}
.withdrawal-form .btn-group {
  margin-top: 40px;
}
