.slide-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}
.title-logo {
  width: 50%;
  position: absolute;
  z-index: 99;
}
.button-box {
  position: absolute;
  bottom: 6vw;
  z-index: 99;
}
.slide-txt {
  font-size: 14px;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
.slide-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 98;
}
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.slidemain-bg {
  background: var(--img) center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
}
@media screen and (max-width: 1199px) {
  .title-logo {
    width: 80%;
  }
  .button-box {
    bottom: 15%;
  }
  .slide-txt {
    text-align: center;
    bottom: 30px;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .slides-navigation {
    width: 70px;
  }
  .slides-navigation a.prev, .slides-navigation a.next {
    width: 70px;
  }
  .slides-navigation a.prev i {
    font-size: 48px;
  }
  .slides-navigation a.next i {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .button-box {
    bottom: 20%;
  }
  .slide-txt {
    font-size: 12px;
    bottom: 30px;
  }
}