diff --git a/guides/generate-pricing-guide.cjs b/guides/generate-pricing-guide.cjs index 31c5fac..f0f081f 100644 --- a/guides/generate-pricing-guide.cjs +++ b/guides/generate-pricing-guide.cjs @@ -305,7 +305,7 @@ async function main() { s5.addShape(pres.ShapeType.roundRect, { x: 1.5, y: 4.75, w: 2, h: 0.35, rectRadius: 0.06, fill: { color: C.green } }); s5.addText('합계 25%', { x: 1.5, y: 4.75, w: 2, h: 0.35, fontSize: 11, bold: true, color: C.white, align: 'center', valign: 'middle', fontFace: 'Arial' }); s5.addShape(pres.ShapeType.roundRect, { x: 6.2, y: 4.75, w: 2, h: 0.35, rectRadius: 0.06, fill: { color: C.orange } }); - s5.addText('합계 33%', { x: 6.2, y: 4.75, w: 2, h: 0.35, fontSize: 11, bold: true, color: C.white, align: 'center', valign: 'middle', fontFace: 'Arial' }); + s5.addText('합계 30%', { x: 6.2, y: 4.75, w: 2, h: 0.35, fontSize: 11, bold: true, color: C.white, align: 'center', valign: 'middle', fontFace: 'Arial' }); // ═══════════════════════════════════════════════════════ // 슬라이드 6: 수당 계산 예시 diff --git a/guides/sam-pricing-simple-guide.pptx b/guides/sam-pricing-simple-guide.pptx index 600f57b..686efbb 100644 Binary files a/guides/sam-pricing-simple-guide.pptx and b/guides/sam-pricing-simple-guide.pptx differ