/* 기존에 설정했던 기본 숨김 처리 */ .post-header, .blog-header, .article-header, .blog-post-header, .post-title-wrap, .title-wrap, .blog-post-detail__header, .s-blog-post-detail__header, .post-title, .blog-post-title, .article-title, .post-date, .blog-post-date, .article-date, .date, main h1, h1, .post-content-top { display: none !important; } /* 직접 찾으신 식스샵 자체 제목 생성 요소 강제 숨김 */ .blogPost.title.designSettingElement.text-title { display: none !important; } /* 상단에 남는 빈 여백 제거 */ .post-content, .ck-content, .blog-post-container, .entry-content { margin-top: 0 !important; padding-top: 0 !important; }