#sub01_tour {
  width: 100%;
  height: 100%;
  padding-top: 20rem;
  position: relative;
}
#sub01_tour .swiper.sub01_swiper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 80%;
  height: 594px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#sub01_tour .swiper.sub01_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 71.4%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
#sub01_tour .swiper.sub01_swiper .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40%;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
#sub01_tour .swiper.sub01_swiper .swiper-slide.swiper-slide-visible.swiper-slide-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
#sub01_tour .swiper.sub01_swiper .swiper-slide img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#sub01_tour .swiper.sub01_swiper .swiper-slide-active {
  opacity: 1 !important;
}
#sub01_tour .swiper.sub01_swiper .swiper-slide.swiper-slide-visible.swiper-slide-next,
#sub01_tour .swiper.sub01_swiper .swiper-slide.swiper-slide-visible.swiper-slide-prev {
  opacity: 0.5 !important;
}
#sub01_tour .swiper-pagination {
  position: absolute;
  left: 42%;
  bottom: 14%;
  width: 15%;
}
#sub01_tour .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--swiper-pagination-bllet-inact-color, #9b642e);
}

@media all and (max-width: 1023px) {
  #sub01_tour {
    padding-top: 0;
    position: absolute;
    top: 17vw;
    width: 96%;
    height: auto;
  }
  #sub01_tour .swiper.sub01_swiper {
    height: 60vw;
    width: 110%;
  }
  #sub01_tour .swiper-pagination {
    position: absolute;
    left: 25%;
    bottom: 5%;
    width: 51%;
  }
  #sub01_tour .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}