#article01,
#article02,
#article03,
#article04,
#article05,
#article06 {
  display: none;
}

.pub-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}

#ek-site-page .pub-cover h3 {
  font-weight: 900;
}

.pub-cover h4 {
  margin-top: -10px;
}

.pub-review h5 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 700;
}

.pub-review {
  max-width: 1000px;
}

@media screen and (max-width: 1140px) {
  .pub-review {
    max-width: 575px;
  }
}

@media screen and (max-width: 600px) {
  #ek-site-page .pub-cover h3 {
    font-size: 1.33rem;
  }

  #ek-site-page .pub-cover h4 {
    font-size: 1rem;
    text-align: center;
  }

  .pub-cover img {
    width: 300px;
    height: auto;
  }

  .pub-review {
    max-width: 320px;
  }
}
