.status-list { display: flex; justify-content: space-between; gap: 10px; }
.status-list .item { display: flex; flex-direction: column; flex: 1; padding: 20px; background-color: #EEF3FC; border-radius: 5px; text-align: center; }
.status-list .item img { width: 72px; margin: 0 auto; }
.status-list .item .label { padding: 16px 0 6px; font-weight: 700; font-size: 18px; line-height: 110%; letter-spacing: -.02em; color: #333; }
.status-list .item .num { font-weight: 800; font-size: 28px; line-height: 110%; letter-spacing: -.02em; color: #004edb; }
@media screen and (max-width:1024px) {
	.status-list { flex-wrap: wrap; }
}