/* Global Section / Banner */
.visual-banner {
  position: relative;
  width: 100%;
  height: 402px;
  background: url("/_res/unist/industry/img/content/bg-global-network.png") no-repeat center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 32px;
}
.visual-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(156, 156, 156, 0) -12.94%, #001771 85.95%);
}
.visual-banner .inner-txt {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
  z-index: 2;
}
.visual-banner .inner-txt h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}

/* Table Style Overrides (Scoped) */
.table-wrap {
  margin-top: 20px;
}
.table tbody td {
  padding: 24px 30px;
}
.table tbody td:first-child {
  font-weight: 700;
  color: #333;
  background-color: #fcfcfc;
}
.table tbody td:not(:first-child) {
  text-align: left;
}
.table .ul-type-dot li {
  font-weight: 500;
  color: #333;
}
.table .ul-type-dot li + li {
  margin-top: 10px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .visual-banner {
    height: 320px;
  }
  .visual-banner .inner-txt {
    bottom: 40px;
    left: 30px;
  }
  .visual-banner .inner-txt h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .visual-banner {
    height: 240px;
    margin-bottom: 25px;
  }
  .visual-banner .inner-txt {
    bottom: 30px;
    left: 20px;
  }
  .visual-banner .inner-txt h2 {
    font-size: 24px;
  }
  .table tbody td {
    padding: 15px;
  }
}