Files
KyeongminandClaude Opus 4.8 b836e79ee1 wip: phase_z2 evidence 파이프라인 + matching 실험(phase2~26) + 프론트 trace 패널 진행분 스냅샷
- src: phase_z2 composition/mapper/pipeline/placement_planner/retry, ai_fallback(prompts/schema/validate), mdx_text_atoms 신규
- Front: PipelineTracePanel 신규, FramePanel/SlideCanvas/Home/designAgentApi 등 갱신 + 테스트 4종 추가
- templates/phase_z2: catalog(component_expansion_registry, node_slot_mapping 신규), frames, families, slide_base 갱신
- tests/matching: phase2~26 매칭 실험 스크립트·리포트·온톨로지 전체 (미커밋 진행분)
- tests: b4_v4 evidence, task5~28.5 시리즈, regression(imp95 baseline) 등 신규 테스트 대량 추가
- docs/reference: MDX 구조 인벤토리, MDX→Frame 구조 계약 문서
- scripts: mdx 계약/parity/coverage/viewport 체크, gitea comment, run sync 유틸
- .gitignore: tmp*.json, chromedriver, .orchestrator, *.pkl, Front_test* 등 임시/스냅샷 제외

미완성 작업의 보존용 스냅샷 커밋 (2026-07-02)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 17:03:42 +09:00

