사업제안서에서자주까이는포인트 10가지총정리|목차·구성법·예시·자주까이는포인트·체크리스트
lang="ko">
/* 기본 스타일 */
#content {
max-width: 760px; /* PC 및 모바일에서 보기 편한 최대 너비 */
margin: 0 auto;
padding: 20px;
line-height: 1.8;
font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
color: #333;
font-size: 16px;
}
#content p {
margin-bottom: 1em;
}
#content h2 {
font-size: 24px;
font-weight: bold;
margin-top: 35px;
margin-bottom: 20px;
color: #2c3e50;
border-bottom: 2px solid #f0f0f0;
padding-bottom: 10px;
}
#content h3 {
font-size: 20px;
font-weight: bold;
margin-top: 30px;
margin-bottom: 15px;
color: #34495e;
}
/* 요약 박스 스타일 */
.summary-box {
background-color: #e0f2f7; /* 연한 하늘색 계열 */
border: 1px solid #b2ebf2;
border-radius: 8px;
padding: 20px;
margin: 25px 0;
font-weight: bold;
line-height: 1.6;
}
/* 링크 가이드 문구 스타일 */
.link-guide {
font-size: 15px;
color: #555;
margin-top: 30px;
margin-bottom: 10px;
}
/* CTA 링크 박스 스타일 */
.cta-link {
display: block;
background-color: #e