.notice-search-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 8px;
  gap: 12px;
}

.notice-pagination-info {
  text-align: left;
  font-size: 14px;
  color: #6b7280;
  margin: 10px;
}

.notice-pagination-info strong {
  color: #111827;
}

.notice-search-form {
  display: flex;
  align-items: center;
  gap: 6px;
}

.notice-search-select {
  height: 36px;
  padding: 0 10px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}

.notice-search-input {
  height: 36px;
  width: 220px;
  padding: 0 10px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}

.notice-search-input:focus {
  border-color: #0479CD;
  box-shadow: 0 0 0 2px rgba(46,168,255,0.15);
}

.notice-search-btn {
  height: 36px;
  width: auto;
  padding: 0 14px;
  border: 1px solid #0479CD;
  background: #0479CD;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: .15s;
}

.notice-search-btn:hover {
  background: #1d8fe0;
  border-color: #1d8fe0;
}

.notice-table-wrap {
  width: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.notice-table {
  min-width: 1000px;
  background: #fff;
  table-layout: fixed;
  border-collapse: collapse;
}

.notice-table thead {
  background: #f3f4f6;
}

.notice-table a {
  color: #111827;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.notice-table .bi {
  font-size: 18px;
  margin-left: 4px;
  color: #0479CD;
}

.notice-table th,
.notice-table td {
  font-size: 14px;
  color: #111827;
  text-align: center;
  border: 1px solid #e5e7eb;
  height: 46px;
}

.notice-table td.notice-table-title-column {
  padding-left: 16px;
  text-align: left !important;
}

.notice-table td.notice-table-title-column a {
  display: block;
}

.notice-table tbody tr:hover {
  background: #f9fafb;
}

.notice-pagination {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.notice-pagination .pagination {
  gap: 6px;
  margin: 0;
}

.notice-pagination .page-link {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: .15s;
}

.page-dot {
  min-width: 24px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.notice-pagination .page-link:hover {
  background: #f3f4f6;
  color: #111827;
}

.notice-pagination .page-item.active .page-link {
  background: #0479CD;
  color: #fff;
  border-color: #0479CD;
  box-shadow: 0 2px 6px rgba(46, 168, 255, 0.35);
}

.notice-pagination .page-item.disabled .page-link {
  color: #666;
  background: #f9fafb;
  border-color: #e5e7eb;
  pointer-events: none;
}

.notice-pagination .page-link .bi {
  font-size: 16px;
  line-height: 1;
}

.sort-single-select-modal {
  position: relative;
  width: 127px;
}

.sort-single-select-modal.open .multi-select-menu-modal {
  display: flex;
  flex-direction: column;
}

.multi-select-warning-modal {
  display: none !important;
}

.filter-group.has-warning .multi-select-trigger-modal {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12) !important;
}

.filter-label-modal {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0 20px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: justify;
  vertical-align: middle;
  align-items: center;
}

.filter-label-modal:after {
  content: ' ';
  display: inline-block;
  width: 100%;
}

.filter-label-modal.required{
  position: relative;
  padding-right: 10px;
}

.filter-label-modal.required::before{
  content: "*";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ef4444;
  font-weight: 700;
}

.multi-select-modal {
  position: relative;
  flex: 1 1 200px;
  width: 230px;
}

.multi-select-trigger-modal {
  width: 100%;
  min-height: 40px;
  height: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0 10px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #111827;
  cursor: pointer;
  transition: .15s;
  gap: 8px;
}

.multi-select-trigger-modal:hover {
  border-color: #0479CD;
  box-shadow: 0 0 0 3px rgba(46, 168, 255, 0.12);
}

.multi-select-modal.disabled .multi-select-trigger-modal {
  background: #eee;
  color: #999;
  cursor: not-allowed;
}

.multi-select-modal.disabled .multi-select-trigger-modal i {
  color: #bbb;
}

.multi-select-menu-modal {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
  display: none;
  z-index: 20;
  max-height: 220px;
  overflow-y: auto;
}


.multi-select-modal.open .multi-select-menu-modal {
  display: flex;
  flex-direction: column;
}

.multi-select-menu-modal label {
  font-size: 14px;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  cursor: pointer;
}

.multi-select-menu-modal label:hover {
  background: #f3f4f6;
}

.multi-select-menu-modal input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

@media (max-width: 1200px) {
  .notice-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 768px) {
  .notice-search-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .notice-search-form {
    width: 100%;
  }

  .notice-search-input {
    flex: 1;
    width: 100%;
  }
}
