.main-container-inner h2 {
  color: rgb(38, 25, 25);
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.56px;
  margin-bottom: 30px;
}

.top-notice-table {
  border-radius: 10px;
  background: rgb(124, 90, 255);
  padding: 15px 75px 15px 50px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.top-notice-table p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.32px;
  text-align: center;
}

.notice-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice-list-wrapper {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgb(233, 233, 233);
  background: rgb(255, 255, 255);
  padding: 0px 40px;
}

.notice-list {
  width: 100%;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding: 40px 10px 40px 16px;
  cursor: pointer;
}

.notice-list:last-child {
  border-bottom: none;
}

.notice-list .service-warp {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.notice-list .service-number {
  display: flex;
  width: 100%;
}

.notice-list .service-warp .service-number .number {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
  opacity: 0.6;
  margin-right: 40px;
}

.notice-list .service-warp .service-number .title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
}

.notice-list-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
  opacity: 0.4;
}

.mo-notice-list {
  display: none;
}

.pagenum-wrapper {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%) !important;
}

.pagenum-wrapper .pagenum {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.page-prev-button {
  background-image: url(/images/page-arrow.svg);
  background-position: center center;
  transform: rotate(180deg);
  cursor: pointer;
}

.page-next-button {
  background-image: url(/images/page-arrow.svg);
  background-position: center center;
  cursor: pointer;
}

.pagenum-wrapper .button {
  width: 7px;
  height: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.4s;
  cursor: pointer !important;
}

.pagenum-wrapper .button.disable {
  cursor: none !important;
  pointer-events: none;
}

.pagenum-wrapper .pagenum .page-number {
  padding: 0px 13px;
}

.pagenum-wrapper .pagenum .page-number ul {
  display: flex;
}

.pagenum-wrapper .pagenum .page-number ul li {
  font-weight: 600;
  padding: 0px 13px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.03em;
}

.pagenum-wrapper .pagenum .page-number ul li a {
  width: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.pagenum-wrapper .pagenum .page-number ul li a.active {
  border-bottom: 1px solid rgb(124, 90, 255);
  color: rgb(124, 90, 255);
  cursor: none !important;
  pointer-events: none;
}

.padding-wrapper {
  padding-top: 60px;
}

@media (max-width: 770px) {
  .main-container-inner h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .top-notice-table {
    display: none !important;
  }

  .notice-table {
    gap: 10px;
  }

  .notice-list-wrapper {
    display: none;
  }

  .mo-notice-list {
    display: block;
    border-radius: 10px;
    border: 1px solid rgb(233, 233, 233);
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 18px 20px 19px;
    margin-top: 10px;
  }

  .mo-notice-list .service-warp .top-flex {
    display: flex;
    gap: 10px;
  }

  .mo-notice-list .service-warp .top-flex .number {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    opacity: 0.6;
  }

  .mo-notice-list .service-warp .top-flex .title {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
  }

  .mo-notice-list .service-warp .under-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
    gap: 16px;
    padding-left: 26px;
  }

  .mo-notice-list .service-warp .under-flex .notice-list-date {
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
  }

  .pagenum-wrapper {
    transform: scale(0.9, 0.9);
    margin-bottom: 50px;
  }
}
