Files
sam-sales/company/index.php

155 lines
8.9 KiB
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>기업 분석 리스트 | SAM Sales</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
<link rel="shortcut icon" href="../img/favicon.png">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', 'Noto Sans KR', sans-serif; }
.glass-card {
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(8px);
border: 1px solid rgba(226, 232, 240, 0.8);
}
.shard-glow:hover {
box-shadow: 0 0 20px rgba(59, 130, 246, 0.1);
border-color: rgba(59, 130, 246, 0.3);
}
</style>
</head>
<body class="bg-slate-50 min-h-screen">
<!-- Navigation -->
<nav class="sticky top-0 z-40 w-full border-b bg-white/80 backdrop-blur-md">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex h-16 items-center justify-between">
<a href="../index.php" class="flex items-center gap-3 cursor-pointer">
<img src="../img/favicon-32x32.png" alt="SAM" class="w-10 h-10 rounded-xl">
<div class="flex flex-col">
<span class="text-lg font-bold text-slate-800 leading-tight">SAM</span>
<span class="text-xs text-slate-500 leading-tight">Smart Automation Management</span>
</div>
</a>
<div class="flex items-center gap-4">
<a href="../index.php" class="text-sm font-medium text-slate-500 hover:text-slate-900 transition-colors"></a>
</div>
</div>
</div>
</nav>
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-10">
<!-- Hero Section -->
<div class="mb-12">
<h1 class="text-3xl font-bold tracking-tight text-slate-900 mb-2">기업 분석 라이브러리</h1>
<p class="text-slate-500 max-w-2xl">
다양한 산업군의 주요 기업들에 대한 심층적인 재무, 성장, 경쟁 분석 리포트를 확인하고 비즈니스 인사이트를 얻으세요.
</p>
</div>
<!-- Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Loudsourcing Card -->
<a href="loudsourcing/index.php" class="group">
<div class="bg-white rounded-xl border border-slate-200 p-6 flex flex-col h-full transition-all duration-300 hover:shadow-lg hover:border-blue-200 shard-glow relative overflow-hidden">
<div class="absolute top-0 right-0 w-24 h-24 bg-blue-50 -mr-12 -mt-12 rounded-full transition-transform group-hover:scale-110"></div>
<div class="mb-4 flex items-center justify-between relative">
<div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center text-blue-600">
<i data-lucide="palette" class="w-6 h-6"></i>
</div>
<span class="inline-flex items-center rounded-full bg-blue-50 px-2 py-1 text-xs font-medium text-blue-700 ring-1 ring-inset ring-blue-700/10">IT/디자인</span>
</div>
<h3 class="text-xl font-bold text-slate-900 mb-2">라우드소싱 (LOUDSOURCING)</h3>
<p class="text-slate-500 text-sm mb-6 flex-grow">
국내 최대 디자인 크라우드소싱 플랫폼. 디자이너와 기업을 연결하는 혁신적인 콘테스트 기반 비즈니스 모델.
</p>
<div class="flex items-center text-blue-600 text-sm font-semibold mt-auto">
분석 리포트 보기
<i data-lucide="arrow-right" class="w-4 h-4 ml-1 transition-transform group-hover:translate-x-1"></i>
</div>
</div>
</a>
<!-- PeopleLife Card -->
<a href="peoplelife/index.php" class="group">
<div class="bg-white rounded-xl border border-slate-200 p-6 flex flex-col h-full transition-all duration-300 hover:shadow-lg hover:border-blue-200 shard-glow relative overflow-hidden">
<div class="absolute top-0 right-0 w-24 h-24 bg-indigo-50 -mr-12 -mt-12 rounded-full transition-transform group-hover:scale-110"></div>
<div class="mb-4 flex items-center justify-between relative">
<div class="w-12 h-12 bg-indigo-100 rounded-lg flex items-center justify-center text-indigo-600">
<i data-lucide="shield-check" class="w-6 h-6"></i>
</div>
<span class="inline-flex items-center rounded-full bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10">금융/GA</span>
</div>
<h3 class="text-xl font-bold text-slate-900 mb-2">피플라이프 (PeopleLife)</h3>
<p class="text-slate-500 text-sm mb-6 flex-grow">
대한민국 대표 초대형 GA. 법인 컨설팅의 전문성을 바탕으로 O2O 플랫폼 보험클리닉을 운영하는 보험 금융 그룹.
</p>
<div class="flex items-center text-indigo-600 text-sm font-semibold mt-auto">
분석 리포트 보기
<i data-lucide="arrow-right" class="w-4 h-4 ml-1 transition-transform group-hover:translate-x-1"></i>
</div>
</div>
</a>
<!-- Looka vs Brandmark Card -->
<a href="looka/index.php" class="group">
<div class="bg-white rounded-xl border border-slate-200 p-6 flex flex-col h-full transition-all duration-300 hover:shadow-lg hover:border-blue-200 shard-glow relative overflow-hidden">
<div class="absolute top-0 right-0 w-24 h-24 bg-purple-50 -mr-12 -mt-12 rounded-full transition-transform group-hover:scale-110"></div>
<div class="mb-4 flex items-center justify-between relative">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center text-purple-600">
<i data-lucide="sparkles" class="w-6 h-6"></i>
</div>
<span class="inline-flex items-center rounded-full bg-purple-50 px-2 py-1 text-xs font-medium text-purple-700 ring-1 ring-inset ring-purple-700/10">AI/디자인</span>
</div>
<h3 class="text-xl font-bold text-slate-900 mb-2">Looka vs Brandmark</h3>
<p class="text-slate-500 text-sm mb-6 flex-grow">
AI 기반 로고 디자인 비교. 비용, 기능, 서비스 규모를 바탕으로 비즈니스에 최적화된 로고 제작 도구를 추천합니다.
</p>
<div class="flex items-center text-purple-600 text-sm font-semibold mt-auto">
비교 결과 보기
<i data-lucide="arrow-right" class="w-4 h-4 ml-1 transition-transform group-hover:translate-x-1"></i>
</div>
</div>
</a>
<!-- Placeholder for future addition -->
<div class="bg-white rounded-xl border border-dashed border-slate-300 p-6 flex flex-col items-center justify-center h-full text-slate-400 group">
<div class="w-12 h-12 rounded-lg border border-dashed border-slate-300 flex items-center justify-center mb-4 group-hover:bg-slate-50 transition-colors">
<i data-lucide="plus" class="w-6 h-6"></i>
</div>
<p class="text-sm font-medium">새로운 기업 추가 예정</p>
</div>
</div>
</main>
<footer class="border-t bg-white mt-20 py-10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center text-slate-400 text-sm">
<p>&copy; 2026 SAM Corporate Analysis Dashboard. All rights reserved.</p>
</div>
</footer>
<script>
// Initialize Lucide Icons
lucide.createIcons();
</script>
</body>
</html>