.notices__banner {
  background-image: url(../../images/notices_banner.webp);
  background-size: cover;
  background-position: bottom center;
  height: 700px;
  padding-bottom: 10dvh;
}

.news__banner {
  background-image: url(../../images/news_banner.webp);
  background-size: cover;
  background-position: bottom center;
  height: 700px;
  padding-bottom: 10dvh;
}

.boards__section {
  color: white;
}

.boards__section .boards__counts {
  padding-bottom: 10px;
  border-bottom: 2px solid #222222;
}

.boards__section .boards__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  row-gap: 60px;
  margin-bottom: 80px;
}

.boards__list--post {
  max-width: 300px;
}

.boards__list .boards__list--post img {
  object-fit: cover;
  width: 300px;
  max-width: 300px;
  aspect-ratio: 1/1;
}

.boards__list--post h3 {
  color: white;
  font-size: 20px;
}

.boards__list--post p {
  word-break: break-word;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.boards__list--post span {
  color: #999999;
}

.boards__section .boards__list__footer {
  margin-bottom: 80px;
}

.boards__list__footer img {
  width: 40px;
}

@media (max-width: 1439px) {
  .boards__section {
    padding: 0px 30px;
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .boards__section .boards__list__header {
    padding-bottom: 8px;
    border-bottom: 1px solid #dddddd;
  }

  .boards__list__header p {
    font-size: 15px;
  }

  .boards__lists .boards__list__columns {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .boards__list__columns .boards__list__column:first-child {
    margin-right: 20px;
  }

  .boards__list__column .post__preview--img {
    width: 120px;
    height: 84px;
    object-fit: cover;
    border-radius: 8px;
  }

  .boards__list__column p {
    display: none;
  }

  .boards__list__column h4 {
    font-size: 12px;
    margin: 0;
  }

  .boards__list__column .boards__list--title {
    font-size: 16px;
    word-break: break-all;
    margin: 10px 0px;
  }

  .boards__list__footer button {
    width: 100%;
  }

  .boards__section .boards__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 30px;
    margin-bottom: 40px;
  }

  .boards__list--post h3 {
    font-size: 17px;
  }

  .boards__list--post p {
    font-size: 13px;
  }

  .boards__list--post span {
    font-size: 13px;
  }
  .boards__list .boards__list--post img {
    width: 100%;
  }
}
