.post-table__wrap {
  width: 100%;
  border-top: 1px solid var(--color-222);
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 1024px) {
  .post-table thead {
    display: none;
  }
}
.post-table thead th {
  font-size: 16rem;
}
@media (max-width: 1280px) {
  .post-table thead th {
    font-size: calc(16rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-table thead th {
    font-size: calc(16rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-table thead th {
    font-size: calc(16rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-table thead th {
    font-size: calc(16rem / 1.12);
  }
}
.post-table thead th {
  font-weight: 600;
  letter-spacing: -0.48rem;
}
.post-table tbody tr {
  transition: background-color 0.3s;
}
.post-table tbody tr:last-child {
  border-bottom: 0;
}
.post-table tr {
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 1024px) {
  .post-table tr {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10rem;
    padding: 15rem;
  }
}
.post-table th,
.post-table td {
  height: 60rem;
  padding: 20rem 24rem;
  vertical-align: middle;
}
.post-table th:not(.post-list__table-title),
.post-table td:not(.post-list__table-title) {
  text-align: center;
}
@media (max-width: 1024px) {
  .post-table th:not(.post-list__table-title),
  .post-table td:not(.post-list__table-title) {
    text-align: left;
  }
}
.post-table td {
  font-size: 16rem;
}
@media (max-width: 1280px) {
  .post-table td {
    font-size: calc(16rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-table td {
    font-size: calc(16rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-table td {
    font-size: calc(16rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-table td {
    font-size: calc(16rem / 1.12);
  }
}
.post-table td {
  font-weight: 500;
  letter-spacing: -0.48rem;
}
@media (max-width: 1024px) {
  .post-table td {
    float: left;
    height: auto;
    padding: 0;
  }
}
.post-table__num {
  width: 130rem;
}
@media (max-width: 1024px) {
  .post-table__num {
    display: none;
  }
}
.post-table__category {
  width: 200rem;
}
@media (max-width: 1024px) {
  .post-table__category {
    width: 100%;
  }
  .post-table__category-txt {
    color: var(--color-gray);
  }
}
.post-table__title {
  width: auto;
  min-width: 500rem;
  padding: 0 30rem;
}
@media (max-width: 1024px) {
  .post-table__title {
    min-width: 0;
    width: 100%;
    padding: 0;
    margin: 10rem 0 15rem;
    font-weight: 600;
  }
}
.post-table__link {
  display: flex;
  align-items: center;
  gap: 0 10rem;
  font-size: 16rem;
}
@media (max-width: 1280px) {
  .post-table__link {
    font-size: calc(16rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-table__link {
    font-size: calc(16rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-table__link {
    font-size: calc(16rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-table__link {
    font-size: calc(16rem / 1.12);
  }
}
.post-table__link {
  letter-spacing: -0.48rem;
  transition: color 0.3s;
}
@media (hover: hover) {
  .post-table__link:focus, .post-table__link:hover {
    color: var(--color-primary);
  }
}
.post-table__link-text {
  display: -webkit-box;
  height: 1.5em;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.post-table__link-notice {
  color: var(--color-primary);
}
.post-table__writer {
  width: 100rem;
}
@media (max-width: 1280px) {
  .post-table__writer {
    width: 90rem;
  }
}
@media (max-width: 1024px) {
  .post-table__writer {
    display: inline-flex;
    align-items: center;
    gap: 0 3rem;
    width: auto !important;
  }
  .post-table__writer::before {
    content: "\ec63";
    font-family: boxicons !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.post-table__recommend {
  width: 100rem;
}
@media (max-width: 1280px) {
  .post-table__recommend {
    width: 80rem;
  }
}
@media (max-width: 1024px) {
  .post-table__recommend {
    display: inline-flex;
    align-items: center;
    gap: 0 3rem;
    width: auto !important;
  }
  .post-table__recommend::before {
    content: "\eb39";
    font-family: boxicons !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.post-table__hit {
  width: 100rem;
}
@media (max-width: 1280px) {
  .post-table__hit {
    width: 80rem;
  }
}
@media (max-width: 1024px) {
  .post-table__hit {
    display: inline-flex;
    align-items: center;
    gap: 0 3rem;
    width: auto !important;
  }
  .post-table__hit::before {
    content: "\ec0d";
    font-family: boxicons !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.post-table__date {
  width: 240rem;
  color: #555;
}
@media (max-width: 1024px) {
  .post-table__date {
    width: 100%;
    color: var(--color-gray);
  }
}
.post-table__notice {
  background-color: #f1f4f6;
}
.post-table__notice-icon {
  font-size: 24rem;
}
@media (max-width: 1280px) {
  .post-table__notice-icon {
    font-size: calc(24rem / 1.05);
  }
}
@media (max-width: 1024px) {
  .post-table__notice-icon {
    font-size: calc(24rem / 1.08);
  }
}
@media (max-width: 800px) {
  .post-table__notice-icon {
    font-size: calc(24rem / 1.15);
  }
}
@media (max-width: 445px) {
  .post-table__notice-icon {
    font-size: calc(24rem / 1.18);
  }
}
.post-table__notice-icon {
  letter-spacing: -0.96rem;
  color: var(--color-primary);
}
.post-table__notice .post-table__title .post-table__notice-icon {
  display: none;
}
@media (max-width: 1024px) {
  .post-table__notice .post-table__title .post-table__notice-icon {
    display: inline-flex;
  }
}