Files
sam-sales/plan/html_slides_v10/slide_03_toc.html
aweso f6e127dfb8 쿠콘 문의사항 추가
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-12 14:53:23 +09:00

143 lines
3.6 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;
}
p, h1, h2, h3 { margin: 0; }
.header {
background: #1e293b;
padding: 12pt 20pt;
}
.header p {
font-size: 16pt;
font-weight: 700;
color: #ffffff;
}
.content {
padding: 20pt 40pt;
}
.toc-item {
display: flex;
align-items: center;
margin-bottom: 16pt;
}
.toc-number {
width: 36pt;
height: 28pt;
background: #0d9488;
border-radius: 4pt;
display: flex;
align-items: center;
justify-content: center;
margin-right: 16pt;
}
.toc-number p {
font-size: 12pt;
font-weight: 700;
color: #ffffff;
}
.toc-title {
width: 180pt;
}
.toc-title p {
font-size: 12pt;
font-weight: 600;
color: #1e293b;
}
.toc-desc p {
font-size: 9pt;
color: #64748b;
}
</style>
</head>
<body>
<div class="header">
<p>목차 (Table of Contents)</p>
</div>
<div class="content">
<div class="toc-item">
<div class="toc-number">
<p>01</p>
</div>
<div class="toc-title">
<p>프로젝트 개요</p>
</div>
<div class="toc-desc">
<p>시스템 목적 및 범위</p>
</div>
</div>
<div class="toc-item">
<div class="toc-number">
<p>02</p>
</div>
<div class="toc-title">
<p>메뉴 구조 (IA)</p>
</div>
<div class="toc-desc">
<p>Information Architecture</p>
</div>
</div>
<div class="toc-item">
<div class="toc-number">
<p>03</p>
</div>
<div class="toc-title">
<p>규격 입력 화면</p>
</div>
<div class="toc-desc">
<p>개구부 → 제작 규격 변환</p>
</div>
</div>
<div class="toc-item">
<div class="toc-number">
<p>04</p>
</div>
<div class="toc-title">
<p>단가 계산 화면</p>
</div>
<div class="toc-desc">
<p>재질/두께별 단가 적용</p>
</div>
</div>
<div class="toc-item">
<div class="toc-number">
<p>05</p>
</div>
<div class="toc-title">
<p>모터/부대비용</p>
</div>
<div class="toc-desc">
<p>하중 계산 및 추가 비용</p>
</div>
</div>
<div class="toc-item">
<div class="toc-number">
<p>06</p>
</div>
<div class="toc-title">
<p>최종 견적서</p>
</div>
<div class="toc-desc">
<p>마진율 적용 및 PPT 생성</p>
</div>
</div>
</div>
</body>
</html>