docs: [과금정책] 고객용 요금 안내 프레젠테이션 슬라이드 7장 전면 재작성
- html2pptx 호환성 규칙 준수 (table 태그 제거, div+flexbox 대체) - 표지에 키 벨류 카드 3개 추가 (업무 자동화, 인건비 절감, 실시간 현황) - 기본 서비스 요금에 BEST SELLER 배지 및 감성 문구 추가 - 추가 옵션을 6개 카드 그리드로 시각적 재구성 - AI 토큰 활용 예시 설득 문구 강화 - 바로빌 부가서비스 테이블을 div+flexbox 행으로 변환 - 마무리 슬라이드에 핵심 가치 태그 3개 추가
This commit is contained in:
163
rules/slides/customer-pricing/slide-04.html
Normal file
163
rules/slides/customer-pricing/slide-04.html
Normal file
@@ -0,0 +1,163 @@
|
||||
<!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: 28pt 36pt 20pt 36pt;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- 헤더 -->
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 14pt;">
|
||||
<div style="display: flex; align-items: center; gap: 10pt;">
|
||||
<div style="display: inline-block; padding: 3pt 9pt; background: #2E86AB; border-radius: 4pt;">
|
||||
<p style="color: #fff; font-size: 7pt; font-weight: 600;">SECTION 02</p>
|
||||
</div>
|
||||
<h2 style="font-size: 20pt; font-weight: 700; color: #1B3A5C;">추가 옵션 요금</h2>
|
||||
</div>
|
||||
<p style="font-size: 9pt; color: #999;">04 / 07</p>
|
||||
</div>
|
||||
|
||||
<!-- 옵션 카드 그리드: 3열 2행 -->
|
||||
<div style="flex: 1; display: flex; flex-direction: column; gap: 10pt;">
|
||||
<!-- 1행 -->
|
||||
<div style="display: flex; gap: 10pt; flex: 1;">
|
||||
<!-- 카드1: 생산공정 -->
|
||||
<div style="flex: 1; background: #f7f9fc; border-radius: 8pt; padding: 14pt; border: 1pt solid #e2e8f0; display: flex; flex-direction: column; justify-content: space-between;">
|
||||
<div>
|
||||
<p style="font-size: 11pt; font-weight: 700; color: #1B3A5C; margin-bottom: 4pt;">생산공정 1개 추가</p>
|
||||
<p style="font-size: 8pt; color: #5a6b7d; line-height: 1.4;">생산 라인별 개별 공정 확장</p>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 8pt;">
|
||||
<p style="font-size: 8pt; color: #999;">개발비</p>
|
||||
<p style="font-size: 10pt; font-weight: 700; color: #1B3A5C;">500만원</p>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 3pt;">
|
||||
<p style="font-size: 8pt; color: #999;">구독/월</p>
|
||||
<p style="font-size: 10pt; font-weight: 600; color: #E86F2C;">10만원</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 카드2: 품질관리 -->
|
||||
<div style="flex: 1; background: #1B3A5C; border-radius: 8pt; padding: 14pt; display: flex; flex-direction: column; justify-content: space-between;">
|
||||
<div>
|
||||
<div style="display: flex; align-items: center; gap: 6pt; margin-bottom: 4pt;">
|
||||
<p style="font-size: 11pt; font-weight: 700; color: #ffffff;">품질관리 (인정검사)</p>
|
||||
</div>
|
||||
<div style="display: inline-block; padding: 2pt 7pt; background: #E86F2C; border-radius: 3pt; margin-bottom: 2pt;">
|
||||
<p style="font-size: 7pt; font-weight: 600; color: #fff;">품질 인증 필수!</p>
|
||||
</div>
|
||||
<p style="font-size: 8pt; color: rgba(255,255,255,0.6); line-height: 1.4;">ISO 인증 대응 필수 모듈</p>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 8pt;">
|
||||
<p style="font-size: 8pt; color: rgba(255,255,255,0.5);">개발비</p>
|
||||
<p style="font-size: 10pt; font-weight: 700; color: #ffffff;">2,000만원</p>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 3pt;">
|
||||
<p style="font-size: 8pt; color: rgba(255,255,255,0.5);">구독/월</p>
|
||||
<p style="font-size: 10pt; font-weight: 600; color: #E86F2C;">50만원</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 카드3: 사진 등록 -->
|
||||
<div style="flex: 1; background: #f7f9fc; border-radius: 8pt; padding: 14pt; border: 1pt solid #e2e8f0; display: flex; flex-direction: column; justify-content: space-between;">
|
||||
<div>
|
||||
<p style="font-size: 11pt; font-weight: 700; color: #1B3A5C; margin-bottom: 4pt;">사진 등록</p>
|
||||
<p style="font-size: 8pt; color: #5a6b7d; line-height: 1.4;">제품/공정 사진 관리 기능</p>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 8pt;">
|
||||
<p style="font-size: 8pt; color: #999;">개발비</p>
|
||||
<p style="font-size: 10pt; font-weight: 700; color: #bbb;">-</p>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 3pt;">
|
||||
<p style="font-size: 8pt; color: #999;">구독/월</p>
|
||||
<p style="font-size: 10pt; font-weight: 600; color: #E86F2C;">10만원</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 2행 -->
|
||||
<div style="display: flex; gap: 10pt; flex: 1;">
|
||||
<!-- 카드4: 챗봇/녹음/업무일지 -->
|
||||
<div style="flex: 1; background: #f7f9fc; border-radius: 8pt; padding: 14pt; border: 1pt solid #e2e8f0; display: flex; flex-direction: column; justify-content: space-between;">
|
||||
<div>
|
||||
<p style="font-size: 11pt; font-weight: 700; color: #1B3A5C; margin-bottom: 4pt;">챗봇 / 녹음 / 업무일지</p>
|
||||
<p style="font-size: 8pt; color: #5a6b7d; line-height: 1.4;">AI 기반 업무 보조 도구 3종</p>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 8pt;">
|
||||
<p style="font-size: 8pt; color: #999;">개발비</p>
|
||||
<p style="font-size: 10pt; font-weight: 700; color: #bbb;">-</p>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 3pt;">
|
||||
<p style="font-size: 8pt; color: #999;">구독/월</p>
|
||||
<p style="font-size: 10pt; font-weight: 600; color: #E86F2C;">각 20만원</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 카드5: 연구소 연구노트 -->
|
||||
<div style="flex: 1; background: #f7f9fc; border-radius: 8pt; padding: 14pt; border: 1pt solid #e2e8f0; display: flex; flex-direction: column; justify-content: space-between;">
|
||||
<div>
|
||||
<p style="font-size: 11pt; font-weight: 700; color: #1B3A5C; margin-bottom: 4pt;">연구소 연구노트</p>
|
||||
<p style="font-size: 8pt; color: #5a6b7d; line-height: 1.4;">R&D 기록 및 지식재산 관리</p>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 8pt;">
|
||||
<p style="font-size: 8pt; color: #999;">개발비</p>
|
||||
<p style="font-size: 10pt; font-weight: 700; color: #bbb;">-</p>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 3pt;">
|
||||
<p style="font-size: 8pt; color: #999;">구독/월</p>
|
||||
<p style="font-size: 10pt; font-weight: 600; color: #E86F2C;">5만원</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 카드6: 장비점검/사무소정비 -->
|
||||
<div style="flex: 1; background: #f7f9fc; border-radius: 8pt; padding: 14pt; border: 1pt solid #e2e8f0; display: flex; flex-direction: column; justify-content: space-between;">
|
||||
<div>
|
||||
<p style="font-size: 11pt; font-weight: 700; color: #1B3A5C; margin-bottom: 4pt;">장비점검 / 사무소 정비</p>
|
||||
<p style="font-size: 8pt; color: #5a6b7d; line-height: 1.4;">설비 유지보수 이력 관리</p>
|
||||
</div>
|
||||
<div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 8pt;">
|
||||
<p style="font-size: 8pt; color: #999;">개발비</p>
|
||||
<p style="font-size: 10pt; font-weight: 700; color: #bbb;">-</p>
|
||||
</div>
|
||||
<div style="display: flex; justify-content: space-between; margin-top: 3pt;">
|
||||
<p style="font-size: 8pt; color: #999;">구독/월</p>
|
||||
<p style="font-size: 10pt; font-weight: 600; color: #E86F2C;">5만원</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 참고 박스 -->
|
||||
<div style="margin-top: 10pt; padding: 8pt 14pt; background: #fff8f3; border-left: 3pt solid #E86F2C; border-radius: 0 5pt 5pt 0;">
|
||||
<p style="font-size: 9pt; color: #5a6b7d;"><span style="font-weight: 700; color: #E86F2C;">참고</span> 품질관리(인정검사)에는 장비점검/사무소 정비 기능이 기본 포함됩니다.</p>
|
||||
</div>
|
||||
|
||||
<!-- 푸터 -->
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; padding-top: 8pt; border-top: 1pt solid #e2e8f0; margin-top: 8pt;">
|
||||
<p style="font-size: 8pt; color: #999;">SAM 서비스 요금 안내 | 주일/경동</p>
|
||||
<p style="font-size: 8pt; color: #E86F2C; font-weight: 500;">모든 금액 VAT 별도</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user