#kv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

#kv .textBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

#kv .textBox .title {
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 12px;
  color: #FFFFFF;
}

#kv .textBox .title_e {
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 8px;
  color: #FFFFFF;
}

#kv img {
  width: 100%;
  min-width: 1920px;
}

@media (max-width:768px) {
  #kv img {
    min-width: 1700px;
  }
}

/* about */
#about {
  padding: 0 56px;
}
#about .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 70px;
}

#about .left {
  width: 100%;
  max-width: calc((100% - 70px - 112px) / 3 * 2);
}

#about .left .title {
  font-weight: normal;
  font-size: 32px;
  line-height: 125%;
  color: #000000;
  margin-bottom: 40px;
}

#about .left .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.1em;
}

#about .left .des span {
  font-weight: normal;
}


#about .right {
  max-width: calc((100% - 70px - 112px) / 3 * 1);
}

#about .right img {
  width: 100%;
  max-width: 400px;
}

@media (max-width:1200px) {
  #about .box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  #about .left {
    max-width: 838px;
  }
  #about .right {
    max-width: 400px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width:768px) {
  #about .box {
    display: block;
    clear: both;
  }

  #about .left .title {
    padding-top: 80px;
  }

  #about .about_img {
    float: right;
    width: 163px;
  }

}

@media (max-width:671px) {
  #about .left .title {
    font-size: 22px;
    padding-top: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width:480px) {
  #about {
    padding: 0 10px;
  }
  #about .left .title {
    font-size: 22px;
  }

  #about .left .des {
    font-size: 16px;
  }
}

/* servers */

#servers {}

#servers .title {
  font-weight: normal;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

#servers .cards {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}

#servers .cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 220px;
}

#servers .cards .card img {
  width: 120px;
}

#servers .cards .card .text {
  font-weight: normal;
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
}

#servers .cards .card .des {
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000000;
}

@media (max-width:955px) {
  #servers .cards .card:nth-child(3) {
    width: 100%;
  }
}


/* servers */

#team {
  background-image: linear-gradient(to top, #fff, #ffffff00), url(../imgs/about_team_bg.png);
  background-size: cover;
}

#team .title {
  font-weight: normal;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 40px;
  color: #94242A;
}

#team .cards {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

#team .cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 320px;
}

#team .cards .card img {
  width: 120px;
}

#team .cards .card .text {
  font-weight: normal;
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #94242A;
}

#team .cards .card .des {
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000000;
}