.vmcList {
  margin:0 auto;
  margin-top:4rem;
  margin-bottom:4rem;
  width:80%;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}

.vmcList li {
  list-style-type: none;
  background:#E2DBD5;
  margin:1rem;
  padding:1rem;
  font-size:1.2rem;
  width:320px;
  box-shadow: 8px 8px 10px -5px grey;
}

.vmcList li a {
  text-decoration: none;
  font-size:1.2rem;
  color:#128cc5;
}

.vmcList li a:hover {
  color:#ff981f;
}

#detailWarp {
  text-align:center;
  font-size:1.2rem;
}

#detailWarp table {
  width:80%;
  margin:0 auto;
  text-align:center;
}

.fa-window-close {
  font-size:1.5rem;
  color:red;
}

.total, #total {
  color:#D10000;
}

.number {
  border: none;
  text-align: center;
}