숨은보험금 한번에 찾으세요

숨은 보험금 조회 | 내 보험금 찾아가세요 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: ‘Noto Sans KR’, sans-serif; background: #f5f6f8; color: #1a1a2e; line-height: 1.6; } .wp-page { max-width: 720px; margin: 0 auto; background: #fff; box-shadow: 0 0 40px rgba(0,0,0,0.08); } /* ── HERO ── */ .hero { background: #0C2340; padding: 60px 40px 52px; position: relative; overflow: hidden; } .hero::before { content: ”; position: absolute; top: -70px; right: -70px; width: 300px; height: 300px; border-radius: 50%; border: 50px solid rgba(55,138,221,0.10); pointer-events: none; } .hero::after { content: ”; position: absolute; bottom: -40px; left: -40px; width: 200px; height: 200px; border-radius: 50%; border: 36px solid rgba(55,138,221,0.07); pointer-events: none; } .hero-badge { display: inline-block; background: rgba(55,138,221,0.18); color: #85B7EB; font-size: 12px; font-weight: 500; padding: 5px 16px; border-radius: 20px; border: 0.5px solid rgba(55,138,221,0.35); margin-bottom: 22px; letter-spacing: 0.05em; position: relative; z-index: 1; } .hero h1 { font-family: ‘Noto Serif KR’, serif; font-size: 32px; font-weight: 900; color: #fff; line-height: 1.45; margin-bottom: 16px; position: relative; z-index: 1; } .hero h1 em { color: #378ADD; font-style: normal; } .hero-sub { font-size: 15px; color: rgba(255,255,255,0.62); line-height: 1.8; margin-bottom: 32px; position: relative; z-index: 1; } .hero-cta { display: flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #378ADD; color: #fff; border: none; padding: 14px 28px; border-radius: 8px; font-size: 15px; font-weight: 700; font-family: ‘Noto Sans KR’, sans-serif; cursor: pointer; text-decoration: none; transition: background 0.2s; } .btn-primary:hover { background: #185FA5; } .btn-secondary { display: inline-flex; align-items: center; background: transparent; color: rgba(255,255,255,0.75); border: 0.5px solid rgba(255,255,255,0.25); padding: 14px 22px; border-radius: 8px; font-size: 14px; font-family: ‘Noto Sans KR’, sans-serif; cursor: pointer; text-decoration: none; transition: border-color 0.2s, color 0.2s; } .btn-secondary:hover { border-color: rgba(255,255,255,0.5); color: #fff; } /* ── STATS BAR ── */ .stats-bar { display: grid; grid-template-columns: repeat(3, 1fr); background: #0A1E35; border-top: 0.5px solid rgba(255,255,255,0.06); } .stat-item { padding: 20px 16px; text-align: center; border-right: 0.5px solid rgba(255,255,255,0.07); } .stat-item:last-child { border-right: none; } .stat-num { font-family: ‘Noto Serif KR’, serif; font-size: 24px; font-weight: 700; color: #378ADD; line-height: 1; margin-bottom: 6px; } .stat-label { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.02em; } /* ── SECTIONS ── */ .section { padding: 44px 40px; } .section-title { font-family: ‘Noto Serif KR’, serif; font-size: 22px; font-weight: 700; color: #0C2340; margin-bottom: 8px; } .section-sub { font-size: 14px; color: #666; margin-bottom: 28px; line-height: 1.75; } .divider { height: 0.5px; background: #e8eaed; margin: 0 40px; } /* ── 체크리스트 ── */ .check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; } .check-list li { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; background: #f8f9fb; border-radius: 10px; border: 0.5px solid #e2e6ec; font-size: 14px; line-height: 1.6; color: #2c2c3e; } .check-list li strong { color: #0C2340; } .check-icon { width: 26px; height: 26px; min-width: 26px; background: #E6F1FB; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #185FA5; font-size: 13px; margin-top: 1px; } /* ── 강조 카드 ── */ .money-card { background: linear-gradient(135deg, #0C2340 0%, #0F3560 100%); border-radius: 14px; padding: 28px 32px; margin: 0 40px 44px; display: flex; align-items: center; gap: 24px; } .money-icon { width: 62px; height: 62px; min-width: 62px; background: rgba(55,138,221,0.18); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #378ADD; font-size: 30px; } .money-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 6px; } .money-amount { font-family: ‘Noto Serif KR’, serif; font-size: 30px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 6px; } .money-desc { font-size: 12px; color: rgba(255,255,255,0.5); } /* ── 보험 종류 그리드 ── */ .type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .type-card { padding: 18px 20px; background: #f8f9fb; border-radius: 10px; border: 0.5px solid #e2e6ec; transition: border-color 0.2s, box-shadow 0.2s; } .type-card:hover { border-color: #378ADD; box-shadow: 0 2px 12px rgba(55,138,221,0.1); } .type-icon { font-size: 24px; margin-bottom: 10px; color: #185FA5; display: block; } .type-name { font-size: 14px; font-weight: 700; color: #0C2340; margin-bottom: 4px; } .type-desc { font-size: 12px; color: #888; line-height: 1.5; } /* ── 절차 ── */ .step-grid { display: flex; flex-direction: column; gap: 0; } .step-item { display: flex; gap: 20px; padding: 20px 0; border-bottom: 0.5px solid #e8eaed; align-items: flex-start; } .step-item:last-child { border-bottom: none; } .step-num { width: 38px; height: 38px; min-width: 38px; background: #0C2340; color: #378ADD; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; font-family: ‘Noto Serif KR’, serif; margin-top: 1px; } .step-name { font-size: 15px; font-weight: 700; color: #0C2340; margin-bottom: 5px; } .step-desc { font-size: 13px; color: #666; line-height: 1.65; } /* ── FAQ ── */ .faq-list { display: flex; flex-direction: column; } .faq-item { border-bottom: 0.5px solid #e8eaed; padding: 20px 0; } .faq-item:last-child { border-bottom: none; } .faq-q { font-size: 15px; font-weight: 600; color: #0C2340; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 10px; } .faq-q::before { content: ‘Q’; color: #378ADD; font-weight: 700; font-family: ‘Noto Serif KR’, serif; font-size: 16px; min-width: 18px; } .faq-a { font-size: 13px; color: #555; line-height: 1.75; padding-left: 28px; } /* ── CTA FOOTER ── */ .cta-footer { background: #0C2340; padding: 52px 40px; text-align: center; } .cta-footer h3 { font-family: ‘Noto Serif KR’, serif; font-size: 24px; font-weight: 900; color: #fff; margin-bottom: 12px; } .cta-footer p { font-size: 14px; color: rgba(255,255,255,0.52); margin-bottom: 32px; line-height: 1.8; } .btn-cta-big { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #378ADD; color: #fff; border: none; padding: 17px 40px; border-radius: 10px; font-size: 16px; font-weight: 700; font-family: ‘Noto Sans KR’, sans-serif; cursor: pointer; width: 100%; max-width: 340px; text-decoration: none; transition: background 0.2s; } .btn-cta-big:hover { background: #185FA5; } .notice { font-size: 11px; color: rgba(255,255,255,0.28); margin-top: 20px; line-height: 1.7; } /* ── 반응형 ── */ @media (max-width: 600px) { .hero { padding: 44px 24px 40px; } .hero h1 { font-size: 26px; } .section { padding: 36px 24px; } .divider { margin: 0 24px; } .money-card { margin: 0 24px 36px; padding: 22px 20px; gap: 16px; } .money-amount { font-size: 24px; } .money-icon { width: 50px; height: 50px; min-width: 50px; font-size: 24px; } .cta-footer { padding: 44px 24px; } .type-grid { grid-template-columns: 1fr; } }
💡 무료 조회 서비스

