토픽 목록 구분선의 색상을 변경하는 방법은?

What you’re looking for is .topic-list-body.

.topic-list-body {
  border-top: 3px solid #be235b;
}