body {
  background: #efefef;
}

section.top {
  background-image: url("../../src/sub/bg.webp");
  background-size: 100% 90%;
  padding: 150px 5%;
  margin-bottom: 70px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
}

.breadcrumb {
  padding-bottom: 30px;
  color: white;
  display: flex;
}
.breadcrumb a {
  color: white;
}

.content h2.top {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  padding: 70px 0;
}
.content h2.top span {
  color: #e8423c;
}
.content h2.top img {
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
}

.en {
  font-size: 40px;
  color: white;
  opacity: 0.3;
}

.top-box {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

.introduction {
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
  line-height: 200%;
  font-weight: 600;
}
.introduction p {
  font-size: 20px;
}

.top h1,
.top .h1 {
  font-size: 40px;
  padding-left: 15px;
  border-left: solid 5px white;
  line-height: 100%;
  color: white;
  font-weight: 600;
}

.links {
  margin-bottom: 100px;
}

footer {
  background: linear-gradient(180deg, #efefef 0%, #efefef 0%, #db443d 100%);
}

.content.more_content {
  width: 1400px;
  max-width: 90%;
  background: white;
  margin: 150px auto;
}

.swiper-pagination-bullet-active {
  background: #e8423c;
}

@media (max-width: 1200px) {
  .content.more_content {
    padding: 0 5% 50px 5%;
  }
  .content.more_content .title_flex .en {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .introduction p {
    font-size: 16px;
  }
  section.top {
    padding: 70px 5%;
    padding-bottom: 0;
  }
  .breadcrumb {
    display: none;
  }
  .en {
    font-size: 25px;
  }
  .top h1 {
    font-size: 30px;
  }
  .bg_height {
    padding-bottom: 300px;
  }
  .bg_up {
    margin-top: -300px !important;
  }
}/*# sourceMappingURL=sub.css.map */