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

    #resetCSS{
        width: 100%;
        height: 780px;
        position: relative;
        top:73px;
        padding: 0 6%;
        /* font-size: 14px; */
        box-sizing: border-box;
        background:none;
    }

    #setting{
        width: 100%;
        height: auto;
        margin: 0px auto;
        position: relative;
        left: 0px;
        top: 19vw;
        /* padding: 37px 0em; */
        /* padding-bottom: 135px; */
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: none;
        /* border: solid 1px rgb(212, 212, 212); */
        background-color: #fff;
    }

    #welcome{
        font: bold 1.5em 'Noto sans KR';
        letter-spacing: -0.5px;
        /* color: rgb(48, 48, 122); */
        color: rgb(109 109 109);
        /* text-align: center; */
    }

    #choiceLoginType{
        font: normal 1.1em 'Noto sans KR';
        margin-top: 10px;
        color: rgb(133, 133, 136);
        /* text-align: center; */
        /* background-color: darkcyan; */
    }
    .join_img_wrap{
        display: none;
        /* background-color: darkblue; */
    }
    .welcomeText{
        width: 100%;
        height: 70px;
        position: relative;
        top: 10px;
        font-size:3.6vw;
        text-align: center;
        margin-top: 36px;
        /* background-color: darkblue; */
    }
    
    .flex{
        width: 100%;
        display: flex;
    }
    .flex div{
        width: 100%;
    }
    #setting_text_wrap{
        width: 100%;
        height: 240px;
        /* background-color: rgb(224, 224, 224); */
    }
    .setting_content{
        width: 38%;
        padding: 2.5rem 0rem;
        box-sizing: border-box;
        /* background: darkblue; */
    }
    .login_choice_img{
        display: none;
    }
    
   
    .loginType{
        width: 100%;
        margin-top: -187px;
        /* background-color: darkblue; */
    
    }






   }