.ff100 {
  font-family:'MSC100';
}
.ff300 {
  font-family:'MSC300';
}
.ff500 {
  font-family:'MSC500';
}
.ff700 {
  font-family:'MSC700';
}
.fs10 {
  font-size:10pt;
}
.fs11 {
  font-size:11pt;
}
.c-gray {
  color:#636a6f;
}
.hp-50 {
  height:50px;
}
.crd {
  border: solid 1px #f3f3f3;
  border-radius: 5px;
  box-shadow:0px 0px 30px -15px;
}
.likebox {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.like{
  width:16px;
  height: 16px;
  color: #67C23A;
}
.unlike {
  width:16px;
  height: 16px;
  color:gray;
  opacity: 0.6;
}
.dislike{
  width:16px;
  height: 16px;
  color: #00c6fb;
}
.undislike {
  width:16px;
  height: 16px;
  color:gray;
  opacity: 0.6;
}
