@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 834px) {
	.swiper{
	display: none
	}
}

@media screen and (min-width: 835px) {
.swiper{
  line-height:0;
  font-size:0;
}
}