핫 기능은 어떻게 비활성화하나요?

I think you can hide them with CSS

span.hc-topic-card__status.--hot {
  display: none;
}