#resetCSS{
    width: 100%;
    height: 826px;
    position: relative;
    top: 0px;
    /* background: #9494a7; */
}

#setting {
      /* display: flex; */
      width: 500px;
      /* height: 826px; */
      /* justify-content: center; */
      margin: 0px auto;
      padding-top: 46px;
      /* padding-bottom: 345px; */
      /* background: darkblue; */
}

.loginType{
    width: 72%;
    margin: 0px auto;
    position: relative;
    top: 160px;
}
.choice_box2{
    background-color: rgb(3, 199, 90);
    margin-top: 15px;
    height: 42px;
}
.choice_box2 img{
    width: 8%;
    position: relative;
    top: 7px;
    left: 3%;
}
.choice_box2 p{
    position: relative;
    top: -20px;
    text-align: center;
    font: normal 0.95em 'Noto sans KR';
    color: #ffffff;
}

.choice_box3{
    position: relative;
    display: flex;
    width: 100%;
    top: 15px;
    height: 40px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
}
.google_signup_img{
    position: absolute;
    height: 25px;
    margin-top: 8px;
    margin-left: 10px;
}
.google_signup_text{
    font: normal 0.93em 'Noto sans KR' !important;
    color: #888 !important;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}