.mypage-modify .section-title {
    margin-bottom: 30px;
}
.mypage-modify .user-profile-img {
    margin-left: 12px;
}
.user-profile > div:last-of-type > p {
    font-size: 14px;
    color: #8E8E8E;
}
.user-profile > div:last-of-type > a {
    padding: 6px 55px;
    color: #E1772D;
    border: 1px solid #BABABA;
    border-radius: 20px;
}

.profile-update {
    padding: 16px;
}

.profile-update-form {
    margin-bottom: 20px;
}
.profile-update-form:last-of-type {
    margin-bottom: 32px;
}
.profile-update-form > label {
    display: block;
    margin-bottom: 8px;
}
.profile-update-form > input {
    width: 100%;
}
.profile-update-form > input::placeholder {
    color: #BABABA;
    font-size: 14px;
}

.profile-update-form .btn-type1 {
    margin-left: 6px;
}
.profile-update-form .btn-cancel {
    font-size: 14px;
    margin-right: 12px;
}
.profile-update-form .check-btn {
    width: auto;
    font-size: 14px;
}

.profile-update-form select {
    width: 100%;
    height: 36px;
    font-size: 14px;
    border: 1px solid #BABABA;
    border-radius: 10px;
}
.select-decs {
    color: #3F4254;
}

.agree {
    font-size: 14px;
}

.membership-leave {
    margin-top: 18px;
}
.membership-leave > p,
.membership-leave > a {
    font-size: 14px;
    color: #BABABA;
}