 /* 로그인 모바일 */

 @media screen and (max-width:430px){
    html, body {overflow-x: hidden; }

    #setting{
        width: 100%;
        height: 100%;
        margin: 0px auto;
        /* background: darkblue; */
        padding-top: 0;
    }

    .choice_box2{
        background-color: rgb(3, 199, 90);
        margin-top: 5vw;
        height: 12vw;
        font-size: 4vw;
    }
    .choice_box2 p{
        position: relative;
        top: -3vw;
        text-align: center;
        font: normal 0.95em 'Noto sans KR';
        color: #ffffff;
    }
    .choice_box2 img{
        width: 9%;
        position: relative;
        top: 3vw;
        left: 3%;
    }
    .naver_login{
        width: 15% !important;
        top: 2px !important;
        left: 0.6% !important;
    }
   
    .n_login_t{
        top: -8vw !important;
    }
    .choice_box3{
        position: relative;
        display: flex;
        width: 100%;
        top: 24px;
        height: 11vw;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        margin-bottom: 15px;
        border: 1px solid #dbdbdb;
    }
    .google_signup_text{
        font: normal 4vw 'Noto sans KR' !important;
        color: #888 !important;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    .google_signup_img{
        position: absolute;
        height: 6vw;
        margin-top: 8px;
        width: 8%;
        margin-left: 10px;
    }
 }