#fantagio.fancafe .items {
  margin: 0;
  background-color: white;
}
section#fancafe {
  padding: 0 0.625rem;
}
section#fancafe .items {
  margin: 0;
}
.artist.fancafe.item {
  padding: 0;
  margin-bottom: 3vh;
  width: 100%;
  height: 20.5vh;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 16vh;
  line-height: 1.4;
}
.artist.fancafe.item:after {
  content: "";
  display: block;
  clear: both;
}
.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 4vw 2vh 2vw;
  display: inline-block;
  float: left;
  width: 16vh;
  height: 19vh;
}
.artist.fancafe.item .portrait svg {
  width: 100%;
  height: 100%;
}
.artist.fancafe.item p,
.artist.fancafe.item a {
  color: white;
  letter-spacing: 0.1rem;
}
.artist.fancafe.item p {
  font-size: 4vw;
}
.artist.fancafe.item a,
.artist.fancafe.item a:visited {
  text-decoration: none;
  font-size: 3vw;
  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 {
  padding-top: 6.5vh;
  margin-bottom: 0rem;
}
.artist.fancafe.item .korean-name {
  margin: 0 0 1vh;
}
.artist.fancafe.item .divider {
  margin: 0.5vh 0 0.3vh;
  padding: 0;
  line-height: 0;
}
.artist.fancafe.item .divider span {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 7vw;
  border: 1px solid rgb(87, 159, 216);
}
.artist.fancafe.item.for-woman .divider span {
  border: 1px solid rgb(239,170,137);
}