From 3b4054e23eb27f33d62a741cc6479dd3e41f8a32 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sun, 22 Mar 2026 17:24:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=83=98=ED=94=8C=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20CSS=20=EC=A0=84=EC=97=AD=20=EC=98=A4=EC=97=BC?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=EB=B0=94=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - interior/shopping 샘플 페이지의 * {} CSS 리셋이 사이드바 포함 전체 DOM을 오염시키던 문제 수정 - .au-page / .ml-page 클래스로 스코프 한정: *, *::before, *::after → .au-page *, .ml-page * 로 변경 - 쇼핑몰 이미지: Unsplash CDN → picsum.photos 교체 (항상 안정 로드) seed 기반으로 일관된 이미지 유지 Co-Authored-By: Claude Sonnet 4.6 --- .../website/samples/interior/page.tsx | 5 +- .../website/samples/shopping/page.tsx | 47 +++++++++++-------- 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/app/services/website/samples/interior/page.tsx b/app/services/website/samples/interior/page.tsx index 1d06ee7..97ab859 100644 --- a/app/services/website/samples/interior/page.tsx +++ b/app/services/website/samples/interior/page.tsx @@ -119,14 +119,15 @@ export default function InteriorSample() { const SURFACE = '#F0ECE4'; return ( -
+
{/* ══ 폰트 + 전역 CSS ══ */}