.sub_top {
  background: url(../../images/bg/sub6/bg1.png) no-repeat right bottom / cover;
}
.board .tit_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 44px;
}
.board .tit_wrap h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.43;
}
.board .tit_wrap small {
  color: #626262;
  font-size: 16px;
  font-weight: 500;
}
.board .tb_wrap .cnt_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.board .tb_wrap .cnt {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.board .tb_wrap .cnt > span {
  color: #d7b158;
}
.board .tb_wrap table {
  border-top: 2px solid #2c3131;
  max-width: 1120px;
  width: 100%;
  table-layout: fixed;
}

.board .tb_wrap table th,
.board .tb_wrap table td {
  height: 48px;
  vertical-align: middle;
  text-align: center;
  color: #2c3131;
  font-size: 15px;
  font-weight: 500;
  padding: 4px;
}

.board .tb_wrap table th {
  border-bottom: 1px solid #2c3131;
  white-space: nowrap;
}
.board .tb_wrap table th.detail_date {
  text-align: right;
  padding-right: 16px;
}
.board .tb_wrap table td {
  border-bottom: 1px solid #e5e5ec;
}

.board .tb_wrap table td.td_subject {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board .tb_wrap table:not(.detail) tbody tr:hover {
  background: #fff9e9;
}
.board .tb_wrap .pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 44px;
}
.board .tb_wrap .pagenation li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5ec;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.board .tb_wrap .pagenation li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board .tb_wrap .pagenation li.prev a::before,
.board .tb_wrap .pagenation li.next a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/icon/page_prev.png) no-repeat center / 100%;
  display: flex;
}
.board .tb_wrap .pagenation li.next a::before {
  transform: rotate(180deg);
}
.board .tb_wrap .pagenation li.on {
  background: #2c3131;
  color: #fff;
  border-color: #2c3131;
}
.board .tb_wrap table.detail td {
  padding: 16px 16px 42px;
}
.board .tb_wrap table.detail .board_ctt {
  min-height: 500px;
  width: 100%;
  text-align: left;
  line-height: 1.43;
}
.board .tb_wrap .btn_wrap {
  margin-top: 44px;
  text-align: center;
}
.board .tb_wrap .btn_back {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 17px 32px;
  background: #2c3131;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.event_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px !important;
}
.event_list li {
  position: relative;
  width: 268px !important;
  height: 268px !important;
}
.event_list li a {
  width: 100%;
  height: 100%;
  display: flex;
}
.event_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .board .tit_wrap {
    margin-bottom: 30px;
  }
  .board .tit_wrap h2 {
    font-size: 24px;
  }
  .board .tit_wrap small {
    font-size: 14px;
  }
  .board .tb_wrap .cnt_wrap {
    margin-bottom: 20px;
  }
  .board .tb_wrap .cnt {
    font-size: 13px;
  }
  .btn_bo_user > li {
    width: 28px;
  }
  a.btn,
  .btn {
    padding: 0;
  }
  .board .tb_wrap table th,
  .board .tb_wrap table td {
    height: 44px;
    font-size: 14px;
  }

  .board .tb_wrap table td.td_subject {
    text-align: center;
  }
  .pg_wrap {
    margin-top: 30px;
  }
  .pg_page,
  .pg_current {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .board .tb_wrap .pagenation li {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .pg_start,
  .pg_prev,
  .pg_end,
  .pg_next {
    background-size: 18px 18px;
  }
  .board .tb_wrap .pagenation li.prev a::before,
  .board .tb_wrap .pagenation li.next a::before {
    background-size: 18px 18px;
  }
  #bo_list .th_chk {
    width: 8%;
  }
  #bo_list .td_num {
    width: 12%;
  }
  .board .tb_wrap table.detail td {
    padding: 10px 10px 30px;
  }
  .board .tb_wrap table.detail .board_ctt {
    min-height: 50vw;
  }
  .board .tb_wrap .btn_wrap {
    margin-top: 30px;
  }
  .board .tb_wrap .btn_back {
    padding: 12px 20px;
    font-size: 14px;
  }
  .bo_v_nb {
    font-size: 14px;
  }
  .event_list {
    justify-content: center;
    gap: 12px;
  }
  .event_list li {
    max-width: 268px;
    max-height: 268px;
    width: calc((100vw - 40px - 12px) / 2) !important;
    height: calc((100vw - 40px - 12px) / 2) !important;
  }
}
