@charset "UTF-8";
/*  회원탈퇴 페이지 스타일 파일입니다. */
.withdrawal-form {
  width: 100%;
  margin-bottom: 75px;
  padding: 30px 0px 100px;
}
.withdrawal-form__title {
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}

/* html 수정으로 인한 스타일 삭제 */
/* .withdrawal-form__desc_wrap {
  width: 100%;
  height: 333px;
  display: flex;
  justify-content: end;
  border-radius: 5px;
  margin-top: 20px;
}
.withdrawal-form__desc {
  width: 600px;
  padding: 20px;
  color: var(--gray003);
  font-size: 15px;
  font-weight: 400;
  line-height: -10px;
  background-color: var(--bg-gray);
}
.withdrawal-form__terms_wrap label{
  display: flex;
  align-items: center;
  font-size:18px;
}
.withdrawal-form__terms_wrap input{
  background-color: var(--white)
}
.withdrawal-form__terms_wrap {
  color:var(--secondary)
}
.withdrawal-form__terms_wrap span{
  color:var(--warning);
}
.withdrawal-form__terms_wrap.terms2{
  margin-top:20px;
}
.withdrawal-form__terms{
  width:560px;
  height:100px;
  overflow-y: scroll;
  background-color: var(--white);
  border-radius: 5px;
  border:1px solid #eaeaea;
  margin-top:9px;
  padding:9px 13px;
  font-size: 10px;
  color:var(--gray002);
} */

/* 약관 스크롤바 */
.withdrawal-form__term-wrap::-webkit-scrollbar {
  width: 10px !important;
}
.withdrawal-form__term-wrap::-webkit-scrollbar-thumb {
  background-color: var(--secondary) !important;
}
.withdrawal-form__term-wrap::-webkit-scrollbar-track {
  background-color: #ededed;
  background-clip: padding-box !important;
  border: 4px solid transparent !important;
  border-radius: inherit;
}

.withdrawal-form__sub-title {
  padding: 18px 0;
  margin-top: 75px;
  font-size: 18px;
  border-bottom: 1px solid var(--black);
}
.withdrawal-form__item-wrap {
  display: flex;
  margin-top: 20px;
}

.withdrawal-form__item-wrap label {
  width: 150px;
  height: 40px;
  line-height: 22px;
  padding: 9px 0;
  flex-shrink: 0;
}

.withdrawal-form__input-wrap input {
  width: 446px;
  height: 40px;
  font-size: 14px;
  border-radius: 5px;
}

.withdrawal-form__input-wrap .text-area {
  resize: none;
  width: 600px;
  height: 119px;
  border-radius: 5px;
}
.withdrawal-form__input-wrap .character-counter__status span {
  font-size: 14px;
}
.withdrawal-form__input-wrap .character-counter__count {
  font-weight: 700;
}

.withdrawal-form__termContents {
  display: flex;
  justify-content: flex-end;
}

.withdrawal-form__term-wrap {
  padding: 20px;
  margin-top: 20px;
  height: 333px;
  width: 600px;
  background-color: var(--bg-gray);
  border-radius: 5px;
  color: var(--gray002);
  overflow: auto;
}
.withdrawal-form__checkbox-wrap {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.withdrawal-form__checkbox {
  width: 600px;
  display: flex;
  align-items: center;
}
.withdrawal-form__checkbox input {
  background-color: var(--bg-gray);
}
.withdrawal-form__item-label {
  margin-bottom: auto;
  padding-top: 15px;
}
.dot--r-must {
  font-size: 18px;
}
.withdrawal-form__checkbox .form-check__label {
  font-size: 18px;
  color: var(--secondary);
}
.withdrawal-form .btn-group {
  margin-top: 40px;
}
.withdrawal-style .title-modal__title {
  text-align: center; /* 회원 탈퇴 페이지만 모달 title 수정 */
}
.withdrawal-profile-form__style {
  display: block;
  width: 753px;
}
.withdrawal-btn-group {
  margin-top: 97px !important;
}
.btn--lg--withdrawal {
  padding: 14px 58px;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.fixed-btn-group {
  padding-top: 30px;
}