/* 마이페이지 */
.user-page-wrap {
    background: #F6F6F6;
    position: relative;
}
/* 사용자 프로필 정보 */
.user-page-wrap .user-profile-info {
    background: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 0 1.8rem 2.6rem;
}
.user-page-wrap .user-profile-info .btn-profile {
    width: 7.6rem;
    height: 7.6rem;
    background: url("/images/icon/icon-woman.png") no-repeat center;
    background-size: 7.6rem 7.6rem;
    position: relative;
}
.user-page-wrap .user-profile-info .btn-profile::after {
    display: inline-block;
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    background: url("/images/icon/icon-edit.png") no-repeat center;
    background-size: 100% 100%;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.12);
    border-radius: 5rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.user-page-wrap .user-profile-info .btn-profile.woman {
    background: url("/images/icon/icon-woman.png") no-repeat center;
    background-size: 100% 100%;
}
.user-page-wrap .user-profile-info .btn-profile.man {
    background: url("/images/icon/icon-man.png") no-repeat center;
    background-size: 100% 100%;
}
.user-page-wrap .user-profile-info .btn-profile.default {
    background: url("/images/icon/icon-default.png") no-repeat center;
    background-size: 100% 100%;
}

.user-page-wrap .user-profile-info .user-info-group {}
.user-page-wrap .user-profile-info .user-info-group .user-social-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.user-page-wrap .user-profile-info .user-info-group .user-social-box img {
    width: 1.8rem;
    height: 1.8rem;
}
.user-page-wrap .user-profile-info .user-info-group .user-social-box .user-id {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}
.user-page-wrap .user-profile-info .user-info-group .wish-box {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.user-page-wrap .user-profile-info .user-info-group .wish-clinic {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding-right: 1.1rem;
    position: relative;
}
.user-page-wrap .user-profile-info .user-info-group .wish-clinic::after {
    display: inline-block;
    content: '';
    background-color: #B0B0B0;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.user-page-wrap .user-profile-info .user-info-group .wish-clinic .clinic-num {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.14px;
    color: #1a1a1a;
    display: block;
}

.user-page-wrap .user-profile-info .user-info-group .wish-event {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.user-page-wrap .user-profile-info .user-info-group .wish-event .event-num {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.14px;
    color: #1a1a1a;
    display: block;
}
/* 사용자 프로필 옵션 */
.user-page-wrap .edit-btn-box {
    background: #ffff;
    padding: 2rem  1.8rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.user-page-wrap .edit-btn-box .btn-info-edit {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #1a1a1a;
    width: 100%;
    display: block;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E7E7E7;
}
.user-page-wrap .edit-btn-box .btn-logout {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #1a1a1a;
    text-align: left;
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #E7E7E7;
}
.user-page-wrap .edit-btn-box .btn-withdraw {
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: left;
    color: #1a1a1a;
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #E7E7E7;
}

/* 로그아웃 팝업 */
.user-page-wrap .logout-popup {
    padding: 2.4rem 2rem 1.8rem;
    background: #fff;
    border-radius: 1.2rem;
    width: 32.6rem;
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    display: none;
}
.user-page-wrap .logout-popup .popup-msg {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    text-align: center;
    padding-bottom: 1.6rem;
}
.user-page-wrap .logout-popup .logout-btn-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.user-page-wrap .logout-popup .logout-btn-box .btn-cancel {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    background: #fff;
    padding: 1.6rem 0;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    width: 100%;
    text-align: center;
}
.user-page-wrap .logout-popup .logout-btn-box .btn-logout-confirm {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    color: #D62221;
    background: #fff;
    padding: 1.6rem 0;
    border: 1px solid #D62221;
    border-radius: 0.5rem;
    width: 100%;
    text-align: center;
}

/* 회원탈퇴 팝업 */
.user-page-wrap .withdraw-popup {
    padding: 2.4rem 2rem 1.8rem;
    background: #fff;
    border-radius: 1.2rem;
    width: 32.6rem;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
}
.user-page-wrap .withdraw-popup .text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding-bottom: 1.6rem;
}
.user-page-wrap .withdraw-popup .text-area .popup-msg {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #D62221;
}
.user-page-wrap .withdraw-popup .text-area .desc {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #767676;
    text-align: center;
}
.user-page-wrap .withdraw-popup .text-area .notice {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.24px;
    line-height: 1.3;
    color: #3d3d3d;
}
.user-page-wrap .withdraw-popup .withdraw-btn-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.user-page-wrap .withdraw-popup .withdraw-btn-box .btn-cancel {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    background: #fff;
    padding: 1.6rem 0;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    width: 100%;
    text-align: center;
}
.user-page-wrap .withdraw-popup .withdraw-btn-box .btn-withdraw-confirm {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    color: #D62221;
    background: #fff;
    padding: 1.6rem 0;
    border: 1px solid #D62221;
    border-radius: 0.5rem;
    width: 100%;
    text-align: center;
}
/* ====================================================================== */
/* 프로필 설정 */

.profile-wrap {}
.profile-wrap .user-icon-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.4rem 1.8rem 4.2rem;
}
.profile-wrap .user-icon-group .icon-img {
    width: 7.6rem;
    height: 7.6rem;
    background: url("/images/icon/icon-man.png") center;
    background-size: 100% 100%;
}
.profile-wrap .user-icon-group .icon-img.man {
    background: url("/images/icon/icon-man.png") center;
    background-size: 100% 100%;
}
.profile-wrap .user-icon-group .icon-img.woman {
    background: url("/images/icon/icon-woman.png") center;
    background-size: 100% 100%;
}
.profile-wrap .user-icon-group .icon-img.default {
    background: url("/images/icon/icon-default.png") center;
    background-size: 100% 100%;
}

.profile-wrap .user-icon-group .user-name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
.profile-wrap .setting-group {
    padding: 0 1.8rem;
}
.profile-wrap .setting-group .link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E7E7E7 ;
}
.profile-wrap .setting-group .link-box .link-text {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}
.profile-wrap .setting-group .link-box .link-icon {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #1a1a1a;
}
.profile-wrap .setting-group .link-box .link-icon img {
    width: 1.6rem;
    height: 1.6rem;
    
}
.profile-wrap .setting-group .link-box .btn-add {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 1.4;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #1a1a1a;
}
/* .profile-wrap .setting-group .link-box .btn-add img {
    width: 2rem;
    height: 2rem;
    display: block;
} */

