.item-box {
	padding: .72rem 1.4rem;
	background-color: #fff;
	max-width: 14.4rem;
	margin: 0 auto;
}
.item-box ul {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.item-box ul li {
	padding: .16rem;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-box ul li img {
	width: 5.23rem;
	height: auto;
}