html {
  scroll-behavior: smooth;
}
.align-center {
  text-align: center;
}
/* banner */
.innner-pc.swiper-container {
  height: 640px;
  margin-bottom: 120px;
}
.innner-pc .swiper-slide {
  background-size: cover;
}
.innner-pc .container > * {
  margin-left: calc(1 / 12 * 100%);
}
.innner-pc .pc-small-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--color-brand-Auxiliary);
  padding: 268px 0 24px;
}
.innner-pc .banner-text-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
  color: var(--color-brand-Auxiliary);
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .innner-wap.swiper-container {
    height: 580px;
    margin-bottom: 80px;
  }
  .innner-wap .swiper-slide {
    background-size: cover;
  }
  .wap-small-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-brand-Auxiliary);
    padding: 110px 0 16px;
  }
  .innner-wap .banner-text-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
    color: var(--color-brand-Auxiliary);
    padding: 0;
  }
}
.structure {
  margin-bottom: 120px;
}
.structure h5 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.88px;
  color: #000018;
  margin-bottom: 22px;
}
.structure p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #000018;
}
.structure .container div:not(:last-child) p {
  padding-bottom: 72px;
}
.structure .container div:not(:last-child) span {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  margin-bottom: 72px;
  display: block;
}
@media screen and (min-width: 835px) {
  #banner {
    background-image: url('../images/csr-governance/csr-governance-structure.jpg');
  }
}
@media only screen and (max-width: 767px) {
  #banner {
    display: block;
    align-items: initial;
    height: 500px;
  }
  #banner .content {
    text-align: center;
    padding-top: 30px;
  }
  #banner .content p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    margin-bottom: 16px;
  }
  #banner .content h1 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    text-align: center;
    color: #000018;
  }
  .structure .container div:not(:last-child) {
    position: relative;
  }
  .structure .container div:not(:last-child) div {
    padding: 0 8px;
  }
}
