﻿/* .swiper-pagination{bottom: 25px;}
.swiper-pagination-bullet{width: 30px; height: 6px; border-radius: 0; opacity: .5; background: #fff;}
.swiper-pagination-bullet-active{background: #1E73BE; opacity: 1;} */
/* .ban_bg{position: absolute; left: 0; top: 0; bottom: 0; width: 50%; background: rgba(255,255,255,.7); padding-right: 25px; box-sizing: border-box;} */
/* .ban_text{position: absolute; top: 0; z-index: 1000; margin: 9% 20px 0 16%; box-sizing: border-box; transform: translateX(-200px); opacity: 0; transition: .6s;} */
.slider{
  position: relative;
}
.ban_text{
  top: 33%;
  left: 15%;
  position: absolute;
  z-index: 2;
}
.ban_text h1{
  letter-spacing: -.05em;   
  font-weight: 700;
  font-size: 3.75vw;
  line-height: 120%;
  color: #fff;
  margin-bottom: 1vw;
  text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.ban_text span{
    letter-spacing: -.05em;
    display: inline-block;
    height: 88px;
    font-size: 1.875vw;
    line-height: 40px;
    color: #fffcfc;
}