@charset "utf-8";
@media print, screen and (min-width: 501px) {
  #swct {
    width: 100%;
    overflow: hidden;
  }
  #swct img {
    max-width: none;
    height: auto;
  }
  #swct .swiper-wrapper {
    width: 100%;
    margin-left: -50%;
    left: 50%;
  }
  #swct .swiper-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  #swct .swct {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
  }
  #swct .swct .swiper-wrapper img {
    position: absolute;
    max-width: none;
    width: 640px;
    height: 200px;
    left: 50%;
    margin-left: -320px;
  }
}
