/**
 * Board / member / FAQ skins — force brand primary
 * Loaded after tokens.css
 */
#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active,
#bo_cate #bo_cate_on,
#sch_res_board a:focus,
#sch_res_board a:hover,
#sch_res_board .sch_on,
.btn_submit,
.pg_current,
.bo_v_btn .add_qa,
#poll_btn .btn_poll,
.chk_box input[type="checkbox"]:checked + label span {
  background-color: var(--haeso-primary) !important;
  border-color: var(--haeso-primary) !important;
  color: #fff !important;
}

.bo_cate_link,
#bo_v_title .bo_v_cate,
.sch_more,
#poll header .btn_result,
.poll_numerical .poll_percent {
  color: var(--haeso-primary) !important;
}

a.btn_b01,
.btn_b01 {
  background: var(--haeso-primary) !important;
  border-color: var(--haeso-primary) !important;
  color: #fff !important;
}

a.btn_b02,
.btn_b02 {
  background: var(--haeso-accent) !important;
  border-color: var(--haeso-accent) !important;
  color: #fff !important;
}
