.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__list__header {
  padding-bottom: 15px;
  border-bottom: 2px solid #666666;
}

.boards__list__header .post__detail--title {
  font-family: "SUIT-ExtraBold";
  font-size: 28px;
}

.boards__list__header .createdAt {
  color: #999999;
  font-size: 14px;
}

.boards__list__header .post__type {
  font-size: 18px;
}

.boards__section .boards__post {
  margin-top: 50px;

  padding-bottom: 100px;
}

.boards__section .boards__post img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.boards__post p {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  line-height: 22px;
}

.boards__section .boards__navigation {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding-bottom: 20px;
}

.navigation__rows--action span {
  color: white;

  margin-right: 15px;
}

.boards__navigation .boards__navigation__rows {
  display: flex;
  padding-top: 20px;
}

.boards__navigation .boards__navigation__rows:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
}

.boards__navigation__rows .navigation__rows--action {
  padding-right: 20px;
  border-right: 2px solid #666666;
}

.navigation__rows--action img {
  width: 22px;
}

.boards__navigation__rows .navigation__rows--title {
  color: white;
  font-family: "SUIT-Bold";
  padding-left: 20px;
}

.navigation__rows--title a {
  color: white;
}

.boards__section .history__wrapper {
  margin-top: 40px;

  margin-bottom: 70px;
}
.history__wrapper .back__btn {
  display: block;
  text-align: center;
  font-family: "SUIT-Bold";
  font-size: 14px;
  color: white;
  border: 1px solid #dddddd;
  padding: 15px 0px;
  width: 160px;
}

@media (max-width: 1439px) {
  .boards__section {
    padding: 15px;
  }
  .boards__section .boards__post {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .boards__section .boards__post img {
    width: 100%;
  }

  .boards__post p {
    font-size: 14px;
  }

  .boards__section .boards__list__header {
    padding-bottom: 20px;
  }
  .boards__list__header p {
    margin-bottom: 10px;
  }
  .boards__list__header .post__detail--title {
    font-size: 24px;
  }

  .history__wrapper .back__btn {
    width: 100%;
  }

  .flex-vc span {
    font-size: 12px;
  }

  .flex-vc img {
    width: 15px;
  }

  .boards__navigation__rows .navigation__rows--title {
    font-size: 13px;
  }

  .boards__navigation .boards__navigation__rows:first-child {
    padding-bottom: 10px;
  }

  .boards__section .boards__navigation {
    padding: 0px;
  }

  .boards__navigation .boards__navigation__rows {
    padding: 10px;
  }
  .boards__navigation__rows .navigation__rows--title {
    display: flex;
    align-items: center;
  }
  .history__wrapper .back__btn {
    border: 1px solid #666666;
  }

  .boards__list__header .post__type {
    font-size: 15px;
    color: #927eff;
  }
  .navigation__rows--action span {
    font-size: 13px;
  }
}
