184 lines
9.5 KiB
HTML
184 lines
9.5 KiB
HTML
<!DOCTYPE html>
|
|
<html class="dark scroll-smooth" lang="ko">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
|
<title>개인정보처리방침 - Anvil Hosting</title>
|
|
<meta name="description" content="Anvil Hosting 개인정보처리방침. 개인정보를 직접 수집, 저장, 처리하지 않는 최소화 원칙을 따릅니다.">
|
|
<meta name="robots" content="index, follow">
|
|
<link rel="canonical" href="https://hosting.inouter.com/privacy.html">
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://hosting.inouter.com/privacy.html">
|
|
<meta property="og:title" content="개인정보처리방침 - Anvil Hosting">
|
|
<meta property="og:description" content="Anvil Hosting 개인정보처리방침. 개인정보 최소화 원칙을 따릅니다.">
|
|
<meta property="og:locale" content="ko_KR">
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<link href="https://fonts.googleapis.com" rel="preconnect"/>
|
|
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script>
|
|
tailwind.config = {
|
|
darkMode: "class",
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
"primary": "#3fb950",
|
|
"background-dark": "#0d1117",
|
|
"terminal-bg": "#010409",
|
|
"terminal-border": "#30363d",
|
|
"terminal-text": "#c9d1d9",
|
|
"terminal-muted": "#8b949e",
|
|
"terminal-cyan": "#58a6ff",
|
|
"terminal-amber": "#d29922",
|
|
},
|
|
fontFamily: {
|
|
"display": ["Space Grotesk", "sans-serif"],
|
|
"mono": ["Fira Code", "monospace"],
|
|
},
|
|
},
|
|
},
|
|
}
|
|
</script>
|
|
</head>
|
|
<body class="bg-background-dark text-terminal-text font-mono min-h-screen flex flex-col p-4 md:p-8">
|
|
|
|
<div class="w-full max-w-4xl mx-auto bg-background-dark border border-terminal-border rounded-lg overflow-hidden flex flex-col">
|
|
<!-- Window Title Bar -->
|
|
<div class="bg-[#161b22] px-4 py-3 flex items-center justify-between border-b border-terminal-border">
|
|
<div class="flex items-center gap-2">
|
|
<div class="w-3 h-3 rounded-full bg-[#ff5f56]"></div>
|
|
<div class="w-3 h-3 rounded-full bg-[#ffbd2e]"></div>
|
|
<div class="w-3 h-3 rounded-full bg-[#27c93f]"></div>
|
|
</div>
|
|
<span class="text-xs text-terminal-muted">cat /etc/anvil/privacy.md</span>
|
|
<a href="/" class="text-xs text-terminal-muted hover:text-primary transition">cd ~</a>
|
|
</div>
|
|
|
|
<!-- Content -->
|
|
<div class="p-6 md:p-8 space-y-8">
|
|
<!-- Header -->
|
|
<div class="border-b border-terminal-border pb-6">
|
|
<div class="flex items-center gap-2 text-sm text-terminal-muted mb-4">
|
|
<span class="text-primary">$</span> cat privacy.md
|
|
</div>
|
|
<h1 class="text-2xl md:text-3xl font-display font-bold text-white mb-2"># 개인정보처리방침</h1>
|
|
<p class="text-terminal-muted text-sm">// 최종 수정일: 2026년 1월 20일</p>
|
|
</div>
|
|
|
|
<!-- Section 1 -->
|
|
<section class="space-y-3">
|
|
<h2 class="text-lg font-display font-bold text-terminal-cyan">## 제1조 (기본 원칙)</h2>
|
|
<div class="bg-primary/10 border border-primary/30 rounded p-4">
|
|
<p class="text-primary font-bold mb-2">💡 핵심: 개인정보를 직접 수집, 저장, 처리하지 않습니다.</p>
|
|
<p class="text-terminal-text text-sm">회사는 개인정보 최소화 원칙에 따라 서비스 운영에 필요한 최소한의 정보만을 외부 플랫폼을 통해 처리하며, 자체 데이터베이스에 개인정보를 보관하지 않습니다.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Section 2 -->
|
|
<section class="space-y-3">
|
|
<h2 class="text-lg font-display font-bold text-terminal-cyan">## 제2조 (서비스 제공 방식)</h2>
|
|
|
|
<div class="bg-terminal-bg rounded border border-terminal-border p-4 space-y-4 text-sm">
|
|
<div>
|
|
<p class="text-terminal-amber font-bold mb-2">// 1. 텔레그램 봇 기반 서비스</p>
|
|
<p class="text-terminal-muted pl-4">- 모든 고객 상호작용은 텔레그램 플랫폼을 통해 이루어집니다</p>
|
|
<p class="text-terminal-muted pl-4">- 텔레그램 계정 정보는 텔레그램에서 관리됩니다</p>
|
|
<p class="text-terminal-muted pl-4">- 회사는 텔레그램 사용자 ID만 일시적으로 참조합니다</p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-terminal-amber font-bold mb-2">// 2. 결제 처리</p>
|
|
<p class="text-terminal-muted pl-4">- 결제는 외부 결제 대행사를 통해 처리됩니다</p>
|
|
<p class="text-terminal-muted pl-4">- 회사는 결제 정보를 직접 수집/저장하지 않습니다</p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-terminal-amber font-bold mb-2">// 3. 정적 웹사이트</p>
|
|
<p class="text-terminal-muted pl-4">- 쿠키, 트래킹 코드, 분석 도구 <span class="text-primary">미사용</span></p>
|
|
<p class="text-terminal-muted pl-4">- 회원가입/로그인 기능 <span class="text-primary">없음</span></p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Section 3 -->
|
|
<section class="space-y-3">
|
|
<h2 class="text-lg font-display font-bold text-terminal-cyan">## 제3조 (서버 운영 관련)</h2>
|
|
<div class="space-y-2 text-terminal-text pl-4">
|
|
<p class="text-terminal-muted mb-2"># 기술적으로 생성될 수 있는 정보:</p>
|
|
<p><span class="text-terminal-cyan">server_logs</span> = 고객 서버 내에만 존재, 고객이 직접 관리</p>
|
|
<p><span class="text-terminal-cyan">network_logs</span> = DDoS 방어/보안 목적으로 IP 일시 기록, 자동 삭제</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Section 4 -->
|
|
<section class="space-y-3">
|
|
<h2 class="text-lg font-display font-bold text-terminal-cyan">## 제4조 (제3자 서비스)</h2>
|
|
<div class="bg-terminal-bg rounded border border-terminal-border p-4 text-sm">
|
|
<p class="text-terminal-muted mb-3"># 적용되는 제3자 개인정보처리방침:</p>
|
|
<p><span class="text-primary">→</span> <a href="https://telegram.org/privacy" target="_blank" class="text-terminal-cyan hover:underline">Telegram Privacy Policy</a> <span class="text-terminal-muted">// 봇 서비스 이용 시</span></p>
|
|
<p><span class="text-primary">→</span> <a href="https://www.cloudflare.com/privacypolicy/" target="_blank" class="text-terminal-cyan hover:underline">Cloudflare Privacy Policy</a> <span class="text-terminal-muted">// 웹사이트 호스팅</span></p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Section 5 -->
|
|
<section class="space-y-3">
|
|
<h2 class="text-lg font-display font-bold text-terminal-cyan">## 제5조 (이용자의 권리)</h2>
|
|
<div class="space-y-2 text-terminal-text pl-4">
|
|
<p><span class="text-primary">✓</span> 회사는 개인정보를 보유하지 않으므로 별도의 열람/정정/삭제 절차 불필요</p>
|
|
<p><span class="text-primary">✓</span> 텔레그램 계정 정보 권리 행사는 텔레그램에 직접 요청</p>
|
|
<p><span class="text-primary">✓</span> 서버 데이터는 고객이 직접 관리, 해지 시 완전 삭제</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Section 6 -->
|
|
<section class="space-y-3">
|
|
<h2 class="text-lg font-display font-bold text-terminal-cyan">## 제6조 (문의처)</h2>
|
|
<div class="bg-terminal-bg rounded border border-terminal-border p-4 text-sm">
|
|
<p><span class="text-terminal-cyan">company</span> = <span class="text-primary">"LIBEHAIM Inc."</span></p>
|
|
<p><span class="text-terminal-cyan">ceo</span> = <span class="text-primary">"Taro Tanaka"</span></p>
|
|
<p><span class="text-terminal-cyan">address</span> = <span class="text-primary">"#202 K-Flat, 3-1-13 Higashioi, Shinagawa-ku, Tokyo"</span></p>
|
|
<p><span class="text-terminal-cyan">support</span> = <a href="https://t.me/AnvilForgeBot" class="text-primary hover:underline">"@AnvilForgeBot"</a></p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Section 7 -->
|
|
<section class="space-y-3">
|
|
<h2 class="text-lg font-display font-bold text-terminal-cyan">## 제7조 (방침 변경)</h2>
|
|
<div class="text-terminal-text pl-4">
|
|
<p>이 개인정보처리방침은 <span class="text-primary">2026년 1월 20일</span>부터 적용됩니다.</p>
|
|
<p class="text-terminal-muted">변경 시 서비스 내 공지를 통해 안내드립니다.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Back -->
|
|
<div class="pt-6 border-t border-terminal-border">
|
|
<a href="/" class="text-primary hover:underline text-sm">$ cd / # 메인으로 돌아가기</a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Vim Status Bar -->
|
|
<div class="bg-primary text-background-dark text-xs font-bold py-1 px-4 flex justify-between">
|
|
<div class="flex gap-4">
|
|
<span class="bg-background-dark/20 px-2 rounded text-white/90">NORMAL</span>
|
|
<span>privacy.md</span>
|
|
</div>
|
|
<div class="flex gap-4">
|
|
<span>utf-8</span>
|
|
<span>100%</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="mt-6 text-terminal-muted text-xs text-center opacity-50">
|
|
© 2026 LIBEHAIM Inc. exit 0
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|