#resetCSS{
    width: 100%;
    height: 898px;
    position: relative;
    top: 70px;
    background-color: rgb(243 241 241);
    background-image: url('/img/user/join/rm_background.jpg');
    background-size: cover;
}


.welcomeText{
    width: 100%;
    height: 70px;
    position: relative;
    top: 10px;
    margin-top: 30px;
    /* background-color: darkblue; */
}
#welcome{
    font: bold 1.23em 'Noto sans KR';
    letter-spacing: -0.5px;
    /* color: rgb(48, 48, 122); */
    color: rgb(84 84 84);
    /* text-align: center; */
}

#choiceLoginType{
    font: normal 0.95em 'Noto sans KR';
    margin-top: 8px;
    color: rgb(148 156 167);
    /* text-align: center; */
    /* background-color: darkcyan; */
}
#setting{
    width: 1145px;
    /* height: 600px; */
    margin: 0px auto;
    position: relative;
    left: 0px;
    top: 142px;
    box-shadow: 9px 16px 17px -5px #9fa8ad;
    /* border-radius: 5px; */
    /* border: solid 1px rgb(212, 212, 212); */
    background-color: #fff;
}
.setting_content{
    width: 38%;
    padding: 2.5rem 2rem 2rem 3.5rem;
    box-sizing: border-box;
    /* background: darkblue; */
}

#setting_text_wrap{
    width: 100%;
    height: 222px;
    /* background-color: rgb(224, 224, 224); */
}
.join_img_wrap{
    width: 63%;
    height: 600px;
    /* background-color: darkblue; */
}
.join_img_wrap img{
    width: 100%;
    height: 100%;
}

#setting_img{
    width: 100%;
    height: 170px;
    /* background-color: rgb(226, 226, 226); */
}
div#setting_img img{
    width: 100%;
    height:155px;
    display: block;
    margin-left:0%;
    margin-top: 7px;
    /* background-color: darkblue; */
}
.join_img_phone{
    position: relative;
    top: -36.5rem;
    left: 6%;
}

#setting_text{
    width: 100%;
    height: 60px;
    position: relative;
    top:10px;
    font: normal 1em 'Noto sans KR';
    color: rgb(117, 117, 117);
    text-align: center;
    letter-spacing: -0.5px;
    /* background-color: rgb(224, 208, 208); */
}

#setting_text span{
    color: rgb(73, 92, 173);
}


.flex{
    display: flex;
}


.loginType{
    margin-top: -187px;
    /* background-color: darkblue; */

}
.loginType p{
    padding-bottom: 8px;
    box-sizing: border-box;
    font: normal 0.9em 'Noto sans KR';
    color: rgb(102, 102, 102);
}
/* .loginType2 p{
    padding-bottom: 8px;
    box-sizing: border-box;
    font: normal 0.9em 'Noto sans KR';
    color: rgb(119, 119, 119);
}

.loginType2{
    height: 220px;
    margin-top: 40px;
    background-color: rgb(231, 231, 231);

} */

.choice_box{
    width: 100%;
    height: 43px;
    border-radius: 3px;
    /* background-color: rgb(71, 81, 124); */
    background-color: #515358;
    margin-bottom: 35px;
}  

.signup_icon{
    width: 6%;
    position: relative;
    /* background: darkblue; */
    left: 3%;
    top: 13px;
    color: white;
}


.choice_box p{
    width: 100%;
    height: 100%;
    font: bold 0.93em 'Noto sans KR';
    font-weight: 400;
    /* line-height: 3; */
    margin-top: -6px;
    text-align: center;
    color: white;
    /* background-color: rgb(194, 147, 147); */
}
.choice_box2{
    display: block;
    width: 100%;
    height: 43px;
    border-radius: 3px;
    background-color: rgb(71, 81, 124);
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}  
.choice_box3{
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}  
.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;
}

.choice_box2:hover{
    cursor: pointer;
    background-color:rgb(3, 199, 90) !important;
    transition: all ease 0.5s;
}
.khover:hover{
    background-color:rgb(250, 214, 56,0.8) !important;
    transition: all ease 0.5s;
}


.choice_box2 p{
    width: 100%;
    height: 30px;
    font: bold 0.93em 'Noto sans KR';
    font-weight: 400;
    /* line-height: 3; */
    padding-top: 10px;
    text-align: center;
    color: white;
    /* background-color: rgb(194, 147, 147); */
}

.choice_box2 img{
    width: 6.5%;
    height: 25px;
    position: absolute;
    left: 2.5%;
    top:9px;
    /* background-color: darkblue; */
}


.login_choice_line{
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #b4b4b4;
    font-size: 14px;
    margin: 30px 0px;
}

.login_choice_line::before{
    content: "";
    flex-grow: 1;
    margin: 0px 11px;
    background-color: #dbdbdb;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}

.login_choice_line::after{
    content: "";
    flex-grow: 1;
    margin: 0px 16px;
    background-color: #dbdbdb;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}

#naverIdLogin{
    display: none;
}






