@charset "utf-8";
        #imageDivBox {
	max-height: 300px;
	width: 100%;
	border: thin solid #F4F1F0;
	overflow: hidden;
}
        
#imageBoxin {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

#range_val {
	display: none;
}
#spec_cat {
	display: none;
}


/* small mobile :320px. */
@media (max-width: 767px) {

#imageDivBox{
		height:auto;
	}
}


