홈money AI 지원금 사이트 by정보나라 • • 2 min read .support-request-button { background: rgba(255, 255, 255, 0.2); color: white; border: 1px solid rgba(255, 255, 255, 0.3); padding: 8px 16px; border-radius: 6px; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; backdrop-filter: blur(4px); display: inline-flex; align-items: center; gap: 6px; cursor: pointer; } .support-request-button:hover { background: rgba(255, 255, 255, 0.3); border-color: rgba(255, 255, 255, 0.5); color: white; transform: translateY(-1px); text-decoration: none; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } .support-finder-footer .creator { color: #dbeafe; font-size: 16px; margin: 0 0 8px 0; } .support-finder-footer .homepage { color: #dbeafe; font-size: 14px; margin: 0 0 12px 0; } .support-finder-footer .homepage a { color: #93c5fd; text-decoration: underline; } .support-finder-footer .homepage a:hover { color: #bfdbfe; } .support-finder-footer .copyright { color: #bfdbfe; font-size: 14px; margin: 0; } .support-finder-results-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; gap: 10px; } .support-finder-results-header h2 { color: #333; font-size: 24px; } .support-finder-results-count { background: #4285F4; color: white; padding: 8px 16px; border-radius: 20px; font-weight: 500; } .support-finder-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 20px; } .support-finder-support-card { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 5px solid #4285F4; transition: transform 0.2s ease, box-shadow 0.2s ease; will-change: transform; } .support-finder-support-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .support-finder-support-card.urgent { border-left-color: #ff6b6b; } .support-finder-support-card h4 { color: #333; font-size: 18px; margin-bottom: 10px; font-weight: 700; } .support-finder-support-card p { color: #666; line-height: 1.6; margin-bottom: 15px; } .support-finder-support-info { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; flex-wrap: wrap; gap: 10px; } .support-finder-support-amount { background: linear-gradient(135deg, #4285F4 0%, #6B73FF 100%); color: white; padding: 8px 15px; border-radius: 20px; font-weight: 600; font-size: 14px; } .support-finder-support-deadline { color: #666; font-weight: 500; } .support-finder-support-deadline.urgent { color: #ff6b6b; font-weight: 700; } .support-finder-support-source { font-size: 12px; color: #888; margin-top: 10px; } .support-finder-no-results { text-align: center; color: #666; font-size: 18px; padding: 50px 0; } .support-finder-loading-spinner { display: inline-block; width: 20px; height: 20px; border: 3px solid #f3f3f3; border-top: 3px solid #4285F4; border-radius: 50%; animation: support-finder-spin 1s linear infinite; margin-right: 10px; } @keyframes support-finder-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* 반응형 디자인 */ @media (max-width: 768px) { .support-finder-container { padding: 10px; } .support-finder-header h1 { font-size: 28px; } .support-finder-logo { font-size: 20px; } .support-finder-checkbox-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .support-finder-support-grid { grid-template-columns: 1fr; gap: 15px; } .support-finder-footer-content { flex-direction: column; align-items: center; text-align: center; gap: 20px; } .support-finder-footer-info { text-align: center; } .support-finder-footer-request-button { order: -1; } } @media (max-width: 480px) { .support-finder-checkbox-grid { grid-template-columns: 1fr; } } /* 필터 버튼 스타일 */ .support-finder-filter-buttons { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 15px 0; border-bottom: 1px solid rgba(66, 133, 244, 0.1); } .support-finder-filter-label { color: #333; font-weight: 600; font-size: 16px; } .support-finder-filter-btn { background: rgba(66, 133, 244, 0.1); color: #4285F4; border: 1px solid rgba(66, 133, 244, 0.3); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; } .support-finder-filter-btn:hover { background: rgba(66, 133, 244, 0.2); transform: translateY(-1px); } .support-finder-filter-btn.active { background: #4285F4; color: white; border-color: #4285F4; } /* 페이지네이션 스타일 */ .support-finder-pagination { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 30px; padding: 20px; } .support-finder-pagination-btn { background: #4285F4; color: white; border: none; padding: 10px 15px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; } .support-finder-pagination-btn:hover { background: #3367d6; transform: translateY(-1px); } .support-finder-pagination-btn:disabled { background: #ccc; cursor: not-allowed; transform: none; } .support-finder-pagination-numbers { display: flex; gap: 5px; } .support-finder-pagination-number { background: rgba(66, 133, 244, 0.1); color: #4285F4; border: 1px solid #4285F4; padding: 8px 12px; border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; min-width: 36px; text-align: center; } .support-finder-pagination-number:hover { background: rgba(66, 133, 244, 0.2); transform: translateY(-1px); } .support-finder-pagination-number.active { background: #4285F4; color: white; } /* 아로스 버튼 스타일 */ .aros-button { width: 100%; max-width: 1200px; background: #ff4444; color: white; border: none; padding: 22px 40px; border-radius: 15px; font-size: 22px; font-weight: 700; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(255, 68, 68, 0.3); font-family: 'Malgun Gothic', '맑은 고딕', Arial, sans-serif; margin: 0 auto; display: block; } .aros-button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(255, 68, 68, 0.4); background: #dd3333; } .aros-button:active { transform: translateY(-1px); } p[data-ke-size="size16"] { text-align: center; margin: 30px 0; max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0 20px; } p[data-ke-size="size16"] a { text-decoration: none; color: inherit; } /* 헤더 아래 간격 */ .support-finder-header { margin-bottom: 15px; } /* 필터 섹션 위 간격 */ .support-finder-filter-section { margin-top: 15px; } /* 결과 섹션 위 간격 */ .support-finder-results-section { margin-top: 15px; } /* 더 많은 지원금 버튼 위아래 간격 */ p[data-ke-size="size16"] { margin-top: 15px; margin-bottom: 15px; } /* 푸터 위 간격 */ .support-finder-footer { margin-top: 15px; } ]]> 0 -1 false false BEHIND 0 comments true By TextAndImage - false 1x1 false true 1 #ffffff false #ffffff true #ffffff Location: false #ffffff #ffffff true Tags: false false false </div></div> <div class="date-outer"> <div class="date-posts"> </div></div> : : () › ‹ › : 정부지원금 찾기 나이와 지역을 선택하여 받을 수 있는 정부지원금을 확인하세요 👤 연령대 선택 20대 30대 40대 50대 60대 70대 🏢 지역 선택 서울특별시 부산광역시 대구광역시 인천광역시 광주광역시 대전광역시 울산광역시 세종시 경기도 강원도 충청북도 충청남도 전라북도 전라남도 경상북도 경상남도 제주도 🔍 지원금 검색하기 검색 결과 0개 지원금 정렬: 기본순 마감일순 지원금액순 💰 정부지원금 검색 서비스 연령대와 지역을 선택한 후 검색하면 최신 정부지원금을 찾아드립니다! 💰 최신 정부지원금 정보 제공 ✨ 정확한 최신 정보만을 표시합니다 ✨ ← 이전 다음 → 더 많은 지원금 보기 👆 Tags: money 4.94 / 169 rates 전달 복사Link Copied 공유 별점