<style>

.img_wrap::before {

  content: "인기";

  position: absolute;

  top: 12px;

  left: 12px;

  background-color: #d32f2f;

  color: #fff;

  font-size: 12px;

  font-weight: bold;

  padding: 4px 8px;

  border-radius: 4px;

  z-index: 10;

}

</style>