-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
178 lines (147 loc) · 7.46 KB
/
privacy.html
File metadata and controls
178 lines (147 loc) · 7.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 문자 인코딩: UTF-8 사용 -->
<meta charset="UTF-8">
<!-- 반응형 디자인 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 페이지 제목 -->
<title>Privacy Policy - EXceed Zero</title>
<!-- 파비콘 설정 -->
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<!-- CSS 파일 로드 -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- 네비게이션 바 -->
<nav class="navbar">
<div class="container navbar-container">
<!-- 로고 -->
<div class="navbar-logo">
<a href="index.html">
<img src="images/logo.png" alt="EXZ">
</a>
</div>
<!-- 메뉴 -->
<ul class="navbar-menu">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#services">Services</a></li>
<!-- 언어 선택 드롭다운 -->
<li class="navbar-dropdown">
<button class="navbar-dropdown-button">
🌍 Language
</button>
<div class="navbar-dropdown-menu">
<a href="index.html" class="active">English</a>
<a href="korea/index.html">Korean</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- 메인 콘텐츠 -->
<main class="legal-page">
<div class="container">
<!-- 페이지 제목 -->
<h1>Privacy Policy</h1>
<!-- 시행일 -->
<p class="last-updated"><strong>Effective Date: October 1, 2025</strong></p>
<hr>
<!-- Article 23: Privacy Policy -->
<article class="legal-section">
<h2>Article 23: Privacy Policy</h2>
<h3>23.1 Personal Information Collected</h3>
<h4>23.1.1 Collected Information</h4>
<ul>
<li><strong>Required</strong>: Email Address (Google Account)</li>
<li><strong>Optional</strong>: Company name</li>
</ul>
<h4>23.1.2 Purpose of Collection</h4>
<ul>
<li>Granting Google Docs Access</li>
<li>Invoice Issuance and Payment Management</li>
<li>Delivering Service Usage Announcements</li>
<li>Responding to Customer Inquiries</li>
</ul>
<h4>23.1.3 Retention and Usage Period</h4>
<ul>
<li>Destroyed within 30 days after subscription termination</li>
<li><strong>Exception</strong>: If required by applicable laws and regulations, we will retain your personal information for the required period.</li>
</ul>
<h3>23.2 Provision of Personal Information to Third Parties</h3>
<h4>23.2.1 Principles</h4>
<p>In principle, we do not provide your personal information to third parties.</p>
<h4>23.2.2 Exceptions</h4>
<p>Your personal information will only be provided to third parties in the following cases:</p>
<ul>
<li><strong>Google LLC</strong>: For the purpose of providing Google Workspace services (Docs, Groups)</li>
<li><strong>Bank</strong>: For payment processing purposes</li>
</ul>
<h3>23.3 Personal Information Processing Entrustment</h3>
<h4>23.3.1 Entrusted Company</h4>
<ul>
<li><strong>Github</strong>: Web hosting</li>
<li><strong>Google Workspace</strong>: Email and group services</li>
</ul>
<h3>23.4 Rights of Data Subjects</h3>
<h4>23.4.1 Rights</h4>
<p>You may exercise the following rights at any time:</p>
<ul>
<li>Request to view your personal information</li>
<li>Request to correct your personal information</li>
<li>Request to delete your personal information</li>
<li>Request to suspend the processing of your personal information</li>
</ul>
<h4>23.4.2 How to Exercise your rights</h4>
<ul>
<li><strong>Email</strong>: Request to exceedzero@exceedzero.com</li>
</ul>
<h3>23.5 Personal Information Protection Officer</h3>
<ul>
<li><strong>Name</strong>: Taehu Kim</li>
<li><strong>Position</strong>: AI Prompt Engineer</li>
<li><strong>Email</strong>: exceedzero@exceedzero.com</li>
</ul>
<h3>23.6 Measures to Ensure Personal Information Security</h3>
<p>We take the following measures to ensure the security of personal information:</p>
<ul>
<li>Personal information encryption</li>
<li>Access rights management</li>
<li>Security program installation and updates</li>
</ul>
<h3>23.7 Changes to the Personal Information Processing Policy</h3>
<p>This Personal Information Processing Policy will be effective from October 1, 2025. Any additions, deletions, or corrections due to changes in laws and policies will be announced through a notice at least 7 days prior to the implementation of the changes.</p>
</article>
<div class="legal-footer">
</div>
</div>
</main>
<!-- 푸터 -->
<footer class="footer">
<div class="container">
<!-- 링크 목록 -->
<div class="footer-links">
<a href="https://exceedzero.notion.site/Language-Selection-29f84ddcec3c804190a5def06bc29395/" target="_blank">📚 Notion</a>
<a href="about.html">About Us</a>
<a href="terms.html">Terms of Service</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="privacy.html">Privacy Policy</a>
</div>
<!-- 회사 정보 -->
<div class="footer-info">
<p>Company: EXceed Zero | Representative: Taehu Kim</p>
<p>✉️ Email: exceedzero@exceedzero.com</p>
<p>Business Registration Number: 860-01-03895 | Mail-order Sale Number: No paid sales</p>
<p>Representative Phone Number: 0504-4645-5360 | Business Address: 4F, 401-J797, 79 Gimpohangang 9-ro, Gimpo-si, Gyeonggi-do, Republic of Korea</p>
</div>
<!-- 저작권 -->
<div class="footer-copyright">
<p>© 2025 EXceedZero. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>