.confirm-profile-wrap .nav-menu-header{
    position: fixed;
    top:calc(constant(safe-area-inset-top) + 7vh);
    top:calc(env(safe-area-inset-top) + 7vh);
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.confirm-profile-wrap .nav-menu-header .ks-modal-title{
    padding: 0;
}
.confirm-profile-wrap .confirm-bg{
    position: fixed;
    top:calc(constant(safe-area-inset-top) + 17vh);
    top:calc(env(safe-area-inset-top) + 17vh);
    width: 100vw;
    height: calc(83vh - constant(safe-area-inset-top));
    height: calc(83vh - env(safe-area-inset-top));
    background-color: rgba(61, 54, 54, 0.5);
}
.confirm-profile-wrap .info-form{
    width: auto;
}
.confirm-profile-wrap .ks-modal-body .login-info{
    font-size: 1.5rem;
}
.confirm-profile-wrap .ks-modal-body .pwd-error-msg{
    margin-bottom: 10px;
}
.confirm-profile-wrap .ks-modal-body .pwd-error-msg p {
    color: #ea2222;
}