@media screen and (min-width: 769px) {
  .b2__info {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 821px;
    margin-left: auto;
    margin-right: auto;
  }
  .b2__info--slider {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 55px;
    padding: 0 6px;
  }
  .b2__info--slider .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b2__info--slider .swiper-slide figure {
    width: 409px;
    padding: 0 7.5px;
  }
  .b2__info--slider .swiper-slide figure img {
    width: 100%;
    height: 197px;
    object-fit: cover;
  }
  .b2__info--slider .swiper-pagination {
    position: relative;
    left: inherit;
    top: inherit;
    bottom: inherit;
    margin-top: 15px;
    line-height: 0;
  }
  .b2__info--slider .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    margin: 0 2.5px;
  }
  .b2__info--slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFD700;
  }
}

@media screen and (max-width: 768px) {
  .b2__info {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .b2__info--slider {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10.62802vw;
    padding: 0 1.93237vw;
  }
  .b2__info--slider .swiper-slide {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b2__info--slider .swiper-slide figure {
    width: 74.15459vw;
    padding: 0 0.84541vw;
    height: 36.47343vw;
  }
  .b2__info--slider .swiper-slide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .b2__info--slider .swiper-pagination {
    position: relative;
    left: inherit;
    top: inherit;
    bottom: inherit;
    margin-top: 2.657vw;
    line-height: 0;
  }
  .b2__info--slider .swiper-pagination .swiper-pagination-bullet {
    width: 2.41546vw;
    height: 2.41546vw;
    opacity: 1;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    margin: 0 0.48309vw;
  }
  .b2__info--slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFD700;
  }
}