2148 lines
45 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>Figma 32개 구조 검수 리포트</title>
<style>
body {
font-family: -apple-system, 'Segoe UI', 'Malgun Gothic', sans-serif;
max-width: 1800px;
margin: 0 auto;
padding: 24px;
line-height: 1.6;
color: #1e293b;
background: #f8fafc;
}
h1 { color: #1e293b; border-bottom: 3px solid #2563eb; padding-bottom: 12px; }
h2 {
color: #1a365d;
background: #e0e7ff;
padding: 10px 16px;
border-radius: 6px;
margin-top: 32px;
}
hr { border: none; border-top: 1px solid #cbd5e1; margin: 24px 0; }
table {
border-collapse: collapse;
width: 100%;
margin: 12px 0 24px;
background: #fff;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
th, td {
border: 1px solid #e2e8f0;
padding: 10px;
text-align: left;
vertical-align: top;
}
th {
background: #1e293b;
color: #fff;
font-weight: 700;
text-align: center;
width: 120px;
}
td:first-child {
background: #f1f5f9;
font-weight: 600;
text-align: center;
width: 120px;
}
td img {
max-width: 260px;
height: auto;
display: block;
margin: 0 auto 6px;
border: 1px solid #cbd5e1;
border-radius: 4px;
}
td br + strong { color: #2563eb; }
</style>
</head>
<body>
<h1>Figma 32개 구조 검수 리포트 v2</h1>
<blockquote>
<p><strong>개선판</strong>: family를 7개로 단순화, semantic_role 별도 필드로 분리.
현재 매핑은 <strong>Claude가 만든 1차 초안</strong> — 디자이너 검수 대상.</p>
</blockquote>
<h2>0. Ontology (검수용 초안)</h2>
<p><strong>family (7개 — 구조 성격):</strong></p>
<table>
<thead>
<tr>
<th>family</th>
<th>의미</th>
<th>포함 layout 예시</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>compare</code></td>
<td>관점·항목 대비</td>
<td>compare-rows, compare-2col, paired-rows</td>
</tr>
<tr>
<td><code>table</code></td>
<td>표 형식 비교</td>
<td>table-2col, table-3col</td>
</tr>
<tr>
<td><code>cards</code></td>
<td>카드 묶음</td>
<td>3col-cards, persona-3col, cards-4, quadrant-issues</td>
</tr>
<tr>
<td><code>list</code></td>
<td>나열</td>
<td>3col-parallel, list-numbered, 3-section</td>
</tr>
<tr>
<td><code>diagram</code></td>
<td>다이어그램</td>
<td>cycle-3way, diagram-labels, diagram-5</td>
</tr>
<tr>
<td><code>map</code></td>
<td>지도</td>
<td>full-page-map</td>
</tr>
<tr>
<td><code>composite</code></td>
<td>혼합</td>
<td>central-5-goals</td>
</tr>
</tbody>
</table>
<p><strong>semantic_role (의미 구조 — family와 독립):</strong></p>
<ul>
<li>후보: <code>bim-vs-dx</code>, <code>process-vs-product</code>, <code>prerequisites</code>, <code>persona-benefits</code>, <code>policy-goals</code>, <code>safety-quality-productivity</code>, <code>industry-compare</code>, <code>sw-ecosystem</code>, <code>risk-problems</code>, <code>design-distortion</code>, <code>term-definition</code>, <code>innovation-stages</code></li>
<li>자동 감지가 불명확하면 <code>(검수 필요)</code>로 표시</li>
</ul>
<h2>1. family 분포</h2>
<table>
<thead>
<tr>
<th>family</th>
<th>개수</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>cards</code></td>
<td>7</td>
</tr>
<tr>
<td><code>compare</code></td>
<td>7</td>
</tr>
<tr>
<td><code>diagram</code></td>
<td>6</td>
</tr>
<tr>
<td><code>list</code></td>
<td>6</td>
</tr>
<tr>
<td><code>table</code></td>
<td>4</td>
</tr>
<tr>
<td><code>map</code></td>
<td>1</td>
</tr>
<tr>
<td><code>composite</code></td>
<td>1</td>
</tr>
</tbody>
</table>
<h2>2. semantic_role 분포 (자동 추측)</h2>
<table>
<thead>
<tr>
<th>semantic_role</th>
<th>개수</th>
<th>비고</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>(검수 필요)</code></td>
<td>15</td>
<td>검수 필요 (힌트 부족)</td>
</tr>
<tr>
<td><code>bim-vs-dx</code></td>
<td>5</td>
<td></td>
</tr>
<tr>
<td><code>sw-ecosystem</code></td>
<td>4</td>
<td></td>
</tr>
<tr>
<td><code>industry-compare</code></td>
<td>3</td>
<td></td>
</tr>
<tr>
<td><code>policy-goals</code></td>
<td>2</td>
<td></td>
</tr>
<tr>
<td><code>persona-benefits</code></td>
<td>1</td>
<td></td>
</tr>
<tr>
<td><code>design-distortion</code></td>
<td>1</td>
<td></td>
</tr>
<tr>
<td><code>process-vs-product</code></td>
<td>1</td>
<td></td>
</tr>
</tbody>
</table>
<h2>3. 프레임별 검수 상세</h2>
<h3>Frame 01 (<code>1171281172</code>)</h3>
<p><img alt="01" src="../../data/figma_previews/01.png" /></p>
<p><strong>내용 요약</strong>: S/W 개발 방향 순환도 — 기술기반 중요성, 디지털전환 직관지 역할, 품질향상과 호환성, 기존 S/W 한계 인식, 개발목표 설정, 융합 필요성.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>(타이틀 없음)</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>circular-nodes</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>diagram</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>circular</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (12개)</strong>: S/W개발, 개발방향, 순환도, 기술기반, 디지털전환, 직관지, 품질향상, 호환성, S/W한계, 개발목표, 융합, 다이어그램</p>
<h3>Frame 02 (<code>1171281173</code>)</h3>
<p><img alt="02" src="../../data/figma_previews/02.png" /></p>
<p><strong>내용 요약</strong>: Domain knowledge(토목공학 지식)이 반영될 수 있는 기술기반 — Engineering S/W 개발을 위한 Open Source·AI·추론·코딩 관점 정리.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>Engineering S/W 개발</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>bullet-cards</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>cards</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>mixed</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: Engineering, EngineeringSW, Domain knowledge, 토목공학, 지식기반, OpenSource, AI, 추론기반AI, 코딩기반SW, 기술기반, S/W개발</p>
<h3>Frame 03 (<code>1171281174</code>)</h3>
<p><img alt="03" src="../../data/figma_previews/03.png" /></p>
<p><strong>내용 요약</strong>: 국외 BIM/설계 업무 수행 특징 — Claim 최소화, 설계 업무 Data 정리 필수, 기술업무 Manual 작성, 데이터 통합 및 관리.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>국외</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>list-numbered</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>list</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>numbered</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (10개)</strong>: 국외, BIM수행, Claim최소화, 오류예방, 설계Data, Manual, 기술업무, 데이터통합, 관리, 자체기술력</p>
<h3>Frame 04 (<code>1171281175</code>)</h3>
<p><img alt="04" src="../../data/figma_previews/04.png" /></p>
<p><strong>내용 요약</strong>: 국내 BIM 수행 주체 간 관계 다이어그램 — 건설관리사·설계사·시공사·정부기관(발주처)의 지침·규정·기술 형식 관계.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>국내</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>diagram-labels</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>diagram</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>radial</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (12개)</strong>: 국내, BIM수행, 건설관리사, 설계사, 시공사, 정부기관, 발주처, 지침, 규정, 기술형식, 4각관계도, 주체별관계</p>
<h3>Frame 05 (<code>1171281176</code>)</h3>
<p><img alt="05" src="../../data/figma_previews/05.png" /></p>
<p><strong>내용 요약</strong>: 보상현황·민원 관리 시각화 활용 — 종합평면도·용지도 기반 토지/물건 현황 시각화, 보상서류/사진/영상 필지별 정보 시각화, 위치기반 시각화로 민원 상세 분석.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>보상현황·민원 관리</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>side-card</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>cards</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>side-column</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: 보상현황, 민원관리, 시각화, 종합평면도, 용지도, 토지현황, 물건현황, 보상서류, 필지별, 위치기반시각화, 민원분석</p>
<h3>Frame 06 (<code>1171281177</code>)</h3>
<p><img alt="06" src="../../data/figma_previews/06.png" /></p>
<p><strong>내용 요약</strong>: 보상현황·민원 관리 맵 기반 — 시공 리스크와 사업 맵을 풀페이지로 시각화.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>시공단계 토지 및 지장물에 대한 보상 현황과 다양한 민원 관리 업무 지원</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>full-page-map</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>map</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>full-map</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (8개)</strong>: 보상현황, 민원관리, 맵, 시공리스크, 사업맵, 풀페이지시각화, 상단배너, 위치기반</p>
<h3>Frame 07 (<code>1171281178</code>)</h3>
<p><img alt="07" src="../../data/figma_previews/07.png" /></p>
<p><strong>내용 요약</strong>: BIGRoom 시스템 구성 — H/W(Server·Network·회의·CCTV·Drone·Sensor) + S/W(C.C.P·WatchBIM·Domainer) 상세 설명.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>(타이틀 없음)</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>2col-paired</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>compare</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>two-col</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>2</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (19개)</strong>: System, BIGRoom, H/W, S/W, Server, Network, 회의시스템, CCTV, Drone, Sensor, 센서, IoT, CCP, WatchBIM, Domainer ...</p>
<h3>Frame 08 (<code>1171281179</code>)</h3>
<p><img alt="08" src="../../data/figma_previews/08.png" /></p>
<p><strong>내용 요약</strong>: 효율적인 정보의 관리와 활용 프레임워크 — What(무슨 정보) · How(어떻게 관리) · When(언제 활용) 3관점.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>효율적인 정보의 관리와 활용</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>3-section</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>list</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-horizontal</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: 정보관리, 정보활용, What, How, When, 3섹션, 효율성, 프레임워크, 무슨정보, 어떻게관리, 언제활용</p>
<h3>Frame 09 (<code>1171281180</code>)</h3>
<p><img alt="09" src="../../data/figma_previews/09.png" /></p>
<p><strong>내용 요약</strong>: 시공 전 모델 기반 시공상세 정보물 활용 — 시공계획 작성 지원을 위한 정보물·모델·시뮬레이션·도면·성과물 리스트.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>시공 전 모델 기반 시공상세 정보물 이용한 시공계획 작성 지원</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>list-stacked</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>list</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>stacked</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: 시공전모델, 시공상세정보물, 시공계획, 정보물, 모델, 시뮬레이션, 도면, 성과물, 계획작성, 지원, 3D모델</p>
<h3>Frame 10 (<code>1171281181</code>)</h3>
<p><img alt="10" src="../../data/figma_previews/10.png" /></p>
<p><strong>내용 요약</strong>: 현장 실효성 증대를 위한 기본사항 — 디지털 정보·S/W 솔루션·PC 활용·직관적 인터페이스 등 5가지 요소 다이어그램.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>현장 실효성 증대 위한 <strong>기본사항</strong></td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>diagram-5</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>diagram</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>radial</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>5</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (10개)</strong>: 현장실효성, 기본사항, 디지털정보, S/W솔루션, PC활용, 직관성, 5요소, 다이어그램, 인터페이스, 현장적용</p>
<h3>Frame 11 (<code>1171281182</code>)</h3>
<p><img alt="11" src="../../data/figma_previews/11.png" /></p>
<p><strong>내용 요약</strong>: 시공단계에서 BIM 모델과 정보 활용의 3가지 구분 — 모델기반(Model-based)·Object 기반·Position 기반 활용법.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>시공단계 BIM 모델과 정보 활용 구분</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>3-category</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>list</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-horizontal</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: 시공단계, BIM모델, 정보활용, 모델기반, Object, Position, Model, 3카테고리, 활용구분, Object기반, Position기반</p>
<h3>Frame 12 (<code>1171281189</code>)</h3>
<p><img alt="12" src="../../data/figma_previews/12.png" /></p>
<p><strong>내용 요약</strong>: 건설산업 DX의 궁극적 목표 — 안전·품질·생산성의 3원 교차, 소통과 신뢰가 모두 포함되는 교차 영역으로 시각화.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>건설산업의 목표 (BIM의 목적)</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>cycle-3way</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>diagram</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>circular</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>bim-vs-dx</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (15개)</strong>: 건설산업, 건설산업목표, BIM목적, 안전, 품질, 생산성, 소통, 신뢰, 3원교차, 교차다이어그램, 궁극적목표, 디지털검증, 하자예방, 효율, 협업</p>
<h3>Frame 13 (<code>1171281190</code>)</h3>
<p><img alt="13" src="../../data/figma_previews/13.png" /></p>
<p><strong>내용 요약</strong>: DX 시행을 위한 3대 필수조건 — 기술(디지털) · 사람(역량) · 자연(여건)의 조화. 각 요소의 세부 조건 설명.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>필수조건</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>3col-parallel</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>list</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-col</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>bim-vs-dx</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (19개)</strong>: 필수조건, 기술, 디지털기술, 사람, 역량, 자연, 여건, 기반, 기반지식, 창의성, 3요소, 전문지식, 경험, 투자, DX ...</p>
<h3>Frame 14 (<code>1171281191</code>)</h3>
<p><img alt="14" src="../../data/figma_previews/14.png" /></p>
<p><strong>내용 요약</strong>: DX 시행 주체별 기대효과 — 발주자·시공자·설계자 각각의 역할별 목표와 기대 효과를 페르소나 카드로 정리.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>(타이틀 없음)</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>persona-3col</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>cards</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-col</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>persona-benefits</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (27개)</strong>: 발주자, 시공자, 설계자, 주체별, 기대효과, 페르소나, 역할, 역량목표, 소통, 협업, 품질향상, 생산성향상, Claim, 리스크최소화, 민원예방 ...</p>
<h3>Frame 15 (<code>1171281192</code>)</h3>
<p><img alt="15" src="../../data/figma_previews/15.png" /></p>
<p><strong>내용 요약</strong>: 건설 DX 정책목표 4가지와 실행요건 — 성장동력 재도약, 공사비 30% 절감, 안전사고 40% 감소, 고부가가치 산업전환. 실행을 위한 능력·사고·경험 요건 제시.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>정책목표</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>policy-4card-plus-list</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>cards</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>four-card-plus-list</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>policy-goals</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (19개)</strong>: 정책목표, 실행요건, 성장동력, 재도약, 공사비절감, 안전사고, 40%감소, 고부가가치, 산업전환, 30%절감, 혁신적사고, 창의적문제해결, 사용자중심, UX, 프로세스능력 ...</p>
<h3>Frame 16 (<code>1171281193</code>)</h3>
<p><img alt="16" src="../../data/figma_previews/16.png" /></p>
<p><strong>내용 요약</strong>: BIM 수행 실정 — 4가지 근본 이슈(정책 집행 인정주의, 수행 개념 정립 부재, 근본 취지 이해부족, 지속 투자 의지 부재)를 4사분면으로 정리.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>(타이틀 없음)</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>quadrant-issues</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>cards</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>2x2</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (14개)</strong>: BIM수행, 수행실정, 정책집행, 인정주의, 수행개념, 개념부재, 근본취지, 이해부족, 투자의지, 지속투자, 4사분면, 이슈, Rome, 인용구</p>
<h3>Frame 17 (<code>1171281194</code>)</h3>
<p><img alt="17" src="../../data/figma_previews/17.png" /></p>
<p><strong>내용 요약</strong>: BIM 수행 현황과 문제점 — 개념 부재(CAD 확장판 오인), 잘못된 접근방식(도구로만 인식), 방향성 상실(대형 S/W 의존), 전제조건 오류(건축·토목 혼용).</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>현황 및 문제점</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>paired-rows</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>compare</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>paired</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>industry-compare</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (13개)</strong>: 현황, 문제점, 개념부재, 접근방식, 잘못된접근, 방향성상실, 기술예속, 전제조건오류, CAD확장판, 도구인식, 방향, 오류, paired</p>
<h3>Frame 18 (<code>1171281195</code>)</h3>
<p><img alt="18" src="../../data/figma_previews/18.png" /></p>
<p><strong>내용 요약</strong>: BIM과 DX 용어 혼용 정리 — 개념 범위·S/W·프로세스·성과품·활용·확장성·수행개념·주체 등 관점별 행별 비교. 두 용어의 개념 차이와 상호관계 해설.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>BIM과 DX의 이해</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>compare-rows</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>compare</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>multi-row-table</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>bim-vs-dx</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (28개)</strong>: BIM, DX, 범위, 성과품, 확장성, 수행개념, 수행주체, 발주처, 설계사, 시공사, 용어비교, 상호관계, 혼용, 프로세스, 활용 ...</p>
<h3>Frame 19 (<code>1171281197</code>)</h3>
<p><img alt="19" src="../../data/figma_previews/19.png" /></p>
<p><strong>내용 요약</strong>: 설계방식의 왜곡 문제 — 엔지니어의 기능인化, 저부가가치, 단순반복 업무로의 전락을 3열 비교로 설명.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td><strong>설계방식의 왜곡</strong>은 엔지니어를 <strong>기능인</strong>으로 전락시킨다.</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>3col-compare</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>compare</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-col</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>design-distortion</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (9개)</strong>: 설계방식왜곡, 엔지니어, 기능인, 저부가가치, 단순반복, 건설산업설계, 설계특성, 3열비교, 전락</p>
<h3>Frame 20 (<code>1171281198</code>)</h3>
<p><img alt="20" src="../../data/figma_previews/20.png" /></p>
<p><strong>내용 요약</strong>: 디지털 전환(DX) 실현을 위한 S/W 필수성 — BIM·디지털·전면설계 관점에서 고부가가치 실현을 3열 카드로 정리.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>디지털 전환(DX)은 S/W가 필수다.</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>3col-cards</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>cards</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-col</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>bim-vs-dx</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (9개)</strong>: 디지털전환, DX, S/W필수, BIM, 디지털, 전면설계, 고부가가치, 3열카드, DX전환</p>
<h3>Frame 21 (<code>1171281201</code>)</h3>
<p><img alt="21" src="../../data/figma_previews/21.png" /></p>
<p><strong>내용 요약</strong>: Solution Engineering S/W — 협업·맞춤형·User 중심·시공 결론으로 이어지는 솔루션 엔지니어링 다이어그램.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>Solution Engn. S/W</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>split-panel-diagram</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>diagram</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>split</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>2</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: Solution, SolutionEngineering, Engn.S/W, EngineeringSW, 협업, User, 맞춤형, 시공, 결론, split-panel, 다이어그램</p>
<h3>Frame 22 (<code>1171281202</code>)</h3>
<p><img alt="22" src="../../data/figma_previews/22.png" /></p>
<p><strong>내용 요약</strong>: Model 특화 Engineering S/W — GIS·Modeler·Simulation 등 모델 중심 S/W의 고가·고사양·전문가 중심 특성 설명.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>Model에 특화된 Engn. S/W</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>split-panel-numbered</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>diagram</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>split</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: Model특화, Engn.S/W, EngineeringSW, GIS, Modeler, Simulation, 고가, 고사양, 전문가중심, 모델중심, split-panel</p>
<h3>Frame 23 (<code>1171281203</code>)</h3>
<p><img alt="23" src="../../data/figma_previews/23.png" /></p>
<p><strong>내용 요약</strong>: Application S/W 2가지 구분 — Package와 Solution의 정의·특징·장점·단점·고객 차이를 2열 표로 비교.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>Application S/W 의 구분</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>table-2col</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>table</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>two-col-table</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>2</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>sw-ecosystem</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (12개)</strong>: ApplicationSW, S/W구분, Package, Solution, Commercial, 고객, 정의, 특징, 장점, 단점, 2열비교, 표</p>
<h3>Frame 24 (<code>1171281204</code>)</h3>
<p><img alt="24" src="../../data/figma_previews/24.png" /></p>
<p><strong>내용 요약</strong>: Engineering S/W의 구성과 특징 — 상용·3rd Party·전용 S/W 3가지 유형을 개념·특징·개발주체·성과품 관점으로 비교.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>Engn. S/W의 구성 과 특징</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>table-3col</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>table</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-col-table</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>sw-ecosystem</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (13개)</strong>: Engn.S/W, EngineeringSW, 구성, 특징, 상용, 3rdParty, 전문, 전용, 개념, 개발주체, 성과품, 3열비교, 표</p>
<h3>Frame 25 (<code>1171281205</code>)</h3>
<p><img alt="25" src="../../data/figma_previews/25.png" /></p>
<p><strong>내용 요약</strong>: 상용 Engineering S/W의 4가지 카테고리 — 조사/계획/분석, 해석, 단가/공정, Graphic별 대표 S/W 나열.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>3rd Party</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>2-boxes</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>compare</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>two-box</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>2</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>sw-ecosystem</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: 상용, 상용S/W, Engn.S/W, EngineeringSW, 조사계획분석, 해석, 단가공정, Graphic, 4카테고리, 3rdParty, S/W로고</p>
<h3>Frame 26 (<code>1171281206</code>)</h3>
<p><img alt="26" src="../../data/figma_previews/26.png" /></p>
<p><strong>내용 요약</strong>: 상용 S/W 의존이 초래한 4가지 문제 — 독과점 생태계 형성, 기술예속 심화, S/W 사용료 과다, 존폐 위기.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>(타이틀 없음)</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>cards-4</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>cards</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>four-grid</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>4</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>sw-ecosystem</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: 상용S/W의존, 독과점, 독과점생태계, 기술예속, S/W사용료, 과다, 존폐위기, 4문제, 4대문제, 시장지배력, 3rdParty</p>
<h3>Frame 27 (<code>1171281208</code>)</h3>
<p><img alt="27" src="../../data/figma_previews/27.png" /></p>
<p><strong>내용 요약</strong>: 정부주도 BIM 설계 전면 도입을 통한 건설산업 고부가가치화 — 좌측 생산성 향상, 우측 디지털 전환, 중앙 고부가가치화 결론.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>(타이틀 없음)</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>central-split</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>compare</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>center-split</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>None</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>bim-vs-dx</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (10개)</strong>: 건설산업, 고부가가치화, 정부주도, BIM설계, 전면도입, 생산성향상, 디지털전환, DX, central-split, 결론</p>
<h3>Frame 28 (<code>1171281209</code>)</h3>
<p><img alt="28" src="../../data/figma_previews/28.png" /></p>
<p><strong>내용 요약</strong>: 현존 상용 Engineering S/W의 현실 비판 — 토목 실무 전문성 부족, 비효율성, 토목 실무 적용 한계를 3개 강조 포인트로 정리.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>현존 상용 S/W의 현실</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>3-emphasis</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>list</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-horizontal</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>(검수 필요)</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: 상용S/W, 상용, 토목, 토목실무, 전문성, 전문성부족, 비효율성, 실무적용, 3강조, 현실, 한계</p>
<h3>Frame 29 (<code>1171281210</code>)</h3>
<p><img alt="29" src="../../data/figma_previews/29.png" /></p>
<p><strong>내용 요약</strong>: Process 혁신과 Product 혁신 — 과정의 Analogue→Digital Transformation, 결과의 2D도면→3D모델 전환. AS-IS/TO-BE 대조와 GIS·BIM·Solution 제공 맥락 설명.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>좌측 배너 과정 (Process)의 혁신 우측 배너 결과 (Products)의 혁신</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>compare-2banner-top-2col-bottom</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>compare</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>banner-plus-two-col</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>2</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>process-vs-product</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (28개)</strong>: 과정혁신, 결과혁신, Analogue, Digital, 2D, 3D, Transformation, Product, Process, AS-IS, TO-BE, 융복합, 창의성, 투명성, 실체 ...</p>
<h3>Frame 30 (<code>1171281211</code>)</h3>
<p><img alt="30" src="../../data/figma_previews/30.png" /></p>
<p><strong>내용 요약</strong>: 산업별 현황 비교 — 제조업·건축·토목 3개 산업을 개요·Keyword·참여자·S/W·발전방향·시장규모 관점으로 행별 비교.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>산업별 현황</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>table-3col</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>table</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-col-table</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>industry-compare</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (13개)</strong>: 산업별현황, 제조업, 건축, 토목, 개요, Keyword, 참여자, S/W, 발전방향, 시장규모, 3열비교, 표, 3산업</p>
<h3>Frame 31 (<code>1171281212</code>)</h3>
<p><img alt="31" src="../../data/figma_previews/31.png" /></p>
<p><strong>내용 요약</strong>: 산업별 특성과 발전방향 비교 — 제조업·건축·토목 3개 산업의 특징·S/W 적용·발전방향을 3열 표로 비교.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>산업별 특성 과 발전방향</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>table-3col</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>table</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>three-col-table</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>3</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>industry-compare</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (11개)</strong>: 산업별특성, 발전방향, 제조업, 건축, 토목, 특징, S/W, 3열표, 3산업, 산업비교, 개요</p>
<h3>Frame 32 (<code>1171281213</code>)</h3>
<p><img alt="32" src="../../data/figma_previews/32.png" /></p>
<p><strong>내용 요약</strong>: 정책 달성 방안 — Engineering Solution과 DfMA(Design for Manufacture and Assembly) 기반, 디지털·사용자 중심으로 Easy·Quality·Cost·Speed 5대 목표 제시.</p>
<table>
<thead>
<tr>
<th>속성</th>
<th>현재 값</th>
<th>검수</th>
</tr>
</thead>
<tbody>
<tr>
<td>title_text</td>
<td>좌측 Engn. Solution 우측 DfMA</td>
<td></td>
</tr>
<tr>
<td><strong>layout</strong></td>
<td><code>central-5-goals</code></td>
<td></td>
</tr>
<tr>
<td><strong>family</strong></td>
<td><code>composite</code></td>
<td></td>
</tr>
<tr>
<td>shape</td>
<td><code>center-radial</code></td>
<td></td>
</tr>
<tr>
<td>items</td>
<td>5</td>
<td></td>
</tr>
<tr>
<td>has_table</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_cards</td>
<td>False</td>
<td></td>
</tr>
<tr>
<td>has_diagram</td>
<td>True</td>
<td></td>
</tr>
<tr>
<td><strong>semantic_role</strong> (자동 추측)</td>
<td><code>policy-goals</code></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>후보 키워드 (15개)</strong>: 정책달성, Engn.Solution, EngineeringSolution, DfMA, DesignForManufacture, 공장생산, 현장조립, 디지털, 사용자, Easy, Quality, Cost, Speed, 5대목표, 5목표</p>
<hr />
<h2>4. 검수 사용 가이드</h2>
<ol>
<li>프레임 썸네일을 <strong>실제로 보면서</strong> 속성 값이 맞는지 체크</li>
<li>틀린 것: <code>⬜ → ✗</code> 로 표시 + 올바른 값을 옆에 기입 (예: <code>layout: 3col-parallel → cards-4</code>)</li>
<li>검수 완료: <code>⬜ → ✓</code></li>
<li>작업 완료 후:</li>
<li><code>analysis.md</code>의 layout 수정</li>
<li><code>figma_audit.py</code><code>_FAMILY</code> / <code>_PROPS</code> / <code>_SEMANTIC_HINT_PATTERNS</code> 수정</li>
<li>검수 완료된 분포로 Phase 21b/c/d 재실험</li>
</ol>
</body>
</html>