diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php
index 2e66536f..53f8ee27 100644
--- a/resources/views/rd/fire-shutter-drawing/index.blade.php
+++ b/resources/views/rd/fire-shutter-drawing/index.blade.php
@@ -914,11 +914,16 @@ function renderGrCross() {
dimLines += `②립${g.lip}`;
// 두께 (하단, 120mm 치수선 아래)
dimLines += `①t=${g.trimThick||1.2}(SUS) ②t=${g.thickness}(EGI)`;
- // 부재 번호 라벨 (겹치지 않게 배치)
- dimLines += `①`;
+ // 부재 번호 라벨 (참조 도면 기준 배치)
+ // ① 마감재: 우측 랩/플랜지 영역 (상단, 하단 각 1개)
+ dimLines += `①`;
+ dimLines += `①`;
+ // ② 가이드레일: 채널 내부 중앙
dimLines += `②`;
- dimLines += `③`;
- dimLines += `④`;
+ // ③ C형: 몸체(45mm) 중심
+ dimLines += `③`;
+ // ④ D형: 몸체(40mm) 중심
+ dimLines += `④`;
}
const svg = `