-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
576 lines (575 loc) · 35.6 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width = device-width, initial-scale = 1.0">
<meta http-equiv="X-UA-Compatible" content = "ie=edge">
<title> 제주항공 ㅣ JEJUAIR </title>
<link rel="icon" href="./img/favicon.png"/>
<!--jQuery-->
<script src="./js/jquery-3.6.0.min.js"></script>
<!--fullpage jQuery-->
<link rel="stylesheet" type="text/css" href="./css/fullpage.css">
<script type="text/javascript" src="./js/fullpage.js"></script>
<!--layout-->
<link rel="stylesheet" type="text/css" href="./css/reset.css">
<link rel="stylesheet" type="text/css" href="./css/base.css">
<link rel="stylesheet" type="text/css" href="./css/layout.css">
<script type="text/javascript" src="./js/layout.js"></script>
</head>
<body>
<header id="header">
<h1>
<a href="./index.html"><img src="./img/jejuair-logo.png" alt="로고"></a>
</h1>
<nav class="pc-nav">
<ul>
<li data-menuahchor="firstPage"><a href="#firstPage">항공권 예매</a></li>
<li data-menuahchor="secondPage"><a href="#secondPage">추천 여행지</a></li>
<li data-menuahchor="thirdPage"><a href="#thirdPage">리프레시포인트</a></li>
<li data-menuahchor="fourthPage"><a href="#fourthPage">서비스 안내</a></li>
</ul>
</nav>
<div class="header-info">
<a href="./sub/login.html">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#444" class="bi bi-person" viewBox="0 0 16 16">
<path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/>
</svg>
</a>
<form action="" method="post">
<input type="checkbox" id="search-popup">
<label for="search-popup">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="#444" class="bi bi-search" viewBox="0 0 16 16">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
</svg>
</label>
<div class="search-popup">
<input type="text" id="search" placeholder="검색어를 입력해주세요.">
<button type="submit" id="search">검색하기</button>
</div>
</form>
<div class="menu">
<form action="" method="POST">
<input type="checkbox" id="menu">
<label for="menu">
<span></span>
<span></span>
<span></span>
</label>
<div class="menu1">
<div>
<div class="nav1">
<ul>
<h2>항공권</h2>
<h4>TICKETS</h4>
<div></div>
<li><a href="./sub/flight1.html">- 항공권 예매</a></li>
<li><a href="./sub/flight2.html">- 단체 예매 신청</a></li>
<li><a href="./sub/flight3.html">- 운임 안내</a></li>
</ul>
</div>
<div class="nav1">
<ul>
<h2>서비스</h2>
<h4>SERVICES</h4>
<div></div>
<li><a href="./sub/service1.html">- 기내서비스</a></li>
<li><a href="./sub/service2.html">- 부가서비스</a></li>
<li><a href="./sub/service3.html">- 공항서비스</a></li>
</ul>
</div>
<div class="nav1">
<ul>
<h2>리프레시포인트</h2>
<h4>REFRESHPOINT</h4>
<div></div>
<li><a href="./sub/rp.html">- 항공권 구매</a></li>
<li><a href="./sub/rp.html">- 포인트 양도</a></li>
<li><a href="./sub/rp.html">- 수화물 구매</a></li>
<li><a href="./sub/rp.html">- 기내식 주문</a></li>
</ul>
</div>
<div class="nav1">
<ul>
<h2>여행상품</h2>
<h4>TRAVEL</h4>
<div></div>
<li><a href="https://www.jejupassrent.com">- 렌터카</a></li>
<li><a href="https://www.hotelscombined.co.kr">- 호텔 예약</a></li>
<li><a href="https://direct.samsungfire.com/">- 여행자 보험</a></li>
</ul>
</div>
</div>
</div>
</form>
</div>
</div>
</header>
<div id="fullpage">
<section class="section" id="m-banner">
<div class="m-content">
<img src="/img/m-banner.jpg" alt="메인배너">
<div class="mission">
<h2>OUR MISSION</h2>
<h4>
"제주항공의 목표는 더 넓은 하늘을 향한 도전으로
</h4>
<h4>
더 많은 사람들과 행복한 여행의 경험을 나누는 것입니다."
</h4>
</div>
<div class="flightsearch">
<div>
<h2><a href="#">서울</a></h2>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="white" class="bi bi-arrow-clockwise" viewBox="0 0 14 14">
<path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z"/>
<path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z"/>
</svg>
</a>
<h2><a href="#">제주</a></h2>
</div>
<div class="flightinfo">
<h4>
<a href="#">탑승일</a>
</h4>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="white" class="bi bi-calendar" viewBox="0 0 16 16">
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>
</a>
<span></span>
</div>
<div class="flightinfo">
<h4>
<a href="#">인원수</a>
</h4>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="white" class="bi bi-people-fill" viewBox="0 0 16 16">
<path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
<path fill-rule="evenodd" d="M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z"/>
<path d="M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/>
</svg>
</a>
<span></span>
</div>
<div class="flightinfo">
<h4>
<a href="#">일반석</a>
</h4>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="white" class="bi bi-gem" viewBox="0 0 16 16">
<path d="M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6l3-4zm11.386 3.785-1.806-2.41-.776 2.413 2.582-.003zm-3.633.004.961-2.989H4.186l.963 2.995 5.704-.006zM5.47 5.495 8 13.366l2.532-7.876-5.062.005zm-1.371-.999-.78-2.422-1.818 2.425 2.598-.003zM1.499 5.5l5.113 6.817-2.192-6.82L1.5 5.5zm7.889 6.817 5.123-6.83-2.928.002-2.195 6.828z"/>
</svg>
</a>
<span></span>
</div>
<form action="" method="post">
<label for="search"></label>
<button>항공권 검색</button>
</form>
</div>
</div>
</section>
<section class="section content1" id="content1">
<div class="slide slide1" id="slide1">
<div>
<div class="travel-info">
<h2>
<a href="#">부산</a>
</h2>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="#444" class="bi bi-arrow-left-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>
</svg>
</a>
<h2>
<a href="#">제주</a>
</h2>
</div>
<div>
<h4 href="#">₩ 120,000</h4>
<a href="./sub/search1.html">
<div class="travel-next">
<h3>자세히 보기</h3>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#444" class="bi bi-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</div>
</a>
</div>
</div>
</div>
<div class="slide slide2">
<div>
<div class="travel-info">
<h2>
<a href="#">인천</a>
</h2>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="#444" class="bi bi-arrow-left-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>
</svg>
</a>
<h2>
<a href="#">됴쿄</a>
</h2>
</div>
<div>
<h4 href="#">₩ 260,000</h4>
<a href="./sub/search2.html">
<div class="travel-next">
<h3>자세히 보기</h3>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#444" class="bi bi-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</div>
</a>
</div>
</div>
</div>
<div class="slide slide3">
<div>
<div class="travel-info">
<h2>
<a href="#">제주</a>
</h2>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="#444" class="bi bi-arrow-left-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>
</svg>
</a>
<h2>
<a href="#">인천</a>
</h2>
</div>
<div>
<h4 href="#">₩ 100,000</h4>
<a href="./sub/search3.html">
<div class="travel-next">
<h3>자세히 보기</h3>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#444" class="bi bi-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="section" id="content2">
<div class="content2">
<div class="rp-info">
<div>
<div class="rp-info2">
<h2>JEJUAIR 리프레시 포인트</h2>
<h4>
리프레시 포인트는 가족, 친구에게 포인트 양도, 합산을 통해<br>
포인트 항공권 구매가 가능한 제주항공의 마일리지 프로그램입니다.
</h4>
</div>
<img src="./img/arrow-down.png" alt="아래화살표">
<div class="rp-click">
<a href="./sub/rp.html">혜택 확인하기</a>
</div>
</div>
</div>
<div class="rp">
<img src="/img/iPhone.jpg" alt="리프레시포인트">
</div>
</div>
</section>
<section class="section" id="content3">
<div class=content3>
<div class="service-info">
<h4>기내 서비스</h4>
<a href="./sub/service1.html">
<div>
<img src="/img/service-1.jpg">
</div>
</a>
</div>
<div class="service-info">
<h4>부가 서비스</h4>
<a href="./sub/service2.html">
<div>
<img src="/img/service-2.jpg">
</div>
</a>
</div>
<div class="service-info">
<h4>공항 서비스</h4>
<a href="./sub/service3.html">
<div>
<img src="/img/service-3.jpg">
</div>
</a>
</div>
<div class="service-info">
<h4>렌터카</h4>
<a href="https://www.jejupassrent.com">
<div>
<img src="/img/service-4.jpg">
</div>
</a>
</div>
<div class="service-info">
<h4>호텔 예약</h4>
<a href="https://www.hotelscombined.co.kr">
<div>
<img src="/img/service-5.jpg">
</div>
</a>
</div>
<div class="service-info">
<h4>여행자 보험</h4>
<a href="https://direct.samsungfire.com/">
<div>
<img src="/img/service-6.jpg">
</div>
</a>
</div>
</div>
</section>
<section class="section fp-auto-height" id="footer">
<footer class="footer">
<div>
<ul>회사소개
<li><a href="#">채용안내</a></li>
<li><a href="#">투자정보</a></li>
<li><a href="#">사이트맵</a></li>
</ul>
<ul>약관 및 규정
<li><a href="#">개인정보처리방침</a></li>
<li><a href="#">홈페이지이용약관</a></li>
<li><a href="#">여객운송약관</a></li>
</ul>
<ul>안내 및 계획
<li><a href="#">항공교통이용자 피해 규제계획</a></li>
<li><a href="#">항공교통이용서비스 계획</a></li>
<li><a href="#">항공위험물 안내</a></li>
</ul>
<ul>제주항공(주)
<li><a href="#">대표이사 : 홍길동 ㅣ 사업자 등록번호 : 000-00-00000</a></li>
<li><a href="#">제주특별자치도 xx로 xxx</a></li>
<li><a href="#">Copyright @ JEJUAIR All Rights Reserved.</a></li>
</ul>
<div>
<div class="cell-logo">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"><path d="M349.13 136.86c-40.32 0-57.36 19.24-85.44 19.24c-28.79 0-50.75-19.1-85.69-19.1c-34.2 0-70.67 20.88-93.83 56.45c-32.52 50.16-27 144.63 25.67 225.11c18.84 28.81 44 61.12 77 61.47h.6c28.68 0 37.2-18.78 76.67-19h.6c38.88 0 46.68 18.89 75.24 18.89h.6c33-.35 59.51-36.15 78.35-64.85c13.56-20.64 18.6-31 29-54.35c-76.19-28.92-88.43-136.93-13.08-178.34c-23-28.8-55.32-45.48-85.79-45.48z" fill="white"/><path d="M340.25 32c-24 1.63-52 16.91-68.4 36.86c-14.88 18.08-27.12 44.9-22.32 70.91h1.92c25.56 0 51.72-15.39 67-35.11c14.72-18.77 25.88-45.37 21.8-72.66z" fill="white"/></svg>
Apple
</div>
<div class="cell-logo">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" width="16" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 301"><path d="M78.389.858a8.824 8.824 0 0 0-4.19 1.089c-4.218 2.338-5.765 7.757-3.428 11.972l9.523 17.196C57.35 45.31 42.147 69.558 42.147 97.233v5.142c-4.407-5.07-10.884-8.271-18.121-8.271C10.766 94.104 0 104.87 0 118.129v74.009c0 13.258 10.767 24.025 24.026 24.025c7.237 0 13.714-3.202 18.12-8.272v10.367c0 13.977 11.437 25.413 25.414 25.413h6.448v32.923c0 13.26 10.767 24.026 24.026 24.026s24.025-10.767 24.025-24.026v-32.923h11.156v32.923c0 13.26 10.767 24.026 24.026 24.026s24.025-10.767 24.025-24.026v-32.923h6.449c13.976 0 25.413-11.436 25.413-25.413v-10.367c4.406 5.07 10.884 8.272 18.121 8.272c13.259 0 24.025-10.767 24.025-24.025v-74.009c0-13.259-10.766-24.025-24.025-24.025c-7.237 0-13.715 3.201-18.121 8.271v-4.272v-.245c.002-.26 0-.468 0-.625c0-27.67-15.238-51.894-38.174-66.09l9.55-17.224c2.336-4.215.79-9.634-3.428-11.972a8.824 8.824 0 0 0-4.19-1.089c-3.115-.03-6.172 1.612-7.782 4.517l-9.986 18.04c-9.764-3.603-20.388-5.578-31.48-5.578c-11.082 0-21.726 1.954-31.482 5.55L86.171 5.375C84.56 2.47 81.504.83 78.389.858z" fill="none"/><path d="M24.026 100.362c-9.894 0-17.767 7.873-17.767 17.767v74.009c0 9.894 7.873 17.767 17.767 17.767c9.894 0 17.768-7.873 17.768-17.767v-74.009c0-9.894-7.874-17.767-17.768-17.767zm207.224 0c-9.895 0-17.768 7.873-17.768 17.767v74.009c0 9.894 7.873 17.767 17.768 17.767c9.894 0 17.767-7.873 17.767-17.767v-74.009c0-9.894-7.873-17.767-17.767-17.767z" fill="white"/><path d="M98.034 184.818c-9.894 0-17.768 7.873-17.768 17.768v74.008c0 9.894 7.874 17.767 17.768 17.767c9.894 0 17.767-7.873 17.767-17.767v-74.008c0-9.895-7.873-17.768-17.767-17.768zm59.207 0c-9.895 0-17.768 7.873-17.768 17.768v74.008c0 9.894 7.873 17.767 17.768 17.767c9.894 0 17.767-7.873 17.767-17.767v-74.008c0-9.895-7.873-17.768-17.767-17.768z" fill="white"/><path d="M78.443 7.117a2.47 2.47 0 0 0-1.197.326c-1.267.702-1.683 2.158-.98 3.428l12.517 22.611c-24.08 12.53-40.346 36.341-40.378 63.669H206.87c-.033-27.328-16.298-51.14-40.378-63.669l12.516-22.61c.704-1.27.287-2.727-.98-3.429a2.467 2.467 0 0 0-1.197-.326c-.9-.01-1.751.44-2.231 1.306l-12.68 22.855c-10.372-4.6-22.006-7.183-34.283-7.183c-12.277 0-23.91 2.582-34.283 7.183L80.674 8.423a2.486 2.486 0 0 0-2.23-1.306zm-30.038 96.292v114.85a19.113 19.113 0 0 0 19.155 19.154h120.155a19.113 19.113 0 0 0 19.155-19.155V103.41H48.405z" fill="white"/><path d="M91.068 54.923c-3.617 0-6.612 2.994-6.612 6.611c0 3.618 2.995 6.612 6.612 6.612c3.618 0 6.612-2.994 6.612-6.612c0-3.617-2.994-6.611-6.612-6.611zm73.138 0c-3.618 0-6.612 2.994-6.612 6.611c0 3.618 2.994 6.612 6.612 6.612c3.617 0 6.612-2.994 6.612-6.612c0-3.617-2.995-6.611-6.612-6.611z" fill="none"/></svg>
Android
</div>
</div>
<div class="footer-select">
<form action="" method="post">
<div class="f-select">
<label for="lang"></label>
<select>
<option>한국어</option>
<option>English (US)</option>
<option>English (UK)</option>
<option>中国人</option>
<option>日本</option>
</select>
</div>
<div class="f-select">
<label for="familysites"></label>
<select>
<option>계열사</option>
<option>제주항공</option>
<option>애경산업</option>
<option>애경유화</option>
<option>AK플라자</option>
</select>
</div>
</form>
</div>
</div>
</footer>
</section>
</div>
<!-- 태블릿 사이즈 -->
<div id="tablet-wrap">
<section class="t-flight">
<div>
<div class="toggle1">
<h4><a href="#">왕복</a></h4>
</div>
<div class="toggle2">
<h4><a href="#">편도</a></h4>
</div>
<div class="toggle3">
<h4><a href="#">다구간</a></h4>
</div>
</div>
<div class="t-flightinfo">
<div class="t-flightsearch">
<h4><a href="#">출발</a></h4>
<h4><a href="#">서울</a></h4>
<h4><a href="#">(김포)</a></h4>
</div>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="#666" class="bi bi-arrow-left-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>
</svg>
</a>
<div class="t-flightsearch">
<h4><a href="#">도착</a></h4>
<h4><a href="#">도착지</a></h4>
</div>
</div>
<div class="t-flightinfo">
<div class="t-flightsearch">
<h4><a href="#">가는날</a></h4>
<h4><a href="#">날짜선택</a></h4>
</div>
<div class="t-flightsearch">
<h4><a href="#">오는날</a></h4>
<h4><a href="#">날짜선택</a></h4>
</div>
</div>
<div class="t-flightinfo">
<div class="t-flightsearch">
<h4><a href="#">탑승인원</a></h4>
<h4><a href="#">성인 1</a></h4>
</div>
</div>
<form action="" method="POST">
<fieldset>
<input type="radio" name="payment-method" value="normal-payment" checked> <span>일반결제</span>
<input type="radio" name="payment-method" value="point-payment"> <span>포인트결제</span>
</fieldset>
<div class="t-searchbutton">
<button>항공권 검색</button>
</div>
</form>
</section>
<section class="t-travel">
<h2>추천 여행지</h2>
<h4>제주항공에서 추천하는 패키지 여행지를 소개합니다.</h4>
<div>
<div class="t-travel1">
<div>
<a href="./sub/search1.html"><img src="/img/jeju-island.jpg" alt="제주도"></a>
</div>
<div class="t-shadow"></div>
<div class="t-travelinfo">
<h2>부산</h2>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#444" class="bi bi-arrow-left-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>
</svg>
<h2>제주도</h2>
</div>
<h4>~₩ 120,000</h4>
</div>
<div class="t-travel1">
<div>
<a href="./sub/search2.html"><img src="/img/tokyo.jpg" alt="도쿄"></a>
</div>
<div class="t-shadow"></div>
<div class="t-travelinfo">
<h2>인천</h2>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#444" class="bi bi-arrow-left-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>
</svg>
<h2>도쿄</h2>
</div>
<h4>~₩ 260,000</h4>
</div>
<div class="t-travel1">
<div>
<a href="./sub/search3.html"><img src="/img/incheon.jpg" alt="인천"></a>
</div>
<div class="t-shadow"></div>
<div class="t-travelinfo">
<h2>제주도</h2>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#444" class="bi bi-arrow-left-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>
</svg>
<h2>인천</h2>
</div>
<h4>~₩ 120,000</h4>
</div>
</div>
</section>
<section class="t-rp">
<div>
<div class="t-rpimg">
<img src="/img/iPhone.jpg" alt="리프레시포인트">
</div>
<div class="t-rpinfo">
<h2>JEJUAIR 리프레시포인트</h2>
<h4>
리프레시 포인트는 가족, 친구에게 포인트 양도, 합산을 통해
포인트 항공권 구매가 가능한 제주항공의 마일리지 프로그램입니다.
</h4>
<a href="./sub/rp.html">
<div>
<h3>혜택 확인하기</h3>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg>
</div>
</a>
</div>
<div class="t-rpimg">
<img src="/img/iPhone.jpg" alt="리프레시포인트">
</div>
</div>
</section>
<section class="t-cowork">
<h2>제휴 상품</h2>
<h4>제주항공에서 제공하는 다양한 서비스를 소개합니다.</h4>
<div>
<div class="t-cowork1">
<h2>기내서비스</h2>
<a href="./sub/service1.html"><img src="/img/service-1.jpg" alt="제휴상품1"></a>
</div>
<div class="t-cowork1">
<h2>부가서비스</h2>
<a href="#"><img src="/img/service-2.jpg" alt="제휴상품1"></a>
</div>
<div class="t-cowork1">
<h2>공항서비스</h2>
<a href="#"><img src="/img/service-3.jpg" alt="제휴상품1"></a>
</div>
<div class="t-cowork1">
<h2>렌터카</h2>
<a href="https://www.jejupassrent.com"><img src="/img/service-4.jpg" alt="제휴상품1"></a>
</div>
<div class="t-cowork1">
<h2>호텔 예약</h2>
<a href="https://www.hotelscombined.co.kr"><img src="/img/service-5.jpg" alt="제휴상품1"></a>
</div>
<div class="t-cowork1">
<h2>여행자 보험</h2>
<a href="https://direct.samsungfire.com/"><img src="/img/service-6.jpg" alt="제휴상품1"></a>
</div>
</div>
</section>
<footer id="tablet-footer">
<div class="tablet-footer">
<div>
<h4><a href="#">로그인</a></h4>
<h4><a href="#">고객센터</a></h4>
<h4><a href="#">PC버전</a></h4>
</div>
<div>
<h4><a href="#">개인정보처리방침</a></h4>
<h4><a href="#">항공교통이용안내</a></h4>
</div>
<div>
<h4>Copyright @ JEJUAIR All Rights Reserved.</h4>
</div>
<a href="./jejuair.html">
<img src="./img/jejuair-logo-white.png" alt="제주항공 로고">
</a>
</div>
</footer>
</div>
</body>
</html>