.main_station {
  width: 100%;
  max-height: calc(100vh - 80px);
  aspect-ratio: 16/9;
  /* background: #888; */
  overflow: hidden;
  position: relative;
}
.main_station video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 16/9;
}
.main_station .pc {
  display: block;
}
.main_station .mo {
  display: none;
}

/*  */
/* swiper */
.main_station .swiper-pagination-bullet-active {
  /* opacity: var(--swiper-pagination-bullet-opacity, 1); */
  background: var(--swiper-pagination-color, #0c2e86);
}
.main_station .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 5%);
  color: #0c2e8689;
}
.main_station .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 5%);
  color: #0c2e8689;
}

/* tour */
.gallery-slider {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-slider .gallery-single {
  overflow: hidden;
  margin-bottom: 2px;
}
.gallery-slider .gallery-single .slick-arrow {
  font-size: 0;
  border: none;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  margin-top: 60px;
}
.gallery-slider .gallery-nav .slick-slide {
  height: 99px;
  overflow: hidden;
  background: #000;
  margin-right: 2px;
  cursor: pointer;
}
.gallery-slider .gallery-nav .slick-slide.slick-current img {
  opacity: 1;
}
.gallery-slider .gallery-nav .slick-slide img {
  opacity: 0.6;
}

/* below 1024 */
@media screen and (max-width: 1024px) {
  .main_station {
    aspect-ratio: 5/3;
    /* aspect-ratio: 16/9; */
  }
  .main_station .pc {
    display: none;
  }
  .main_station .mo {
    display: block;
  }
  .main_station video {
    width: auto;
    height: 100%;
  }
}

/* below 768 */
@media screen and (max-width: 768px) {
}

/* below 540 */
@media screen and (max-width: 540px) {
  /* .section1 p{
        font-size: 24px;
    } */
}
