.swiper-container{
  width: 100%;
  border-top: 1px #F4F4F4 solid;
}
.swiper-slide img{
  width: 100%;
}
.my-bullet{
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #95bbfc;
  opacity: 0.5;
  margin: 0 10px;
}

.swiper-solgan h1, .swiper-solgan h2{
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 25%;
  left: 18%;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 2.5rem;
  font-weight: 500;
}
.swiper-solgan h2{
  top: 35%;
}
.swiper-slide:nth-child(4){
  color: #F4F4F4;
}
.swiper-solgan a{
  position: absolute;
  display: block;
  top: 45%;
  left: 18%;
  width: 166px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
}
.swiper-solgan a img{
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}
.swiper-solgan a span{
  display: inline-block;
  margin-top: 10px;
}

