[v-cloak] {
  display: none;
}
@media (max-width: 768px) {
  .card-list li .image-box {
    height: 320px;
  }
  .button-cruise > a {
    display: block;
    margin-top: 10px;
  }
  .cruise-price {
    display: flex;
    flex-wrap: wrap;
  }
  .cruise-price div {
    flex: 0 0 calc(100%);
  }
}
@media (min-width: 769px) {
  .card-list li .image-box {
    height: 100%;
  }
  .cruise-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cruise-price div {
    flex: 0 0 1;
  }
}
.content {
  margin: 0 auto;
}
.content .card-list {
  list-style: none;
  padding: 0;
}
.content .card-list li {
  background-color: #f5f5f5;
  margin: 3rem 0 !important;
}
.content .card-list li .cruise-title {
  margin: 0 0 10px 0;
}
.content .card-list li .cruise-title .red-year {
  padding: 2px 5px;
  background: #ce1141;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
}
