@charset "utf-8";

.slide-viewer {position:relative;width:100%;margin-bottom:50px;overflow:hidden;}
.slider {position:relative;width:100%;height:250px;}
	.slider .slide_li {display:none;position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;}
	.slider .slide_li:first-child {display:block;}
.s_cover {position:absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,.3);overflow:hidden;}

@media (max-width:768px) {
	.slide-viewer {margin-bottom:30px;}
	.slider {height:200px;}
}
