diff --git a/resources/views/rd/fire-shutter-drawing/index.blade.php b/resources/views/rd/fire-shutter-drawing/index.blade.php
index 358ac403..74388200 100644
--- a/resources/views/rd/fire-shutter-drawing/index.blade.php
+++ b/resources/views/rd/fire-shutter-drawing/index.blade.php
@@ -1204,8 +1204,9 @@ function renderGrCross() {
// ② 상단 플랜지 바로 위를 감싸는 형태
// ══════════════════════════════════════════
const tTop = by - t1; // ② 상단 플랜지 바로 위
- // (a) 좌측 코킹립 10mm: 수평 좌측 돌출
- P.push(``);
+ // (a) 좌측 코킹립: 벽 내면까지 연장 (끝과 끝 연결)
+ const lipEndX = w4x; // ④ 벽연형 좌측 웹까지
+ P.push(``);
// (b) 좌측 절곡탭 13mm: lip 우측 끝에서 아래로
P.push(``);
// (c) 본체 수평부 120mm: bx에서 우측으로
@@ -1217,12 +1218,12 @@ function renderGrCross() {
// ══════════════════════════════════════════
// ① 마감재 SUS 1.2T (빨간색) — 하단 장
- // 경로: 10←lip + 13↑tab + 120→body + 25↑ + 내부스텝(19← + 14↓ + 15←)
+ // 경로: lip(벽까지) + 13↑tab + 120→body + 25↑ + 내부스텝(19← + 14↓ + 15←)
// ② 하단 플랜지 바로 아래를 감싸는 형태
// ══════════════════════════════════════════
const tBot = by + b2h; // ② 하단 플랜지 바로 아래
- // (a) 좌측 코킹립 10mm: 수평 좌측 돌출
- P.push(``);
+ // (a) 좌측 코킹립: 벽 내면까지 연장
+ P.push(``);
// (b) 좌측 절곡탭 13mm: lip 우측 끝에서 위로
P.push(``);
// (c) 본체 수평부 120mm: bx에서 우측으로