@charset "utf-8";

section.main-sec5 {
  padding: 120px 0 190px;
}
.client_titWrap {
  text-align: center;
}
.client_titWrap h2 {
  color: #F7F7F7;
  font-size: 40px;
  font-weight: 700;
}
.client_titWrap div {
  color: #F7F7F7;
  font-size: 18px;
  font-weight: 400;
}

.client_slide {
  padding-top: 150px;
}
.client_slide ul li {
  max-width: 520px;
  height: 325px;
}
.client_wrap {
  position: relative;
  border-radius: 10px;
  border: 1px solid #3C3C3C;
  height: 100%;
  transition: 1s;
}
.client_wrap .client_tit {
  padding: 24px 20px 20px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.client_slide ul li.swiper-slide-active .client_wrap {
  transform: translateY(-40px);
}
.client_wrap .client_cont {
  height: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  margin: 0 20px;
  border-top: 1px solid #535353;
}
.client_slide ul li .client_wrap:before {
  content: '';
  background-image: url(../../../img/good.png);
  background-repeat: no-repeat;
  width: 65px;
  height: 66px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 1s;
  background-size: cover;
}
.client_slide ul li.swiper-slide-active .client_wrap:before {
  opacity: 1;
  /* transition: 1s; */
}

.client_wrap.color0 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #966060 100%);
}
.client_wrap.color1 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #9A7F4C 100%);
}
.client_wrap.color2 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #53629E 100%);
}
.client_wrap.color3 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #679590 100%);
}
.client_wrap.color4 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #8A5F8B 100%);
}
.client_wrap.color5 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #966060 100%);
}
.client_wrap.color6 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #9A7F4C 100%);
}
.client_wrap.color7 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #53629E 100%);
}
.client_wrap.color8 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #679590 100%);
}
.client_wrap.color9 {
  background: linear-gradient(0deg, #292929 0%, #292929 70%, #8A5F8B 100%);
}


section.main-sec {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.main- {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main_con {
  overflow: hidden;
}
.main_con_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video.main_video {
  width: 101%;
  height: 101%;
  object-fit: cover;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 11;
  transition: opacity .8s ease;
}


@media (max-width: 768px) { 
  section.main-sec5 {
    padding: 0 0 120px;
}
  .client_titWrap h2 {
      font-size: 30px;
  }
  .client_titWrap div {
    font-size: 16px;
  }

  .client_slide ul li {
    max-width: 335px;
    height: 250px;
}

.client_slide ul li .client_wrap:before {
  width: 30px;
  height: 31px;
  top: -27px;
}
  .client_wrap .client_tit {
    font-size: 16px;
    padding: 10px;
  }
  .client_wrap .client_cont {
    font-size: 12px;
    height: calc(100% - 44px);
    line-height: 25px;
  }
  .client_slide {
    padding-top: 90px;
}
.client_slide ul li.swiper-slide-active .client_wrap {
  transform: translateY(-25px);
}


.client_wrap.color0 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #966060 100%);
}
.client_wrap.color1 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #9A7F4C 100%);
}
.client_wrap.color2 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #53629E 100%);
}
.client_wrap.color3 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #679590 100%);
}
.client_wrap.color4 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #8A5F8B 100%);
}
.client_wrap.color5 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #966060 100%);
}
.client_wrap.color6 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #9A7F4C 100%);
}
.client_wrap.color7 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #53629E 100%);
}
.client_wrap.color8 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #679590 100%);
}
.client_wrap.color9 {
  background: linear-gradient(0deg, #292929 0%, #292929 80%, #8A5F8B 100%);
}
}