@charset "UTF-8";

.card-img {
  height: 160px;
}

.card-body h3 {
  line-height: 1.25rem;
}

.cat:after {
  content: '';
  border-bottom: 1px solid #D8D8D8;
  width: 40px;
  height: 2px;
  display: block;
  text-align: center;
  margin: 10px auto 20px;
}

.top_content,
.inflenser,
.keyword {
  background-color: #F9F9F9;
}

.title:before {
  border-bottom: 3px solid #000000;
  content: "";
  display: block;
  width: 108px;
  height: 5px;
  position: absolute;
  bottom: 13px;
}

.title:after {
  border-top: 3px solid #000000;
  content: "";
  display: block;
  width: 108px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 13px;
}

.new .card-img {
  height: 260px;
}

.keyword .btn a {
  height: 33px;
  line-height: 33px;
}

/*@media screen and (max-width: 800px) {
  }
*/