.profile-wrap .setting-group .info-edit-box {
    /* border-bottom: 1px solid #E7E7E7; */
    padding: 2rem 0;
    display: block;
    background: url("/images/icon/icon-arrow-right.png") no-repeat center right;
    background-size: 2rem 2rem;
}
.profile-wrap .setting-group .info-edit-box .edit-text {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
    padding-bottom: 0.8rem
}
.profile-wrap .setting-group .info-edit-box .desc {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #656565;
}

.profile-wrap .setting-group .pw-edit {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    display: block;
    padding-top: 2rem;
    border-top: 1px solid #E7E7E7;
    background: url("/images/icon/icon-arrow-right.png") no-repeat top 2rem right;
    background-size: 2rem 2rem;
}

/* ========================================================== */
/* 프로필 수정 */
.profile-edit-wrap {
    position: relative;
}
.profile-edit-wrap .container {
    overflow-y: auto;
    height: calc(100% - 5.1rem - 6.6rem);
}
/* 공통 */
.profile-edit-wrap .group-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}
.profile-edit-wrap .group-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* 개별 */
.profile-edit-wrap .user-icon-group {
    padding: 1.4rem 1.8rem 4.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;

}
.profile-edit-wrap .user-icon-group .icon-box {
    width: 7.6rem;
    height: 7.6rem;
    background: url("/images/icon/icon-man.png") no-repeat center;
    background-size: 100% 100%;
}
.profile-edit-wrap .user-icon-group .icon-box.woman {
    background: url("/images/icon/icon-woman.png") no-repeat center;
    background-size: 100% 100%;
}
.profile-edit-wrap .user-icon-group .icon-box.man {
    background: url("/images/icon/icon-man.png") no-repeat center;
    background-size: 100% 100%;
}
.profile-edit-wrap .user-icon-group .user-name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
.profile-edit-wrap .edit-group {
    padding: 0 1.8rem 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.profile-edit-wrap .edit-group .link-box {
    gap: 0.8rem;
}
.profile-edit-wrap .edit-group .link-box .btn-add {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #1a1a1a;
}
.profile-edit-wrap .edit-group .link-box .btn-add img {
    width: 2rem;
    height: 2rem;
    display: block;
}
.profile-edit-wrap .edit-group .link-box .social-icon {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.profile-edit-wrap .edit-group .link-box .social-icon img {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
}
.profile-edit-wrap .edit-group .link-box .social-icon .name {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #1a1a1a;
}

.profile-edit-wrap .edit-group .email-box {
    gap: 1.4rem;
}
.profile-edit-wrap .edit-group .email-box .user-info {
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.4rem 1.2rem 1.2rem;
    background: url("/images/icon/icon-arrow-bottom-light.png") no-repeat center right 1.4rem;
    background-size: 2.4rem 2.4rem;
    background-color: #F6F6F6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-edit-wrap .edit-group .email-box .user-info .user-id {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #767676;
}
.profile-edit-wrap .edit-group .email-box .user-info .domain {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #767676;
    padding-right: 5.2rem;
    padding-left: 2.5rem;
    position: relative;
}
.profile-edit-wrap .edit-group .email-box .user-info .domain::before {
    display: inline-block;
    content: '@';
    color: #767676;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.profile-edit-wrap .edit-group .name-box {
    gap: 1.4rem;
}
.profile-edit-wrap .edit-group .name-box .name-input {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.6rem 1.2rem 1.2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-edit-wrap .edit-group .name-box .name-input.active {
    border-color: #D62221;
}
.profile-edit-wrap .edit-group .name-box .name-input input {
    border: none;
    outline: none;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    width: 70%;
    background: transparent;
}
.profile-edit-wrap .edit-group .name-box .name-input .btn-del {
    width: 1.8rem;
    height: 1.8rem;
    background: url("/images/icon/icon-del.png") no-repeat center;
    background-size: 100% 100%;
    flex-shrink: 0;
    display: none;
}
.profile-edit-wrap .edit-group .gender-box {
    gap: 1.4rem;
}
.profile-edit-wrap .edit-group .gender-box .btn-gender {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.4rem 1.2rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #767676;
    width: 100%;
    text-align: left;
    background: url("/images/icon/icon-arrow-bottom-light.png") no-repeat center right 1.4rem;
    background-size: 2.4rem 2.4rem;
}
.profile-edit-wrap .edit-group .gender-box .btn-gender.active {
    border-color: #D62221;
}
.profile-edit-wrap .edit-group .age-box {
    gap: 1.4rem;
}
.profile-edit-wrap .edit-group .age-box .btn-age {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.4rem 1.2rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #767676;
    width: 100%;
    text-align: left;
    background: url("/images/icon/icon-arrow-bottom-light.png") no-repeat center right 1.4rem;
    background-size: 2.4rem 2.4rem;
}
.profile-edit-wrap .edit-group .age-box .btn-age.active {
    border-color: #D62221;
}
.profile-edit-wrap .edit-group .phone-box {
    gap: 1.4rem;
    padding-bottom: 2.4rem;
}
.profile-edit-wrap .edit-group .phone-box .phone-input {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.6rem 1.2rem 1.2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-edit-wrap .edit-group .phone-box .phone-input.active {
    border-color: #D62221;
}
.profile-edit-wrap .edit-group .phone-box .phone-input input {
    border: none;
    outline: none;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    width: 70%;
}
.profile-edit-wrap .edit-group .phone-box .phone-input .btn-del {
    width: 1.8rem;
    height: 1.8rem;
    background: url("/images/icon/icon-del.png") no-repeat center;
    background-size: 100% 100%;
    flex-shrink: 0;
    display: none;
}

.profile-edit-wrap .edit-group .btn-edit {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #767676;
    background: #E7E7E7;
    border: 1px solid #F6F6F6;
    border-radius: 0.5rem;
    text-align: center;
    padding: 1.6rem 0;
    width: 100%;
}
.profile-edit-wrap .edit-group .btn-edit.active {
    background: #D62221;
    color: #fff;
}

/* 성별팝업 */
.profile-edit-wrap .gender-popup {
    background: #fff;
    border-radius: 1.8rem 1.8rem 0 0;
    padding: 3.6rem 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 820px;
    width: 100%;
    z-index: 999;
    display: none;
}
.profile-edit-wrap .gender-popup .radio-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.profile-edit-wrap .gender-popup .radio-box label {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
}
.profile-edit-wrap .gender-popup .radio-box input {
    appearance: none;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    appearance: none;
    border: 0; 
    border-radius: 0;
    flex-shrink: 0;
}
.profile-edit-wrap .gender-popup .radio-box input:checked {
    background: url("/images/icon/icon-check.png") no-repeat center center / 100% 100%;
}

/* 생년월일 팝업 */
.profile-edit-wrap .age-popup {
    background: #fff;
    border-radius: 1.8rem 1.8rem 0 0;
    padding: 3.6rem 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 33.8rem;
    overflow-y: auto;
    z-index: 999;
    display: none;
}
.profile-edit-wrap .age-popup::-webkit-scrollbar {
    display: none;
}
.profile-edit-wrap .age-popup .radio-box {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.profile-edit-wrap .age-popup .radio-box label {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
}
.profile-edit-wrap .age-popup .radio-box input {
    appearance: none;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    appearance: none;
    border: 0; 
    border-radius: 0;
    flex-shrink: 0;
}
.profile-edit-wrap .age-popup .radio-box input:checked {
    background: url("/images/icon/icon-check.png") no-repeat center center / 100% 100%;
}

/* ==================================================================== */
/* 비밀번호 수정 */
.pw-edit-wrap {
    height: calc(100% - 5.1rem - 6.6rem);
}
.pw-edit-wrap .container {
    height: 100%;
    position: relative;
    background: #fff;
    overflow-y: auto;
}
.pw-edit-wrap .container::-webkit-scrollbar {
    display: none;
}
/* 공통 */
.pw-edit-wrap .group-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}
.pw-edit-wrap .group-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* 개별 */
.pw-edit-wrap .user-icon-group {
    padding: 1.4rem 1.8rem 4.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.pw-edit-wrap .user-icon-group .icon-box {
    width: 7.6rem;
    height: 7.6rem;
    background: url("/images/icon/icon-man.png") no-repeat center;
    background-size: 100% 100%;
}
.pw-edit-wrap .user-icon-group .icon-box.woman {
    background: url("/images/icon/icon-woman.png") no-repeat center;
    background-size: 100% 100%;
}
.pw-edit-wrap .user-icon-group .icon-box.man {
    background: url("/images/icon/icon-man.png") no-repeat center;
    background-size: 100% 100%;
}
.pw-edit-wrap .user-icon-group .user-name {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
.pw-edit-wrap .edit-btn-group {
    display: flex;
    flex-direction: column;
    height: calc(100% - 17rem - 1.9rem);
}
.pw-edit-wrap .edit-group {
    padding: 0 1.8rem 0;
    display: flex;
    flex-direction: column;
    /* gap: 2.4rem; */
    flex-grow: 1;
}
.pw-edit-wrap .edit-group .email-box {
    gap: 1.4rem;
    margin-bottom: 2.4rem;
}
.pw-edit-wrap .edit-group .email-box .user-info {
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.4rem 1.2rem 1.2rem;
    background: url(/images/icon/icon-arrow-bottom-light.png) no-repeat center right 1.4rem;
    background-size: 2.4rem 2.4rem;
    background-color: #F6F6F6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pw-edit-wrap .edit-group .email-box .user-info .user-id {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #767676;
}
.pw-edit-wrap .edit-group .email-box .user-info .domain {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #767676;
    padding-right: 5.2rem;
    padding-left: 2.5rem;
    position: relative;
}
.pw-edit-wrap .edit-group .email-box .user-info .domain::before {
    display: inline-block;
    content: '@';
    color: #767676;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pw-edit-wrap .edit-group .pw-box {}
.pw-edit-wrap .edit-group .pw-box .group-title {
    padding-bottom: 1.4rem;
}
.pw-edit-wrap .edit-group .pw-box .default-box {
    width: 100%;
}
.pw-edit-wrap .edit-group .pw-box .default-box .pw-input {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.6rem 1.2rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pw-edit-wrap .edit-group .pw-box .default-box .pw-input input {
    border: none;
    outline: none;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #1a1a1a;
    width: 70%;
    background: transparent;
}
.pw-edit-wrap .edit-group .pw-box .default-box .pw-input .pw-option {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-flow: 0;
}
.pw-edit-wrap .edit-group .pw-box .default-box .pw-input .pw-option .btn-del {
    width: 1.8rem;
    height: 1.8rem;
    flex-flow: 0;
    display: none;
}
.pw-edit-wrap .edit-group .pw-box .default-box .pw-input .pw-option .btn-del img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pw-edit-wrap .edit-group .pw-box .default-box .pw-input .pw-option .btn-eye {
    width: 2rem;
    height: 2rem;
    flex-flow: 0;
}
.pw-edit-wrap .edit-group .pw-box .default-box .pw-input .pw-option .btn-eye img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pw-edit-wrap .edit-group .pw-box .default-box .pw-guide {
    display: block;
    padding: 0.6rem 0 0.8rem;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #656565;
}
.pw-edit-wrap .edit-group .pw-box .reconfirm-box {
    width: 100%;
}
.pw-edit-wrap .edit-group .pw-box .reconfirm-box .pw-input {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.5rem;
    padding: 1.2rem 1.6rem 1.2rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pw-edit-wrap .edit-group .pw-box .reconfirm-box .pw-input input {
    border: none;
    outline: none;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #1a1a1a;
    width: 70%;
    background: transparent;
}
.pw-edit-wrap .edit-group .pw-box .reconfirm-box .pw-input .pw-option {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-shrink: 0;
}
.pw-edit-wrap .edit-group .pw-box .reconfirm-box .pw-input .pw-option .pw-check {
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
}
.pw-edit-wrap .edit-group .pw-box .reconfirm-box .pw-input .pw-option .pw-check img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pw-edit-wrap .edit-group .pw-box .reconfirm-box .pw-input .pw-option .btn-eye {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}
.pw-edit-wrap .edit-group .pw-box .reconfirm-box .pw-input .pw-option .btn-eye img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pw-edit-wrap .btn-edit {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #767676;
    background: #E7E7E7;
    border: 1px solid #F6F6F6;
    border-radius: 0.5rem;
    text-align: center;
    padding: 1.6rem 0;
    width: 90%;
    margin: 0 auto ;
    /* position: absolute;
    bottom: 1.8rem;
    left: 50%;
    transform: translateX(-50%); */
}
.pw-edit-wrap .edit-group .btn-edit.active {
    background: #D62221;
    color: #fff;
}

/* navigation */
.user-page-wrap .nav-wrap .user-box.active .nav-icon {
    background-image: url("/images/icon/icon-user-on.png");
}
.profile-wrap .nav-wrap .user-box.active .nav-icon {
    background-image: url("/images/icon/icon-user-on.png");
}
.profile-edit-wrap .nav-wrap .user-box.active .nav-icon {
    background-image: url("/images/icon/icon-user-on.png");
}
