Files
sam-docs/sam/docs/rules/slides/partner-commission/slide-03.html
김보곤 d57b84c8f2 docs: [과금정책] 3분할 문서 + 프레젠테이션 PPTX 3종 + 브랜딩 통합
- billing-policy.md → customer-pricing / partner-commission / billing-policy 3분할
- HTML 슬라이드 20장 디자인 (div+flexbox, html2pptx 호환)
- PPTX 3종 생성: customer-pricing(7장), partner-commission(6장), billing-policy(7장)
- 회사명 통일: 주일/경동 → (주)코드브릿지엑스 (전체 문서 + PPTX)
- SAM BI 로고 이미지 7종 추가 (docs/assets/bi/)
- CLAUDE.md PPT 제작 전역 규칙 추가
- e-sign PPTX 내부 회사명 교체
2026-02-21 21:09:56 +09:00

118 lines
6.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<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', sans-serif;
background: #ffffff;
padding: 24pt 44pt 14pt;
display: flex;
flex-direction: column;
overflow: hidden;
}
</style>
</head>
<body>
<!-- 헤더 -->
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10pt;">
<div style="display: flex; align-items: center; gap: 12pt;">
<div style="display: inline-block; padding: 4pt 10pt; background: #0d2818; border-radius: 4pt;">
<p style="color: #27AE60; font-size: 8pt; font-weight: 600;">SECTION 02</p>
</div>
<h2 style="font-size: 20pt; font-weight: 800; color: #0d2818;">가입 유형별 수당률</h2>
</div>
<p style="font-size: 10pt; color: #999;">03</p>
</div>
<!-- 2단 비교 카드 -->
<div style="flex: 1; display: flex; gap: 18pt;">
<!-- 개인 가입 -->
<div style="flex: 1; background: #f5faf5; border-radius: 12pt; padding: 16pt; border: 1pt solid #c8e6c9; display: flex; flex-direction: column;">
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10pt;">
<h3 style="font-size: 17pt; font-weight: 700; color: #0d2818;">개인 가입</h3>
<div style="display: inline-block; padding: 5pt 14pt; background: #0d2818; border-radius: 6pt;">
<p style="color: #27AE60; font-size: 10pt; font-weight: 800;">총 28%</p>
</div>
</div>
<!-- 큰 숫자 -->
<div style="text-align: center; margin-bottom: 8pt;">
<p style="font-size: 36pt; font-weight: 900; color: #0d2818; letter-spacing: -0.02em;">28<span style="font-size: 20pt;">%</span></p>
</div>
<!-- 항목 3행 -->
<div style="display: flex; flex-direction: column; gap: 6pt; flex: 1;">
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #5a6b5d;">파트너 수당</p>
<p style="font-size: 15pt; font-weight: 800; color: #0d2818;">20%</p>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #5a6b5d;">매니저 수당</p>
<p style="font-size: 15pt; font-weight: 800; color: #0d2818;">5%</p>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #5a6b5d;">협업지원금(유치자)</p>
<p style="font-size: 15pt; font-weight: 800; color: #27AE60;">3%</p>
</div>
</div>
<div style="margin-top: 10pt; text-align: center;">
<p style="font-size: 9pt; color: #5a6b5d;">매니저와 유치자를 통한 추가 수익 구조</p>
</div>
</div>
<!-- 단체 가입 -->
<div style="flex: 1; background: #0d2818; border-radius: 12pt; padding: 16pt; display: flex; flex-direction: column;">
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10pt;">
<h3 style="font-size: 17pt; font-weight: 700; color: #ffffff;">단체 가입</h3>
<div style="display: inline-block; padding: 5pt 14pt; background: #27AE60; border-radius: 6pt;">
<p style="color: #ffffff; font-size: 10pt; font-weight: 800;">총 33%</p>
</div>
</div>
<!-- 큰 숫자 -->
<div style="text-align: center; margin-bottom: 8pt;">
<p style="font-size: 40pt; font-weight: 900; color: #27AE60; letter-spacing: -0.02em;">33<span style="font-size: 22pt;">%</span></p>
</div>
<!-- 항목 3행 -->
<div style="display: flex; flex-direction: column; gap: 6pt; flex: 1;">
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: rgba(255,255,255,0.08); border-radius: 6pt;">
<p style="font-size: 10pt; color: rgba(255,255,255,0.6);">단체 수당</p>
<p style="font-size: 15pt; font-weight: 800; color: #ffffff;">30%</p>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: rgba(255,255,255,0.08); border-radius: 6pt;">
<p style="font-size: 10pt; color: rgba(255,255,255,0.6);">매니저</p>
<p style="font-size: 15pt; font-weight: 800; color: rgba(255,255,255,0.25);">0%</p>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: rgba(255,255,255,0.08); border-radius: 6pt;">
<p style="font-size: 10pt; color: rgba(255,255,255,0.6);">협업지원금(유치자)</p>
<p style="font-size: 15pt; font-weight: 800; color: #27AE60;">3%</p>
</div>
</div>
<div style="margin-top: 10pt; text-align: center;">
<p style="font-size: 9pt; font-weight: 600; color: #27AE60;">단체 가입 시 최고 수당률!</p>
</div>
</div>
</div>
<!-- 하단 바 -->
<div style="margin-top: 8pt; padding: 6pt 16pt; background: #e8f5e9; border-radius: 6pt; display: flex; justify-content: center; gap: 20pt;">
<p style="font-size: 9pt; color: #2e7d32; font-weight: 500;">유치자 수당은 하위 파트너 1단계까지 적용</p>
<p style="font-size: 9pt; color: #2e7d32;">|</p>
<p style="font-size: 9pt; color: #2e7d32; font-weight: 500;">단체 가입 시 수수료율 개발비의 33% (VAT 별도)</p>
</div>
<!-- 푸터 -->
<div style="display: flex; justify-content: space-between; align-items: center; padding-top: 8pt; margin-top: 6pt;">
<p style="font-size: 8pt; color: #999;">SAM 영업파트너 수당 체계 | (주)코드브릿지엑스</p>
<p style="font-size: 8pt; color: #999;">03</p>
<p style="font-size: 8pt; color: #27AE60; font-weight: 500;">VAT 별도</p>
</div>
</body>
</html>