-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubpage-bag.html
681 lines (607 loc) · 39.9 KB
/
subpage-bag.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
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
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
<!DOCTYPE html>
<html>
<head>
<!--Unicode-->
<meta charset="utf-8" />
<!--Browser status bar title-->
<title>BAGS-Kitty Bunny Pony</title>
<!--Responsive get the browser width-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--keywords to help user search in Search Engine-->
<meta name="keywords" content="Kitty Bunny Pony, KBP,Products of Kitty Bunny Pony,Goods of KBP, Art of cloth, 패브릭, 쿠션, 방석, 베딩, 커튼, 가방, 파우치, 키티버니포니" />
<!--<ico> left of title-->
<link type="image/x-icon" rel="icon" href="img/KBP.ico">
<!-- Icomoon Icon Fonts-->
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<!--Swiper CSS File-->
<link rel="stylesheet" type="text/css" href="css/swiper.min.css" />
<link rel="stylesheet" type="text/css" href="css/animate.min.css" />
<!--main-style-->
<link href="css/subpage.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!--Navigation-->
<div class="navigation">
<div class="logo-part">
<a href="index.html"><img class="nav-logo" src="img/subpage/logo-black.png" /></a>
</div>
<div class="list-part">
<ul class="navlist">
<li>
<a href="index.html">HOME</a>
</li>
<li class="active">
<a href="#">BAGS</a>
</li>
<li>
<a href="subpage-storage.html">STORAGE</a>
</li>
<li>
<a href="subpage-daily.html">DAILY FINE</a>
</li>
</ul>
</div>
<i class="fa fa-reorder mobile-navbtn"></i>
<div class="topnav-mobile hidden">
<ul class="mo-navlist">
<li>
<a href="index.html">HOME</a>
</li>
<li class="active">
<a href="#">BAGS</a>
</li>
<li>
<a href="subpage-storage.html">STORAGE</a>
</li>
<li>
<a href="subpage-daily.html">DAILY FINE</a>
</li>
</ul>
</div>
</div>
<!--Cover Slide-->
<div class="cover-container">
<div class="swiper-container cover-slide">
<div class="swiper-pagination"></div>
<div class="swiper-wrapper">
<!--LOOK1-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img class="cover-img" src="img/subpage/subpage-bags-look1-1.png" />
<p class="look">LOOK 1</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail1 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look1-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 35,000 KRW</br>SIZE: 50X50cm (±3cm)</br>BAND LENTH:53cm (±3cm)</br>MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s"><Arty Party Big Bag></br><span class="copy">by Misaki Kawai</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">The pattern is the work that Arty the motif of the artist of Misaki-ka and a hair comb by the motifs.</br>Light up anytime and anywhere. It is a big bag of Hello Kitty Bunny pony to be able to practically hear.</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look1-3.png" />
<div class="detail-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK2-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look2-1.jpg" />
<p class="look">LOOK 2</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail2 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look2-2.jpg" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 35,000 KRW</br>SIZE: 50X50cm (±2cm)</br>BAND LENTH:53cm (±2cm)</br>MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Cave Life Big Bag</br><span class="copy">by Misaki Kawa</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">The "Cave life" is an individual in the Hall Gallery in New York, in 2016, to pattern a series of linepaintings.</br>
The simple, but facial faces have a free-spirited form and allow the beholder to feel relaxed.</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look2-3.jpg" />
<div class="detail-circle1 detail2-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail2-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK3-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look3-1.png" />
<p class="look">LOOK 3</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail3 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look3-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 18,000 KRW</br>
SIZE: 38X41(h)cm (±2cm)</br>
BAND LENTH:67cm (±2cm)</br>
MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Danke Rainbow Square Bag</h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">It's full of colorful color blocks, but it's a bag that suits you in any outfit thanks to its white-colored base.
</br>
We recommend daily Bag which is easy to be able to do it at any time without being unobtrusive to the hole.
</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look3-3.png" />
<div class="detail-circle1 detail3-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail3-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK4-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look4-1.png" />
<p class="look">LOOK 4</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail4 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look4-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 28,000 KRW</br> SIZE: 50X50cm (±2cm)</br>
BAND LENTH:53cm (±2cm)</br>
MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">< O2 Combination Big Bag ></br><span class="copy">by Sara Plantefève-Castryck</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">Every design Sarah makes comes out of her hand. Textiles and graphic design are offered in a variety of ways, such as painting, collage, and cutting.</br>
Discover Sarah's hand drawing, sometimes daring and colorful!</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look4-3.png" />
<div class="detail-circle1 detail4-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail4-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK5-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look5-1.png" />
<p class="look">LOOK 5</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail5 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look5-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 53,000 KRW
</br>SIZE: 33(w)X36(h)X22(d)cm (±3cm)</br>
STRAP LENGTH: 26cm (±3cm)</br>
MATERIA: COTTON 80%, v polyester (PVC/PU coating) 20% </p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Tall Cactus Bag</h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">This is a canvas bag woven with a double stripe weave with dark green and grayish-coloured ivory colors.</br>
The gap between the dark green and olive stripe pattern is different, so you can feel the bold rhythm. </p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look5-3.png" />
<div class="detail-circle1 detail5-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail5-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK6-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look6-1.png" />
<p class="look">LOOK 6</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail6 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look6-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 35,000 KRW
</br>SIZE: Ø15 X 35(h) (±2cm)</br>
STRAP LENGTH: 80cm (±5cm)</br>
MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Baseball Pot Bag</h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">The "Baseball Pot Bag" is a cylindrical bag with a brown coloure canvas fabric embroidered on the baseball. </br>
The volume was raised by the number of the division embroidery and the chain embroidery technique.</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look6-3.png" />
<div class="detail-circle1 detail6-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail6-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK7-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look7-1.png" />
<p class="look">LOOK 7</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail7 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look7-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 35,000 KRW
</br>SIZE: Ø15 X 35(h) (±2cm)</br>
STRAP LENGTH: 80cm (±5cm)</br>
MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Lucky Pot Bag</h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">It is a cylindrical bag embroidered with a four-leaf clover of approximately 2.5cm size on the front of the fabric with a base of the ivory-colored canvas fabric of the eye barley. </br>
The chain embroidery technique makes it possible to increase the completeness. </p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look7-3.png" />
<div class="detail-circle1 detail7-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail7-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK8-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look8-1.png" />
<p class="look">LOOK 8</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail8 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look8-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 62,300 KRW
</br>SIZE: 22(w)X30(h)X10(t)cm</br>
WEIGHT: 42g</br>
MATERIA: COTTON 100% </br>
NYLON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">RAWROW X KBP</br><span class="copy">Universe Mini Backpack </br>
only for kids (3-7years old)</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">Every design Sarah makes comes out of her hand. Textiles and graphic design are offered in a variety of ways, such as painting, collage, and cutting.</br>
Discover Sarah's hand drawing, sometimes daring and colorful! </p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look8-3.png" />
<div class="detail-circle1 detail8-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail8-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK9-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look9-1.png" />
<p class="look">LOOK 9</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail9 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look9-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 62,300 KRW
</br>SIZE: 22(w)X30(h)X10(t)cm</br>
WEIGHT: 42g</br>
MATERIA: COTTON 100% </br>
NYLON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">RAWROW X KBP</br><span class="copy">Universe Mini Backpack </br>
only for kids (3-7years old)</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">The black and white Delpino pattern on the outside and the super water-repellent processing that does not get wet in the snow and rain.</br>
The interior is made of lightweight and durable with a nylon-resistant reinforcing material.
</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look9-3.png" />
<div class="detail-circle1 detail9-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail9-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--LOOK10-->
<div class="swiper-slide">
<div class="swiper-container vertical-detail">
<div class="swiper-wrapper">
<div class="swiper-slide"><img class="cover-img" src="img/subpage/subpage-bags-look10-1.png" />
<p class="look">LOOK 10</p>
<i class="fa fa-angle-double-up arrow-up"></i>
</div>
<!--Mobile-detail-->
<div class="swiper-slide detail10 mo-detail">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look10-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 69,300 KRW
</br>SIZE: 25(w)X35(h)X11(t)cm</br>
WEIGHT: 775g</br>
MATERIA: COTTON 100% </br>
NYLON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">RAWROW X KBP</br><span class="copy">White Univers 13” Backpack</br>
13" backpack for women</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">We introduce the "White Universe 1300 Pack" which entered the universe pattern of Kitty Bunny Pony in the interior.</br>
This is a colourful two-way bag that is recommended for those who are looking for a minimalist backpack in the white series.
</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look10-3.png" />
<div class="detail-circle1 detail10-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail10-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
</div>
</div>
</div>
<!--END SLIDES-->
</div>
<div class="swiper-button-prev swiper-button-white"></div>
<!--左箭头-->
<div class="swiper-button-next swiper-button-white"></div>
<!--右箭头-->
</div>
</div>
<!--Detail Slide-->
<div class="detail-container">
<div class="swiper-container detail-slide">
<div class="swiper-wrapper">
<!--Detail1-->
<div class="swiper-slide detail1">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look1-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 35,000 KRW</br>SIZE: 50X50cm (±3cm)</br>BAND LENTH:53cm (±3cm)</br>MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s"><Arty Party Big Bag></br><span class="copy">by Misaki Kawai</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">The pattern is the work that Arty the motif of the artist of Misaki-ka and a hair comb by the motifs.</br>Light up anytime and anywhere. It is a big bag of Hello Kitty Bunny pony to be able to practically hear.</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look1-3.png" />
<div class="detail-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail2-->
<div class="swiper-slide detail2">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look2-2.jpg" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 35,000 KRW</br>SIZE: 50X50cm (±2cm)</br>BAND LENTH:53cm (±2cm)</br>MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Cave Life Big Bag</br><span class="copy">by Misaki Kawa</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">The "Cave life" is an individual in the Hall Gallery in New York, in 2016, to pattern a series of linepaintings.</br>
The simple, but facial faces have a free-spirited form and allow the beholder to feel relaxed.</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look2-3.jpg" />
<div class="detail-circle1 detail2-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail2-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail3-->
<div class="swiper-slide detail3">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look3-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 18,000 KRW</br>
SIZE: 38X41(h)cm (±2cm)</br>
BAND LENTH:67cm (±2cm)</br>
MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Danke Rainbow Square Bag</h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">It's full of colorful color blocks, but it's a bag that suits you in any outfit thanks to its white-colored base.
</br>
We recommend daily Bag which is easy to be able to do it at any time without being unobtrusive to the hole.
</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look3-3.png" />
<div class="detail-circle1 detail3-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail3-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail4-->
<div class="swiper-slide detail4">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look4-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 28,000 KRW</br> SIZE: 50X50cm (±2cm)</br>
BAND LENTH:53cm (±2cm)</br>
MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">< O2 Combination Big Bag ></br><span class="copy">by Sara Plantefève-Castryck</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">Every design Sarah makes comes out of her hand. Textiles and graphic design are offered in a variety of ways, such as painting, collage, and cutting.</br>
Discover Sarah's hand drawing, sometimes daring and colorful!</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look4-3.png" />
<div class="detail-circle1 detail4-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail4-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail5-->
<div class="swiper-slide detail5">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look5-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 53,000 KRW
</br>SIZE: 33(w)X36(h)X22(d)cm (±3cm)</br>
STRAP LENGTH: 26cm (±3cm)</br>
MATERIA: COTTON 80%, v polyester (PVC/PU coating) 20% </p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Tall Cactus Bag</h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">This is a canvas bag woven with a double stripe weave with dark green and grayish-coloured ivory colors.</br>
The gap between the dark green and olive stripe pattern is different, so you can feel the bold rhythm. </p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look5-3.png" />
<div class="detail-circle1 detail5-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail5-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail6-->
<div class="swiper-slide detail6">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look6-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 35,000 KRW
</br>SIZE: Ø15 X 35(h) (±2cm)</br>
STRAP LENGTH: 80cm (±5cm)</br>
MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Baseball Pot Bag</h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">The "Baseball Pot Bag" is a cylindrical bag with a brown coloure canvas fabric embroidered on the baseball. </br>
The volume was raised by the number of the division embroidery and the chain embroidery technique.</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look6-3.png" />
<div class="detail-circle1 detail6-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail6-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail7-->
<div class="swiper-slide detail7">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look7-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 35,000 KRW
</br>SIZE: Ø15 X 35(h) (±2cm)</br>
STRAP LENGTH: 80cm (±5cm)</br>
MATERIA: COTTON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">Lucky Pot Bag</h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">It is a cylindrical bag embroidered with a four-leaf clover of approximately 2.5cm size on the front of the fabric with a base of the ivory-colored canvas fabric of the eye barley. </br>
The chain embroidery technique makes it possible to increase the completeness. </p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look7-3.png" />
<div class="detail-circle1 detail7-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail7-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail8-->
<div class="swiper-slide detail8">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look8-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 62,300 KRW
</br>SIZE: 22(w)X30(h)X10(t)cm</br>
WEIGHT: 42g</br>
MATERIA: COTTON 100% </br>
NYLON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">RAWROW X KBP</br><span class="copy">Universe Mini Backpack </br>
only for kids (3-7years old)</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">Every design Sarah makes comes out of her hand. Textiles and graphic design are offered in a variety of ways, such as painting, collage, and cutting.</br>
Discover Sarah's hand drawing, sometimes daring and colorful! </p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look8-3.png" />
<div class="detail-circle1 detail8-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail8-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail9-->
<div class="swiper-slide detail9">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look9-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 62,300 KRW
</br>SIZE: 22(w)X30(h)X10(t)cm</br>
WEIGHT: 42g</br>
MATERIA: COTTON 100% </br>
NYLON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">RAWROW X KBP</br><span class="copy">Universe Mini Backpack </br>
only for kids (3-7years old)</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">The black and white Delpino pattern on the outside and the super water-repellent processing that does not get wet in the snow and rain.</br>
The interior is made of lightweight and durable with a nylon-resistant reinforcing material.
</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look9-3.png" />
<div class="detail-circle1 detail9-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail9-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--Detail10-->
<div class="swiper-slide detail10">
<div class="detail-section">
<div class="row">
<img class="top-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.3s" src="img/subpage/subpage-bags-look10-2.png" />
<p class="top-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.7s">PRICE: 69,300 KRW
</br>SIZE: 25(w)X35(h)X11(t)cm</br>
WEIGHT: 775g</br>
MATERIA: COTTON 100% </br>
NYLON 100%</p>
</div>
<div class="row">
<h1 class="name ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">RAWROW X KBP</br><span class="copy">White Univers 13” Backpack</br>
13" backpack for women</span></h1>
<p class="down-detailP ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="1.1s">We introduce the "White Universe 1300 Pack" which entered the universe pattern of Kitty Bunny Pony in the interior.</br>
This is a colourful two-way bag that is recommended for those who are looking for a minimalist backpack in the white series.
</p>
<img class="down-detail ani" swiper-animate-effect="fadeIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.9s" src="img/subpage/subpage-bags-look10-3.png" />
<div class="detail-circle1 detail10-circle1 ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s" swiper-animate-delay="1.3s"></div>
</div>
</div>
<div class="detail-circle2 detail10-circle2 ani" swiper-animate-effect="fadeInRight" swiper-animate-duration="0.5s" swiper-animate-delay="1.5s"></div>
</div>
<!--END SLIDE-->
</div>
</div>
</div>
<!--Java Script Part-->
<!--jQuery-->
<script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
<!--Swiper-->
<script src="js/swiper.min.js" type="text/javascript"></script>
<script src="js/swiper.animate1.0.3.min.js" type="text/javascript"></script>
<!--main javaScript-->
<script src="js/subpage.js" type="text/javascript"></script>
</body>
</html>