.donationBoardDetailAllWrap {
  width: 100%;
}
.donationBoardDetailAllWrap .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;
}
.donationBoardDetailAllWrap .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;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton span {
  color: #1b3b86;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowWhiteIcon,
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowIcon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-top: 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowWhiteIcon {
  background-image: url(../images/rightArrowWitheIcon.svg);
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .moreButton .arrowIcon {
  background-image: url(../images/rightArrowIcon.svg);
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap h2 {
  font-size: 30px;
  font-weight: 700;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap span {
  color: #999999;
  font-size: 14px;
}
.donationBoardDetailAllWrap .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;
}
.donationBoardDetailAllWrap .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;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeInfo .divide {
  width: 4px;
  height: 4px;
  background-color: #cfcfcf;
  border-radius: 50%;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeText .noticeType {
  color: #1b3b86;
  font-size: 22px;
  font-weight: 600;
  margin-right: 8px;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeText h3 {
  margin: 0;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeDate {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeTitleWrap .noticeDate span {
  color: #999999;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap .noticeContentView {
  padding: 30px 10px;
  border-bottom: 1px solid #cfcfcf;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap img {
  margin: 20px 0;
  max-width: 100%;
}
.donationBoardDetailAllWrap .contentSection .contentMain .noticeWrap p {
  font-size: 17px;
  line-height: 1.7;
}
.donationBoardDetailAllWrap .contentSection .contentMain .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;
}
.donationBoardDetailAllWrap .contentSection .contentMain .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;
}
.donationBoardDetailAllWrap .contentSection .contentMain .listWarpButton .listButton:hover {
  background-color: #2c4aac;
}
.donationBoardDetailAllWrap h5 {
  margin-top: 8px;
  font-size: 18px;
}

.table-type1 {
  margin-bottom: 30px;
  padding: 27px 30px;
}
.table-type1 .tableTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.table-type1 .tableTitle h3 {
  margin-top: 0px;
  color: #222;
}
.table-type1 .tableTitle h3 span {
  font-size: inherit !important;
}
.table-type1 table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 8px;
}
.table-type1 .col-style1 {
  border-top: 2px solid #1b3b86;
}
.table-type1 .col-style1 thead th {
  padding: 20px 0;
  background: #eff2f7;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #0e4286;
  text-align: center;
  font-weight: 600;
}
.table-type1 .col-style1 tbody th {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.table-type1 .col-style1 tbody td {
  padding: 20px 10px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-align: right;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 77px;
}
.table-type1 .col-style1 tbody td.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
}
.table-type1 .col-style1 tbody td p {
  margin: 0;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.table-type1 .col-style1 tbody td a {
  color: #222;
}
.table-type1 .col-style1 tbody td.line {
  border-right: 1px solid #ddd;
}
.table-type1 .col-style1 tbody th.line {
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.table-type1 .col-style2 thead th {
  padding: 12px 0;
  background: #e8f0fa;
  border: 1px solid #ccc;
  border-right: 0;
  font-size: 16px;
  color: #0e4286;
  text-align: center;
  font-weight: 500;
}
.table-type1 .col-style2 thead th:last-child {
  border-right: 1px solid #ccc;
}
.table-type1 .col-style2 tbody td {
  padding: 12px 0;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
  text-align: center;
}
.table-type1 .col-style2 tbody td:last-child {
  border-right: 1px solid #ccc;
}
.table-type1 .col-style2 tbody td.l {
  text-align: left;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  padding: 20px 0 20px 40px;
  line-height: 1.5;
}
.table-type1 .col-style2 tbody td.l strong {
  display: block;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}
.table-type1 .col-style2 thead th.no-line {
  border-left: 0;
}
.table-type1 .col-style3 {
  border-top: 3px solid #121212;
}
.table-type1 .col-style3 thead th {
  padding: 16px 0;
  background: #eff2f7;
  font-size: 14px;
  color: #0e4286;
  text-align: center;
  font-weight: 600;
}
.table-type1 .col-style3 tbody td {
  padding: 15px 20px 15px 40px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #444;
  text-align: left;
  font-weight: 300;
  word-break: keep-all;
  border-left: 1px solid #ddd;
}
.table-type1 .col-style3 tbody td.name {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 15px 20px;
}
.table-type1 .col-style3 tbody td.c {
  text-align: center;
  padding-left: 15px;
}
.table-type1 .col-style3 tbody td.tit {
  color: #0e4286;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  border-left: 0;
  text-align: center;
}
.table-type1 .col-style3 tbody td.tit span {
  font-size: 20px;
}
.table-type1 .col-style3.no-line td {
  border-left: 0;
}