@charset "utf-8";
/* SLIDER CSS Document */

#jm .-mbxs {
    margin-bottom: 4px;}

#jm .-bg-wt {
    background-color: #fff;}
	
#jm .-pvs{
	padding-bottom: 8px;
	padding-top: 8px;}

.crs {
    scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	width: 100%;
	flex-wrap: nowrap;
	display: flex;    
	overflow-y: hidden;
	overflow-x: scroll;}

.crs._bnrs .itm{
	    scroll-snap-align: center;
		font-size: 0rem;
		padding-left: 8px;}

.crs .itm{
	    flex-shrink: 0;
		}

.crs._bnrs .img {
    height: calc(80vw / 2);
	width: 80vw;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
	border-radius: 4px;}

img {
    border-style: none;
}