@media screen and (min-width: 769px) {
  .p_top .slider__main .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
       -moz-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .p_top .slider__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .p_top .slider__main ul li {
    line-height: 0;
    width: 260px;
    height: 180px;
  }
  .p_top .slider__main ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 769px) {
  .p_top .slider__main .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
       -moz-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .p_top .slider__main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .p_top .slider__main ul li {
    line-height: 0;
    width: 41.0628vw;
    height: 27.77778vw;
  }
  .p_top .slider__main ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
