.sec1{
	padding: 5.2% 0 2.6%;
	color: #000;
}
.sec1 h1{
	text-align: center;
	font-size: 2.25em;
	line-height: 1.389;
	margin-bottom: 1.78em;
}
.sec1 .content{
	font-size: 1em;
	line-height: 2;
}
.sec1 .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.sec1 .content img{
	max-width: 100%;
}



.sec-solution{
  color: #333;
  padding: 2.6% 0 10.4%;
}
.sec-solution .flex-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 5em;
}
.sec-solution h3{
  font-size: 1.375em;
  font-weight: bold;
}
.sec-solution .btn-box{
  display: none;
}
.sec-solution .btn-box.active{
  display: block;
}
.sec-solution .swiper-prev,.sec-solution .swiper-next{
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  cursor: pointer;
}
.sec-solution .swiper-prev{
  transform: rotate(-90deg);
  margin-right: 1em;
}
.sec-solution .swiper-next{
  transform: rotate(90deg);
}
.sec-solution .swiper-prev::before,.sec-solution .swiper-next::before{
  font-size: 1.25em;
  content: "\f176";
  line-height: 1;
}
.sec-solution .swiper{
  overflow: visible;
}
.sec-solution .swiper-slide{
  width: 23.3125em;
}
.sec-solution .img-box{
  overflow: hidden;
}
.sec-solution .img-box img{
  transition: transform 0.8s;
}
.sec-solution .text-box{
  padding: 3.125em 2.5em;
  border: 1px solid #eee;
  border-top: 0 none;
}
.sec-solution .text-box h5{
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.7em;
  max-height: 1em;
  transition: color 0.5s;
}
.sec-solution .text-box p{
  line-height: 1.75;
  max-height: 3.5em;
  margin-bottom: 2.25em;
}
.sec-solution .text-box .more{
  font-size: 0.9375em;
  transition: color 0.5s;
}
.sec-solution .text-box .more::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  display: inline-block;
  vertical-align: baseline;
  transform: rotate(90deg);
  margin-left: 0.8em;
}
@media only screen and (min-width:1024px){
  .sec-solution .swiper-slide:hover .img-box img{
    transform: scale(1.1);
  }
  .sec-solution .swiper-prev:hover,.sec-solution .swiper-next:hover{
    color: var(--theme-red);
  }
  .sec-solution .swiper-slide:hover .text-box h5{
    color: var(--theme-red);
  }
  .sec-solution .swiper-slide:hover .text-box .more{
    color: var(--theme-red);
  }
}
@media only screen and (max-width:1024px){
	.sec1{
		padding: 15% 0 7.5%;
	}
	.sec1 h1{
		font-size: 1.5625em;
		margin-bottom: 1.78em;
	}
	.sec1 .content{
		font-size: 0.75em;
	}
    
    .sec-solution{
        padding: 7.5% 0 15%;
    }
    .sec-solution .flex-box{
        margin-bottom: 10%;
    }
    .sec-solution h3{
        font-size: 1.03125em;
    }
    .sec-solution .swiper-prev,.sec-solution .swiper-next{
        font-size: 0.75em;
    }
    .sec-solution .swiper-slide{
        font-size: 0.75em;
    }
}

