.main_station{
    width: 100%;
    max-height: 100vh;
    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;}

/* banner swiper */
.main_station .swiper-pagination{
  margin-bottom: 2rem;
}
.main_station .swiper-pagination-bullet {
  width: var(
  --swiper-pagination-bullet-width,
  var(--swiper-pagination-bullet-size, 10px)
  );
  height: var(
  --swiper-pagination-bullet-height,
  var(--swiper-pagination-bullet-size, 10px)
  );
}
.main_station .swiper-pagination-bullet{
  background: #dadada;
}
.main_station .swiper-pagination-bullet-active {
  /* opacity: var(--swiper-pagination-bullet-opacity, 1); */
  background: var(--swiper-pagination-color, #000000);
}


.con3_flex{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.tour_swiper1{
  margin-bottom: 10px;
}
.tour_swiper1 .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.tour_swiper1 .swiper-wrapper{
  display: flex;
}
.tour_swiper1 .swiper-slide{
  max-height: 700px;
}
.tour_nav{
  height: 100px;
  cursor: pointer;
}
.tour_nav .swiper-slide-thumb-active { opacity: 1; /* 테두리도 반응형 */ }

.tour_nav .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }


@media screen and (max-width: 1080px) {

}
@media screen and (max-width: 900px) {
  /* .main_station .img_box .bn_pc {
    display: none;
  }
  .main_station .img_box .bn_m {
    display: block;
  }
  .main_station video.mo {
    display: none;
  }
  .main_station video.pc {
    display: block;
  }
  .main_station {
    aspect-ratio: 5/6;
    max-height: 800px;
  } */
}
@media screen and (max-width: 550px) {
  .gallery-nav img{
    height: 90px;
  }

}
@media screen and (max-width: 500px) {
  .main_station{
    margin-top: 70px;
  }
}
