body.index .herb .modal-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.index .herb .modal-list>li {
    width: 17%;
    text-align: center;
    margin: 12px;
    cursor: pointer;
    align-items: center;
}

body.index .herb .modal-list>li:nth-child(5n+1) {
    margin: 12px;
}

.modal-list-wrap {
    margin-bottom: 20px;
}
