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

.bl_contSet ol li h3, .bl_contSet ul li h3 {
  margin-top: 0 !important;
  color: #000 !important;
  font-weight: 400 !important;
}
@media not all and (max-width: 767px), print {
  .bl_contSet ol li h3, .bl_contSet ul li h3 {
    margin-bottom: calc(5 / (var(--designW) + var(--scrollbarW)) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .bl_contSet ol li h3, .bl_contSet ul li h3 {
    margin-bottom: 5px;
  }
}