#fantagio.fancafe .items {
  margin: 0;
  padding: 1.25rem 0;
  background-color: white;
  border: 2px solid #ddd;
  margin-left: -1.25rem;
}
section#fancafe {
  background-color: white;
  padding-left: 1.25rem;
}
section#fancafe .items {
  margin: 0;
}
.artist.fancafe.item {
  margin-bottom: 1.25rem;
  width: 29.25rem;
  height: 11.875rem;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.artist.fancafe.item.for-woman {
  background-image: url(../../images/chapters/news/background-fancafe-item-for-woman.svg);
}
.artist.fancafe.item.for-man {
  background-image: url(../../images/chapters/news/background-fancafe-item-for-man.svg);
}
.artist.fancafe.item .portrait {
  margin: 0 1.25rem;
  display: inline-block;
  float: left;
}
.artist.fancafe.item p,
.artist.fancafe.item a {
  color: white;
  letter-spacing: 0.1rem;
}
.artist.fancafe.item p {
  font-size: 0.9rem;
}
.artist.fancafe.item a,
.artist.fancafe.item a:visited {
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0;
  font-family: "Brandon Grotesque Regular";
}
.artist.fancafe.item .english-name,
.artist.fancafe.item a {
  font-family: "Brandon Grotesque Bold";
  font-weight: normal;
  text-transform: uppercase;
}
.artist.fancafe.item .english-name {
  margin-top: 4.2rem;
  margin-bottom: 0.2rem;
}
.artist.fancafe.item .korean-name {
  margin: 0 0 2rem;
}