'use client'; import { useState } from 'react'; import Link from 'next/link'; import ContactModal from '../../components/ContactModal'; const tools = [ { id: 'excel', title: '엑셀 자동화 도구', subtitle: 'Excel Macro Toolkit v1.2', desc: '반복 업무를 버튼 하나로 처리하는 엑셀 매크로 모음. 데이터 정리·집계·보고서 자동 생성 기능 포함.', tags: ['VBA', 'Excel', '매크로', '무료'], color: '#16a34a', bgColor: '#f0fdf4', borderColor: '#bbf7d0', icon: ( ), href: '/services/automation/tools/excel', ready: true, }, { id: 'scraper', title: '웹 스크래핑 도구', subtitle: 'Web Scraper v1.0', desc: '공공데이터·쇼핑몰 가격·뉴스를 자동 수집해 엑셀로 저장하는 Python 기반 수집 도구.', tags: ['Python', 'BeautifulSoup', 'Excel 출력', '무료'], color: '#2563eb', bgColor: '#eff6ff', borderColor: '#bfdbfe', icon: ( ), href: '/services/automation/tools/scraper', ready: true, }, { id: 'ppt', title: 'PPT 제작 자동화 도구', subtitle: 'PPT Automation v1.0', desc: '엑셀 데이터를 읽어 표지·내용·마무리 슬라이드를 자동 생성하는 Python 기반 PPT 도구.', tags: ['Python', 'python-pptx', 'openpyxl', '무료'], color: '#7c3aed', bgColor: '#f5f3ff', borderColor: '#ddd6fe', icon: ( ), href: '/services/automation/tools/ppt', ready: true, }, ]; const premiumTools = [ { id: 'realestate', title: '부동산 매물 크롤링 프로그램', subtitle: 'Real Estate Crawler v1.0', desc: '직방·다방·피터팬·네이버부동산 4개 플랫폼을 동시 수집. 지역·거래유형·매물유형 선택 후 플랫폼별 시트로 Excel 자동 저장.', tags: ['Python', '4개 플랫폼', '중복제거', 'Excel 출력'], price: '3만원', features: ['직방·다방·피터팬·네이버부동산 동시 수집', '지역·거래유형·매물유형 선택', '자동 중복 제거', '플랫폼별 시트 분리 Excel 저장'], color: '#b45309', bgFrom: '#451a03', bgTo: '#78350f', accentColor: '#f59e0b', icon: ( ), downloadPath: '/downloads/real_estate_crawler_v1.0.py', }, { id: 'accounting', title: '사업장 회계 장부 자동화 프로그램', subtitle: 'Accounting Automation v1.0', desc: '쇼핑몰·식당·제조업·서비스업 업종별 수입/지출 입력 → 매출총이익·영업이익·순이익 자동 계산 + 회계사 관점 조언 리포트.', tags: ['Python', '업종별 맞춤', '손익계산서', '회계 조언'], price: '5만원', features: ['업종별 맞춤 항목 (쇼핑몰·식당·제조·서비스업)', '매출총이익·영업이익·순이익 자동 계산', '부가세 신고 준비 자료 자동 생성', '회계 전문가 관점 경고·조언 리포트'], color: '#0f766e', bgFrom: '#042f2e', bgTo: '#134e4a', accentColor: '#2dd4bf', icon: ( ), downloadPath: '/downloads/accounting_automation_v1.0.py', }, ]; const CHECKLIST = [ '자동화하고 싶은 업무를 구체적으로 설명해주세요', '현재 사용 중인 프로그램/시스템 (엑셀, ERP, 쇼핑몰 등)', '자동화 빈도 (매일 / 주 1회 / 월 1회 등)', '희망 납품 일정과 예산 범위', '데이터 민감도 여부 (개인정보 포함 여부)', ]; const automationTypes = [ { title: '엑셀 / 구글 시트 자동화', desc: '매일 반복되는 데이터 정리, 집계, 보고서 생성을 자동화합니다.', examples: ['일별 매출 집계 자동화', '데이터 형식 변환', '여러 시트 데이터 통합'], accentColor: 'border-emerald-200 bg-emerald-50', dotColor: 'bg-emerald-500', labelColor: 'text-emerald-700 bg-emerald-100 border-emerald-200' }, { title: '웹 스크래핑 · 데이터 수집', desc: '경쟁사 가격, 뉴스, 공공데이터 등을 자동 수집·정리합니다.', examples: ['쇼핑몰 가격 모니터링', '뉴스 기사 자동 수집', '공공 API 데이터 연동'], accentColor: 'border-blue-200 bg-blue-50', dotColor: 'bg-blue-500', labelColor: 'text-blue-700 bg-blue-100 border-blue-200' }, { title: '이메일 자동 발송', desc: '조건에 따라 고객/거래처에 이메일을 자동으로 발송합니다.', examples: ['발주 확인 이메일 자동화', '정기 보고서 자동 발송', '이메일 분류 및 자동 응답'], accentColor: 'border-violet-200 bg-violet-50', dotColor: 'bg-violet-500', labelColor: 'text-violet-700 bg-violet-100 border-violet-200' }, { title: '업무 프로세스 RPA', desc: 'PC에서 반복 실행하는 클릭·입력 작업을 자동화합니다.', examples: ['ERP 시스템 데이터 입력', '파일 이동·변환·백업', '웹사이트 폼 자동 제출'], accentColor: 'border-orange-200 bg-orange-50', dotColor: 'bg-orange-500', labelColor: 'text-orange-700 bg-orange-100 border-orange-200' }, { title: '텔레그램 봇 개발', desc: '특정 이벤트 발생 시 텔레그램으로 자동 알림을 보냅니다.', examples: ['서버 이상 알림 봇', '매출 현황 정기 보고 봇', '주문 접수 알림 봇'], accentColor: 'border-cyan-200 bg-cyan-50', dotColor: 'bg-cyan-500', labelColor: 'text-cyan-700 bg-cyan-100 border-cyan-200' }, { title: 'API 연동 · 시스템 통합', desc: '서로 다른 시스템을 API로 연결하여 데이터를 자동 동기화합니다.', examples: ['CRM ↔ ERP 데이터 동기화', '결제 시스템 자동 연동', '재고 관리 자동화'], accentColor: 'border-indigo-200 bg-indigo-50', dotColor: 'bg-indigo-500', labelColor: 'text-indigo-700 bg-indigo-100 border-indigo-200' }, ]; const plans = [ { name: '단순 자동화', price: '5만원~', desc: '단일 작업 · 1~3일 소요', examples: '엑셀 매크로, 단순 스크래핑, 이메일 자동화', highlight: false, productId: 'automation_basic' }, { name: '자동화 심화', price: '15만원~', desc: '복합 작업 · 1~2주 소요', examples: 'RPA 프로세스, API 연동, 텔레그램 봇', highlight: true, productId: 'automation_advanced' }, { name: '대형 자동화', price: '협의', desc: '시스템 통합 · 2주 이상 소요', examples: '전사 업무 자동화, 멀티 시스템 통합', highlight: false, productId: null }, ]; const process = [ { step: '01', title: '무료 상담', desc: '반복 업무 파악 및 자동화 가능 여부 확인' }, { step: '02', title: '요구사항 분석', desc: '상세 프로세스 분석 및 자동화 범위 결정' }, { step: '03', title: '개발 및 테스트', desc: '실제 데이터로 테스트하며 단계적 개발' }, { step: '04', title: '납품 및 교육', desc: '사용 방법 교육 + 가이드 문서 제공' }, { step: '05', title: 'AS 지원', desc: '1개월 무상 기술 지원 및 버그 수정' }, ]; export default function AutomationPage() { const [modalOpen, setModalOpen] = useState(false); const [modalService, setModalService] = useState('업무 자동화'); const openModal = (service: string) => { setModalService(service); setModalOpen(true); }; return (
RPA AUTOMATION · 업무 자동화 개발
“이 작업 매일 하기 너무 귀찮다”는 생각이 드는 순간, 자동화할 수 있습니다.
엑셀, 이메일, 데이터 수집, RPA까지 직접 개발해드립니다.
AUTOMATION TYPES
{at.desc}
PROCESS
PRICING
* 실제 비용은 작업 복잡도, 데이터 양, 연동 시스템에 따라 달라집니다. 무료 상담 후 정확한 견적을 드립니다.
전문 분야별 고급 자동화 프로그램. 구매 후 소스코드 전달 + 1개월 무상 지원.
{tool.desc}
구매 후 Python 소스코드 + 사용 가이드 전달
FREE TOOLS
직접 만들어 사용 중인 자동화 도구를 무료로 공유합니다.
필요에 맞게 수정해서 쓰실 수 있어요.
{tool.desc}
FREE CONSULTATION
자동화 가능한 업무라면 무엇이든 도와드립니다