@charset "UTF-8";
/* 회원 탈퇴 페이지 스타일 파일입니다. */
.withdrawal-form {
margin: 30px 20px 100px;
}
.withdrawal-form__name-wrap {
padding-bottom: 20px;
border-bottom: 2px solid var(--color-base-black);
}
.withdrawal-form__name-wrap p {
font-size: 18px;
font-weight: 700;
color: var(--color-base-black);
}
.withdrawal-form__name-wrap span {
font-weight: 400;
margin-left: 5px;
}
.withdrawal-form__item-wrap {
margin-top: 30px;
}
.withdrawal-form__input-wrap {
margin-top: 10px;
position: relative;
}
.withdrawal-form__input-wrap .text-area {
resize: none;
min-height: 190px;
border-radius: 8px;
}
.withdrawal-form__term-wrap {
margin-top: 40px;
min-height: 100px;
max-height: 240px;
background-color: var(--gray100);
padding: 20px;
overflow: auto;
}
.withdrawal-form__checkbox .form-check__label {
font-size: 14px;
}
.withdrawal-form__checkbox .form-check {
align-items: baseline;
}
.withdrawal-form__checkbox .form-check input {
margin-top: 2px;
background-position: 5px 4px;
}
.withdrawal-form .btn-group {
margin-top: 80px;
flex-direction: column;
}
/* 회원탈퇴 추가 css */
.l-title {
font-size: 16px;
padding-bottom: 10px;
}
.withdrawal_txt {
font-size: 14px;
padding: 15px 0;
display: flex;
gap: 10px;
flex-direction: column;
border-bottom: 1px solid #d9d9d9;
}
.withdrawal_reason_list {
margin-top: 23px;
font-size: 14px;
display: flex;
flex-direction: column;
gap: 10px;
}
.dot--r-must::after {
display: none;
}
.btn-group .btn {
flex: auto;
}
/* .password-authentication-form__button-wrap {
position: fixed;
width: calc(100% - 40px);
left: 50%;
transform: translateX(-50%);
bottom: 30px;
} */
.character-counter__status--character {
position: absolute;
right: 20px;
bottom: 20px;
}
.withdrawal-form__checkbox-wrap {
margin-top: 10px;
}