/* ===== 카드뉴스 스타일 홈 ===== */ :root{ --dg:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,"Apple SD Gothic Neo",sans-serif; --ink:#1a2233; --meta:#8a92a0; --line:#e6e9f0; --primary:#2f5dff; } /* 마스트헤드 */ .cn-mast{ position:relative; padding:74px 20px 66px; text-align:center; overflow:hidden; background:linear-gradient(135deg,#0e2350 0%,#1f3a99 50%,#4b2fae 100%); } .cn-mast::before{ content:""; position:absolute; inset:0; background:radial-gradient(720px 300px at 50% -14%, rgba(255,255,255,.16), transparent 60%); } .cn-mast-in{ position:relative; max-width:820px; margin:0 auto; color:#fff; } .cn-mast-in .eb{ display:inline-block; font-size:12px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.82); border:1px solid rgba(255,255,255,.3); padding:6px 14px; border-radius:999px; margin-bottom:20px; } .cn-mast-in h1{ font-family:var(--dg); font-weight:900; font-size:clamp(30px,5.6vw,52px); line-height:1.16; letter-spacing:-1.6px; margin:0; word-break:keep-all; } .cn-mast-in p{ font-size:clamp(15px,2.2vw,19px); font-weight:300; line-height:1.55; color:rgba(255,255,255,.86); max-width:600px; margin:16px auto 0; word-break:keep-all; } .cn-mast-btns{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:28px; } .cn-mbtn{ display:inline-flex; align-items:center; gap:8px; padding:13px 26px; border-radius:12px; font-weight:800; font-size:15px; transition:transform .15s; } .cn-mbtn:hover{ transform:translateY(-2px); } .cn-mbtn.solid{ background:#fff; color:#1f3a99; } .cn-mbtn.line{ border:1.5px solid rgba(255,255,255,.55); color:#fff; } /* 섹션 */ .cn-sec{ max-width:1120px; margin:0 auto; padding:38px 20px; } .cn-sec-head{ display:flex; align-items:baseline; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:20px; } .cn-sec-head h2{ font-family:var(--dg); font-size:clamp(21px,3vw,28px); font-weight:900; letter-spacing:-.7px; color:var(--ink); margin:0; } .cn-sec-head .sub{ display:block; font-size:14px; font-weight:500; color:var(--meta); margin-top:6px; letter-spacing:0; } .cn-sec-head .more{ font-size:14px; font-weight:800; color:var(--primary); white-space:nowrap; } /* 카드뉴스 그리드 */ .cn-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:18px; } .cn-card{ position:relative; display:flex; flex-direction:column; justify-content:flex-start; min-height:236px; border-radius:22px; padding:22px 22px 20px; color:#fff; overflow:hidden; background:linear-gradient(145deg,var(--g1,#2f6bff),var(--g2,#4f46e5)); box-shadow:0 14px 30px rgba(20,30,60,.16); transition:transform .18s, box-shadow .22s; } .cn-card:hover{ transform:translateY(-6px); box-shadow:0 24px 48px rgba(20,30,60,.26); } .cn-card .wm{ position:absolute; right:-8px; bottom:-20px; font-size:118px; line-height:1; opacity:.16; pointer-events:none; } .cn-card .top{ position:relative; display:flex; align-items:center; justify-content:space-between; } .cn-card .cat{ font-size:11.5px; font-weight:800; letter-spacing:.3px; background:rgba(255,255,255,.22); padding:5px 12px; border-radius:999px; } .cn-card .em{ font-size:24px; } .cn-card h3{ position:relative; font-family:var(--dg); font-size:clamp(18px,2.4vw,22px); font-weight:900; line-height:1.36; letter-spacing:-.5px; margin:16px 0 8px; word-break:keep-all; } .cn-card p{ position:relative; font-size:13.5px; line-height:1.55; color:rgba(255,255,255,.92); margin:0; word-break:keep-all; } .cn-card .go{ position:relative; margin-top:auto; padding-top:14px; font-size:13px; font-weight:800; opacity:.96; } /* 피처드(추천) */ .cn-card.feat{ grid-column:span 2; min-height:250px; } .cn-card.feat h3{ font-size:clamp(22px,3vw,30px); } .cn-card.feat p{ font-size:14.5px; max-width:70%; } .cn-card.feat .wm{ font-size:150px; } @media (max-width:560px){ .cn-card.feat{ grid-column:span 1; } .cn-card.feat p{ max-width:100%; } } /* 도구 밴드 */ .cn-band{ background:#f6f7fb; border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin:44px 0; } .cn-band-in{ max-width:820px; margin:0 auto; padding:44px 22px; text-align:center; } .cn-band-in h2{ font-family:var(--dg); font-size:clamp(22px,3vw,29px); font-weight:900; letter-spacing:-.6px; color:var(--ink); margin:0 0 10px; } .cn-band-in p{ color:#5a6472; margin:0 auto 20px; max-width:540px; line-height:1.7; } .cn-band-btns{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; } .cn-band-btns a{ display:inline-flex; align-items:center; gap:7px; padding:13px 24px; border-radius:12px; font-weight:800; font-size:15px; } .cn-band-btns .b1{ background:var(--primary); color:#fff; } .cn-band-btns .b2{ background:#fff; color:var(--ink); border:1px solid var(--line); } /* 기초 지식 */ .cn-know{ max-width:820px; margin:0 auto; padding:8px 22px; } .cn-know h2{ font-family:var(--dg); font-size:clamp(21px,3vw,28px); font-weight:900; letter-spacing:-.6px; color:var(--ink); margin:0 0 8px; } .cn-know .prose{ max-width:none; margin:12px 0 0; }
소상공인·창업 정부지원금

정부지원금, 제대로 알고 받자

자격조건·자주 떨어지는 이유·신청법을 카드로 쉽게. 내 조건에 맞는 지원금은 검색으로 바로 찾아요.

최신 가이드

지원금 받기 전에 알면 유리한 정보를 카드로 정리했어요.
전체 →

알아두면 유리한 지식

지원금의 종류와 신청 흐름을 먼저 잡아두면 헤매지 않아요.
전체 →

내 조건에 맞는 지원금, 바로 검색

기업마당·K-Startup·정부24의 3,500+ 지원사업을 지역·업종·대상별로 모았어요. 자격조건·마감일까지 한눈에.

대상별 지원금

누구를 위한 지원금인지, 대상별로 골라 읽어보세요.
전체 →

소상공인 정부지원금, 처음이라면 이것부터

정부지원금은 종류도 많고 기관도 흩어져 있어 "내가 뭘 받을 수 있는지" 파악하는 것부터 어렵습니다. 아래 세 가지만 알면 헤매지 않고 내게 맞는 지원금을 찾을 수 있어요.

지원금은 크게 6가지 유형

무상으로 주는 보조금, 저금리로 빌려주는 융자(정책자금), 서비스 이용권 형태의 바우처, 경영·기술을 도와주는 컨설팅·교육, 판매를 돕는 판로·마케팅, 기술개발을 지원하는 R&D로 나뉩니다. "지원금=현금"만 떠올리기 쉽지만, 융자·바우처·컨설팅까지 합치면 받을 수 있는 폭이 훨씬 넓어집니다.

자격은 '지역·업종·대상' 세 축으로 좁힌다

대부분의 지원사업은 사업장 소재지(지역), 업종, 신청 대상(예비창업·청년·여성·재창업 등)으로 자격이 정해집니다. 지원금 찾기에서 내 조건을 고르면 해당하는 지원금만 모아 볼 수 있어요. 창업 전이라면 사업자등록소상공인 확인서를 먼저 준비해 두는 것이 유리합니다.

떨어지는 데는 이유가 있다

지원금은 예산이 정해져 있어 경쟁이 있습니다. 자격 미달, 서류 누락, 성의 없는 사업계획서, 중복 수혜 제한 등 자주 떨어지는 이유는 정해져 있어요. 신청 전에 이유를 알고 신청 방법과 서류를 미리 챙기면 합격률이 올라갑니다. 무엇보다 마감일이 가장 중요합니다 — 자격이 돼도 마감을 넘기면 받을 수 없으니, 마감 임박 지원금부터 확인하세요.

자주 묻는 질문

정부지원금, 처음이라면 궁금한 것들을 모았어요.

정부지원금은 누구나 받을 수 있나요?
대부분의 지원사업은 지역·업종·대상 조건이 정해져 있어요. 조건에 맞아야 신청할 수 있고, 1분 자가진단으로 내 조건에 맞는 지원금을 확인할 수 있어요.
사업자등록을 안 했는데 지원금을 받을 수 있나요?
예비창업자 대상 사업은 등록 전에도 신청 가능해요. 다만 대부분의 소상공인 지원은 사업자등록소상공인 확인서가 필요하니 미리 준비하면 유리해요.
정부지원금은 세금을 내야 하나요?
종류에 따라 달라요. 사업 관련 보조금은 과세되는 경우가 많고, 융자는 빌린 돈이라 과세 대상이 아니에요. 자세한 내용은 지원금 세금 가이드를 참고하세요.
지원금 신청은 어디서 하나요?
기업마당·K-Startup·정부24 등 각 사업 공식 누리집에서 신청해요. 내지원금은 흩어진 지원사업을 한곳에 모아 지역·업종·대상별로 정리해 드려요.
지원금 신청에서 자주 떨어지는 이유는?
자격 미달·서류 누락·성의 없는 사업계획서·중복 수혜 제한 등이 대표적이에요. 자주 떨어지는 이유에서 통과 전략을 확인하세요.
내지원금은 무료인가요?
네, 회원가입·결제 없이 무료예요. 지원금 검색, 자가진단, 가이드 글, 마감 알림까지 모두 무료로 이용할 수 있어요.

마감 놓치지 마세요

조건에 맞는 새 지원금과 마감 D-day를 이메일로 알려드려요. 무료.