/* slider (base)
--------------------------------------------------------- */
.slideFrame {
  overflow: hidden;
  width: 100%;
  height: 200px;
}

.slideCell {
  display: block;
}

.slideGuide .slideCell {

}
.slideGuide.up .slideCell, .slideGuide.down .slideCell {
	margin-bottom: 10px;
}


section#sliderBox {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin: 30px auto;
}
.slideFrame {
	height: 70vh;
}
.slideFrame img {
	width:100%; height:auto;
}


@media screen and (max-width: 768px){
	#slide1 {display: none;}
}




