@charset "UTF-8";
/* CSS Document */


#thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 464px;
	justify-content: space-between;
	margin-top: 19px;
}

#slider p {
	margin-top: 15px;
}

#thumbnail-list img{
  	width: 100%;
}

.thumbnail-item {
	width: 110px;
	margin-bottom: 10px;
}

.thumbnail-item:hover {
	cursor: pointer;
}



@media screen and (max-width: 736px) {
	.photo .slider {
		width: 100%;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		padding-top: 30px;
	}

	.photo .slider .slick-prev {
		position: absolute;
		left: 0px !important;
		top: 50% !important;
	}

	.photo .slider .slick-next {
		position: absolute;
		top: 50% !important;
		right: 0 !important;
	}

	.photo .slick-next:before {
		top: 5px !important;
		left: 9px !important;
	}

	.photo .slick-prev, .slick-next {
		z-index: 1;
	}

	.photo .slick-prev:before {
		top: 5px !important;
		left: 5px !important;
	}
	
	.photo #thumbnail-list {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		width: 100%;
		justify-content: space-between;
		margin-top: 19px;
	}
	
	.photo #slider img {
		width: 100%;
	}
	
	.photo #thumbnail-list img{
		  width: 100%;
	}
	
	.photo .thumbnail-item {
		width: 23%;
		margin-bottom: 10px;
	}
	
}
