.switch_rb {position: relative; display: inline-block; height: 70px; width: 49%; text-align: center; box-sizing: border-box; margin-bottom: 5px;}
.switch_rb input {opacity: 0; width: 0; height: 0;} /* input 숨김 */
.tog_txt {display: block; margin-top: 5px; font-size: 16px !important; font-weight: normal !important; font-family: 'font-R', sans-serif !important; color:#25282B !important;}
.toggle_btn {
    transition: all 350ms cubic-bezier(0.87, 1, 0.07, 1);
    position: absolute; 
    cursor: pointer; 
    top: 0; left: 0; right: 0; bottom: 0; 
    background-color: #fff;
    border:1px solid #eee;
    width:100%;
    padding-top: 0px;
    border-radius: 10px;
    line-height: 50px;
}

input:checked + .toggle_btn {background-color: #fff; color:#25282B; border-color:#25282B; opacity: 1;} /* 활성화시 */
.help_st1 {font-size: 14px; background-color: #fff; box-sizing: border-box; padding: 20px; border-radius: 10px; line-height: 150%; border:2px solid #eee; color:#888; margin-top: 3px;}
.help_st2 {font-size: 14px; background-color: #fff; box-sizing: border-box; padding: 20px; border-radius: 10px; line-height: 150%; border:2px solid #eee; color:#888; margin-top: 3px;}
.help_st1 span {color:#25282B;}
.help_st2 span {color:#25282B;}

.partner_wrap {padding-left: 20px; padding-right: 20px; padding-top: 20px;}
.partner_wrap a {display: block; line-height: 40px; color:#fff; font-size: 14px; text-align: center; border-radius: 10px;}

.op_area .smb_my_ovaddd {border-bottom:0px !important;}
.withdrawal_none_ov:hover {border-top:1px solid #e8e8e8 !important;}
#smb_my_ov .op_area dd {word-break: keep-all;}