@media screen and (max-width: 980px) {
	#newList { margin: 10px; }
	.lovecaseList .item { width: 30%; }
}

@media screen and (max-width: 640px) {
	.lovecaseList .item { width: 47%; }
}

@media screen and (max-width: 450px) {
	.lovecaseList .item { width: 98%; }
}