.signup_container .input_checkbox_wrap:not(:last-of-type) {
    margin-bottom: 12px;
}

/* 회원가입 약관 체크박스 커스텀 */
.edk_WAI.checkbox.terms_checkbox+label {
    padding-left: 28px;
}

.edk_WAI.checkbox.terms_checkbox+label:before {
    width: 20px;
    height: 20px;
    /* top: 0; */
    background-image: url("/static/common/img/icon_check_round_default_g.png");
}

.edk_WAI.checkbox.terms_checkbox:checked+label:before {
    background-image: url("/static/common/img/icon_check_round_b.png");
}

.input_checkbox_wrap .btn_terms {
    color: #5E5E5E;
}


@media screen and (max-width:767px) {}