.profile-wrap {
    font-family: "Pretendard-Bold", sans-serif;
    background: url('../../img/profile_bg.svg') no-repeat top center;
    background-size: 100%;
    position: relative;
    /*margin-bottom: calc(10vh + constant(safe-area-inset-bottom));*/
    /*margin-bottom: calc(10vh + env(safe-area-inset-bottom));*/
    margin-bottom: calc(19vh + constant(safe-area-inset-bottom));
    margin-bottom: calc(19vh + env(safe-area-inset-bottom));
}
.pro-nickname{
    width: 90%;
    margin: 20px auto 10px;
    display: flex;
    align-items: center;
    padding-top:20px;
}
.pro-nickname span{
    font-weight: 700;
    font-size: 2.6rem;
    font-family: "Pretendard-Bold", sans-serif;
}
.pro-nickname span.small-pro-span{
    font-weight: 400;
}
.pro-nickname .pro-label{
    width: 0;
}
.pro-nickname .pro-control{
    width: auto;
}
.pro-nickname input.pro-input{
    width: 200px;
    height: 30px;
    font-size: 2.5rem;
}
.pro-nickname button{
    width: 60px;
    height: 60px;
    border: none;
    background-color: transparent;
}
.pro-nickname button img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-box{
    background-color: rgba(255,255,255,0.2);
    width: 80%;
    padding: 20px 10px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    margin : 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pro-form{
    width: 270px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    height: 2.8vh;
    font-size: 11px;
}
/*아이폰 12max, 13max*/
@media all and (min-height:841px) {
    .pro-form{
        height: 3vh;
    }
}
/*아이폰 8, mini*/
@media all and (max-width:380px) {
    .pro-form{
        height: 2.6vh;
    }
}

.pro-form button.change-btn{
    margin-left: 20px;
    width: 40px;
    height: 40px;
    border:none;
    background-color: transparent;
}

.pro-form button.change-btn.addr-change-btn{
    width: 40px;
    height: 40px;
    border: none;
}

.pro-form button.delete-btn{
    width: 40px;
    height: 40px;
    display: inline-block;
    border: none;
    background-color: transparent;
}

.pro-form button img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-label{
    font-weight: 700;
    font-size: 1.3rem;
    width: 60px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}
.pro-control{
    font-weight: 400;
    font-size: 1.3rem;
    display: inline-block;
    width: 150px;
}
input.pro-input{
    height: 25px;
    width: 140px;
    font-weight: 400;
    font-size: 1.3rem;
    display: inline-block;
    border: none;
}
input.pro-input:focus{
    outline: none;
    border-bottom: 1px solid var(--main-color);
}
.pro-pos-bottom{
    width: 100%;
    margin-top: 30px;
}
.pro-btn{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.pro-btn button{
    width: 85%;
    height: 40px;
    border-radius: 10px;
    border: none;
    background-color: var(--main-color);
    color: #fff;
    font-size: 2rem;
    font-family: "Pretendard-Bold", sans-serif;
}
.pro-form.pro-chk-box{
    width: 100%;
    justify-content: center;

}
.pro-form.pro-chk-box input{
    accent-color: var(--main-color);
    -webkit-appearance:checkbox;
}
.pro-form.pro-chk-box span{
    font-size: 1.3rem;
}
.pro-form.pro-chk-box label{
    font-size: 1.3rem;
}

.pro-form .gen-label {
    font-size: 1.3rem;
    pading-left: 10px;
    padding-right: 10px;
}