:root {
  --designW: 1280;
  --scrollbarW: 0;
}

@media not all and (max-width: 767px), print {
  .bl_contSet .bl_customTable table th, .bl_contSet .bl_customTable table td {
    padding-block: calc(24 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}