-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisclaimer.html
More file actions
608 lines (489 loc) · 29.1 KB
/
disclaimer.html
File metadata and controls
608 lines (489 loc) · 29.1 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 문자 인코딩: UTF-8 사용 -->
<meta charset="UTF-8">
<!-- 반응형 디자인 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 페이지 제목 -->
<title>Disclaimer - 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>Disclaimer</h1>
<!-- 시행일 -->
<p class="last-updated"><strong>Effective Date: October 1, 2025</strong></p>
<hr>
<!-- Article 16: Service Nature and Purpose -->
<article class="legal-section">
<h2>Article 16: Service Nature and Purpose</h2>
<h3>16.1 Service Description</h3>
<p>This Service is provided solely for the purpose of demonstrating AI-based methodologies and providing access to information through AI-generated results. It does not constitute the following services:</p>
<ul>
<li>Investment advice</li>
<li>Financial advice</li>
<li>Legal advice</li>
<li>Tax advice</li>
<li>Customs declaration agency</li>
<li>Trade consulting</li>
<li>Other professional advice</li>
</ul>
<h3>16.2 Service Structure</h3>
<p>
Our Company → AI Usage → AI Results → Recording → Subscriber</p>
<p>
(Methodology) (Generation) (Delivery) (Observation)</p>
<h3>16.3 Role of the Subscriber</h3>
<ul>
<li>The Subscriber is an "observer" of this process and is responsible for making decisions based on the observed information.</li>
</ul>
</article>
<hr>
<!-- Article 17: Geographic Scope and Limitations -->
<article class="legal-section">
<h2>Article 17: Geographic Scope and Limitations</h2>
<h3>17.1 Countries Where the Service is Available</h3>
<p>This Service is available for subscription in the following six countries:</p>
<ul>
<li>United States</li>
<li>Republic of Korea</li>
<li>Japan</li>
<li>Germany</li>
<li>Netherlands (Netherlands)</li>
<li>Canada</li>
</ul>
<h3>17.2 Actual Data Collection Target</h3>
<ul>
<li>This service collects information on the US tariff policy toward China and provides only information.</li>
<li>This is an example case study to demonstrate the AI prompt creation methodology, and does not provide analysis or predictions.</li>
</ul>
<h3>17.3 Limitations of the Example Case</h3>
<p>The US-China tariff policy information covered in this study:</p>
<ul>
<li>It is information only.</li>
<li>It is not related to tariffs in Korea, Japan, Germany, the Netherlands, or Canada.</li>
<li>It is not related to trade between your country and China.</li>
<li>It is not related to trade between your country and the US.</li>
<li>It is not directly related to your industry, product, or business situation.</li>
</ul>
<h3>17.4 Differences in Tariff Systems by Country</h3>
<p>Each country has a different tariff environment:</p>
<h4>17.4.1 Tariff Rate System</h4>
<ul>
<li>Each country has different basic tariff rates.</li>
</ul>
<h4>17.4.2 HS Code Interpretation</h4>
<ul>
<li>Product classification criteria may vary by country.</li>
</ul>
<h4>17.4.3 Trade Agreements</h4>
<ul>
<li>FTAs, customs unions, etc. vary in content.</li>
<li>Examples: Korea-US FTA, Korea-EU FTA, RCEP, USMCA, etc.</li>
</ul>
<h4>17.4.4 Rules of Origin</h4>
<ul>
<li>Origin determination criteria vary.</li>
</ul>
<h4>17.4.5 Customs Clearance Procedures</h4>
<ul>
<li>Declaration methods and required documents vary.</li>
</ul>
<h4>17.4.6 Regulatory Environment</h4>
<ul>
<li>Import regulations and certification requirements vary by country.</li>
</ul>
<h3>17.5 Warning: Not Directly Applicable</h3>
<h4>⚠️ Warning: Do not directly apply the US-China tariff examples to your own situation.</h4>
<p><strong>【Korean Company Case】</strong></p>
<ul>
<li><strong>Situation</strong>: A Korean company imports goods from China.</li>
<li><strong>Applicable Tariff</strong>: Korea's import tariff from China (not US-China tariff)</li>
<li><strong>Note</strong>: Korea-China FTA and Korean customs law apply.</li>
</ul>
<p><strong>【Japanese Company Case】</strong></p>
<ul>
<li><strong>Situation</strong>: A Japanese company exports to the US.</li>
<li><strong>Applicable Tariff</strong>: US import tariff from Japan (not US-China tariff)</li>
<li><strong>Note</strong>: US-Japan Trade Agreement, US Customs Law Applies</li>
</ul>
<p><strong>[German Company Case]</strong></p>
<ul>
<li><strong>Situation</strong>: EU-wide transactions by a German company</li>
<li><strong>Applicable Regulations</strong>: EU Customs Union Regulations (not US-China tariffs)</li>
<li><strong>Note</strong>: EU common tariff rates, EU customs procedures apply</li>
</ul>
<p><strong>[Conclusion]</strong></p>
<p>The information collection methodology in this study may be used as a reference, but specific tariff rates, product classifications, and regulatory content may not apply to your specific situation.</p>
</article>
<hr>
<!-- Article 18: Disclaimer for Customization and Application -->
<article class="legal-section">
<h2>Article 18: Disclaimer for Customization and Application</h2>
<h3>18.1 Full Responsibility for Methodology Application</h3>
<p>This service demonstrates and provides a "methodology" for creating AI prompts for information collection using the US-China tariff example. Adapting, customizing, and applying this methodology and information to your own circumstances:</p>
<ul>
<li>is entirely your responsibility</li>
<li>is not part of the scope of this service</li>
<li>we do not provide any analysis, forecasts, advice, support, or reviews</li>
<li>we assume no responsibility whatsoever</li>
</ul>
<h3>18.2 Responsibility for Interpreting Individual Situations</h3>
<p>After reviewing this study, you:</p>
<ul>
<li>interpret it for your country</li>
<li>adapt it for your industry</li>
<li>adapt it for your business</li>
<li>customize it for your product</li>
<li>utilize it for your supply chain</li>
</ul>
<p>All of these actions are undertaken at your sole discretion and risk, and we assume no role or liability in your actions.</p>
<h3>18.3 Our Non-Involvement Statement</h3>
<p>We are not involved in and are not responsible for:</p>
<ul>
<li>How you interpret this information</li>
<li>How you modify this data collection methodology</li>
<li>How you apply this data collection methodology</li>
<li>What are the results of your application</li>
<li>How you use the insights you gain</li>
<li>Whether your application succeeded or failed</li>
<li>What are the consequences of your application</li>
</ul>
<h3>18.4 Expert Advice Required</h3>
<p>Before applying this methodology to your situation, you should always consult with the following experts:</p>
<h4>18.4.1 Customs Broker</h4>
<ul>
<li>Your country's tariff classification</li>
<li>Check applicable rates</li>
<li>Guidance on filing procedures</li>
</ul>
<h4>18.4.2 Trade Attorney</h4>
<ul>
<li>Check trade regulations</li>
<li>Review legal risks</li>
<li>Review contracts</li>
</ul>
<h4>18.4.3 Accountant/Tax Accountant</h4>
<ul>
<li>Accounting for customs duties</li>
<li>Tax impact analysis</li>
<li>Value-Added Tax treatment</li>
</ul>
<h4>18.4.4 Supply Chain Specialist</h4>
<ul>
<li>Logistics optimization</li>
<li>Inventory management</li>
<li>Transportation routes Design</li>
</ul>
<h4>18.4.5 Industry-Specific Consultant</h4>
<ul>
<li>Strategies tailored to your industry</li>
<li>Competitor Analysis</li>
<li>Market Trend Analysis</li>
</ul>
<h4>18.4.6 Important Notes</h4>
<ul>
<li>We provide a "general AI methodology demonstration" and simple information, not analysis or forecasting.</li>
<li>It does not provide "customized advice tailored to you."</li>
</ul>
<h3>18.5 Specific Disclaimer Examples</h3>
<h4>18.5.1 Example 1: Korean Auto Parts Manufacturer</h4>
<p><strong>This Study:</strong></p>
<ul>
<li>Documentation of the process for predicting US tariffs on auto parts from China</li>
<li>Demonstration of how to create AI prompts</li>
</ul>
<p><strong>Subscriber Actions:</strong></p>
<ul>
<li>"Predict Korea's tariffs on Chinese auto parts using this method"</li>
<li>Modify the prompts to suit the Korean context</li>
<li>Develop an import plan based on the prediction results</li>
</ul>
<p><strong>Our Responsibilities:</strong> None (outside the scope of the service)</p>
<p><strong>Subscriber Responsibilities:</strong> Final judgment is made after consulting with customs brokers and trade experts.</p>
<h4>18.5.2 Example 2: Japanese Semiconductor Company</h4>
<p><strong>This Study:</strong></p>
<ul>
<li>US tariffs on China Semiconductor tariff information collection record</li>
<li>Demonstration of the international political risk integration process</li>
</ul>
<p><strong>Subscriber Actions:</strong></p>
<ul>
<li>"Apply this information to our company's export strategy to the US."</li>
<li>Interpret the collected information in light of Japan-US relations.</li>
<li>Decide on a change in export strategy.</li>
</ul>
<p><strong>Our Responsibilities:</strong> None (outside the scope of the service).</p>
<p><strong>Subscriber Responsibilities:</strong> Final decision made after consulting with trade consultants and legal experts.</p>
<h4>18.5.3 Example 3: German Manufacturing Group</h4>
<p><strong>This Study:</strong></p>
<ul>
<li>Demonstrate the process of predicting US-China tariffs using AI prompts.</li>
<li>Share data collection and information gathering methodology.</li>
</ul>
<p><strong>Subscriber Actions:</strong></p>
<ul>
<li>"Modify this prompt to reflect EU-China trade."</li>
<li>Reclassify HS codes in accordance with German customs law.</li>
<li>Decide on a supply chain restructuring.</li>
</ul>
<p><strong>Our Responsibilities:</strong> None (outside the scope of the service).</p>
<p><strong>Subscriber Responsibilities:</strong> Final decision made after consulting with customs experts and supply chain consultants.</p>
</article>
<hr>
<!-- Article 19: Complexity of Country of Origin and Corporate Nationality -->
<article class="legal-section">
<h2>Article 19: Complexity of Country of Origin and Corporate Nationality</h2>
<h3>19.1 Difficulties in Determining Country of Origin</h3>
<ul>
<li>This study addresses the "US tariffs on China," but whether this applies to your situation is a very complex issue.</li>
</ul>
<h3>19.2 Complexity of the Supply Chain</h3>
<ul>
<li>Modern manufacturing supply chains are intertwined and multinational, making it impossible to simply define "made in China."</li>
</ul>
<h3>19.3 Specific Cases</h3>
<h4>19.3.1 Case 1: Samsung Electronics Smartphones</h4>
<p><strong>Situation:</strong></p>
<ul>
<li><strong>Company</strong>: Samsung Electronics (Korean company)</li>
<li><strong>Production site</strong>: Vietnam factory</li>
<li><strong>Components</strong>: CPU (Taiwan), Memory (Korea), Display (Korea), Battery (China), Camera (Japan)</li>
<li><strong>Sales site</strong>: United States</li>
</ul>
<p><strong>Question:</strong> Does the "US tariffs on China" apply?</p>
<p><strong>Answer:</strong> Country of origin determination is required.</p>
<ol>
<li>Made in Vietnam? → US-Vietnam tariffs</li>
<li>Made in Korea? (Based on value-added) → Korea-US FTA</li>
<li>Made in China? (Because of batteries) → US-China tariffs?</li>
</ol>
<p>→ Expert judgment by a customs broker is required</p>
<p>→ This study cannot determine this at all</p>
<h4>19.3.2 Case 2: BMW X5</h4>
<p><strong>Situation:</strong></p>
<ul>
<li><strong>Company</strong>: BMW (German company)</li>
<li><strong>Production site</strong>: South Carolina, USA plant</li>
<li><strong>Parts</strong>: Engine (Germany), Transmission (China), Electronic components (Korea)</li>
<li><strong>Sales site</strong>: Exported to China</li>
</ul>
<p><strong>Question:</strong> Is this made in the US? Made in Germany? Contains Chinese components?</p>
<p><strong>Answer:</strong> Extremely complex</p>
<ol>
<li>Produced in the US, but by a German company</li>
<li>Use of Chinese transmissions</li>
<li>Re-export</li>
</ol>
<p>→ Completely unrelated to this study</p>
<p>→ Consultation with a trade expert is required</p>
<h4>19.3.3 Case 3: Apple iPhone</h4>
<p><strong>Situation:</strong></p>
<ul>
<li><strong>Company</strong>: Apple (US company)</li>
<li><strong>Production site</strong>: China (Foxconn factory)</li>
<li><strong>Components</strong>: Mostly designed in the US, manufactured in Korea/Taiwan/China</li>
<li><strong>Sales site</strong>: US (re-import)</li>
</ul>
<p><strong>Question:</strong> Is it made in China or the US?</p>
<p><strong>Answer:</strong> US corporate special provisions may apply.</p>
<ol>
<li>Reimport duties</li>
<li>Value-added calculation</li>
<li>Level of processing in China</li>
</ol>
<p>→ Requires a very complex legal review</p>
<p>→ This study cannot provide a definitive conclusion.</p>
<h3>19.4 Limitations of this Study</h3>
<p>This study:</p>
<ul>
<li>Does not address country of origin determination</li>
<li>Does not analyze company-specific supply chains</li>
<li>Does not explain FTA country of origin rules</li>
<li>Does not trace the country of origin of individual components</li>
</ul>
<h3>19.5 Absolute Disclaimer</h3>
<p>Even if your company has a factory in China, uses Chinese components, or is in any way connected to China:</p>
<ul>
<li>This study is absolutely not directly applicable.</li>
<li>You must consult a customs broker to obtain an accurate country of origin determination.</li>
<li>We do not provide any advice on country of origin determination, company-specific supply chains, or FTA applicability, and we assume no responsibility for such matters.</li>
</ul>
</article>
<hr>
<!-- Article 20: Absolute Disclaimer for Ineligible Subscriptions -->
<article class="legal-section">
<h2>Article 20: Absolute Disclaimer for Ineligible Subscriptions</h2>
<h3>20.1 Clear Warning</h3>
<p>We do not accept subscriptions for the following purposes: We strongly advise against subscribing for the following purposes:</p>
<p>❌ Applying this research to your own situation</p>
<p>❌ Adapting this methodology to your own situation</p>
<p>❌ Using this information directly in decision-making</p>
<h3>20.2 Absolute Disclaimer of Ineligible Subscriptions</h3>
<p>If you subscribed for the above purposes:</p>
<ol>
<li>We assume no liability whatsoever</li>
<li>No refunds</li>
<li>You are responsible for any damages incurred</li>
<li>We have clearly warned you of this in advance</li>
</ol>
<h3>20.3 Common Sense</h3>
<p>When making a decision, the court will consider the following:</p>
<ul>
<li>We have clearly warned you</li>
<li>You have read all eight warnings</li>
<li>You have checked the box to indicate "I will not apply"</li>
<li>You have attempted to apply this despite this</li>
<li>This is your sole discretion and is outside the scope of our services.</li>
</ul>
<h3>20.4 Guidance</h3>
<p>We have provided guidance to you:</p>
<p><strong>"Please consult a professional"</strong></p>
<p>If you disregard this warning and misuse this service, you are solely responsible.</p>
</article>
<hr>
<!-- Article 21: Exemption from Liability -->
<article class="legal-section">
<h2>Article 21: Exemption from Liability</h2>
<p>We are <strong>not liable for</strong> the following:</p>
<h3>21.1 Direct Damages</h3>
<ul>
<li>Overpayment of Customs Duties</li>
<li>Fines and Penalties</li>
<li>Damages for Breach of Contract</li>
<li>Litigation Costs</li>
</ul>
<h3>21.2 Indirect Damages</h3>
<ul>
<li>Loss of Opportunity (Lost Opportunity to Do Other Business)</li>
<li>Loss of Goodwill (Loss of Trust with Business Partners)</li>
<li>Brand Damage</li>
<li>Loss of Market Share</li>
</ul>
<h3>21.3 Incidental Damages</h3>
<ul>
<li>Additional Logistics Costs</li>
<li>Emergency Procurement Costs</li>
<li>Costs of Hiring Temporary Personnel</li>
<li>Costs of Establishing Alternative Solutions</li>
</ul>
<h3>21.4 Punitive Damages</h3>
<ul>
<li>Increased Penalties for Willful Violations</li>
<li>Exemplary Damages</li>
</ul>
<h3>21.5 Loss of Profits</h3>
<ul>
<li>Reduced Operating Profits</li>
<li>Failure to Achieve Expected Profits</li>
<li>Loss of Sales Opportunities</li>
</ul>
<h3>21.6 Loss of Opportunity</h3>
<ul>
<li>Loss of Investment Opportunities</li>
<li>Failure to Enter the Market</li>
<li>Loss of Competitive Advantage</li>
</ul>
<h3>21.7 AI-Related Damages</h3>
<ul>
<li>AI Any damage caused by hallucinations</li>
<li>Any damage caused by AI calculation errors</li>
<li>Any damage caused by AI bias</li>
<li>Any damage caused by AI prediction failures</li>
<li>Any damage caused by AI imperfections</li>
<li>Any damage caused by AI technical limitations</li>
</ul>
<h3>21.8 Disclaimer of Liability</h3>
<ul>
<li>Inaccuracies in research records</li>
<li>Errors in AI-generated results</li>
<li>Consequences of decisions made after observing this information</li>
<li>Actions or omissions of third parties</li>
<li>Force majeure</li>
</ul>
</article>
<hr>
<!-- Article 22: Limitation of Liability -->
<article class="legal-section">
<h2>Article 22: Limitation of Liability</h2>
<h3>22.1 No Liability for Free Service</h3>
<p>The Service is provided entirely free of charge during the pre-launch phase.</p>
<p><strong>THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.</strong></p>
<p><strong>IN NO EVENT SHALL THE COMPANY, ITS AFFILIATES, OFFICERS, DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SERVICE OR THE USE OR OTHER DEALINGS IN THE SERVICE.</strong></p>
<p>By using the free Service, you acknowledge that you do so entirely at your own risk.</p>
<hr>
<h3>22.2 Acknowledgment and Essential Basis</h3>
<p>You acknowledge and agree that:</p>
<ul>
<li>The Company is providing the Service free of charge with no paid sales</li>
<li>The Company has made the Service available in reliance on the limitations in this Article</li>
<li>These limitations form an essential basis of the agreement between you and the Company</li>
<li>Without these limitations, the Company would not provide the Service free of charge</li>
<li>This is comparable to open-source software licenses (e.g., MIT License) where software is provided without liability</li>
</ul>
</article>
<hr>
</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>