.refer-table tbody tr td {
  background-color: #f5f7f9;
}

.refer-table tbody tr td:nth-child(1) {
  background-color: var(--refer-color-general-white);
}

.refer-table tbody tr td:nth-child(2) {
  background-color: var(--refer-color-general-white);
  border-right: 1px solid #e0e0e0;
}

.refer-table thead tr td:nth-child(2) {
  border-right: 1px solid #e0e0e0;
}
