<svg viewBox="0 0 1200 800" xmlns="http://www.w3.org/2000/svg">
<!-- 배경 -->
<rect width="1200" height="800" fill="#f5f5f5"/>
<!-- 제목 -->
<text x="600" y="40" font-size="28" font-weight="bold" text-anchor="middle" fill="#333">
창고 및 태양광 설비 안전 표지 시스템
</text>
<!-- 왼쪽: 창고 구역 -->
<g id="warehouse-section">
<!-- 창고 배경 -->
<rect x="50" y="80" width="520" height="650" fill="#e8e8e8" stroke="#666" stroke-width="3"/>
<text x="310" y="110" font-size="20" font-weight="bold" text-anchor="middle" fill="#333">
창고 내부
</text>
<!-- 입구 -->
<rect x="270" y="80" width="80" height="15" fill="#4CAF50"/>
<text x="310" y="72" font-size="14" text-anchor="middle" fill="#333">입구</text>
<!-- 비상구 표지 (녹색) -->
<rect x="480" y="680" width="70" height="35" fill="#4CAF50" stroke="#2e7d32" stroke-width="2"/>
<text x="515" y="702" font-size="16" font-weight="bold" text-anchor="middle" fill="white">EXIT</text>
<circle cx="515" cy="695" r="3" fill="#ffff00"/>
<circle cx="515" cy="705" r="3" fill="#ffff00"/>
<!-- 바닥 동선 화살표 (녹색) -->
<path d="M 310 130 L 310 350" stroke="#4CAF50" stroke-width="8" fill="none" stroke-dasharray="15,10"/>
<polygon points="310,360 300,340 320,340" fill="#4CAF50"/>
<text x="340" y="250" font-size="12" fill="#2e7d32">← 통행로</text>
<!-- 위험 구역 (적색) -->
<rect x="100" y="400" width="150" height="120" fill="#ffebee" stroke="#f44336" stroke-width="3" stroke-dasharray="10,5"/>
<text x="175" y="440" font-size="14" font-weight="bold" text-anchor="middle" fill="#c62828">⚠ 위험</text>
<text x="175" y="460" font-size="12" text-anchor="middle" fill="#c62828">지게차</text>
<text x="175" y="480" font-size="12" text-anchor="middle" fill="#c62828">작업구역</text>
<!-- 작업 구역 (황색) -->
<rect x="370" y="400" width="150" height="120" fill="#fff9c4" stroke="#FFC107" stroke-width="3"/>
<text x="445" y="440" font-size="14" font-weight="bold" text-anchor="middle" fill="#f57f17">⚠ 주의</text>
<text x="445" y="460" font-size="12" text-anchor="middle" fill="#f57f17">낙하물</text>
<text x="445" y="480" font-size="12" text-anchor="middle" fill="#f57f17">주의</text>
<!-- 소화기 표시 -->
<rect x="90" y="180" width="50" height="70" fill="#f44336" stroke="#c62828" stroke-width="2"/>
<circle cx="115" cy="215" r="15" fill="white"/>
<text x="115" y="222" font-size="18" font-weight="bold" text-anchor="middle" fill="#f44336">🔥</text>
<text x="115" y="265" font-size="10" text-anchor="middle" fill="#c62828">소화기</text>
<!-- 안전모 착용 표시 (청색) -->
<circle cx="480" y="180" r="30" fill="#2196F3" stroke="#1565c0" stroke-width="2"/>
<text x="480" y="192" font-size="24" text-anchor="middle" fill="white">⛑</text>
<text x="480" y="225" font-size="10" text-anchor="middle" fill="#1565c0">안전모 착용</text>
<!-- 바닥 구역 표시 -->
<rect x="100" y="600" width="180" height="50" fill="none" stroke="#FFC107" stroke-width="3"/>
<text x="190" y="630" font-size="14" text-anchor="middle" fill="#f57f17">A구역</text>
<rect x="320" y="600" width="180" height="50" fill="none" stroke="#4CAF50" stroke-width="3"/>
<text x="410" y="630" font-size="14" text-anchor="middle" fill="#2e7d32">B구역</text>
</g>
<!-- 오른쪽: 태양광 설비 구역 -->
<g id="solar-section">
<!-- 태양광 배경 -->
<rect x="630" y="80" width="520" height="650" fill="#e3f2fd" stroke="#666" stroke-width="3"/>
<text x="890" y="110" font-size="20" font-weight="bold" text-anchor="middle" fill="#333">
태양광 발전 설비
</text>
<!-- 옥상 출입구 -->
<rect x="850" y="80" width="80" height="15" fill="#f44336"/>
<text x="890" y="72" font-size="14" text-anchor="middle" fill="#333">옥상 출입</text>
<!-- 태양광 패널들 -->
<g id="solar-panels">
<rect x="680" y="150" width="80" height="60" fill="#1565c0" stroke="#0d47a1" stroke-width="2"/>
<line x1="685" y1="160" x2="755" y2="160" stroke="#90caf9" stroke-width="1"/>
<line x1="685" y1="175" x2="755" y2="175" stroke="#90caf9" stroke-width="1"/>
<line x1="685" y1="190" x2="755" y2="190" stroke="#90caf9" stroke-width="1"/>
<line x1="685" y1="205" x2="755" y2="205" stroke="#90caf9" stroke-width="1"/>
<rect x="780" y="150" width="80" height="60" fill="#1565c0" stroke="#0d47a1" stroke-width="2"/>
<line x1="785" y1="160" x2="855" y2="160" stroke="#90caf9" stroke-width="1"/>
<line x1="785" y1="175" x2="855" y2="175" stroke="#90caf9" stroke-width="1"/>
<line x1="785" y1="190" x2="855" y2="190" stroke="#90caf9" stroke-width="1"/>
<line x1="785" y1="205" x2="855" y2="205" stroke="#90caf9" stroke-width="1"/>
<rect x="880" y="150" width="80" height="60" fill="#1565c0" stroke="#0d47a1" stroke-width="2"/>
<line x1="885" y1="160" x2="955" y2="160" stroke="#90caf9" stroke-width="1"/>
<line x1="885" y1="175" x2="955" y2="175" stroke="#90caf9" stroke-width="1"/>
<line x1="885" y1="190" x2="955" y2="190" stroke="#90caf9" stroke-width="1"/>
<line x1="885" y1="205" x2="955" y2="205" stroke="#90caf9" stroke-width="1"/>
<rect x="980" y="150" width="80" height="60" fill="#1565c0" stroke="#0d47a1" stroke-width="2"/>
<line x1="985" y1="160" x2="1055" y2="160" stroke="#90caf9" stroke-width="1"/>
<line x1="985" y1="175" x2="1055" y2="175" stroke="#90caf9" stroke-width="1"/>
<line x1="985" y1="190" x2="1055" y2="190" stroke="#90caf9" stroke-width="1"/>
<line x1="985" y1="205" x2="1055" y2="205" stroke="#90caf9" stroke-width="1"/>
</g>
<!-- 고압 위험 경고 (적색) -->
<rect x="680" y="250" width="120" height="90" fill="#ffebee" stroke="#f44336" stroke-width="3"/>
<text x="740" y="275" font-size="24" text-anchor="middle">⚡</text>
<text x="740" y="295" font-size="14" font-weight="bold" text-anchor="middle" fill="#c62828">고압위험</text>
<text x="740" y="315" font-size="11" text-anchor="middle" fill="#c62828">HIGH VOLTAGE</text>
<text x="740" y="330" font-size="10" text-anchor="middle" fill="#c62828">접촉금지</text>
<!-- 감전주의 (적색/황색) -->
<polygon points="880,250 920,250 900,290" fill="#FFC107" stroke="#f57f17" stroke-width="2"/>
<text x="900" y="275" font-size="20" text-anchor="middle" fill="#c62828">⚡</text>
<text x="900" y="310" font-size="11" font-weight="bold" text-anchor="middle" fill="#f57f17">감전주의</text>
<!-- 관계자외 출입금지 -->
<circle cx="1020" cy="285" r="40" fill="white" stroke="#f44336" stroke-width="4"/>
<line x1="995" y1="260" x2="1045" y2="310" stroke="#f44336" stroke-width="5"/>
<text x="1020" y="340" font-size="10" font-weight="bold" text-anchor="middle" fill="#c62828">관계자외</text>
<text x="1020" y="355" font-size="10" font-weight="bold" text-anchor="middle" fill="#c62828">출입금지</text>
<!-- 추락위험 표지 -->
<rect x="680" y="400" width="140" height="80" fill="#fff9c4" stroke="#FFC107" stroke-width="3"/>
<text x="750" y="425" font-size="22" text-anchor="middle">⬇️</text>
<text x="750" y="450" font-size="14" font-weight="bold" text-anchor="middle" fill="#f57f17">추락위험</text>
<text x="750" y="470" font-size="11" text-anchor="middle" fill="#f57f17">안전벨트 착용</text>
<!-- 인버터실 -->
<rect x="870" y="400" width="140" height="150" fill="#37474f" stroke="#263238" stroke-width="3"/>
<text x="940" y="425" font-size="14" font-weight="bold" text-anchor="middle" fill="white">인버터실</text>
<circle cx="940" cy="460" r="25" fill="#f44336"/>
<text x="940" y="470" font-size="20" text-anchor="middle" fill="white">⚡</text>
<text x="940" y="505" font-size="10" text-anchor="middle" fill="#ffeb3b">고압전기시설</text>
<text x="940" y="525" font-size="9" text-anchor="middle" fill="#ffeb3b">전기기사만 출입</text>
<!-- 비상연락처 -->
<rect x="680" y="580" width="180" height="120" fill="white" stroke="#4CAF50" stroke-width="3"/>
<text x="770" y="605" font-size="14" font-weight="bold" text-anchor="middle" fill="#2e7d32">비상연락처</text>
<text x="770" y="630" font-size="11" text-anchor="middle" fill="#333">119: 화재/구조</text>
<text x="770" y="650" font-size="11" text-anchor="middle" fill="#333">관리자: 010-XXXX</text>
<text x="770" y="670" font-size="11" text-anchor="middle" fill="#333">전기안전공사</text>
<text x="770" y="690" font-size="11" text-anchor="middle" fill="#333">1588-XXXX</text>
<!-- 작업절차 안내 -->
<rect x="900" y="580" width="230" height="120" fill="#e8f5e9" stroke="#4CAF50" stroke-width="2"/>
<text x="1015" y="605" font-size="13" font-weight="bold" text-anchor="middle" fill="#2e7d32">점검 절차</text>
<text x="920" y="630" font-size="10" text-anchor="start" fill="#333">1. 전원 차단 확인</text>
<text x="920" y="650" font-size="10" text-anchor="start" fill="#333">2. 안전장비 착용</text>
<text x="920" y="670" font-size="10" text-anchor="start" fill="#333">3. 전압 측정</text>
<text x="920" y="690" font-size="10" text-anchor="start" fill="#333">4. 작업 후 점검</text>
</g>
<!-- 범례 -->
<g id="legend">
<text x="100" y="765" font-size="14" font-weight="bold" fill="#333">범례:</text>
<rect x="160" y="752" width="25" height="18" fill="#4CAF50"/>
<text x="190" y="765" font-size="12" fill="#333">안전/안내</text>
<rect x="270" y="752" width="25" height="18" fill="#FFC107"/>
<text x="300" y="765" font-size="12" fill="#333">경고/주의</text>
<rect x="380" y="752" width="25" height="18" fill="#f44336"/>
<text x="410" y="765" font-size="12" fill="#333">위험/금지</text>
<rect x="490" y="752" width="25" height="18" fill="#2196F3"/>
<text x="520" y="765" font-size="12" fill="#333">지시/안내</text>
<circle cx="622" cy="761" r="8" fill="#ffff00" stroke="#333"/>
<text x="635" y="765" font-size="12" fill="#333">야광/LED</text>
</g>
</svg>
