.race-list-wrap {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.race-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
}

.race-table th {
  background: #ffffff;
  height: 60px;
  font-family: "Noto Sans KR" !important;
  font-weight: 500 !important;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}

.race-table td {
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}

.race-table tr:hover {
  background-color: #fafafa;
}

.race-table .link {
  color: #6b16ee;
  font-weight: 500;
}
