#nt_body {
  padding-bottom: 0;
}
#nt_body:after {
  display: none;
}

.main {
  overflow: hidden;
}

.business {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .business {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .business {
    padding: 0 1rem;
  }
}
.business .h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #006fc0;
  line-height: 1;
  margin-bottom: 1rem;
}
.business .left {
  width: 60.012%;
}
.business .right {
  width: 38.703%;
}
.business .right .inner {
  padding: 2rem;
  border: 1px solid #ccc;
}
.business .news {
  margin-bottom: 2rem;
}
@media (max-width: 1500px) {
  .business .right {
    width: 36%;
  }
}
@media (max-width: 1200px) {
  .business .project .inner {
    overflow-x: auto;
  }
  .business .project .inner::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .business .project .inner::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  .business .project .inner::-webkit-scrollbar-thumb {
    background: var(--indigo);
    border-radius: 8px;
  }
  .business .project .inner::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: var(--sky-light);
  }
  .business .project .inner .na-list2-swiper {
    min-width: 460px;
  }
}
@media (max-width: 768px) {
  .business .left, .business .right {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
