@charset "utf-8";

.table-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.table-filter__list-num {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.table-filter__list-num span {
  font-weight: 700;
}
.table-filter__input {
  display: flex;
  gap: 8px;
}
.table-filter__input-text .classic-input-wrap {
  height: 2.5rem;
}
.table-filter__input-text .classic-input-wrap .classic-input {
  height: 100%;
}
.table-filter__input-select {
  width: 9.375rem;
}
.table-filter__input-select .classic-select {
  justify-content: space-between;
  padding: 0 1rem;
}
.table-filter__input-select .classic-select img {
  width: 1rem;
}
.classic-table {
  margin-top: 8px;
}
.classic-table--gap {
  margin-bottom: 32px;
}
.classic-pagination {
  justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 6.25rem;
}
.classic-table__td {
  height: 4rem;
}
.table-filter__input-select.modal-input {
  width: 100%;
}


.table-filter-search {
  display: flex;
  align-items: center;
}
.table-filter-search-title {
  line-height: 1.5rem;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.54px;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.table-filter-search-title::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.413rem;
  height: 0.413rem;
  border-radius: 50%;
  background-color: #000;
}
.table-filter-search-title::before {
  content: "";
  position: absolute;
  right: 6px;
  width: 1px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #999;
}
.search-result-cover {
  background-color: #f1f1f1;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  color: #222;
  margin-bottom: 24px;
  margin-top: 8px;
}
.table-filter-more {
  display: flex;
  gap: 5px;
}

.search-result-cover .red {
  color: #ed2024;
}
.search-result-cover .bold {
  font-weight: 700;
}
