@charset "UTF-8";
.noticeBoardAllWrap {
  width: 100%;
  height: auto;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1320px;
  margin: 0 auto;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .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: 50px 0 0;
  gap: 20px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .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 .contentSection .contentMain .noticeWrap .pagination .pagination-arrow:hover {
  color: #333;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .pagination .pagination-arrow svg {
  width: 28px;
  height: 28px;
  padding-top: 2px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .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 .contentSection .contentMain .noticeWrap .pagination .pagination-number:hover {
  background-color: #eaeaea;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .pagination .pagination-number.active {
  background-color: #1b3b86;
  color: white;
  font-weight: bold;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .moreButton {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .moreButton span {
  color: #1b3b86;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .moreButton:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowWhiteIcon,
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowIcon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-top: 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowWhiteIcon {
  background-image: url(../images/rightArrowWitheIcon.svg);
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowIcon {
  background-image: url(../images/rightArrowIcon.svg);
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap h2 {
  font-size: 30px;
  font-weight: 700;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap span {
  color: #1b3b86;
  font-weight: 700;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li {
  border-bottom: 1px solid #cfcfcf;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea:hover {
  background-color: #f9f9f9;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea.fix {
  position: relative;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea.fix::before {
  content: "📌";
  position: absolute;
  left: 1263px;
  font-size: 20px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea .noticeText h3 {
  margin: 0;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea .noticeText .noticeDate {
  margin-top: 8px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea .noticeText .noticeDate .noticeDateText {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea .noticeText .noticeDate .noticeDateText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #cfcfcf;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea .noticeText .noticeDate span {
  font-size: 16px;
  color: #999999;
  font-weight: 500;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea .noticeTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea .noticeTitle span {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #1b3b86;
  padding: 6px 38px;
  border-radius: 10px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li .noticeArea .noticeTitle span.endEvent {
  background-color: #999;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li span {
  font-size: 18px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeList ul li h5 {
  margin-top: 8px;
  font-size: 18px;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeSearchArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #1b3b86;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeSearchArea .search-template {
  width: 230px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.05em;
  border: 1px solid #cccccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noticeBoardAllWrap .contentSection .contentMain .noticeWrap .noticeSearchArea .search-template .searchIcon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-image: url(../images/searchButton.svg);
  background-repeat: no-repeat;
}