.kvADiverseBg {
  background-image: url(../imgs/healthy_kvADiverse_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/* kv */
#kv {
  position: relative;
}

#kv .bg {
  width: 100%;
  min-height: 750px;
  object-fit: cover;
}

/* diverse */

#diverse .box {
  width: 1130px;
  padding: 60px 0 120px;
}

@media (max-width:1300px) {
  #kv .bg {
    min-height: 400px;
  }
}

@media (max-width:768px) {
  #kv .bg {
    min-height: unset;
  }
}

@media (max-width:480px) {
  #diverse .box {
    width: 100%;
    padding: 60px 0 120px;
  }
}

#diverse .title {
  margin-bottom: 55px;
  text-align: center;
  width: 100%;
  font-weight: 900;
  font-size: 46px;
  line-height: 150%;
}

#diverse .cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#diverse .cards .card {
  width: calc((100% - 40px) / 3);
}

#diverse .cards .card img {
  width: 100%;
}

@media (max-width:480px) {
  #diverse .title {
    font-size: 24px;
  }

  #diverse .cards .card {
    width: 100%;
  }
}

/* whoNeed */

#whoNeed {
  background-color: #688DA0;
}

#whoNeed .box {
  width: 1130px;
}

@media (max-width:480px) {
  #whoNeed .box {
    width: 100%;
  }
}

#whoNeed .title {
  font-weight: 900;
  font-size: 46px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 120px;
}

#whoNeed .cards {
  display: flex;
  flex-direction: column;
  gap: 88px;
}

#whoNeed .card {
  width: 100%;
  display: flex;
}

#whoNeed .card:nth-child(2) {
  flex-direction: row-reverse;
}

#whoNeed .card:nth-child(2) .card_l {
  padding-right: unset;
  padding-left: 45px;
}

#whoNeed .card .card_l {
  width: 50%;
  padding-right: 45px;
}

#whoNeed .card .card_l img {
  width: 100%;
}

#whoNeed .card .card_r {
  width: 50%;
  padding-top: 50px;
}

#whoNeed .card .card_r .card_t {
  font-weight: 900;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 60px;
}

#whoNeed .card .card_r .lists {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 60px;
}

#whoNeed .card .card_r .list {
  width: 100%;
  display: flex;
  gap: 18px;
}

#whoNeed .card .card_r .list .list_l {
  color: rgb(59, 86, 108);
  font-size: 16px;
  background-color: rgb(230, 212, 114);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97px;
  font-weight: 500;
  height: 54px;
}

#whoNeed .card .card_r .list .list_r {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  width: calc(100% - 97px - 18px);
}

#whoNeed .card .card_r .help {
  background-color: #80A3B5;
  border-radius: 5px;
  padding: 28px;
}

#whoNeed .card .card_r .help .help_t {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #153D52;
}

#whoNeed .card .card_r .help .help_lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#whoNeed .card .card_r .help .help_list {
  display: flex;
  gap: 10px;
}

#whoNeed .card .card_r .help .help_list .list_left {
  width: 30px;
  height: 30px;
}

#whoNeed .card .card_r .help .help_list .list_right {
  width: calc(100% - 32px - 10px);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

@media (max-width:767px) {

  #whoNeed .card,
  #whoNeed .card:nth-child(2) {
    flex-direction: column;
  }

  #whoNeed .card .card_l,
  #whoNeed .card:nth-child(2) .card_l {
    padding: unset;
    width: 100%;
  }

  #whoNeed .card .card_r {
    width: 100%;
  }

  #whoNeed .card .card_r .list {
    flex-direction: column;
  }

  #whoNeed .card .card_r .list .list_r {
    width: 100%;
  }
}

@media (max-width:480px) {
  #whoNeed .title {
    font-size: 24px;
  }

  #whoNeed .card .card_r .card_t {
    font-size: 24px;
  }

  #whoNeed .card .card_r .list .list_r {
    font-size: 20px;
  }

  #whoNeed .card .card_r .help .help_t {
    font-size: 20px;
  }

  #whoNeed .card .card_r .help .help_list .list_right {
    font-size: 20px;
    font-weight: 400;
  }
}

/* advantages */
#advantages {
  position: relative;
  background-image: url(../imgs/healthy_advantages_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#advantages .bg_top {
  position: absolute;
  width: 100%;
  max-width: 540px;
  top: 0;
  right: 0;

}

#advantages .bg_down {
  position: absolute;
  width: 100%;
  max-width: 757px;
  bottom: 0;
  left: 0;
}

#advantages .box {
  width: 1130px;
  padding: 162px 0;
  z-index: 1;
}

@media (max-width:480px) {
  #advantages .box {
    width: 100%;
    z-index: 1;
  }
}

#advantages .title {
  margin-bottom: 128px;
  font-weight: 900;
  font-size: 46px;
  line-height: 150%;
  text-align: center;
}

#advantages .cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#advantages .cards .card {
  width: 100%;
  max-width: 452px;
}

#advantages .cards .card .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
}

#advantages .cards .card .icon img {
  width: 131px;
}

#advantages .cards .card .card_t {
  font-weight: 900;
  font-size: 30px;
  line-height: 150%;
  color: #688DA0;
  margin-bottom: 32px;
  text-align: center;
}

#advantages .cards .card .des {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #525252;
}

@media (max-width:1390px) {
  #advantages .title {
    font-size: 26px;
  }

  #advantages .cards .card .card_t {
    font-size: 36px;
  }

  #advantages .cards .card .des {
    font-size: 20px;
  }
}

@media (max-width:768px) {
  #advantages .cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  #advantages .cards .card {
    width: calc(50% - 10px);
  }

  #advantages .cards .card:last-child {
    width: 100%;
  }
}

@media (max-width:480px) {
  #advantages .title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  #advantages .cards {
    gap: 80px;
  }

  #advantages .cards .card {
    width: 100%;
  }

  #advantages .cards .card .card_t {
    font-size: 26px;
  }
}

/* service */
#service .box {
  width: 1130px;
}

@media (max-width:480px) {
  #service .box {
    width: 100%;
  }

}

#service .title {
  font-weight: 900;
  font-size: 46px;
  line-height: 150%;
  margin-bottom: 77px;
  text-align: center;
}

#service .cards {
  display: flex;
  gap: 27px;
  flex-wrap: wrap;
  justify-content: center;
}

#service .cards .card {
  display: block;
  width: calc((100% - (27px * 4)) / 5);
}

#service .cards .card img {
  width: 100%;
  display: block;
}

@media (max-width:768px) {
  #service .title {
    font-size: 40px;
  }

  #service .cards .card {
    width: calc((100% - (27px * 2)) / 3);
  }
}

@media (max-width:480px) {
  #service .title {
    font-size: 26px;
  }

  #service .cards .card {
    width: 295px;
  }
}

/* form */
#form {
  background-image: url(../imgs/healthy_form_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#form .box {
  max-width: 652px;
}

#form .title {
  font-weight: 900;
  font-size: 36px;
  line-height: 150%;
  color: #FFF9C2;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width:480px) {
  #form .title {
    font-size: 26px;
  }
}