File size: 20,744 Bytes
4e0db43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>MOUSE-I Hackathon 2024</title>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet">
    <style>
        :root {
            --primary: #4F46E5;
            --secondary: #7C3AED;
            --accent: #F59E0B;
            --success: #10B981;
            --info: #3B82F6;
            --warning: #F97316;
            --background: #F8FAFC;
            --text: #1E293B;
            --white: #FFFFFF;
            --card-bg: rgba(255, 255, 255, 0.95);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', system-ui, sans-serif;
        }

        body {
            background: linear-gradient(120deg, #E0F2FE, #EDE9FE, #FEF3C7);
            color: var(--text);
            line-height: 1.6;
            overflow-x: hidden;
            min-height: 100vh;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .header {
            text-align: center;
            padding: 80px 20px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 30px;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                linear-gradient(45deg, rgba(255,255,255,0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255,255,255,0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.1) 75%);
            background-size: 60px 60px;
            animation: patternMove 20s linear infinite;
            opacity: 0.3;
        }

        .header h1 {
            font-size: 3.5em;
            color: var(--white);
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            position: relative;
            z-index: 1;
            animation: slideDown 1s ease-out;
        }

        .slogan {
            font-size: 1.8em;
            color: #FFD700;
            margin: 30px 0;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            background: rgba(0,0,0,0.2);
            padding: 15px 30px;
            border-radius: 50px;
            display: inline-block;
            position: relative;
            z-index: 1;
            animation: pulse 2s infinite;
        }

        .organizers {
            text-align: center;
            background: var(--card-bg);
            padding: 20px;
            border-radius: 15px;
            margin: 30px auto;
            max-width: 800px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transform: translateY(-20px);
        }

        .tabs {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin: 40px 0;
        }

        .tab {
            padding: 15px 40px;
            font-size: 1.2em;
            background: var(--card-bg);
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
        }

        .tab.active {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: var(--white);
            transform: translateY(-3px);
        }

        .content {
            background: var(--card-bg);
            padding: 40px;
            border-radius: 30px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            backdrop-filter: blur(10px);
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease-out;
        }

        .highlight-section {
            background: linear-gradient(135deg, #F0F9FF, rgba(255,255,255,0.9));
            border-left: 6px solid var(--primary);
            padding: 30px;
            margin: 30px 0;
            border-radius: 20px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transform: translateZ(0);
            transition: all 0.3s ease;
        }

        .highlight-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .prize {
            background: linear-gradient(135deg, var(--white), #F8FAFC);
            padding: 30px;
            border-radius: 20px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border-top: 5px solid var(--primary);
        }

        .prize:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .emoji {
            font-size: 3em;
            margin-bottom: 20px;
            display: inline-block;
            animation: bounce 2s infinite;
        }

        .process-step {
            background: linear-gradient(135deg, var(--white), #F8FAFC);
            padding: 30px;
            border-radius: 20px;
            margin: 20px 0;
            transition: all 0.3s ease;
            border-left: 5px solid var(--info);
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        }

        .process-step:hover {
            transform: translateX(10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .section h2 {
            color: var(--primary);
            font-size: 2em;
            margin-bottom: 30px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .emphasis {
            font-size: 1.3em;
            color: var(--primary);
            font-weight: bold;
            text-align: center;
            margin: 25px 0;
            padding: 15px;
            border-radius: 10px;
            background: linear-gradient(to right, rgba(79, 70, 229, 0.1), transparent);
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        @keyframes patternMove {
            0% { background-position: 0 0; }
            100% { background-position: 60px 60px; }
        }

        @media (max-width: 768px) {
            .container { padding: 10px; }
            .header { padding: 40px 15px; }
            .header h1 { font-size: 2em; }
            .slogan { font-size: 1.2em; padding: 10px 20px; }
            .tab { padding: 10px 20px; }
            .content { padding: 20px; }
        }

        .floating-circle {
            position: fixed;
            border-radius: 50%;
            pointer-events: none;
            z-index: -1;
        }

        .circle-1 {
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(79, 70, 229, 0.2) 0%, transparent 70%);
            top: 10%;
            left: -150px;
            animation: float 15s infinite alternate;
        }

        .circle-2 {
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
            bottom: 20%;
            right: -100px;
            animation: float 20s infinite alternate-reverse;
        }

        @keyframes float {
            0% { transform: translate(0, 0); }
            100% { transform: translate(50px, 50px); }
        }
    </style>
</head>
<body>
    <div class="floating-circle circle-1"></div>
    <div class="floating-circle circle-2"></div>

    <div class="container">
        <div class="header">
            <h1>MOUSE-I Hackathon<br>1-Minute Creative Innovation with AI</h1>
            <div class="slogan">
                "One-minute creation by AI Coding Autonomous Agent MOUSE-I"
            </div>
        </div>

        <div class="organizers">
            Hosted by VIDraft | Organized by Korea AI Promotion Association (KAIPA)<br>
            <span style="font-size: 0.9em">주졜: λΉ„λ“œλž˜ν”„νŠΈ | μ£Όκ΄€: ν•œκ΅­μΈκ³΅μ§€λŠ₯μ§„ν₯ν˜‘νšŒ(KAIPA)</span>
        </div>

        <div class="tabs">
            <button class="tab active" onclick="switchLanguage('eng')">English</button>
            <button class="tab" onclick="switchLanguage('kor')">ν•œκ΅­μ–΄</button>
        </div>

        <div class="content">
            <div id="eng" class="tab-content active">
                <div class="highlight-section">
                    <h2>🌟 Revolutionary Era of AI Coding</h2>
                    <p>Among thousands of diverse services created in just one minute with MOUSE-I, hundreds are already publicly available online. Many have reached top rankings on HuggingFace, amazing the world with their capabilities.</p>
                    <p class="emphasis">A Magical Experience: Anyone aged 5 and above can create web apps without any coding knowledge!</p>
                </div>

                <div class="section">
                    <h2>πŸ† Period & Prizes</h2>
                    <p style="font-size: 1.2em; margin-bottom: 20px;">Period: November 28 - December 23, 2024</p>
                    <p style="font-size: 1.2em; margin-bottom: 20px;">Total Prize: 20,000 USD(USDT)</p>
                    
                    <div class="prize">
                        <span class="emoji">πŸ†</span>
                        <div>
                            <h3>Top Rank: 10,000 USDT</h3>
                            <p>Highest HuggingFace Trending Rank</p>
                        </div>
                    </div>
                    
                    <div class="prize">
                        <span class="emoji">❀️</span>
                        <div>
                            <h3>Top Likes: 5,000 USDT</h3>
                            <p>Most Likes</p>
                        </div>
                    </div>
                    
                    <div class="prize">
                        <span class="emoji">πŸ’«</span>
                        <div>
                            <h3>Top Creative: 5,000 USDT</h3>
                            <p>Most Innovative</p>
                        </div>
                    </div>
                </div>

                <div class="section">
                    <h2>πŸš€ Participation Process</h2>
                    <div class="process-step">
                        <h3>1. Start with MOUSE-I</h3>
                        <p>β€’ Access https://VIDraft-mouse1.hf.space</p>
                        <p>β€’ Generate basic web app code in 1 minute</p>
                        <p>β€’ Create unlimited content: games, dashboards, landing pages, utilities, etc.</p>
                    </div>

                    <div class="process-step">
                        <h3>2. Creative Development</h3>
                        <p>β€’ Free development based on MOUSE-I generated code</p>
                        <p>β€’ Additional languages like Python can be used</p>
                    </div>

                    <div class="process-step">
                        <h3>3. Submission</h3>
                        <p>β€’ Public deployment on Hugging Face</p>
                        <p>β€’ Register in Static mode</p>
                        <p>β€’ Required in README.md:</p>
                        <div class="code-block">
                            short_description: "One-minute creation by AI Coding Autonomous Agent MOUSE-I"
                        </div>
                    </div>
                </div>

                <div class="section">
                    <h2>πŸ“… Key Dates</h2>
                    <div class="process-step">
                        <p>β€’ Submission Deadline: December 23, 2024, midnight (NYC time)</p>
                        <p>β€’ Winners Announcement: December 24, 2024</p>
                    </div>
                </div>

                <div class="section">
                    <h2>✨ Participant Benefits</h2>
                    <div class="process-step">
                        <p>β€’ Full ownership and copyright of all creations</p>
                        <p>β€’ Experience new paradigm of AI coding</p>
                        <p>β€’ Multiple submissions allowed from the same account</p>
                        <p>β€’ Contact: [email protected]</p>
                    </div>
                </div>

                <div class="section">
                    <h2>"Give Yourself the Best Christmas Gift



<h2>"Give Yourself the Best Christmas Gift" πŸŽ„βœ¨</h2>
                    <div class="highlight-section">
                        <p>What amazing results will emerge when your creativity combines with MOUSE-I's one-minute miracle?</p>
                    </div>
                </div>
            </div>

            <div id="kor" class="tab-content">
                <div class="highlight-section">
                    <h2>🌟 ν˜μ‹ μ μΈ AI μ½”λ”©μ˜ μƒˆλ‘œμš΄ μ‹œλŒ€</h2>
                    <p>MOUSE-I둜 단 1λΆ„ λ§Œμ— μƒμ„±λœ 수천 개의 λ‹€μ–‘ν•œ μ„œλΉ„μŠ€λ“€ 쀑 수백 κ°œκ°€ 이미 인터넷에 κ³΅κ°œλ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€. κ·Έ 쀑 λ‹€μˆ˜κ°€ ν—ˆκΉ…νŽ˜μ΄μŠ€ 인기 μˆœμœ„ μƒμœ„κΆŒμ— μ§„μž…ν•˜λ©° 세상을 λ†€λΌκ²Œ ν•˜κ³  μžˆμŠ΅λ‹ˆλ‹€.</p>
                    <p class="emphasis">5μ„Έ 이상이면 λˆ„κ΅¬λ‚˜, 코딩을 λͺ°λΌλ„ 웹앱을 λ§Œλ“€ 수 μžˆλŠ” λ§ˆλ²• 같은 κ²½ν—˜!</p>
                </div>

                <div class="section">
                    <h2>πŸ† λŒ€νšŒ κΈ°κ°„ 및 μƒκΈˆ</h2>
                    <p style="font-size: 1.2em; margin-bottom: 20px;">κΈ°κ°„: 2024λ…„ 11μ›” 28일 ~ 12μ›” 23일</p>
                    <p style="font-size: 1.2em; margin-bottom: 20px;">μ΄μƒκΈˆ: 20,000 USD(USDT)</p>
                    
                    <div class="prize">
                        <span class="emoji">πŸ†</span>
                        <div>
                            <h3>Top Rank: 10,000 USDT</h3>
                            <p>ν—ˆκΉ…νŽ˜μ΄μŠ€ Trending 졜고 μˆœμœ„</p>
                        </div>
                    </div>
                    
                    <div class="prize">
                        <span class="emoji">❀️</span>
                        <div>
                            <h3>Top Likes: 5,000 USDT</h3>
                            <p>μ΅œλ‹€ μ’‹μ•„μš” 수</p>
                        </div>
                    </div>
                    
                    <div class="prize">
                        <span class="emoji">πŸ’«</span>
                        <div>
                            <h3>Top Creative: 5,000 USDT</h3>
                            <p>ν˜μ‹ μ„± 평가</p>
                        </div>
                    </div>
                </div>

                <div class="section">
                    <h2>πŸš€ μ°Έκ°€ ν”„λ‘œμ„ΈμŠ€</h2>
                    <div class="process-step">
                        <h3>1. MOUSE-I둜 μ‹œμž‘ν•˜κΈ°</h3>
                        <p>β€’ https://VIDraft-mouse1.hf.space 접속</p>
                        <p>β€’ 1λΆ„ λ§Œμ— μ›Ήμ•± κΈ°λ³Έ μ½”λ“œ 생성</p>
                        <p>β€’ κ²Œμž„, λŒ€μ‹œλ³΄λ“œ, λžœλ”©νŽ˜μ΄μ§€, μœ ν‹Έλ¦¬ν‹° λ“± λ¬΄μ œν•œ μ°½μž‘</p>
                    </div>

                    <div class="process-step">
                        <h3>2. 창의적 개발</h3>
                        <p>β€’ MOUSE-I 생성 μ½”λ“œ 기반 자유둜운 λ°œμ „</p>
                        <p>β€’ Python λ“± μΆ”κ°€ μ–Έμ–΄ ν™œμš© κ°€λŠ₯</p>
                    </div>

                    <div class="process-step">
                        <h3>3. μž‘ν’ˆ 제좜</h3>
                        <p>β€’ Hugging Face에 Public 배포</p>
                        <p>β€’ Static mode둜 등둝</p>
                        <p>β€’ README.md ν•„μˆ˜ 문ꡬ:</p>
                        <div class="code-block">
                            short_description: "One-minute creation by AI Coding Autonomous Agent MOUSE-I"
                        </div>
                    </div>
                </div>

                <div class="section">
                    <h2>πŸ“… μ£Όμš” 일정</h2>
                    <div class="process-step">
                        <p>β€’ 제좜 마감: 2024λ…„ 12μ›” 23일 μžμ • (λ‰΄μš•μ‹œκ°„)</p>
                        <p>β€’ μˆ˜μƒμž λ°œν‘œ: 2024λ…„ 12μ›” 24일</p>
                    </div>
                </div>

                <div class="section">
                    <h2>✨ μ°Έκ°€μž νŠΉμ „</h2>
                    <div class="process-step">
                        <p>β€’ λͺ¨λ“  μ°½μž‘λ¬Όμ˜ μ†Œμœ κΆŒκ³Ό μ €μž‘κΆŒ 보μž₯</p>
                        <p>β€’ AI μ½”λ”©μ˜ μƒˆλ‘œμš΄ νŒ¨λŸ¬λ‹€μž„ κ²½ν—˜</p>
                        <p>β€’ 동일 κ³„μ •μœΌλ‘œ λ‹€μˆ˜μ˜ μ°½μž‘λ¬Όλ“€μ„ μΆœν’ˆν•˜λŠ”κ²ƒ ν—ˆμš©λ¨</p>
                        <p>β€’ λ¬Έμ˜μ‚¬ν•­: [email protected]</p>
                    </div>
                </div>

                <div class="section">
                    <h2>"λ‹Ήμ‹ μ—κ²Œ 졜고의 크리슀마슀 선물을 μ£Όμ„Έμš”" πŸŽ„βœ¨</h2>
                    <div class="highlight-section">
                        <p>MOUSE-Iκ°€ 1λΆ„ λ§Œμ— μ°½μ‘°ν•˜λŠ” 기적 같은 μˆœκ°„, 여기에 μ—¬λŸ¬λΆ„μ˜ μ°½μ˜μ„±μ΄ 더해진닀면 μ–΄λ–€ λ†€λΌμš΄ 결과물이 νƒ„μƒν• κΉŒμš”?</p>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <script>
        function switchLanguage(lang) {
            // λͺ¨λ“  νƒ­ 컨텐츠 숨기기
            const tabContents = document.querySelectorAll('.tab-content');
            tabContents.forEach(content => {
                content.classList.remove('active');
            });
            
            // λͺ¨λ“  νƒ­ λ²„νŠΌμ—μ„œ active 클래슀 제거
            const tabButtons = document.querySelectorAll('.tab');
            tabButtons.forEach(button => {
                button.classList.remove('active');
            });
            
            // μ„ νƒλœ μ–Έμ–΄μ˜ 컨텐츠 ν‘œμ‹œ
            const selectedContent = document.getElementById(lang);
            if (selectedContent) {
                selectedContent.classList.add('active');
            }
            
            // 클릭된 λ²„νŠΌμ— active 클래슀 μΆ”κ°€
            const clickedButton = event.currentTarget;
            if (clickedButton) {
                clickedButton.classList.add('active');
            }
        }

        // νŽ˜μ΄μ§€ λ‘œλ“œ μ‹œ μ΄ˆκΈ°ν™”
        document.addEventListener('DOMContentLoaded', () => {
            // μ˜μ–΄ 탭을 기본으둜 ν™œμ„±ν™”
            const engContent = document.getElementById('eng');
            const engTab = document.querySelector('.tab');
            
            if (engContent && engTab) {
                engContent.classList.add('active');
                engTab.classList.add('active');
            }

            // μ• λ‹ˆλ©”μ΄μ…˜ 효과 μΆ”κ°€
            const prizes = document.querySelectorAll('.prize');
            prizes.forEach(prize => {
                prize.addEventListener('mouseenter', () => {
                    prize.style.transform = 'translateY(-10px) scale(1.02)';
                });

                prize.addEventListener('mouseleave', () => {
                    prize.style.transform = 'translateY(0) scale(1)';
                });
            });

            // ν”„λ‘œμ„ΈμŠ€ μŠ€ν… ν˜Έλ²„ 효과
            const steps = document.querySelectorAll('.process-step');
            steps.forEach(step => {
                step.addEventListener('mouseenter', () => {
                    step.style.transform = 'translateX(10px)';
                });

                step.addEventListener('mouseleave', () => {
                    step.style.transform = 'translateX(0)';
                });
            });
        });
    </script>
</body>
</html>