- 마스터 + 인원/장비/자재/공사량/작업사진 6테이블 마이그레이션 - 6개 탭: 작업내용, 인원, 장비, 자재, 공사량, 작업사진 - 작업내용: 금일/명일 텍스트 + 날씨/기온/강수/미세먼지 메타 - 전일누계 + 금일 + 총계 누적 패턴 (인원/장비/자재/공사량) - 작업사진: 파일 업로드 + 사진목록/사진정보 2단 레이아웃 - 상태별 버튼 제어 (작성중→저장/삭제, 검토중→읽기전용) - 양식보기: 3페이지 전체화면 뷰어 (작업일보/인원장비/자재) - 검토자 지정 모달, 캘린더 스트립, 번개 랜덤데이터
116 lines
6.5 KiB
HTML
116 lines
6.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css">
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body {
|
|
width: 720pt;
|
|
height: 405pt;
|
|
font-family: 'Pretendard', 'Malgun Gothic', sans-serif;
|
|
background: #ffffff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 30pt 36pt;
|
|
}
|
|
p, h1, h2, h3 { margin: 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- 헤더 -->
|
|
<div style="display: flex; align-items: center; gap: 10pt; margin-bottom: 20pt;">
|
|
<div style="width: 4pt; height: 24pt; background: #9C27B0; border-radius: 2pt;"></div>
|
|
<h2 style="font-size: 18pt; font-weight: 700; color: #1a1a2e;">협업지원금이란?</h2>
|
|
</div>
|
|
|
|
<!-- 메인 콘텐츠 -->
|
|
<div style="display: flex; gap: 20pt; flex: 1;">
|
|
<!-- 왼쪽: 설명 -->
|
|
<div style="flex: 1; display: flex; flex-direction: column; gap: 14pt;">
|
|
<!-- 정의 -->
|
|
<div style="background: #F3E5F5; border-radius: 10pt; padding: 14pt; border: 1pt solid #E1BEE7;">
|
|
<p style="font-size: 8pt; font-weight: 600; color: #9C27B0; margin-bottom: 6pt;">정의</p>
|
|
<p style="font-size: 11pt; font-weight: 600; color: #333; line-height: 1.5;">내가 유치한 하위 파트너의 매출에서</p>
|
|
<p style="font-size: 11pt; font-weight: 600; color: #333; line-height: 1.5;"><span style="color: #9C27B0; font-size: 14pt; font-weight: 800;">3%</span>를 유치자에게 지급하는 제도</p>
|
|
</div>
|
|
|
|
<!-- 목적 -->
|
|
<div style="background: #fff3e0; border-radius: 10pt; padding: 14pt; border: 1pt solid #FFE0B2;">
|
|
<p style="font-size: 8pt; font-weight: 600; color: #E65100; margin-bottom: 6pt;">목적</p>
|
|
<p style="font-size: 10pt; color: #333; line-height: 1.6;">영업파트너가 직접 영업을 못 하는 시기에도</p>
|
|
<p style="font-size: 10pt; color: #333; line-height: 1.6;">하위 파트너의 매출로 <span style="font-weight: 700; color: #E65100;">생계를 보조</span>하기 위함</p>
|
|
</div>
|
|
|
|
<!-- 적용 범위 -->
|
|
<div style="background: #E8F5E9; border-radius: 10pt; padding: 14pt; border: 1pt solid #C8E6C9;">
|
|
<p style="font-size: 8pt; font-weight: 600; color: #2E7D32; margin-bottom: 6pt;">적용 범위</p>
|
|
<div style="display: flex; gap: 8pt;">
|
|
<div style="flex: 1; padding: 6pt; background: #ffffff; border-radius: 6pt; text-align: center;">
|
|
<p style="font-size: 9pt; font-weight: 600; color: #4CAF50;">개인 파트너</p>
|
|
<p style="font-size: 8pt; color: #666;">적용</p>
|
|
</div>
|
|
<div style="flex: 1; padding: 6pt; background: #ffffff; border-radius: 6pt; text-align: center;">
|
|
<p style="font-size: 9pt; font-weight: 600; color: #2196F3;">단체 파트너</p>
|
|
<p style="font-size: 8pt; color: #666;">적용</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 오른쪽: 구조도 -->
|
|
<div style="flex: 1; display: flex; flex-direction: column; gap: 14pt;">
|
|
<!-- 핵심 규칙 -->
|
|
<div style="background: #fafafa; border-radius: 10pt; padding: 14pt; border: 1pt solid #e0e0e0;">
|
|
<p style="font-size: 8pt; font-weight: 600; color: #666; margin-bottom: 8pt;">핵심 규칙</p>
|
|
<div style="display: flex; align-items: center; gap: 8pt; margin-bottom: 6pt;">
|
|
<div style="width: 20pt; height: 20pt; background: #9C27B0; border-radius: 4pt; display: flex; align-items: center; justify-content: center;">
|
|
<p style="font-size: 10pt; color: #fff; font-weight: 700;">1</p>
|
|
</div>
|
|
<p style="font-size: 10pt; color: #333; font-weight: 600;">1단계까지만 적용</p>
|
|
</div>
|
|
<p style="font-size: 9pt; color: #666; line-height: 1.5; padding-left: 28pt;">유치자 → 하위 파트너까지만</p>
|
|
<p style="font-size: 9pt; color: #666; line-height: 1.5; padding-left: 28pt;">그 이상의 상위로는 올라가지 않음</p>
|
|
</div>
|
|
|
|
<!-- 구조 다이어그램 -->
|
|
<div style="background: #f5f0ff; border-radius: 10pt; padding: 14pt; border: 1pt solid #E1BEE7; flex: 1;">
|
|
<p style="font-size: 8pt; font-weight: 600; color: #7B1FA2; margin-bottom: 10pt;">구조 예시</p>
|
|
|
|
<!-- 유치자 A -->
|
|
<div style="background: #9C27B0; border-radius: 8pt; padding: 8pt 12pt; text-align: center; margin-bottom: 4pt;">
|
|
<p style="font-size: 10pt; font-weight: 700; color: #ffffff;">파트너 A (유치자)</p>
|
|
<p style="font-size: 8pt; color: rgba(255,255,255,0.8);">협업지원금 3% 수령</p>
|
|
</div>
|
|
|
|
<!-- 화살표 -->
|
|
<div style="text-align: center; padding: 2pt 0;">
|
|
<p style="font-size: 14pt; color: #9C27B0;">↑ 3%</p>
|
|
</div>
|
|
|
|
<!-- 하위 B -->
|
|
<div style="background: #4CAF50; border-radius: 8pt; padding: 8pt 12pt; text-align: center; margin-bottom: 4pt;">
|
|
<p style="font-size: 10pt; font-weight: 700; color: #ffffff;">파트너 B (A가 유치)</p>
|
|
<p style="font-size: 8pt; color: rgba(255,255,255,0.8);">매출 발생 시 → A에게 3% 지급</p>
|
|
</div>
|
|
|
|
<!-- 화살표 -->
|
|
<div style="text-align: center; padding: 2pt 0;">
|
|
<p style="font-size: 10pt; color: #e0e0e0;">↑ X (적용 안 됨)</p>
|
|
</div>
|
|
|
|
<!-- 하위 C -->
|
|
<div style="background: #e0e0e0; border-radius: 8pt; padding: 6pt 12pt; text-align: center;">
|
|
<p style="font-size: 9pt; font-weight: 600; color: #999;">파트너 C (B가 유치)</p>
|
|
<p style="font-size: 7pt; color: #bbb;">C의 매출 → A에게는 지급 안 됨</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- 하단 -->
|
|
<div style="text-align: right; margin-top: 10pt;">
|
|
<p style="font-size: 7pt; color: #bbb;">5 / 7</p>
|
|
</div>
|
|
</body>
|
|
</html> |