내가 받지 못한
숨은 보험금
있을 수 있습니다

청구하지 않아 잠들어 있는 보험금,
지금 바로 확인하고 찾아가세요.

8.7조
전국 숨은 보험금
무료
조회 · 신청 비용
5분
조회 소요 시간

이런 분들은 꼭 확인하세요

아래 항목에 해당된다면 숨은 보험금이 있을 가능성이 높습니다.

  • 예전에 가입한 보험을 해지하거나 만료된 적이 있는 분
  • 수술·입원 후 보험금 청구를 깜빡했거나 포기한 경험이 있는 분
  • 부모님이나 배우자 이름으로 가입된 보험을 잘 모르는 분
  • 오래된 보험을 그냥 방치해 두었다가 기억이 안 나는 분
1인당 평균 숨은 보험금
127만원
청구만 하면 바로 받을 수 있는 금액입니다

조회 가능한 보험 종류

생명보험부터 실손보험까지 한 번에 조회됩니다.

생명보험
사망·만기·휴면 보험금
손해보험
실손·자동차·화재보험금
실손의료비
미청구 의료비 보험금
퇴직연금
이직·퇴직 후 잔여금

조회 및 수령 절차

복잡한 과정 없이 단계별로 안내해 드립니다.

1
본인 인증 후 무료 조회
금융감독원 통합조회 시스템 또는 각 보험사 앱에서 공인인증서로 조회
2
숨은 보험금 내역 확인
조회된 보험금 항목, 보험사, 예상 금액 확인
3
청구 서류 준비
진단서, 영수증, 신분증 등 보험사별 안내에 따라 준비
4
보험금 수령
청구 후 영업일 기준 3~10일 이내 입금 처리

자주 묻는 질문

조회하면 비용이 드나요?
전혀 없습니다. 금융감독원 및 각 보험사의 숨은 보험금 조회는 완전 무료이며, 청구도 무료입니다. 수수료를 요구하는 업체는 주의하세요.
소멸시효가 있나요?
보험금 청구권의 소멸시효는 3년입니다. 단, 보험사가 지급 사실을 안 날로부터 기산되므로 가능한 빨리 조회하시는 것이 좋습니다.
가족 명의 보험도 조회되나요?
직계가족의 경우 위임장과 가족관계증명서를 지참하면 대리 청구가 가능합니다. 사망자의 보험금은 상속인이 청구할 수 있습니다.