-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
698 lines (656 loc) · 37.9 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
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
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta content="임지환 이다은 결혼합니다" property="og:title"/>
<meta content="2023.12.23(토) 13시 더채플앳논현" property="og:description"/>
<title>임지환 이다은 결혼합니다</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
<!-- Foofa -->
<link href="https://fonts.cdnfonts.com/css/miama" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/parisienne" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/francisco" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/cormorant-medium" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trajan-pro" rel="stylesheet">
<link href="https://webfontworld.github.io/mapo/MapoFlowerIsland.css" rel="stylesheet">
<link rel="stylesheet" href="ps/dist/photoswipe.css">
<!--script src="https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/js/splide.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/css/splide.min.css" rel="stylesheet"-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.4.2/mdb.min.css"
rel="stylesheet"
>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.4.2/mdb.min.js"
></script>
<!--script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script-->
<!--script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"--></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!--script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"--></script>
<link href="css/styles.css" rel="stylesheet" />
<script type="module">
import PhotoSwipeLightbox from '/ps/dist/photoswipe-lightbox.esm.js';
const lightbox = new PhotoSwipeLightbox({
// may select multiple "galleries"
gallery: '#gallery--getting-started',
// Elements within gallery (slides)
children: 'a',
// setup PhotoSwipe Core dynamic import
pswpModule: () => import('/ps/dist/photoswipe.esm.js')
});
lightbox.init();
</script>
</head>
<body id="page-top">
<!-- Header-->
<header class="bg-primary bg-gradient bg-white">
<audio id="myAudio" autoplay="true" style="visibility: hidden;">
<source src="assets/audio/WhenIFallInLove.mp3" autoplay="true" loop="true">
Your user agent does not support the HTML5 Audio element.
</audio>
<!--<button type="button" onclick="aud_play_pause()">Play</button>-->
<!--div>
<img src="./images/sound_on.png" style="margin-left: 10px; margin-top: 10px; filter: invert(100%);" width="25" height="25" id="toggleImage" onclick="aud_play_pause();"/>
</div-->
<div class="text-center" style="white-space: break-spaces;"><span style="font-family: 'CormorantInfant-Medium', sans-serif;">W</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">E</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">D</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">D</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">I</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">N</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">G</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;"> </span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">I</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">N</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">V</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">I</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">T</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">A</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">T</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">I</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">O</span><span style="font-family: 'CormorantInfant-Medium', sans-serif;">N</span></div>
<div class="text-foofa2 text-center fw-bolder">임지환 | 이다은</div>
<div class="container px-4 text-center">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8 animate" style="padding-left: 0;padding-right: 0">
<img src="assets/img/foofa/main2.jpg" alt="main">
</div>
</div>
<h1 class="fw-bolder text-trajan" style="padding-top:5em; font-size: 0.7em;">jihwan and daeun</h1>
<h1 class="text-foofa3">2023년 12월 23일 토요일 오후 1시</h1>
<h1 class="text-foofa3">더채플앳논현 6층 라포레홀</h1>
</div>
</header>
<!-- About section-->
<section id="about">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8 animate" style="padding:0;">
<img src="assets/img/green-top2.png" alt="green-top">
<div id="our-story" class="text-white">
<h1 class="fw-bolder text-foofa text-trajan">Our Story</h1>
<br>
<p class="text-foofa-copy text-center">열 가지를 줘도 </p>
<p class="text-foofa-copy text-center">한 가지를 더 주지 못해 아쉽고</p>
<p class="text-foofa-copy text-center">마음 한 구석 작은 먼지까지 내비쳐도 부끄럽지 않아</p>
<p class="text-foofa-copy text-center">즐거움도 슬픔도 평생 함께 하고싶은 사람을 만났습니다.</p>
<br><br>
<p class="text-foofa-copy text-center">밤산책을 하며 나눴던 수많은 약속과 이야기를</p>
<p class="text-foofa-copy text-center">앞으로 평생 함께 지켜가며 살아가려 합니다.</p>
<br><br>
<p class="text-foofa-copy text-center">소중한 한 해를 되돌아보는 12월,</p>
<p class="text-foofa-copy text-center">저희의 새로운 시작을 축복해주시면</p>
<p class="text-foofa-copy text-center">더없는 행복으로 간직하겠습니다.</p>
<br><br><br>
<p class="text-foofa2 text-center text-white"><b class="text-strong">임석철 김현숙</b>의 아들 <b class="text-strong">임지환</b></p>
<p class="text-foofa2 text-center text-white"><b class="text-strong">이종식 김자영</b>의 딸 <b class="text-strong">이다은</b></p>
<!-- Button trigger modal -->
<button type="button" class="btn btn-foofa" data-mdb-toggle="modal" data-mdb-target="#exampleModal">
연락하기
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content animate">
<div class="modal-header">
<button type="button" class="btn-close" data-mdb-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="contact-container text-foofa2">
<div class="g11"><span>신랑 <br>임지환</span> </div>
<div class="g21">
<a href="tel:01096988267">
<img src="assets/img/call.png" alt="tel">
</a>
</div>
<div class="g22">
<a href="sms:01096988267">
<img src="assets/img/mail.png" alt="sms">
</a>
</div>
<div class="g12"><span>신부 <br>이다은</span> </div>
<div class="g23">
<a href="tel:01074475517">
<img src="assets/img/call.png" alt="tel">
</a>
</div>
<div class="g24">
<a href="sms:01074475517">
<img src="assets/img/mail.png" alt="sms">
</a>
</div>
<div class="g31"><span>신랑 아버지<br>임석철</span> </div>
<div class="g41">
<a href="tel:01026698267">
<img src="assets/img/call.png" alt="tel">
</a>
</div>
<div class="g42">
<a href="sms:01026698267">
<img src="assets/img/mail.png" alt="sms">
</a>
</div>
<div class="g32"><span>신부 아버지<br>이종식</span> </div>
<div class="g43">
<a href="tel:01040229182">
<img src="assets/img/call.png" alt="tel">
</a>
</div>
<div class="g44">
<a href="sms:01040229182">
<img src="assets/img/mail.png" alt="sms">
</a>
</div>
<div class="g51"><span>신랑 어머니<br>김현숙</span> </div>
<div class="g61">
<a href="tel:01072419020">
<img src="assets/img/call.png" alt="tel">
</a>
</div>
<div class="g62">
<a href="sms:01072419020">
<img src="assets/img/mail.png" alt="sms">
</a>
</div>
<div class="g52"><span>신부 어머니<br>김자영</span> </div>
<div class="g63">
<a href="tel:01090813934">
<img src="assets/img/call.png" alt="tel">
</a>
</div>
<div class="g64">
<a href="sms:01090813934">
<img src="assets/img/mail.png" alt="sms">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<h1 class="fw-bolder text-trajan text-center" style="font-size:1.5em;">12</h1>
<div id="calendar">
<div class="container animate">
<!--div class="row"-->
<div class="col-foofa text-center animate-box">
<div class="wed-events" style="padding-bottom: 18px;">
<div class='calendar'>
<div>
<table class='table day'>
<tr class="text-foofa2"><td>일</td><td>월</td><td>화</td><td>수</td><td>목</td><td>금</td><td>토</td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td>1</td><td>2</td></tr>
<tr><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td></tr>
<tr><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td></tr>
<tr><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td style="background-color:#0d3032; color:#fff;">23</td></tr>
<tr><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td></tr>
<tr><td>31</td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
</table>
</div>
</div>
</div>
</div>
<!--/div-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services section-->
<section id="services">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<h1 class="fw-bolder text-trajan text-center text-white">Gallery</h1>
<div class="col-lg-8 overflow-auto" style="height:30em">
<div class="pswp-gallery pswp-gallery--single-column" id="gallery--getting-started">
<div class="gallery">
<figure class="gallery__item gallery__item--1">
<a class="gallery__img" href="assets/img/foofa/1.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/1.jpg" alt="Image 1" />
</a>
</figure>
<figure class="gallery__item gallery__item--2">
<a class="gallery__img" href="assets/img/foofa/2.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/2.jpg" alt="Image 2" />
</a>
</figure>
<figure class="gallery__item gallery__item--3">
<a class="gallery__img" href="assets/img/foofa/3.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/3.jpg" alt="Image 3" />
</a>
</figure>
<figure class="gallery__item gallery__item--4">
<a class="gallery__img" href="assets/img/foofa/4.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/4.jpg" alt="Image 4" />
</a>
</figure>
<figure class="gallery__item gallery__item--5">
<a class="gallery__img" href="assets/img/foofa/5.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/5.jpg" alt="Image 5" />
</a>
</figure>
<figure class="gallery__item gallery__item--6">
<a class="gallery__img" href="assets/img/foofa/6.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/6.jpg" alt="Image 6" />
</a>
</figure>
<figure class="gallery__item gallery__item--7">
<a class="gallery__img" href="assets/img/foofa/7.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/7.jpg" alt="Image 7" />
</a>
</figure>
<figure class="gallery__item gallery__item--8">
<a class="gallery__img" href="assets/img/foofa/8.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/8.jpg" alt="Image 8" />
</a>
</figure>
<figure class="gallery__item gallery__item--9">
<a class="gallery__img" href="assets/img/foofa/9.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/9.jpg" alt="Image 9" />
</a>
</figure>
<figure class="gallery__item gallery__item--10">
<a class="gallery__img" href="assets/img/foofa/10.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/10.jpg" alt="Image 10" />
</a>
</figure>
<figure class="gallery__item gallery__item--11">
<a class="gallery__img" href="assets/img/foofa/11.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/11.jpg" alt="Image 11" />
</a>
</figure>
<figure class="gallery__item gallery__item--12">
<a class="gallery__img" href="assets/img/foofa/12.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/12.jpg" alt="Image 12" />
</a>
</figure>
<figure class="gallery__item gallery__item--13">
<a class="gallery__img" href="assets/img/foofa/13.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/13.jpg" alt="Image 13" />
</a>
</figure>
<figure class="gallery__item gallery__item--14">
<a class="gallery__img" href="assets/img/foofa/14.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/14.jpg" alt="Image 14" />
</a>
</figure>
<figure class="gallery__item gallery__item--15">
<a class="gallery__img" href="assets/img/foofa/15.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/15.jpg" alt="Image 15" />
</a>
</figure>
<figure class="gallery__item gallery__item--16">
<a class="gallery__img" href="assets/img/foofa/16.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/16.jpg" alt="Image 16" />
</a>
</figure>
<figure class="gallery__item gallery__item--17">
<a class="gallery__img" href="assets/img/foofa/17.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/17.jpg" alt="Image 17" />
</a>
</figure>
<figure class="gallery__item gallery__item--18">
<a class="gallery__img" href="assets/img/foofa/18.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/18.jpg" alt="Image 18" />
</a>
</figure>
<figure class="gallery__item gallery__item--19">
<a class="gallery__img" href="assets/img/foofa/19.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/19.jpg" alt="Image 19" />
</a>
</figure>
<figure class="gallery__item gallery__item--20">
<a class="gallery__img" href="assets/img/foofa/20.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/20.jpg" alt="Image 20" />
</a>
</figure>
<figure class="gallery__item gallery__item--21">
<a class="gallery__img" href="assets/img/foofa/21.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/21.jpg" alt="Image 21" />
</a>
</figure>
<figure class="gallery__item gallery__item--22">
<a class="gallery__img" href="assets/img/foofa/22.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/22.jpg" alt="Image 22" />
</a>
</figure>
<figure class="gallery__item gallery__item--23">
<a class="gallery__img" href="assets/img/foofa/23.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/23.jpg" alt="Image 23" />
</a>
</figure>
<figure class="gallery__item gallery__item--24">
<a class="gallery__img" href="assets/img/foofa/24.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/24.jpg" alt="Image 24" />
</a>
</figure>
<figure class="gallery__item gallery__item--25">
<a class="gallery__img" href="assets/img/foofa/25.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/25.jpg" alt="Image 25" />
</a>
</figure>
<figure class="gallery__item gallery__item--26">
<a class="gallery__img" href="assets/img/foofa/26.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/26.jpg" alt="Image 26" />
</a>
</figure>
<figure class="gallery__item gallery__item--27">
<a class="gallery__img" href="assets/img/foofa/27.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/27.jpg" alt="Image 27" />
</a>
</figure>
<figure class="gallery__item gallery__item--28">
<a class="gallery__img" href="assets/img/foofa/28.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/28.jpg" alt="Image 28" />
</a>
</figure>
<figure class="gallery__item gallery__item--29">
<a class="gallery__img" href="assets/img/foofa/29.jpg"
data-pswp-width="705.8"
data-pswp-height="1058.6"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/29.jpg" alt="Image 29" />
</a>
</figure>
<figure class="gallery__item gallery__item--30">
<a class="gallery__img" href="assets/img/foofa/30.jpg"
data-pswp-width="1058.6"
data-pswp-height="705.8"
data-cropped="true"
target="_blank">
<img src="assets/img/foofa-tb/30.jpg" alt="Image 30" />
</a>
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact section-->
<section id="contact">
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8 text-center">
<h1 class="fw-bolder text-trajan text-center" style="padding-top: 4em;">오시는 길</h1>
<br>
<p class="text-foofa2 text-center">
서울 강남구 논현로 549 <br><br>
(서울 강남구 역삼동 607-21) <br><br>
더채플앳논현 <br><br>
02-562-1121 <br><br>
</p>
<div id="daumRoughmapContainer1698098444231" class="root_daum_roughmap root_daum_roughmap_landing" style="width:100%;"></div>
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
<script charset="UTF-8">
new daum.roughmap.Lander({
"timestamp" : "1698098444231",
"key" : "2gjva",
// "mapWidth" : "400",
"mapHeight" : "300"
}).render();
</script>
<div id="transport">
<p class="transport text-lg-start">
<img src="assets/img/shuttle.png">
<strong>춘천 ↔ 웨딩홀 셔틀 버스</strong>
<br>
셔틀 1
<br>
출발장소: 춘천KBS 옆 만남의 광장
<br>
출발시간: 오전 9시
<br>
셔틀 2
<br>
출발장소: 춘천 우두동 동부아파트 후문
<br>
출발시간: 오전 8시 40분 출발
</p>
<p class="transport text-lg-start">
<img src="assets/img/bus.png">
<strong>버스</strong>
<br>
간선: 147, 463 / 지선: 4211 / 광역: 3600,9600
<br>
차병원(역삼방면) 하차 후 역삼역 방면 50m
</p>
<p class="transport text-lg-start">
<img src="assets/img/subway.png">
<strong>지하철</strong>
<br>
9호선 언주역 7번 출구 도보 정면 150m
<br>
2호선 역삼역 6번 출구 도보 좌측 450m
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container px-4">
<div class="row gx-4 justify-content-center">
<div class="col-lg-8">
<img src="assets/img/gray-top.jpg" alt="gray-top">
<div id="account">
<h1 class="fw-bolder text-trajan text-center">Account</h1>
<br>
<p class="lead text-foofa2 text-center">마음 전하실 곳 </p>
<button class="account text-foofa2" type="button" data-toggle="collapse" data-target=".collapse1" aria-expanded="false" aria-controls="collapse1">
신랑측
</button>
<div class="collapse text-foofa2 collapse1">
<div class="">
신랑 임지환<br>
<span id="account1" >신한은행 110-263-013278</span>
</div>
<div>
<button class="btn-copy" onclick="copy('account1');return false;">
<img src="https://cdn2.makedear.com/homepage/img/copy.png" draggable="false" class="copy-img">
복사
</button>
</div>
</div>
<div class="collapse text-foofa2 collapse1">
<div>
아버지 임석철<br>
<span id="account2">하나은행 192-810294-29407</span>
</div>
<div>
<button class="btn-copy" onclick="copy('account2');return false;">
<img src="https://cdn2.makedear.com/homepage/img/copy.png" draggable="false" class="copy-img">
복사
</button>
</div>
</div>
<div class="collapse text-foofa2 collapse1">
<div>
어머니 김현숙<br>
<span id="account3">농협 281-02-201340</span>
</div>
<div>
<button class="btn-copy" onclick="copy('account3');return false;">
<img src="https://cdn2.makedear.com/homepage/img/copy.png" draggable="false" class="copy-img">
복사
</button>
</div>
</div>
<br>
<button class="account text-foofa2" type="button" data-toggle="collapse" data-target=".collapse2" aria-expanded="false" aria-controls="collapse2">
신부측
</button>
<div class="collapse text-foofa2 collapse2" >
<div>
신부 이다은<br>
<span id="account4">카카오뱅크 3333-04-9162000</span>
</div>
<div>
<button class="btn-copy" onclick="copy('account4');return false;">
<img src="https://cdn2.makedear.com/homepage/img/copy.png" draggable="false" class="copy-img">
복사
</button>
</div>
</div>
<div class="collapse text-foofa2 collapse2">
<div>
신부 혼주 이종식 김자영<br>
<span id="account5">우리은행 138-07-271846</span>
</div>
<div>
<button class="btn-copy" onclick="copy('account5');return false;">
<img src="https://cdn2.makedear.com/homepage/img/copy.png" draggable="false" class="copy-img">
복사
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="py-5 bg-dark">
<div class="container px-4"><p class="m-0 text-center">Copyright © 다은이는 다은마을의 모든 아파트 값을 다 합친 것보다 값지다</p></div>
</footer>
<!-- Bootstrap core JS-->
<!--script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script-->
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>