.size-guide-modal .modal-content-info table :not(thead) tr:nth-child(2n) {
  background-color: var(--color-core-20);
}

.size-guide-modal .modal-content-info table :not(thead) tr:nth-child(2n + 1) {
  background-color: var(--color-core-0);
}

.size-guide-modal .modal-content-info table :not(thead) td {
  border: solid 1px var(--color-core-0);
  color: var(--color-text-base);
}