.noticeBoardAllWrap {
  width: 100%;
  height: auto;
}
.noticeBoardAllWrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 0;
  gap: 20px;
}
.noticeBoardAllWrap .pagination .pagination-arrow {
  color: #666;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noticeBoardAllWrap .pagination .pagination-arrow:hover {
  color: #333;
}
.noticeBoardAllWrap .pagination .pagination-arrow svg {
  width: 28px;
  height: 28px;
  padding-top: 2px;
}
.noticeBoardAllWrap .pagination .pagination-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
}
.noticeBoardAllWrap .pagination .pagination-number:hover {
  background-color: #eaeaea;
}
.noticeBoardAllWrap .pagination .pagination-number.active {
  background-color: #1b3b86;
  color: white;
  font-weight: bold;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap {
  max-width: 1320px;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 440px;
  margin-top: 40px;
  cursor: pointer;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap ul li:hover img {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap ul li img {
  width: 420px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap ul li .textArea {
  margin-top: 18px;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap ul li .textArea .cateValue {
  font-weight: 600;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap ul li .textArea h3 {
  font-size: 24px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap ul li .textArea .dateValue {
  display: inline-block;
  font-weight: 600;
  margin-top: 24px;
  color: #fff;
  background-color: #1b3b86;
  padding: 4px 18px;
  border-radius: 20px;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.719);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content {
  background: #ffffff;
  width: 1200px;
  max-width: 95%;
  max-height: 90%;
  position: relative;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 20px;
  border-bottom: 1px solid #dfdfdf;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .textArea {
  text-align: center;
  padding: 40px 0;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .textArea h3 {
  font-size: 32px;
  font-weight: 600;
  padding: 10px 0;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .textArea .cateValue {
  font-size: 18px;
  color: #3d3d3d;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .textArea .dateValue {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .imgArea {
  overflow-y: auto;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .imgArea::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0px 14px 30px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content img:last-child {
  padding-bottom: 14px;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .close-btn {
  font-size: 30px;
  cursor: pointer;
  color: #7a7a7a;
  line-height: 1;
}
.noticeBoardAllWrap .contentSection .contentMain .galleryWrap .popup-content .close-btn:hover {
  color: #000;
}