/* 회원가입 */
.regist_wrap {padding: 100px 0;}
.agree_box {margin-top: 50px;}
.agree_list_wrap {background: #F8F8F8;border-radius: 10px;padding: 15px 20px;margin-top: 15px;}
.agree_list_wrap > div {margin-bottom: 20px;display: flex;align-items: center;justify-content: space-between;gap:10px;line-height: 1.2;word-break: keep-all;}
.agree_list_wrap > div:last-child {margin-bottom: 0;}
.agree_list_wrap > div img {width: 6px;height: auto;}
.confirm_box button.disabled {background: #ddd;color:#666;border:1px solid #ddd;cursor:inherit;}

/* 비밀번호 찾기 */
.find_pw_wrap {padding: 100px 0;}
.new_pwd_box {display: none;}
.regist_btn_box button.disabled {background: #ddd;color:#666;border:1px solid #ddd;cursor:inherit;}

@media(max-width:760px){

    .login_inner {max-width: inherit;}

    .regist_wrap {padding: 30px 0 70px;}
    /* .login_form_box .login_label {display: none;} */
    .login_form_box .login_input_box {display: flex;flex-direction: column;}
    .login_form_box .login_input_box .input_box {width: 100%;}
    .login_form_box .login_input_box .confirm_box {width: 100%;}
    /* .confirm_box a {background: #844CCF;border: 1px solid #844CCF;color: #fff;} */
    .regist_btn_box {position: fixed;bottom:0;left: 0;width: 100%;}
    .regist_btn_box button {border-radius: 0;}

    .find_pw_wrap {padding: 70px 0;}
    .find_pw_inner {max-width: 100%;}
    .find_pw_label {display: none;}
    .find_pw_wrapper {margin: 0;}

    
}