.table {
  border-top: 2px solid #5d79bb;
  border-bottom: 1px solid #5d79bb;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .table {
    font-size: 1.0rem;
  }
}

.table th {
  background-color: white;
  color: #5d79bb;
  font-weight: normal;
}

.table td {
  background-color: white;
  font-weight: normal;
}

/* 2안 */
/* .table-bordered td,
.table-bordered th {
  border: 1px solid #dbdbdb;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
} */
