.thumb{
  padding:0;
}
.thumb img {
  transform: scale(.9);
  cursor: pointer;
}
.thumb_box {
	width: 100%;
	overflow-x:auto;
  overflow-y: hidden;
	min-height: 20vw;
	display: block;
	position: relative;
  scrollbar-width: thin;
}
.thumb_box .thumb {
  position: absolute;
  list-style: none;
  display:flex;
}
.thumb li {
	width: 10;
	float: left;
	width: 15vw;
}
.contents__section {
	width:100% !important;
}