/* 1. 식스샵 주변 요소(제목, 여백, 공유버튼) 제거 */ .blogPostTitleAndDateWrapper, .blogPostTitleAndDate, .blogPostBottomInfo, .sns-share-container, .share-container, .post-header, .post-footer { display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; } /* 2. 배경 무한 확장 및 일체화 */ #ency-iframe-container { position: relative; background-color: #262934; box-shadow: 0 0 0 100vw #262934; clip-path: inset(0 -100vw); width: 100%; margin: 0 auto; padding: 0; overflow: hidden; } /* 3. 깃허브 페이지를 불러오는 창문(iframe) 설정 */ #ency-loader { width: 100%; height: 850px; /* 장비 목록 길이에 맞춰 조절하세요 */ border: none; display: block; } id="ency-loader" src="https://ycgroupcwsong-cmd.github.io/whatency/" title="ENCY CAM Library" loading="lazy"> // 식스샵 상위 박스들의 여백을 제거하여 배경을 꽉 채웁니다. (function() { function fullBleed() { const container = document.getElementById('ency-iframe-container'); if (container) { let p = container.parentElement; while (p && p.tagName !== 'BODY') { p.style.padding = '0'; p.style.margin = '0'; p.style.maxWidth = 'none'; p = p.parentElement; } } } fullBleed(); setTimeout(fullBleed, 500); })();