.notice-table>* {
  font-size: 14px;
}

.notice-table th,
.notice-table td {
  padding: .75rem .5rem;
}

.notice-table th {
  position: relative;
}

.notice-table th:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40%;
  top: 30%;
  background: #c8c8c8;
  right: 0;
}

.notice-table th:last-child:after {
  display: none;
}

.notice-table th:nth-child(1) {
  width: 80px;
}

.notice-table th:nth-child(2) {
  width: auto;
}

.notice-table th:nth-child(3) {
  width: auto;
}

.notice-table th:nth-child(4) {
  width: 80px;
}

.notice-table th:nth-child(5) {
  width: 100px;
}

.notice-table th:nth-child(6) {
  width: 120px;
}

.ellipsis img {
  display: none !important;
}

.ellipsis * {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  color: #666 !important;
  font-family: 'Pretendard-Regular', sans-serif !important;
}

.ellipsis {
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  text-overflow: ellipsis;
  /* 글자 단위로 "강제" 줄바꿈 처리 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.page-num {
  font-size: 14px;
}

.td-skeleton {
  position: relative;
  text-align: center;
}

.td-skeleton:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 30%;
  top: 35%;
  left: 25%;
  background: #ddd;
}

.td-skeleton.left:after {
  width: 80%;
  left: 1rem;
}

.page-link {
  font-size: 14px;
}

.pagination {
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .page-link {
    font-size: 10px;
  }

  .pagination {
    justify-content: center;
  }
}

.form-control {
  font-size: 13px;
}

.order {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

.order:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
}

.order:after {
  content: "\f0dc";
}

.order.asc:after {
  content: "\f0de";
}

.order.desc:after {
  content: "\f0dd";
}
.form-control {
  font-size: 13px;
}

.card-text img {
  display: none !important;
}

.card-text {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.card-text * {
  color: #666;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-family: 'Pretendard-Regular', sans-serif !important;
}
.notice-table>* {
  font-size: 14px;
}

.notice-table th,
.notice-table td {
  padding: .75rem .5rem;
}

.notice-table th {
  position: relative;
}

.notice-table th:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 40%;
  top: 30%;
  background: #c8c8c8;
  right: 0;
}

.notice-table th:last-child:after {
  display: none;
}

.notice-table th:nth-child(1) {
  width: 80px;
}

.notice-table th:nth-child(2) {
  width: auto;
}

.notice-table th:nth-child(3) {
  width: auto;
}

.notice-table th:nth-child(4) {
  width: 80px;
}

.notice-table th:nth-child(5) {
  width: 100px;
}

.notice-table th:nth-child(6) {
  width: 120px;
}

.ellipsis img {
  display: none !important;
}

.ellipsis * {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  color: #666 !important;
  font-family: 'Pretendard-Regular', sans-serif !important;
}

.ellipsis {
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  text-overflow: ellipsis;
  /* 글자 단위로 "강제" 줄바꿈 처리 */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.page-num {
  font-size: 14px;
}

.td-skeleton {
  position: relative;
  text-align: center;
}

.td-skeleton:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 30%;
  top: 35%;
  left: 25%;
  background: #ddd;
}

.td-skeleton.left:after {
  width: 80%;
  left: 1rem;
}

.page-link {
  font-size: 14px;
}

.pagination {
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .page-link {
    font-size: 10px;
  }

  .pagination {
    justify-content: center;
  }
}

.form-control {
  font-size: 13px;
}

.order {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

.order:after {
  position: absolute;
  right: 0;
  top: -1px;
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
}

.order:after {
  content: "\f0dc";
}

.order.asc:after {
  content: "\f0de";
}

.order.desc:after {
  content: "\f0dd";
}