.noticeBoardDetailAllWrap {
  width: 100%;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap {
  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;
}
.noticeBoardDetailAllWrap .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;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton span {
  color: #1b3b86;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowWhiteIcon,
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowIcon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-top: 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowWhiteIcon {
  background-image: url(../images/rightArrowWitheIcon.svg);
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowIcon {
  background-image: url(../images/rightArrowIcon.svg);
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap h2 {
  font-size: 30px;
  font-weight: 700;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap span {
  color: #999999;
  font-size: 14px;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #fafafa;
  border-top: 1px solid #1b3b86;
  border-bottom: 1px solid #cfcfcf;
  gap: 8px;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeInfo .divide {
  width: 4px;
  height: 4px;
  background-color: #cfcfcf;
  border-radius: 50%;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeText .noticeType {
  color: #1b3b86;
  font-size: 22px;
  font-weight: 600;
  margin-right: 8px;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeText h3 {
  margin: 0;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeDate {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeDate span {
  color: #999999;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeContentView {
  padding: 30px 10px;
  border-bottom: 1px solid #cfcfcf;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeContentView img {
  margin: 20px 0;
  max-width: 100%;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeContentView p {
  font-size: 17px;
  line-height: 1.7;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .listWarpButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .listWarpButton .listButton {
  background-color: #1b3b86;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 8px 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.noticeBoardDetailAllWrap .contentSection .contentMain .noticeWrap .listWarpButton .listButton:hover {
  background-color: #2c4aac;
}
.noticeBoardDetailAllWrap .contentSection h5 {
  margin-top: 8px;
  font-size: 18px;
}