#bo_list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 20px 0;
}

#bo_btn_top,
.bo_fx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

#bo_list_total {
  color: #6b7280;
  font-size: 14px;
}

#bo_list_total span {
  color: #111827;
  font-weight: 800;
}

.btn_bo_user {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn_bo_user .btn,
.btn_bo_user a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-weight: 800;
}

.tbl_head01,
.tbl_wrap {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.tbl_head01 table {
  width: 100%;
  border-collapse: collapse;
}

.tbl_head01 thead th {
  padding: 14px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.tbl_head01 tbody td {
  padding: 15px 12px;
  border-bottom: 1px solid #f1f5f9;
  color: #111827;
  font-size: 14px;
  vertical-align: middle;
}

.tbl_head01 tbody tr:last-child td {
  border-bottom: 0;
}

.tbl_head01 tbody td a {
  color: inherit;
}

.empty_table {
  padding: 42px 16px !important;
  text-align: center;
  color: #6b7280 !important;
}

.bo_sch_wrap {
  margin-top: 18px;
}

.bo_sch {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

.bo_sch h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.bo_sch select,
.bo_sch .sch_input {
  min-height: 44px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
}

.bo_sch .sch_bar {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.bo_sch .sch_input {
  flex: 1;
}

.bo_sch .sch_btn,
.bo_sch .bo_sch_cls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
}

#bo_v,
#bo_w {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 20px 0;
}

@media (max-width: 760px) {
  #bo_list,
  #bo_v,
  #bo_w {
    padding-left: 16px;
    padding-right: 16px;
  }

  #bo_btn_top,
  .bo_fx,
  .bo_sch .sch_bar {
    flex-direction: column;
    align-items: stretch;
  }

  .tbl_head01 {
    overflow-x: auto;
  }

  .tbl_head01 table {
    min-width: 640px;
  }
}
