카테고리 페이지에서 하위 카테고리 로고 숨기기

maybe try adding this CSS (to the theme or a theme component on your site):

.category-boxes .subcategories .subcategory .subcategory-image-placeholder {
    display: none;
}