-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_backup.html
663 lines (660 loc) · 26.1 KB
/
index_backup.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
<!DOCTYPE html>
<html lang="kr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="skrr,낙ㄱ,스컬,sns,앙케이트,앙케트,투표,선거,선택,질문,답변,친구,학교,초등학교,중학교,고등학교,인기투표,게임,소셜네트워크,소셜네트워킹">
<meta name="description" content="누가 널 좋아하는지 알려줄게, Skrr하게.">
<link rel="icon" type="image/x-icon" href="https://skrr.app/favicon.png">
<link rel="shortcut icon" type="image/x-icon" href="https://skrr.app/favicon.png">
<meta property="og:title" content="누가 널 좋아하는지 알려줄게, Skrr하게.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://skrr.app">
<meta property="og:image" content="https://skrr.app/ogimg.png">
<title>누가 널 좋아하는지 알려줄게, Skrr하게.</title>
<style>
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200&display=swap');
@font-face {
font-family: 'Tenada';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/Tenada.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
*{
font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
/* word-break: keep-all; */
}
html, body{
font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
margin: 0;
padding: 0;
text-align: center;
color: #333333;
}
.box{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
input, textarea, button{
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
input[type=text], input[type=email]{
border: 1px #bcbdc1 solid;
border-radius: 4px;
padding: 7px 16px 7px 16px;
width: calc(90vw - 34px);
max-width: calc(600px - 34px);
font-size: 16px;
height: 26px;
}
input[type=button]{
border: none;
border-radius: 4px;
padding: 7px 16px 7px 16px;
width: 90vw;
max-width: 600px;
font-size: 16px;
height: 60px;
color: #FFFFFF;
background-color: #333333;
cursor: pointer;
}
.subscribe_button{
border: none;
border-radius: 10px;
padding: 10px 32px 10px 32px;
width: calc(100vw - 20px);
margin-top: 50px;
font-size: 20px;
height: fit-content;
color: #FFFFFF;
background-color: rgba(51, 51, 51, 0.9);
cursor: pointer;
position: fixed;
bottom: 10px;
}
input[type=checkbox], input[type=radio]{
border: 1px #bcbdc1 solid;
border-radius: 4px;
width: 20px;
height: 20px;
margin-right: 6px;
cursor: pointer;
}
input[type=checkbox]:checked, input[type=radio]:checked{
border: 1px #333333 solid;
background-color: #333333;
}
label{
display: flex;
align-items: center;
color: #606165;
margin-bottom: 6px;
cursor: pointer;
}
p{
margin-bottom: 10px;
line-height: 24px;
}
a{
margin-left: 2px;
}
hr{
border: 0.6px #dfe0e4 solid;
margin-top: 16px;
}
h1{
margin-bottom: 40px;
}
.container{
display: inline-block;
cursor: pointer;
margin-top: 24px;
}
.bar1, .bar2, .bar3{
width: 30px;
height: 4px;
background-color: #FFFFFF;
margin: 4px 0;
transition: 0.3s;
}
.change .bar1{
-webkit-transform: rotate(-45deg) translate(-6px, 5px);
transform: rotate(-45deg) translate(-6px, 5px);
}
.change .bar2{
opacity: 0;
}
.change .bar3{
-webkit-transform: rotate(45deg) translate(-6px, -5px);
transform: rotate(45deg) translate(-6px, -5px);
}
.contentBox{
display: inline-block;
margin: 5px;
}
#header_pc, #header_mobile{
display: none;
}
@media screen and (max-width: 853px){
#header_pc{
display: none;
}
#header_mobile{
display: block;
}
span{
font-size: 26px;
}
}
@media screen and (min-width: 853px){
#header_pc{
display: block;
}
#header_mobile{
display: none;
}
span{
font-size: 32px;
}
}
.header-logo{
display: inline-block;
color: #333333;
font-size: 30px;
margin: 0;
line-height: 77px;
}
.header-h2{
display: inline-block;
/* margin-left: 1vw; */
cursor: pointer;
color: #FFFFFF;
transition: 0.3s;
padding: 10px 20px 10px 20px;
background-color: none;
border-radius: 10px;
font-size: 20px;
}
.header-h2:hover{
background-color: rgba(240, 240, 240, 0.8);
}
.close_but{
font-size: 50px;
cursor: pointer;
color: #333333;
transition: 0.3s;
padding: 6px 6px 12px 6px;
margin: -6px -6px -12px -6px;
background-color: none;
border-radius: 10px;
width: fit-content;
float: right;
}
.close_but:hover{
background-color: rgba(240, 240, 240, 0.8);
}
.footer_text{
font-size: 14px;
line-height: 18px;
margin: 4px 5px 4px 5px;
padding: 0;
display: inline;
cursor: pointer;
}
.footer_text:hover{
text-decoration: underline;
}
</style>
<style> /* text animation */
.textanimation{
text-align: center;
transform: scale(0.94);
animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale{
100%{
transform: scale(1);
}
}
span, button{
display: inline-block;
opacity: 0;
filter: blur(4px);
}
span:nth-child(1){
animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(2){
animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(3){
animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(4){
animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(5){
animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(6){
animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(7){
animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(8){
animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(9){
animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(10){
animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(11){
animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(12){
animation: fade-in 0.8s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(13){
animation: fade-in 0.8s 2.0s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(14){
animation: fade-in 0.8s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(15){
animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(16){
animation: fade-in 0.8s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(17){
animation: fade-in 0.8s 2.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(18){
animation: fade-in 0.8s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
span:nth-child(19){
animation: fade-in 0.8s 2.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
button{
animation: fade-in 0.8s 3.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes fade-in{
100% {
opacity: 1;
filter: blur(0);
}
}
</style>
<style> /* scroll animation */
.arrows:before{
content: '';
position: absolute;
width: 30px;
height: 30px;
margin-left: -15px;
border-left: 5px solid rgba(255, 255, 255, 0.7);
border-bottom: 5px solid rgba(255, 255, 255, 0.7);
transform: translate(0px, 10px) rotate(-45deg);
animation: arrows 3s linear infinite;
}
.arrows:after{
content: '';
position: absolute;
width: 30px;
height: 30px;
margin-left: -15px;
border-left: 5px solid rgba(255, 255, 255, 0.7);
border-bottom: 5px solid rgba(255, 255, 255, 0.7);
transform: translate(0px, 0px) rotate(-45deg);
animation: arrows 3s linear infinite -1.5s;
}
@keyframes arrows {
0% {
border-left: 5px solid rgba(255, 255, 255, 0);
border-bottom: 5px solid rgba(255, 255, 255, 0);
transform: translate(0px, -20px) rotate(-45deg);
}
10%, 90% {
border-left: 5px solid rgba(255, 255, 255, 0);
border-bottom: 5px solid rgba(255, 255, 255, 0);
}
50% {
border-left: 5px solid rgba(255, 255, 255, 0.7);
border-bottom: 5px solid rgba(255, 255, 255, 0.7);
transform: translate(0px, 0px) rotate(-45deg);
}
100% {
border-left: 5px solid rgba(255, 255, 255, 0);
border-bottom: 5px solid rgba(255, 255, 255, 0);
transform: translate(0px, 20px) rotate(-45deg);
}
}
</style>
<style> /* loading animation */
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ellipsis div {
position: absolute;
top: 18px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #ffffff;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
20% {
transform: scale(1);
}
35% {
transform: scale(1.05);
}
50% {
transform: scale(1);
}
65% {
transform: scale(1.05);
}
80% {
transform: scale(1);
}
100% {
transform: scale(1);
}
}
</style>
</head>
<body>
<div id="popupMenu" style="width: 100vw; height: 100vh; overflow-x: hidden; overflow-y: hidden; position: fixed; z-index: 2; background-color: rgba(125, 125, 125, 1); text-align: center; opacity: 0; visibility: hidden; transition: 0.3s; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);">
<div class="box" style="text-align: right; padding-right: 2%; height: 100vh; width: 100vw; display: flex; flex-direction: column; align-items: center;">
<h2 class="header-h2" onclick="sharing()">앱 다운로드</h2>
<h2 class="header-h2" onclick="window.open('https://support.skrr.app')">문의하기</h2>
<h2 class="header-h2" onclick="window.open('notice')">공지사항</h2>
<!-- <h2 class="header-h2" onclick="window.open('privacy-policy')">개인정보처리방침</h2>
<h2 class="header-h2" onclick="window.open('terms-of-service')">서비스 이용약관</h2> -->
</div>
</div>
<header id="header_pc" style="width: 100vw; text-align: center; z-index: 3; position: fixed; background-color: #111111;">
<div style="float: left; width: 20%; text-align: left; padding-left: 2%;">
<img src="/img/skrr_logo_text_white.png" style="width: 100px; height: 47.2px; margin-top: 15px;">
</div>
<div style="float: right; width: 76%; text-align: right; padding-right: 2%;">
<h2 class="header-h2" onclick="sharing()">앱 다운로드</h2>
<h2 class="header-h2" onclick="window.open('notice')">공지사항</h2>
<h2 class="header-h2" onclick="window.open('https://support.skrr.app')">문의하기</h2>
<!-- <h2 class="header-h2" onclick="window.open('privacy-policy')">개인정보처리방침</h2>
<h2 class="header-h2" onclick="window.open('terms-of-service')">서비스 이용약관</h2> -->
</div>
</header>
<header id="header_mobile" style="width: 100vw; text-align: center; z-index: 3; position: fixed; background-color: #111111;">
<div style="float: left; width: 48%; text-align: left; padding-left: 2%;">
<img src="/img/skrr_logo_text_white.png" style="width: 100px; height: 47.2px; margin-top: 15px;">
</div>
<div style="float: right; width: 46%; text-align: right; padding-right: 4%;">
<div id="container" class="container" onclick="closeHamburger(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</div>
</header>
<div class="box" style="height: 100vh; background-color: #111111; position: relative;">
<img src="/img/icon.png" style="animation: pulse 1.2s linear infinite; width: 90vw; max-width: 600px; height: 90vw; max-height: 600px; position: absolute; filter: opacity(75%);">
<div style="height: fit-content; padding: 0; margin-top: 0px; margin-bottom: 0px; position: absolute;">
<br>
<h3 style="font-size: 24px; font-family: 'Tenada' !important; margin-top: 0; padding-top: 0; color: #FFFFFF;">누가 널 좋아하는지 알려줄게.</h3>
<img src="/img/skrr_logo_text_white.png" style="width: 50vw; max-width: 300px; height: 23.6vw; max-height: 141.5px;">
<h3 style="font-size: 24px; font-family: 'Tenada' !important; margin-top: 16px; padding-top: 0; color: #FFFFFF;">2월 22일, Skrr의 첫 도약.</h3>
<h2 class="header-h2" onclick="sharing()" style="background-color: rgba(240, 240, 240, 0.6); margin-top: 0;">지금 바로 앱 다운로드 ↗</h2>
</div>
<div style="position: absolute; bottom: 76px;" id="subscribe">
<div class="arrows"></div>
</div>
<!-- <button class="subscribe_button">구독하기</button> -->
</div>
<style>
.boxMaxWidth{
max-width: 700px;
margin: 40px 0 40px 0;
}
.imgbox{
width: 300px;
height: 300px;
/* background-color: yellow !important; */
}
.textbox{
width: 400px;
height: 300px;
display: table;
}
.textbox > div{
display: table-cell;
height: 300px;
vertical-align: middle;
}
@media screen and (max-width: 750px){
.boxMaxWidth{
max-width: 90vw;
margin: 0;
}
.imgbox{
width: 200px;
height: 200px;
}
.textbox{
width: 90vw;
height: 200px;
display: table;
}
.textbox > div{
display: table-cell;
height: 200px;
vertical-align: top;
}
.textbox > div > h2{
font-size: 24px;
line-height: 28px;
}
.textbox > div > h3{
font-size: 18px;
margin: 20px 0 0 0;
line-height: 22px;
}
.textbox > div > h4{
font-size: 12px;
margin: 20px 0 0 0;
line-height: 16px;
}
}
@media screen and (min-width: 1050px){
.boxMaxWidth{
max-width: 1000px;
margin: 80px 0 80px 0;
}
.imgbox{
width: 400px;
height: 400px;
}
.textbox{
width: 600px;
height: 400px;
display: table;
}
.textbox > div{
display: table-cell;
height: 400px;
vertical-align: middle;
}
.textbox > div > h2{
font-size: 36px;
line-height: 40px;
}
.textbox > div > h3{
font-size: 26px;
margin: 20px 0 0 0;
line-height: 30px;
}
.textbox > div > h4{
font-size: 18px;
margin: 20px 0 0 0;
line-height: 22px;
}
}
</style>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script>
AOS.init();
</script>
<div style="width: 100vw; background-color: #ffffff; margin-top: 50px; margin-bottom: 50px;">
<div class="boxMaxWidth" style="width: 100vw; display: inline-block; text-align: center !important;" data-aos="fade-up" data-aos-duration="1000">
<div class="imgbox" style="float: left; text-align: center;">
<img src="img/hands_12.png" style="width: 100%;">
</div>
<div class="textbox" style="float: left; text-align: left;">
<div>
<h2 style="margin: 0; padding: 0;">소외되는 사람이 없도록</h2>
<h3 style="color: #999999; padding: 0;">🤟Skrr은 SNS에서 소외되거나 따돌림받는 사람이 없는 세상을 만들기 위해 노력하고 있어요.</h3>
</div>
</div>
</div>
<div class="boxMaxWidth" style="width: 100vw; display: inline-block; text-align: center !important;" data-aos="fade-up" data-aos-duration="1000">
<div class="imgbox" style="float: left; text-align: center;">
<img src="img/hands_4.png" style="height: 100%;">
</div>
<div class="textbox" style="float: left; text-align: left;">
<div>
<h2 style="margin: 0; padding: 0;">칭찬받아 마땅한</h2>
<h3 style="color: #999999; padding: 0;">SNS를 하면서까지 슬픔받을 이유는 없잖아요? 🤟Skrr은 당신을 칭찬받게 만들어요.</h3>
</div>
</div>
</div>
<div class="boxMaxWidth" style="width: 100vw; display: inline-block; text-align: center !important;" data-aos="fade-up" data-aos-duration="1000">
<div class="imgbox" style="float: left; text-align: center;">
<img src="img/hands_6.png" style="width: 100%;">
</div>
<div class="textbox" style="float: left; text-align: left;">
<div>
<h2 style="margin: 0; padding: 0;">개인정보는 안전하게</h2>
<h3 style="color: #999999; padding: 0;">소중한 개인정보는 <a style="color: #999999; cursor: pointer; text-decoration: underline;" onclick="window.open('privacy-policy')">개인정보처리방침↗</a>에 따라 안전하게 보관되고, 회원 탈퇴 시 즉시 삭제해요.</h3>
</div>
</div>
</div>
</div>
<footer style="width: 100vw; height: fit-content; background-color: #333333; text-align: center;">
<div style="width: 90vw; max-width: 1000px; color: #dddddd; text-align: left; display: inline-block;">
<br><br>
<!-- <p style="font-size: 18px; line-height: 22px; font-weight: bold; margin: 4px 0 4px 0; padding: 0; color: #eeeeee;">🤟 Skrr</p><img src="/img/skrr_logo_text_white.png" style="width: 100px; height: 47.2px; margin-top: 15px;"> -->
<!-- <img src="/img/skrr_logo_text_white.png" style="width: 20px; height: 9.5px; margin: 4px 0 4px 0;"><br> -->
<img src="/img/skrr_logo_text_white.png" style="width: 50px; height: 23.6px; margin: 4px 0 4px 0;"><br>
<div style="margin-left: -5px;">
<p class="footer_text" onclick="sharing()">앱 다운로드 ↗</p>
<p class="footer_text" onclick="window.open('https://support.skrr.app')">문의하기 ↗</p>
<p class="footer_text" onclick="window.open('notice')">공지사항 ↗</p>
<p class="footer_text" onclick="window.open('privacy-policy')">개인정보처리방침 ↗</p>
<p class="footer_text" onclick="window.open('terms-of-service')">서비스 이용약관 ↗</p>
</div>
<br>
<p style="font-size: 14px; line-height: 18px; font-weight: bold; margin: 4px 0 8px 0; padding: 0; color: #eeeeee;">에이치제이컴퍼니 (HJCM)</p>
<p style="font-size: 12px; line-height: 16px; margin: 4px 0 4px 0; padding: 0; color: #eeeeee;">대표 : 김현준</p>
<p style="font-size: 12px; line-height: 16px; margin: 4px 0 4px 0; padding: 0; color: #eeeeee;">사업자등록번호 : <a style="text-decoration: underline; cursor: pointer;" onclick="window.open('https://www.ftc.go.kr/bizCommPop.do?wrkr_no=5146900433')">514-69-00433 ↗</a></p>
<p style="font-size: 12px; line-height: 16px; margin: 4px 0 4px 0; padding: 0; color: #eeeeee;">통신판매업신고번호 : 2021-용인기흥-2190</p>
<br>
<p style="font-size: 12px; line-height: 16px; margin: 4px 0 4px 0; padding: 0; color: #cccccc;">© 2023 Skrr Team. 모든 권리 보유.</p>
<p style="font-size: 12px; line-height: 16px; margin: 4px 0 4px 0; padding: 0; color: #cccccc;">© 2023 Skrr Team. All rights reserved.</p>
<br>
</div>
</footer>
<script>
var openMenu = false;
function closeHamburger(x){
x.classList.toggle("change");
console.log(openMenu);
if(openMenu == false){
openMenu = true
document.getElementById("popupMenu").style.opacity = "1";
document.getElementById("popupMenu").style.visibility = "visible";
} else{
openMenu = false
document.getElementById("popupMenu").style.opacity = "0";
document.getElementById("popupMenu").style.visibility = "hidden";
}
}
function sharing(){
if(navigator.userAgent.match(/android/i)){
window.open("https://play.google.com/store/apps/details?id=com.skrrteam.skrr","sharing1","width='100%',height='100%'");
} else if(navigator.userAgent.match(/(iphone)|(ipod)|(ipad)|(macintosh)/i)) {
var visitedAt = (new Date()).getTime();
setTimeout(
function(){
if((new Date()).getTime() - visitedAt < 2000){
location.href = "https://apps.apple.com/kr/app/id1670584329";
}
}, 500);
} else{
alert("모바일에서 확인해 주세요.");
}
}
</script>
</body>
</html>