.empty-area { text-align: center; padding: 120px 20px; }
.empty-area .txt { font-size: 1.6rem; color: #888; position: relative; display: inline-block; line-height: 1.6; word-break: keep-all; }
.empty-area .txt:after { content: ''; width: 100px; height: 45px; background-image: url('../../img/communuty/empty_ico.svg'); background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: -70px; left: 50%; transform: translateX(-50%); }

@media (max-width: 768px) {
    .empty-area { padding: 80px 20px; }
    .empty-area .txt { font-size: 1.4rem; }
    .empty-area .txt:after { width: 80px; height: 36px; top: -55px; }
}
