File size: 24,645 Bytes
6a07a9e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GreenWave Tech - 지속 κ°€λŠ₯ν•œ 미래λ₯Ό μœ„ν•œ 기술</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        :root {
            --primary-green: #059669;
            --light-green: #34D399;
            --sky-blue: #7DD3FC;
            --dark-gray: #374151;
            --light-gray: #F3F4F6;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            color: var(--dark-gray);
            scroll-behavior: smooth;
        }
        
        h1, h2, h3, h4 {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
        }
        
        .hero-bg {
            background: linear-gradient(120deg, rgba(5, 150, 105, 0.9) 0%, rgba(52, 211, 153, 0.8) 100%), 
                        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23059669"/><path d="M0 50 L100 50" stroke="%2334D399" stroke-width="1" stroke-opacity="0.2"/><path d="M50 0 L50 100" stroke="%2334D399" stroke-width="1" stroke-opacity="0.2"/></svg>');
            background-size: cover;
            background-position: center;
        }
        
        .value-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .value-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .product-card {
            transition: all 0.3s ease;
            border-bottom: 4px solid transparent;
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            border-bottom-color: var(--light-green);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }
        
        .contact-form input, 
        .contact-form textarea {
            transition: all 0.3s ease;
            border: 2px solid #E5E7EB;
        }
        
        .contact-form input:focus, 
        .contact-form textarea:focus {
            border-color: var(--light-green);
            box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.3);
        }
        
        .btn-primary {
            background-color: var(--primary-green);
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background-color: #047857;
            transform: translateY(-2px);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        .btn-outline {
            border: 2px solid var(--primary-green);
            transition: all 0.3s ease;
        }
        
        .btn-outline:hover {
            background-color: var(--primary-green);
            color: white;
        }
        
        .leaf-pattern {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M10,1 C5.5,1 2,4.5 2,9 C2,13.5 5.5,17 10,17 C14.5,17 18,13.5 18,9 C18,4.5 14.5,1 10,1 Z M10,15 C6.7,15 4,12.3 4,9 C4,5.7 6.7,3 10,3 C13.3,3 16,5.7 16,9 C16,12.3 13.3,15 10,15 Z" fill="%2334D399" opacity="0.1"/></svg>');
        }
    </style>
</head>
<body class="bg-gray-50">
    <!-- 헀더/λ„€λΉ„κ²Œμ΄μ…˜ -->
    <header class="sticky top-0 z-50 bg-white shadow-md">
        <div class="container mx-auto px-4 py-4 flex justify-between items-center">
            <div class="flex items-center">
                <div class="w-10 h-10 rounded-full bg-green-600 flex items-center justify-center mr-3">
                    <i class="fas fa-leaf text-white text-xl"></i>
                </div>
                <h1 class="text-2xl font-bold text-green-700">GreenWave<span class="font-normal"> Tech</span></h1>
            </div>
            
            <nav class="hidden md:block">
                <ul class="flex space-x-8">
                    <li><a href="#hero" class="text-gray-600 hover:text-green-600 font-medium">ν™ˆ</a></li>
                    <li><a href="#about" class="text-gray-600 hover:text-green-600 font-medium">νšŒμ‚¬μ†Œκ°œ</a></li>
                    <li><a href="#products" class="text-gray-600 hover:text-green-600 font-medium">μ œν’ˆμ†Œκ°œ</a></li>
                    <li><a href="#contact" class="text-gray-600 hover:text-green-600 font-medium">λ¬Έμ˜ν•˜κΈ°</a></li>
                </ul>
            </nav>
            
            <button class="md:hidden text-gray-600">
                <i class="fas fa-bars text-2xl"></i>
            </button>
        </div>
    </header>

    <!-- Hero μ„Ήμ…˜ -->
    <section id="hero" class="hero-bg min-h-screen flex items-center">
        <div class="container mx-auto px-4 py-20 text-center">
            <div class="max-w-3xl mx-auto">
                <div class="bg-white bg-opacity-20 backdrop-blur-sm rounded-full py-2 px-6 inline-block mb-6">
                    <p class="text-white text-sm font-medium">ν˜μ‹ μ μΈ μΉœν™˜κ²½ 기술 μ†”λ£¨μ…˜</p>
                </div>
                <h1 class="text-4xl md:text-6xl font-bold text-white mb-6">기술둜 λ§Œλ“œλŠ” 지속 κ°€λŠ₯ν•œ 미래</h1>
                <p class="text-xl text-white text-opacity-90 mb-10 max-w-2xl mx-auto">GreenWave TechλŠ” ν˜μ‹ μ μΈ μΉœν™˜κ²½ κΈ°μˆ μ„ 톡해 지속 κ°€λŠ₯ν•œ 미래λ₯Ό λ§Œλ“€μ–΄κ°‘λ‹ˆλ‹€. 우리의 μ†”λ£¨μ…˜μ€ 지ꡬλ₯Ό λ³΄ν˜Έν•˜κ³  미래 μ„ΈλŒ€λ₯Ό μœ„ν•œ κΉ¨λ—ν•œ ν™˜κ²½μ„ λ§Œλ“­λ‹ˆλ‹€.</p>
                <button id="learn-more-btn" class="btn-primary text-white font-bold py-3 px-8 rounded-full text-lg shadow-lg">
                    μžμ„Ένžˆ μ•Œμ•„λ³΄κΈ°
                </button>
            </div>
        </div>
        
        <div class="absolute bottom-10 left-1/2 transform -translate-x-1/2 animate-bounce">
            <i class="fas fa-chevron-down text-white text-2xl"></i>
        </div>
    </section>

    <!-- νšŒμ‚¬ μ†Œκ°œ μ„Ήμ…˜ -->
    <section id="about" class="py-20 bg-white leaf-pattern">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">GreenWave Tech μ†Œκ°œ</h2>
                <div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">μš°λ¦¬λŠ” 지속 κ°€λŠ₯ν•œ 미래λ₯Ό μœ„ν•œ ν˜μ‹ μ μΈ μ†”λ£¨μ…˜μ„ κ°œλ°œν•˜λŠ” 선도적인 μΉœν™˜κ²½ μ—λ„ˆμ§€ κΈ°μ—…μž…λ‹ˆλ‹€.</p>
            </div>
            
            <div class="max-w-4xl mx-auto mb-16">
                <div class="bg-green-50 rounded-2xl p-8 shadow-sm">
                    <h3 class="text-2xl font-bold text-green-700 mb-4">νšŒμ‚¬ λ―Έμ…˜</h3>
                    <p class="text-lg text-gray-700 leading-relaxed">"GreenWave TechλŠ” ν˜μ‹ μ μΈ μΉœν™˜κ²½ κΈ°μˆ μ„ 톡해 지속 κ°€λŠ₯ν•œ 미래λ₯Ό λ§Œλ“­λ‹ˆλ‹€. 우리의 λͺ©ν‘œλŠ” κΉ¨λ—ν•œ μ—λ„ˆμ§€ μ†”λ£¨μ…˜μ„ 톡해 지ꡬ ν™˜κ²½μ„ λ³΄ν˜Έν•˜κ³ , λͺ¨λ“  μ‚¬λžŒμ΄ 지속 κ°€λŠ₯ν•œ 삢을 μ‚΄ 수 μžˆλ„λ‘ ν•˜λŠ” κ²ƒμž…λ‹ˆλ‹€."</p>
                </div>
            </div>
            
            <h3 class="text-2xl font-bold text-center text-gray-800 mb-12">핡심 κ°€μΉ˜</h3>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- 지속 κ°€λŠ₯μ„± -->
                <div class="value-card bg-white rounded-xl p-8 shadow-md border border-gray-100">
                    <div class="w-16 h-16 rounded-full bg-green-100 flex items-center justify-center mb-6">
                        <i class="fas fa-recycle text-green-600 text-2xl"></i>
                    </div>
                    <h4 class="text-xl font-bold text-gray-800 mb-3">지속 κ°€λŠ₯μ„±</h4>
                    <p class="text-gray-600">λͺ¨λ“  μ œν’ˆκ³Ό μ†”λ£¨μ…˜μ€ μž₯기적인 ν™˜κ²½ λ³΄ν˜Έμ™€ μžμ› 보쑴을 κ³ λ €ν•˜μ—¬ μ„€κ³„λ©λ‹ˆλ‹€. μš°λ¦¬λŠ” 미래 μ„ΈλŒ€λ₯Ό μœ„ν•œ 지속 κ°€λŠ₯ν•œ ν™˜κ²½μ„ λ§Œλ“œλŠ” 데 κΈ°μ—¬ν•©λ‹ˆλ‹€.</p>
                </div>
                
                <!-- ν˜μ‹ μ„± -->
                <div class="value-card bg-white rounded-xl p-8 shadow-md border border-gray-100">
                    <div class="w-16 h-16 rounded-full bg-blue-100 flex items-center justify-center mb-6">
                        <i class="fas fa-lightbulb text-blue-600 text-2xl"></i>
                    </div>
                    <h4 class="text-xl font-bold text-gray-800 mb-3">ν˜μ‹ μ„±</h4>
                    <p class="text-gray-600">λŠμž„μ—†λŠ” 연ꡬ κ°œλ°œμ„ 톡해 ν˜μ‹ μ μΈ κΈ°μˆ μ„ μ°½μΆœν•©λ‹ˆλ‹€. μš°λ¦¬λŠ” 기쑴의 ν•œκ³„λ₯Ό λ›°μ–΄λ„˜λŠ” μƒˆλ‘œμš΄ μ†”λ£¨μ…˜μ„ κ°œλ°œν•˜μ—¬ μ—λ„ˆμ§€ λΆ„μ•Όμ˜ 미래λ₯Ό μ„ λ„ν•©λ‹ˆλ‹€.</p>
                </div>
                
                <!-- μ‹ λ’°μ„± -->
                <div class="value-card bg-white rounded-xl p-8 shadow-md border border-gray-100">
                    <div class="w-16 h-16 rounded-full bg-amber-100 flex items-center justify-center mb-6">
                        <i class="fas fa-shield-alt text-amber-600 text-2xl"></i>
                    </div>
                    <h4 class="text-xl font-bold text-gray-800 mb-3">μ‹ λ’°μ„±</h4>
                    <p class="text-gray-600">졜고 ν’ˆμ§ˆμ˜ μ œν’ˆκ³Ό μ„œλΉ„μŠ€λ₯Ό μ œκ³΅ν•˜μ—¬ 고객의 μ‹ λ’°λ₯Ό μ–»μŠ΅λ‹ˆλ‹€. 우리의 μ†”λ£¨μ…˜μ€ μ•ˆμ •μ μ΄κ³  였래 μ§€μ†λ˜λŠ” μ„±λŠ₯을 보μž₯ν•©λ‹ˆλ‹€.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- μ œν’ˆ μ†Œκ°œ μ„Ήμ…˜ -->
    <section id="products" class="py-20 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">우리의 μ œν’ˆ</h2>
                <div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">GreenWave Tech의 ν˜μ‹ μ μΈ μ œν’ˆλ“€μ€ 지속 κ°€λŠ₯ν•œ μ—λ„ˆμ§€ μ†”λ£¨μ…˜μ„ μ œκ³΅ν•©λ‹ˆλ‹€</p>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <!-- SolarOne -->
                <div class="product-card bg-white rounded-xl overflow-hidden shadow-md">
                    <div class="h-48 bg-gradient-to-r from-green-400 to-emerald-500 flex items-center justify-center">
                        <i class="fas fa-solar-panel text-white text-6xl"></i>
                    </div>
                    <div class="p-8">
                        <h3 class="text-2xl font-bold text-gray-800 mb-3">SolarOne</h3>
                        <p class="text-gray-600 mb-6">고효율 νƒœμ–‘κ΄‘ νŒ¨λ„ μ‹œμŠ€ν…œμœΌλ‘œ, κΈ°μ‘΄ μ œν’ˆ λŒ€λΉ„ 25% 높은 μ—λ„ˆμ§€ λ³€ν™˜ νš¨μœ¨μ„ μžλž‘ν•©λ‹ˆλ‹€. κ°€μ •κ³Ό κΈ°μ—… λͺ¨λ‘μ— μ ν•©ν•œ λ‹€μ–‘ν•œ 크기의 μ†”λ£¨μ…˜μ„ μ œκ³΅ν•©λ‹ˆλ‹€.</p>
                        <button class="btn-outline text-green-600 font-medium py-2 px-6 rounded-full">
                            더 μ•Œμ•„λ³΄κΈ°
                        </button>
                    </div>
                </div>
                
                <!-- EcoCharge -->
                <div class="product-card bg-white rounded-xl overflow-hidden shadow-md">
                    <div class="h-48 bg-gradient-to-r from-blue-400 to-cyan-500 flex items-center justify-center">
                        <i class="fas fa-charging-station text-white text-6xl"></i>
                    </div>
                    <div class="p-8">
                        <h3 class="text-2xl font-bold text-gray-800 mb-3">EcoCharge</h3>
                        <p class="text-gray-600 mb-6">μ΄ˆκ³ μ† μ „κΈ°μ°¨ μΆ©μ „κΈ°λ‘œ, 30λΆ„ λ§Œμ— 80% 좩전이 κ°€λŠ₯ν•©λ‹ˆλ‹€. μ‚¬μš©μž μΉœν™”μ μΈ μΈν„°νŽ˜μ΄μŠ€μ™€ 원격 λͺ¨λ‹ˆν„°λ§ μ‹œμŠ€ν…œμœΌλ‘œ νŽΈλ¦¬ν•œ μ‚¬μš©μ΄ κ°€λŠ₯ν•©λ‹ˆλ‹€.</p>
                        <button class="btn-outline text-green-600 font-medium py-2 px-6 rounded-full">
                            더 μ•Œμ•„λ³΄κΈ°
                        </button>
                    </div>
                </div>
                
                <!-- WindFlow -->
                <div class="product-card bg-white rounded-xl overflow-hidden shadow-md">
                    <div class="h-48 bg-gradient-to-r from-indigo-400 to-purple-500 flex items-center justify-center">
                        <i class="fas fa-wind text-white text-6xl"></i>
                    </div>
                    <div class="p-8">
                        <h3 class="text-2xl font-bold text-gray-800 mb-3">WindFlow</h3>
                        <p class="text-gray-600 mb-6">μ†Œν˜• 풍λ ₯ λ°œμ „ ν„°λΉˆμœΌλ‘œ, 저풍속 ν™˜κ²½μ—μ„œλ„ 높은 νš¨μœ¨μ„ λ³΄μž…λ‹ˆλ‹€. λ„μ‹œ ν™˜κ²½κ³Ό μ†Œκ·œλͺ¨ μ‹œμ„€μ— μ ν•©ν•œ λ””μžμΈμœΌλ‘œ λ‹€μ–‘ν•œ μž₯μ†Œμ— μ„€μΉ˜ κ°€λŠ₯ν•©λ‹ˆλ‹€.</p>
                        <button class="btn-outline text-green-600 font-medium py-2 px-6 rounded-full">
                            더 μ•Œμ•„λ³΄κΈ°
                        </button>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- 문의 μ„Ήμ…˜ -->
    <section id="contact" class="py-20 bg-gradient-to-br from-green-50 to-cyan-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">λ¬Έμ˜ν•˜κΈ°</h2>
                <div class="w-20 h-1 bg-green-500 mx-auto mb-6"></div>
                <p class="text-xl text-gray-600 max-w-3xl mx-auto">GreenWave Tech에 λŒ€ν•΄ κΆκΈˆν•œ 점이 μžˆμœΌμ‹ κ°€μš”? μ–Έμ œλ“ μ§€ λ¬Έμ˜ν•΄ μ£Όμ„Έμš”.</p>
            </div>
            
            <div class="max-w-6xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-12">
                <div>
                    <h3 class="text-2xl font-bold text-gray-800 mb-6">μ—°λ½μ²˜ 정보</h3>
                    
                    <div class="space-y-6">
                        <div class="flex items-start">
                            <div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center mr-4">
                                <i class="fas fa-map-marker-alt text-green-600"></i>
                            </div>
                            <div>
                                <h4 class="font-bold text-lg text-gray-800">μ£Όμ†Œ</h4>
                                <p class="text-gray-600">μ„œμšΈνŠΉλ³„μ‹œ 강남ꡬ ν…Œν—€λž€λ‘œ 123, GreenWave λΉŒλ”© 15μΈ΅</p>
                            </div>
                        </div>
                        
                        <div class="flex items-start">
                            <div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
                                <i class="fas fa-phone-alt text-blue-600"></i>
                            </div>
                            <div>
                                <h4 class="font-bold text-lg text-gray-800">μ „ν™”λ²ˆν˜Έ</h4>
                                <p class="text-gray-600">02-1234-5678</p>
                            </div>
                        </div>
                        
                        <div class="flex items-start">
                            <div class="w-12 h-12 rounded-full bg-amber-100 flex items-center justify-center mr-4">
                                <i class="fas fa-envelope text-amber-600"></i>
                            </div>
                            <div>
                                <h4 class="font-bold text-lg text-gray-800">이메일</h4>
                                <p class="text-gray-600">contact@greenwavetech.co.kr</p>
                            </div>
                        </div>
                        
                        <div class="flex items-start">
                            <div class="w-12 h-12 rounded-full bg-purple-100 flex items-center justify-center mr-4">
                                <i class="fas fa-clock text-purple-600"></i>
                            </div>
                            <div>
                                <h4 class="font-bold text-lg text-gray-800">μ˜μ—… μ‹œκ°„</h4>
                                <p class="text-gray-600">μ›”-금: 9:00 AM - 6:00 PM</p>
                            </div>
                        </div>
                    </div>
                    
                    <div class="mt-10">
                        <h3 class="text-2xl font-bold text-gray-800 mb-6">μ†Œμ…œ λ―Έλ””μ–΄</h3>
                        <div class="flex space-x-4">
                            <a href="#" class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center text-white hover:bg-green-700 transition">
                                <i class="fab fa-facebook-f"></i>
                            </a>
                            <a href="#" class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center text-white hover:bg-green-700 transition">
                                <i class="fab fa-instagram"></i>
                            </a>
                            <a href="#" class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center text-white hover:bg-green-700 transition">
                                <i class="fab fa-linkedin-in"></i>
                            </a>
                            <a href="#" class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center text-white hover:bg-green-700 transition">
                                <i class="fab fa-youtube"></i>
                            </a>
                        </div>
                    </div>
                </div>
                
                <div>
                    <h3 class="text-2xl font-bold text-gray-800 mb-6">λ¬Έμ˜ν•˜κΈ°</h3>
                    <form id="contact-form" class="contact-form">
                        <div class="mb-6">
                            <label for="name" class="block text-gray-700 font-medium mb-2">이름</label>
                            <input type="text" id="name" class="w-full px-4 py-3 rounded-lg bg-white focus:outline-none" required>
                        </div>
                        
                        <div class="mb-6">
                            <label for="email" class="block text-gray-700 font-medium mb-2">이메일</label>
                            <input type="email" id="email" class="w-full px-4 py-3 rounded-lg bg-white focus:outline-none" required>
                        </div>
                        
                        <div class="mb-6">
                            <label for="message" class="block text-gray-700 font-medium mb-2">λ©”μ‹œμ§€</label>
                            <textarea id="message" rows="5" class="w-full px-4 py-3 rounded-lg bg-white focus:outline-none" required></textarea>
                        </div>
                        
                        <button type="submit" class="btn-primary w-full text-white font-bold py-4 rounded-lg text-lg">
                            문의 보내기
                        </button>
                    </form>
                </div>
            </div>
        </div>
    </section>

    <!-- ν‘Έν„° -->
    <footer class="bg-gray-800 text-white py-12">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div>
                    <div class="flex items-center mb-6">
                        <div class="w-10 h-10 rounded-full bg-green-600 flex items-center justify-center mr-3">
                            <i class="fas fa-leaf text-white text-xl"></i>
                        </div>
                        <h2 class="text-2xl font-bold">GreenWave<span class="font-normal"> Tech</span></h2>
                    </div>
                    <p class="text-gray-400 mb-4">ν˜μ‹ μ μΈ μΉœν™˜κ²½ κΈ°μˆ μ„ 톡해 지속 κ°€λŠ₯ν•œ 미래λ₯Ό λ§Œλ“­λ‹ˆλ‹€.</p>
                    <p class="text-gray-400">&copy; 2023 GreenWave Tech. All rights reserved.</p>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-6">μ œν’ˆ</h3>
                    <ul class="space-y-3">
                        <li><a href="#" class="text-gray-400 hover:text-green-400">SolarOne</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">EcoCharge</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">WindFlow</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">κΈ°μ—… μ†”λ£¨μ…˜</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">κ°€μ •μš© μ†”λ£¨μ…˜</a></li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-6">νšŒμ‚¬</h3>
                    <ul class="space-y-3">
                        <li><a href="#" class="text-gray-400 hover:text-green-400">νšŒμ‚¬ μ†Œκ°œ</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">λ―Έμ…˜κ³Ό λΉ„μ „</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">μ±„μš© 정보</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">λ‰΄μŠ€λ£Έ</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">지속 κ°€λŠ₯μ„± λ³΄κ³ μ„œ</a></li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-lg font-bold mb-6">고객 지원</h3>
                    <ul class="space-y-3">
                        <li><a href="#" class="text-gray-400 hover:text-green-400">λ¬Έμ˜ν•˜κΈ°</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">FAQ</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">μ„€μΉ˜ κ°€μ΄λ“œ</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">λ‹€μš΄λ‘œλ“œ</a></li>
                        <li><a href="#" class="text-gray-400 hover:text-green-400">μ„œλΉ„μŠ€ μ„Όν„°</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </footer>

    <script>
        // λΆ€λ“œλŸ¬μš΄ 슀크둀 κΈ°λŠ₯
        document.getElementById('learn-more-btn').addEventListener('click', function() {
            document.querySelector('#about').scrollIntoView({
                behavior: 'smooth'
            });
        });
        
        // λ„€λΉ„κ²Œμ΄μ…˜ 링크 슀크둀
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function(e) {
                e.preventDefault();
                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
            });
        });
        
        // 문의 폼 처리
        document.getElementById('contact-form').addEventListener('submit', function(e) {
            e.preventDefault();
            alert('λ¬Έμ˜κ°€ μ ‘μˆ˜λ˜μ—ˆμŠ΅λ‹ˆλ‹€.');
            this.reset();
        });
        
        // μ œν’ˆ 더 μ•Œμ•„λ³΄κΈ° λ²„νŠΌ μ• λ‹ˆλ©”μ΄μ…˜
        document.querySelectorAll('.btn-outline').forEach(button => {
            button.addEventListener('click', function() {
                this.classList.add('bg-green-600', 'text-white');
                setTimeout(() => {
                    this.classList.remove('bg-green-600', 'text-white');
                }, 300);
            });
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=duck-ho/greenwave-example" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>