.board_banner a {
  display: block;
}
.board_banner a img {
  width: 100%;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .board_banner a img {
    border-radius: 0.625rem;
  }
}

.board_category {
  display: flex;
  gap: 1.25rem;
}
.board_category li a {
  display: block;
}
table {
  border: none;
  border-collapse: collapse;
  border-top: 0.1875rem solid #111111;
  table-layout: fixed;
}
table tbody tr:hover {
  background: rgba(0, 171, 78, 0.1019607843);
}
table tr {
  position: relative;
}
table tr.notice {
  background-color: #F1F1F5;
}
table tr.notice .title {
  color: #111111;
  font-weight: 700;
}
table th, table td {
  border: none;
  border-bottom: 0.0625rem solid var(--line2);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  table th, table td {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  table th, table td {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
table th {
  padding: 1.6563rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  width: 12%;
  color: #303030;
}
@media only screen and (max-width: 1023px) {
  table th {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  table th {
    display: none;
    padding: 1rem 1.25rem;
  }
}
table th:nth-of-type(1) {
  width: 10%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  table th:nth-of-type(1) {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  table th:nth-of-type(1) {
    width: 16%;
  }
}
table td {
  padding: 1.6563rem 1.25rem;
  color: #111111;
}
@media only screen and (max-width: 1023px) {
  table td {
    padding-block: 1.25rem;
  }
}
table td:nth-of-type(1) {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  table td:nth-of-type(1) {
    width: 5%;
  }
}
table td.time {
  color: var(--font3);
}
@media only screen and (max-width: 767px) {
  table td.time {
    font-size: 0.75rem;
  }
}
table td.notice > span {
  display: inline-block;
  width: fit-content;
  padding: 0.125rem 0.625rem;
  border-radius: 1.6875rem;
  background-color: #FF0000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 767px) {
  table td.no, table td.notice {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  table td.file {
    position: absolute;
    right: 0;
    width: 2.75rem;
    height: 3.25rem;
  }
}
table td.file .fileBtn {
  width: 5.625rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  background-color: #00AA4E;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  table td.file .fileBtn {
    width: 100%;
    height: 100%;
  }
}
table td.file .file-download {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
  height: 100%;
}
table td.file .file-download .icon {
  display: block;
  width: 1rem;
  aspect-ratio: 1;
  background: url(../img/download-w.svg) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  table td.file .file-download .icon + span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  table tr:last-of-type {
    border-bottom: 0.0625rem solid #111111;
  }
}
table tr:last-of-type td {
  border-bottom: 0.0625rem solid var(--line1);
}
@media only screen and (max-width: 767px) {
  table tr:last-of-type td {
    border: none;
  }
}
table thead {
  background-color: #F8F8FA;
  border-bottom: 0.0938rem solid #999999;
}
table .title {
  width: 80%;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  table .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  table tbody > tr {
    display: flex;
    flex-flow: column nowrap;
    align-items: baseline;
    white-space: nowrap;
    width: 100%;
    padding: 1rem 0.25rem;
    border-bottom: 0.0625rem solid #E1E1E4;
  }
  table tbody > tr > td {
    width: 100%;
    text-align: left;
    border: none;
    padding: 0;
  }
}
table thead .title {
  text-align: center;
}
table .no, table .notice {
  text-align: center;
}
table .no {
  color: #767676;
}

.pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #767676;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 1.25rem;
  }
}
.pagination strong {
  display: block;
  position: relative;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 700;
  color: #00AA4E;
}
.pagination strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background: #F8F8FA;
  border-radius: 0.625rem;
  transform: translateX(-50%);
  z-index: -1;
}
.pagination a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.pagination a:not(.direction) {
  width: auto;
  min-width: 2.5rem;
  color: var(--font3);
}
.pagination a.direction {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a.direction img {
  display: block;
  width: 50%;
}
.list_footer .btn-area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
}
.list_footer .btn-area .bttn {
  height: auto;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 0;
  padding: 0.625rem 2.5rem;
  border-radius: 0.25rem;
}
.list_footer .btn-area .btttn {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #E1E1E4;
  background-color: #FFFFFF;
  margin-right: 0.625rem;
}
.list_footer .btn-area .btttn > input {
  display: none;
}