.ds-board-page {
  background: #fff;
}
.ds-board-body {
  min-height: 320px;
}
.ds-board .sound_only,
.ds-board .msg_sound_only {
  display: inline-block !important;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden !important;
  font-size: 0;
  line-height: 0;
}
.ds-board a {
  color: inherit;
  text-decoration: none;
}
.ds-board img {
  max-width: 100%;
  height: auto;
}

.ds-board #bo_list,
.ds-board #bo_gall,
.ds-board #bo_v,
.ds-board #bo_w,
.ds-board .bo_vc {
  width: 100% !important;
  max-width: 100%;
  font-size: 15px;
}

.ds-board #bo_btn_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
}
.ds-board #bo_list_total {
  color: #666;
  font-size: 13px;
}
.ds-board .btn_bo_user {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ds-board .btn,
.ds-board .btn_b01,
.ds-board .btn_b02,
.ds-board .btn_submit,
.ds-board .btn_cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #111;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
}
.ds-board .btn_b01,
.ds-board .btn_cancel {
  background: #fff;
  color: #111 !important;
}
.ds-board .btn_admin {
  background: #fff;
  color: #111 !important;
}

.ds-board .tbl_head01,
.ds-board .tbl_wrap {
  width: 100%;
  overflow-x: auto;
}
.ds-board .tbl_head01 table {
  width: 100%;
  border-collapse: collapse;
}
.ds-board .tbl_head01 caption {
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.ds-board .tbl_head01 thead th {
  padding: 14px 8px;
  border-bottom: 1px solid #111;
  font-weight: 700;
  text-align: center;
  background: #fff;
}
.ds-board .tbl_head01 td {
  padding: 14px 8px;
  border-bottom: 1px solid #eee;
  text-align: center;
  color: #444;
}
.ds-board .tbl_head01 .td_subject {
  text-align: left;
}
.ds-board .tbl_head01 tbody tr:hover td {
  background: #fafafa;
}
.ds-board .empty_table {
  padding: 48px 16px !important;
  color: #888;
}

.ds-board #bo_gall #gall_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}
.ds-board #bo_gall .gall_li {
  float: none;
  width: 25%;
  padding: 0 8px 28px;
  box-sizing: border-box;
}
.ds-board #bo_gall .gall_box {
  margin: 0;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.ds-board #bo_gall .gall_img,
.ds-board #bo_gall .gall_img a,
.ds-board #bo_gall .gall_img img {
  display: block;
  width: 100%;
}
.ds-board #bo_gall .gall_img {
  background: #f4f4f4;
  aspect-ratio: 1;
  overflow: hidden;
}
.ds-board #bo_gall .gall_img img {
  height: 100%;
  object-fit: cover;
}
.ds-board #bo_gall .gall_text_href {
  display: block;
  padding: 12px 14px 14px;
  font-weight: 700;
  line-height: 1.4;
}

.ds-board #bo_v_title {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #111;
  font-size: 24px;
  font-weight: 800;
}
.ds-board #bo_v_info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 24px;
  color: #888;
  font-size: 13px;
}
.ds-board #bo_v_con {
  min-height: 160px;
  line-height: 1.8;
  overflow: auto;
}
.ds-board #bo_v_con img {
  max-width: 100%;
}
.ds-board #bo_v_bot,
.ds-board .bo_v_nb,
.ds-board .bo_v_left,
.ds-board .bo_v_com {
  margin-top: 24px;
}
.ds-board #bo_v_bot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ds-board .pg_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 28px 0 8px;
  float: none;
}
.ds-board .pg {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.ds-board .pg_page,
.ds-board .pg_current {
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  color: #555;
}
.ds-board .pg_current {
  background: #111;
  border-color: #111;
  color: #fff;
  font-weight: 700;
}

.ds-board #bo_cate ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.ds-board #bo_cate a {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  color: #555;
}
.ds-board #bo_cate #bo_cate_on {
  background: #111;
  border-color: #111;
  color: #fff;
}

.ds-board .bo_fx,
.ds-board .btn_bo_user,
.ds-board .more_opt {
  list-style: none;
}
.ds-board .more_opt {
  position: absolute;
  z-index: 10;
  background: #fff;
  border: 1px solid #eee;
  padding: 8px;
}
.ds-board #bo_w .write_div,
.ds-board .bo_w_tit,
.ds-board .bo_w_flie,
.ds-board .bo_w_link {
  margin-bottom: 12px;
}
.ds-board input[type="text"],
.ds-board input[type="password"],
.ds-board textarea,
.ds-board select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 10px;
  font: inherit;
}
.ds-board #wr_subject {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .ds-board #bo_gall .gall_li {
    width: 50%;
  }
  .ds-board .tbl_head01 thead {
    display: none;
  }
}
@media (max-width: 640px) {
  .ds-board #bo_gall .gall_li {
    width: 100%;
  }
}
