.deck-head {
  margin-top: 5rem;
  padding: 1rem;
  background-color: #fff;
  display: flex;
}

.deck-head .yllogo img {
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
  margin-right: 1rem;
}

.deck-head h2 {
  font-size: 16px;
  letter-spacing: 1px;
}

.deck-head .ename {
  margin-top: .7rem;
  font-size: 1.4rem;
  color: #7c7c7c;
}

.deck-cont {
  font-size: 14px;
  color: #000;
  padding: 1rem;
}

.deck-cont .deck-top > h3 {
  font-weight: 500;
  font-size: 15px;
}

.deck-cont .deck-top ul {
  display: grid;
  margin-top: .7rem;
  grid-template-columns: repeat(auto-fill, 19%);
  grid-row-gap: .7rem;
  justify-content: space-between;
}

.deck-cont .deck-top ul li {
  padding: .5rem;
  box-sizing: border-box;
  text-align: center;
  background-color: #e2e2e2;
  cursor: pointer;
}

.deck-cont .deck-top ul li:hover {
  background-image: linear-gradient(to right, #0575E6 0%, #345df4 51%, #0575E6 100%);
  color: #fff;
}

.deck-cont .deck-top ul .active {
  background-image: linear-gradient(to right, #0575E6 0%, #345df4 51%, #0575E6 100%);
  color: #fff;
}

.deck-cont .deck-img {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #fff;
}

.deck-cont .deck-img .deck-img-li .deck-name {
  text-align: center;
  color: #7c7c7c;
}

.deck-cont .deck-img .deck-img-li .lazy {
  width: 100%;
}

.deck-cont .deck-img .deck-img-li .no-text {
  text-align: center;
  margin-top: 3rem;
  color: #c9c9c9;
}
