

/* 회원가입 팝업 모바일 */

@media screen and (max-width:430px){
    .representative_number_popup{
        width: 93%;
        position: fixed;
        padding: 7.5%;
        margin-left: 4%;
        margin-top: 69%;
        z-index: 9999;
        font-size: 3.8vw;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background-color: rgb(255, 255, 255);
        display: none;
    }

    .signup_popup_certification{
        width: 93%;
        position: fixed;
        padding: 7.5%;
        margin-left: 4%;
        margin-top: 69%;
        z-index: 9999;
        font-size: 3.8vw;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background-color: rgb(255, 255, 255);
        display: none;
    }

    .account_linking_completed_popup{
        width: 92%;
        position: fixed;
        padding: 6.5%;
        margin-left: 4%;
        margin-top: 68%;
        z-index: 9999;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background-color: rgb(255, 255, 255);
        /* display: none; */
    }
    .email_pop_btn button{
        width: 48% !important;
        position: relative;
        /* margin-left: 1%; */
    }
    
    /* 비밀번호변경 */
    .change_password{
        width: 93%;
        position: fixed;
        padding: 6%;
        margin-left: 3%;
        margin-top:43vw;
        z-index: 9999;
        font-size: 3.8vw;
        box-sizing: border-box;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        background-color: rgb(255, 255, 255);
        display: none;
    }

}