-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlegal_url_request.py
More file actions
889 lines (666 loc) · 353 KB
/
legal_url_request.py
File metadata and controls
889 lines (666 loc) · 353 KB
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
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
legal_url = "https://comic.naver.com/webtoon/detail?titleId=783053&no=146&week=tue"
legal_html = """
<html lang="ko"><head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta property="og:type" content="article">
<meta property="og:article:author" content="네이버 웹툰">
<meta property="og:article:author:url" content="https://comic.naver.com">
<meta property="og:title" content="김부장 - 146화 능력있는 아빠[1]">
<meta property="og:image" content="https://shared-comic.pstatic.net/thumb/webtoon/783053/146/thumbnail_600x315_51b8500f-737f-4d1d-a5dd-b27aa45f1768.jpg">
<meta property="og:description" content="146화 능력있는 아빠[1]">
<title>김부장 - 146화 능력있는 아빠[1] : 네이버 웹툰</title>
<link rel="icon" href="https://shared-comic.pstatic.net/favicon/favicon_96x96.ico" type="image/x-icon">
<link rel="stylesheet" href="/2b9ff6ea6e0786dba2d3.css">
<script>
if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
window.location = 'microsoft-edge:' + window.location;
setTimeout(function() {
window.location = 'https://go.microsoft.com/fwlink/?linkid=2135547';
}, 1);
}
</script>
<script async="" src="https://ssl.pstatic.net/tveta/libs/glad/prod/gfp-core.js"></script>
<script>
window.gladsdk = window.gladsdk || { cmd: [] };
</script>
<script type="text/javascript" src="/H5Kwy9YlIlCaXtyFSgNRwW5oFmRE8udcpfn-XKepCpEtq_nWzRhpLTe3hXSuTp1nWcV8vs60qhDsnzlsTn0Yvw=="></script><script type="text/javascript" src="/McBDB4wQtTPG4JCR__EgP2EbWTzxgj2F_P0oatgf2j4JWGwqYMRmJJwh3zY1OOOOK3aW5g1NWAX6F8cKzAL9Rw=="></script><style>body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}body,input,textarea,select,button,table{font-family:Pretendard,Helvetica,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","맑은 고딕","Malgun Gothic","돋움",Dotum,sans-serif;font-size:12px}img,fieldset{border:0}ul,ol{list-style:none}em,address{font-style:normal}hr{display:none}legend{display:none}table{border-spacing:0}a{color:inherit;text-decoration:none}a:hover,a:focus,a:visited{text-decoration:none}button{border:0;background:rgba(0,0,0,0);outline:none;cursor:pointer}img,svg{vertical-align:top}i{display:inline-flex;vertical-align:top}mark{background-color:rgba(0,0,0,0)}.blind{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden}@font-face{font-family:Pretendard;src:local("Pretendard Thin"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Thin.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Thin.woff") format("woff");font-style:normal;font-weight:100}@font-face{font-family:Pretendard;src:local("Pretendard ExtraLight"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-ExtraLight.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-ExtraLight.woff") format("woff");font-style:normal;font-weight:200}@font-face{font-family:Pretendard;src:local("Pretendard Light"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Light.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Light.woff") format("woff");font-style:normal;font-weight:300}@font-face{font-family:Pretendard;src:local("Pretendard Regular"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Regular.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Regular.woff") format("woff");font-style:normal;font-weight:400}@font-face{font-family:Pretendard;src:local("Pretendard Medium"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Medium.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Medium.woff") format("woff");font-style:normal;font-weight:500}@font-face{font-family:Pretendard;src:local("Pretendard SemiBold"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-SemiBold.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-SemiBold.woff") format("woff");font-style:normal;font-weight:600}@font-face{font-family:Pretendard;src:local("Pretendard Bold"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Bold.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Bold.woff") format("woff");font-style:normal;font-weight:700}@font-face{font-family:Pretendard;src:local("Pretendard ExtraBold"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-ExtraBold.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-ExtraBold.woff") format("woff");font-style:normal;font-weight:800}@font-face{font-family:Pretendard;src:local("Pretendard Black"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Black.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/font/Pretendard-Black.woff") format("woff");font-style:normal;font-weight:900}@font-face{font-family:NanumSquare;font-weight:800;src:local(nanumsquare),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareEB.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareEB.woff") format("woff"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareEB.ttf") format("truetype")}@font-face{font-family:NanumSquare;font-weight:700;src:local(nanumsquare),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareB.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareB.woff") format("woff"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareB.ttf") format("truetype")}@font-face{font-family:NanumSquare;font-weight:400;src:local(nanumsquare),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareR.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareR.woff") format("woff"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareR.ttf") format("truetype")}@font-face{font-family:NanumSquare;font-weight:300;src:local(nanumsquare),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareL.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareL.woff") format("woff"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumSquareL.ttf") format("truetype")}@font-face{font-family:NanumBarunGothic;font-weight:400;src:local(nanumbarungothic),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumBarunGothicSubset.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumBarunGothicSubset.woff") format("woff"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumBarunGothicSubset.ttf") format("truetype")}@font-face{font-family:NanumBarunGothic;font-weight:700;src:local(nanumbarungothic),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumBarunGothicBoldSubset.woff2") format("woff2"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumBarunGothicBoldSubset.woff") format("woff"),url("https://ssl.pstatic.net/static/comic/contest/2020/font/NanumBarunGothicBoldSubset.ttf") format("truetype")}:root,::after,::before{--color-webtoon-green: #00dc64;--color-webtoon-dim-green: #00c855;--color-text-primary: #000;--color-text-addition: #666;--color-text-read: #b2b2b2;--color-text-describe: #999;--color-text-subtitle: #555;--color-text-minor: #7f7f7f;--color-text-secondary: #444;--color-text-white: #fff;--color-text-title: #fff;--color-text-highlight: #ff4747;--color-text-dislike: #286af6;--color-text-etc: #c4c4c4;--color-bg-primary: #fff;--color-bg-secondary: #f6f6f6;--color-bg-weekday: #ccf8e0;--color-bg-dim-banner: rgba(0, 0, 0, 0.4);--color-bg-dim-thumbnail: rgba(0, 0, 0, 0.6);--color-bg-item: #f1f2f3;--color-bg-etc: #ededed;--color-bg-tag: #ebebeb;--color-bg-button-negative: #e0e0e0;--color-line-primary: #e0e0e0;--color-line-secondary: #ebebeb;--color-line-list-thumbnail: rgba(0, 0, 0, 0.06);--color-line-minor: #d3d3d3;--color-line-rank-thumbnail: rgba(0, 0, 0, 0.1);--color-line-button-02: #fff;--color-line-popup: #c4c4c4;--color-solid-highlight: rgba(0, 220, 100, 0.2);--color-solid-badge: #ff4747;--color-solid-popup-dim: rgba(0, 0, 0, 0.7);--color-solid-promotion-bar: #e5fbef;--color-solid-board: #fffdf1;--color-solid-board-select: #f3f5f8;--color-solid-placeholder: rgba(178, 178, 178, 0.15);--color-grey600: #999}.flicking-viewport{position:relative;overflow:hidden}.flicking-viewport.vertical{display:inline-flex}.flicking-viewport.vertical>.flicking-camera{display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flicking-viewport.flicking-hidden>.flicking-camera>*{visibility:hidden}.flicking-camera{width:100%;height:100%;display:flex;position:relative;flex-direction:row;z-index:1;will-change:transform}.flicking-camera>*{flex-shrink:0}.u_skip{position:absolute;top:-100px}.u_skip a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.u_skip a:active,.u_skip a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.u_skip span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}#wrap{min-width:1230px}#container{position:relative;width:1190px;margin:0 auto;z-index:20}.content_wrap{display:flex;justify-content:space-between;margin-top:45px}.content_wrap.type2{margin-top:15px}.content_wrap.type3{margin-top:24px}.content_wrap.type4{margin-top:20px}.content{width:840px}.content>.component_wrap:first-of-type{margin-top:0}.component_wrap{margin-top:45px}.component_wrap.type0{margin-top:0}.component_wrap.type2{margin-top:15px}</style><style>.BaseModal__u_skip--jPS88{position:absolute;top:-100px}.BaseModal__u_skip--jPS88 a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.BaseModal__u_skip--jPS88 a:active,.BaseModal__u_skip--jPS88 a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.BaseModal__u_skip--jPS88 span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.BaseModal__modal_overlay--awicb{position:fixed;inset:0;z-index:5000;padding:40px;background:var(--color-solid-popup-dim);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.BaseModal__modal_after_open--SJhSD{opacity:1}.BaseModal__modal_before_close--B1L8O{opacity:0}.BaseModal__modal--EIO8y{overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:100%;outline:none}</style><style>.QrCode__u_skip--qBYUD{position:absolute;top:-100px}.QrCode__u_skip--qBYUD a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.QrCode__u_skip--qBYUD a:active,.QrCode__u_skip--qBYUD a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.QrCode__u_skip--qBYUD span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.QrCode__qr_head--awWwM{font-size:18px;font-weight:600;line-height:25px;color:var(--color-text-primary)}.QrCode__qr_head--awWwM.QrCode__center--W5SI7{font-size:16px;line-height:21px;letter-spacing:-0.5px}.QrCode__qr_head--awWwM.QrCode__center--W5SI7+.QrCode__qr_text--sUWZ3{margin-top:4px}.QrCode__qr_text--sUWZ3{margin-top:2px;width:288px;font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-addition)}.QrCode__qr_text--sUWZ3 strong{font-weight:normal;color:var(--color-webtoon-green)}.QrCode__qr_cont--KNGU7{display:flex;margin-top:29px}.QrCode__qr_cont--KNGU7 .QrCode__icon_qr--H634Y{margin-right:15px}.QrCode__qr_cont--KNGU7 .QrCode__button_area--_J9u9{display:flex;flex-direction:column;justify-content:center}.QrCode__qr_cont--KNGU7 .QrCode__button--JaZHl{width:172px;height:43px;border:1px solid var(--color-line-secondary);border-radius:4px;font-size:13px;font-weight:500;letter-spacing:-0.5px;color:var(--color-text-addition)}.QrCode__qr_cont--KNGU7 .QrCode__button--JaZHl+.QrCode__button--JaZHl{margin:7px 0 0}.QrCode__qr_cont--KNGU7 .QrCode__icon_store--M7p5f{margin-right:5px}</style><style>.SeriesViewModal__u_skip--SXjgk{position:absolute;top:-100px}.SeriesViewModal__u_skip--SXjgk a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.SeriesViewModal__u_skip--SXjgk a:active,.SeriesViewModal__u_skip--SXjgk a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.SeriesViewModal__u_skip--SXjgk span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.SeriesViewModal__content--Ifypm{position:relative;display:flex;flex-direction:column;align-items:center;width:450px;padding:60px 0 30px;background:#fff;border-radius:4px;text-align:center}.SeriesViewModal__title--TDiPR{font-size:16px;font-weight:600;line-height:21px;letter-spacing:-0.5px;color:var(--color-text-primary)}.SeriesViewModal__link_series--Yh0ZX{display:flex;justify-content:center;align-items:center;width:410px;height:53px;margin-top:30px;background:var(--color-webtoon-green);border:1px solid var(--color-line-list-thumbnail);border-radius:4px;box-sizing:border-box;font-size:16px;font-weight:600;color:var(--color-text-title)}.SeriesViewModal__link_series--Yh0ZX .SeriesViewModal__icon_series--KjgrP{margin-right:3px}.SeriesViewModal__link_series--Yh0ZX .SeriesViewModal__icon_series--KjgrP path{fill:var(--color-line-button-02)}.SeriesViewModal__qrcode_wrap--Q0NPT{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;border-top:1px solid var(--color-line-primary);margin-top:30px;padding-top:30px}.SeriesViewModal__qrcode_wrap--Q0NPT .SeriesViewModal__qr_head--Vch4l{font-size:16px;line-height:21px;letter-spacing:-0.5px}</style><style>.ModalButton__u_skip--voRJS{position:absolute;top:-100px}.ModalButton__u_skip--voRJS a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.ModalButton__u_skip--voRJS a:active,.ModalButton__u_skip--voRJS a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.ModalButton__u_skip--voRJS span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.ModalButton__button--JXIOr{width:100%;height:53px;border:1px solid;border-radius:4px;font-size:16px;font-weight:500}.ModalButton__button--JXIOr.ModalButton__type_gray--os5wE{border-color:var(--color-line-secondary);background:var(--color-bg-secondary);color:var(--color-text-primary)}.ModalButton__button--JXIOr.ModalButton__type_green--vOsKf{border-color:var(--color-line-list-thumbnail);background:var(--color-webtoon-green);color:var(--color-text-title)}</style><style>.CommonCloseModal__u_skip--sWoHI{position:absolute;top:-100px}.CommonCloseModal__u_skip--sWoHI a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.CommonCloseModal__u_skip--sWoHI a:active,.CommonCloseModal__u_skip--sWoHI a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.CommonCloseModal__u_skip--sWoHI span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.CommonCloseModal__button_wrap--YLQak{display:flex;flex-direction:column;row-gap:8px}.CommonCloseModal__button_close--ePee7{position:absolute;top:10px;right:10px}</style><style>.BrandBar__gnb_wrap--Nh2jt{display:flex;justify-content:space-between;width:1190px;height:63px;margin:0 auto}.BrandBar__gnb_wrap--Nh2jt .BrandBar__right--uve_C{display:flex}.BrandBar__logo_area--Y_7dM{overflow:hidden}.BrandBar__logo_area--Y_7dM .BrandBar__logo_naver--srvE0{float:left;margin-top:25px;height:12px}.BrandBar__logo_area--Y_7dM .BrandBar__logo_comic--oR6mr{float:left;margin:18px 0 0 10px}.BrandBar__logo_area--Y_7dM .BrandBar__logo_novel--IsNoH{float:left;margin-top:23px}.BrandBar__logo_area--Y_7dM .BrandBar__logo_series--fnRZn{float:left;margin-top:23px}.BrandBar__logo_area--Y_7dM .BrandBar__bar--FgYZy{float:left;width:1px;height:13px;margin:26px 8px 0;background-color:var(--color-line-secondary)}.BrandBar__search_wrap--Bevo_{margin:14px 18px 0 0;height:35px}.BrandBar__right--uve_C #gnb{margin:16px -9px 0 0}</style><style>.SearchBar__u_skip--TpYtr{position:absolute;top:-100px}.SearchBar__u_skip--TpYtr a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.SearchBar__u_skip--TpYtr a:active,.SearchBar__u_skip--TpYtr a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.SearchBar__u_skip--TpYtr span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.SearchBar__search_area--L61RY{position:relative;z-index:50;width:270px;height:37px;border:1px solid var(--color-line-primary);box-sizing:border-box;line-height:35px}.SearchBar__search_input--k5nfk{width:100%;height:100%;border:0;padding:0 65px 0 10px;color:var(--color-text-primary);font-size:14px;box-sizing:border-box;appearance:none;border-radius:0;vertical-align:top}.SearchBar__search_input--k5nfk::placeholder{color:var(--color-text-describe)}.SearchBar__button_delete--CYxwO{position:absolute;top:0;right:36px;width:20px;height:35px}.SearchBar__btn_search--SsL7v{position:absolute;top:0;right:0;width:35px;height:35px;border:0;background:none;appearance:none;border-radius:0;cursor:pointer}</style><style>.GlobalNavigationBar__lnb_wrap--gyzrj{display:flex;justify-content:space-between;align-items:center;position:relative;width:1190px;margin:0 auto;height:55px}.GlobalNavigationBar__lnb_list--bwu26{display:flex;height:100%}.GlobalNavigationBar__lnb_list--bwu26 .GlobalNavigationBar__item--F7tIS{margin-right:5px;color:var(--color-text-primary);line-height:55px}.GlobalNavigationBar__lnb_list--bwu26 .GlobalNavigationBar__item--F7tIS .GlobalNavigationBar__link--WMOzG{display:block;position:relative;padding:0 18px;line-height:55px;font-size:16px;font-weight:600;letter-spacing:-0.5px;color:var(--color-text-primary)}.GlobalNavigationBar__lnb_list--bwu26 .GlobalNavigationBar__item--F7tIS .GlobalNavigationBar__link--WMOzG[aria-current=true]{background:var(--color-webtoon-green);color:var(--color-text-white)}.GlobalNavigationBar__lnb_list--bwu26 .GlobalNavigationBar__item--F7tIS .GlobalNavigationBar__link--WMOzG[aria-current=true]::before,.GlobalNavigationBar__lnb_list--bwu26 .GlobalNavigationBar__item--F7tIS .GlobalNavigationBar__link--WMOzG[aria-current=true]::after{position:absolute;left:0;right:0;height:1px;background:var(--color-webtoon-green);content:""}.GlobalNavigationBar__lnb_list--bwu26 .GlobalNavigationBar__item--F7tIS .GlobalNavigationBar__link--WMOzG[aria-current=true]::before{top:-1px}.GlobalNavigationBar__lnb_list--bwu26 .GlobalNavigationBar__item--F7tIS .GlobalNavigationBar__link--WMOzG[aria-current=true]::after{bottom:-1px}.GlobalNavigationBar__creators_area--PiDfN{position:relative}.GlobalNavigationBar__button_creators--ssg_1{position:relative;padding:11px 33px;background:var(--color-webtoon-green);border-radius:4px}.GlobalNavigationBar__button_creators--ssg_1 .GlobalNavigationBar__text_creators--udDly{padding:1px 0 3px}.GlobalNavigationBar__button_creators--ssg_1 .GlobalNavigationBar__icon_new--eH8f6{position:absolute;top:5px;right:18px}.GlobalNavigationBar__tooltip--fyMmE{top:-20px;right:170px}.GlobalNavigationBar__tooltip--fyMmE .GlobalNavigationBar__title--AWqs_{font-size:13px;font-weight:500;line-height:19px;color:var(--color-text-primary)}.GlobalNavigationBar__tooltip--fyMmE .GlobalNavigationBar__text--kErbb{margin-top:7px;font-size:13px;font-weight:500;line-height:19px;letter-spacing:-0.5px;color:var(--color-text-subtitle)}.GlobalNavigationBar__tooltip--fyMmE .GlobalNavigationBar__text_creators--udDly{margin:3px 2px 0}</style><style>.Tooltip__u_skip--PZEj5{position:absolute;top:-100px}.Tooltip__u_skip--PZEj5 a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.Tooltip__u_skip--PZEj5 a:active,.Tooltip__u_skip--PZEj5 a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.Tooltip__u_skip--PZEj5 span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.Tooltip__tooltip_wrap--YEDJr{position:absolute;z-index:1000}.Tooltip__tail_wrap--wCKs0{position:absolute;width:fit-content;height:fit-content;z-index:10}.Tooltip__tail_wrap--wCKs0.Tooltip__tail_left--wsktV{top:0;bottom:0;margin:auto 0}.Tooltip__tail_wrap--wCKs0.Tooltip__tail_top--wyNrO{left:0;right:0;transform:rotate(90deg);margin:0 auto}.Tooltip__tail_wrap--wCKs0.Tooltip__tail_right--oHA_O{top:0;bottom:0;transform:rotate(180deg);margin:auto 0}.Tooltip__tail_wrap--wCKs0.Tooltip__tail_bottom--inGb_{left:0;right:0;transform:rotate(270deg);margin:0 auto}.Tooltip__content_wrap--I7Anm{width:fit-content}.Tooltip__button_close--Krn2T{position:absolute}.Tooltip__style_creators--pZAlf.Tooltip__color_grey--KT2sH .Tooltip__content_wrap--I7Anm{background:var(--color-bg-secondary);border:1px solid var(--color-line-primary)}.Tooltip__style_creators--pZAlf.Tooltip__color_grey--KT2sH .Tooltip__tail--Odc4E{fill:var(--color-bg-secondary);stroke:var(--color-line-primary)}.Tooltip__style_creators--pZAlf.Tooltip__color_green--FYxIg .Tooltip__content_wrap--I7Anm{background:var(--color-solid-promotion-bar);border:1px solid var(--color-webtoon-green)}.Tooltip__style_creators--pZAlf.Tooltip__color_green--FYxIg .Tooltip__tail--Odc4E{fill:var(--color-solid-promotion-bar);stroke:var(--color-webtoon-green)}.Tooltip__style_creators--pZAlf .Tooltip__tail_wrap--wCKs0.Tooltip__tail_left--wsktV{left:-8px}.Tooltip__style_creators--pZAlf .Tooltip__tail_wrap--wCKs0.Tooltip__tail_right--oHA_O{right:-8px}.Tooltip__style_creators--pZAlf .Tooltip__tail_wrap--wCKs0.Tooltip__tail_top--wyNrO{top:-12px}.Tooltip__style_creators--pZAlf .Tooltip__tail_wrap--wCKs0.Tooltip__tail_bottom--inGb_{bottom:-12px}.Tooltip__style_creators--pZAlf .Tooltip__content_wrap--I7Anm{padding:11px 13px;border-radius:4px;font-size:13px;line-height:20px;color:var(--color-text-secondary)}.Tooltip__style_creators--pZAlf .Tooltip__content_wrap--I7Anm.Tooltip__close_button--kYEtC{padding:11px 33px 11px 11px}.Tooltip__style_creators--pZAlf .Tooltip__button_close--Krn2T{top:12px;right:12px}.Tooltip__style_webtoon--hWzOK{filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));transform:translateZ(0)}.Tooltip__style_webtoon--hWzOK .Tooltip__tail_wrap--wCKs0.Tooltip__tail_left--wsktV{left:-6px}.Tooltip__style_webtoon--hWzOK .Tooltip__tail_wrap--wCKs0.Tooltip__tail_right--oHA_O{right:-6px}.Tooltip__style_webtoon--hWzOK .Tooltip__tail_wrap--wCKs0.Tooltip__tail_top--wyNrO{top:-9px}.Tooltip__style_webtoon--hWzOK .Tooltip__tail_wrap--wCKs0.Tooltip__tail_bottom--inGb_{bottom:-9px}.Tooltip__style_webtoon--hWzOK .Tooltip__content_wrap--I7Anm{border-radius:4px;padding:8px 44px 12px 15px;background:#fff;white-space:nowrap}.Tooltip__style_webtoon--hWzOK .Tooltip__content_wrap--I7Anm.Tooltip__single_line--cR8Iw{padding:6px 32px 6px 9px}.Tooltip__style_webtoon--hWzOK .Tooltip__content_wrap--I7Anm.Tooltip__single_line--cR8Iw+.Tooltip__button_close--Krn2T{top:10px;right:12px}.Tooltip__style_webtoon--hWzOK .Tooltip__button_close--Krn2T{position:absolute;top:8px;right:8px}</style><style>.SubNavigationBar__snb_wrap--A5gfM{display:flex;justify-content:space-between;align-items:center;position:relative;width:1190px;margin:0 auto;height:49px}.SubNavigationBar__snb_list--tAZvu{display:flex;height:100%}.SubNavigationBar__snb_list--tAZvu .SubNavigationBar__item--tmE0E{position:relative;margin-right:20px;color:var(--color-text-primary);line-height:49px}.SubNavigationBar__snb_list--tAZvu .SubNavigationBar__item--tmE0E.SubNavigationBar__ranking--RRwgu{display:flex;align-items:center}.SubNavigationBar__snb_list--tAZvu .SubNavigationBar__item--tmE0E.SubNavigationBar__ranking--RRwgu::before{margin-right:20px;width:1px;height:15px;background:var(--color-line-secondary);content:""}.SubNavigationBar__snb_list--tAZvu .SubNavigationBar__item--tmE0E .SubNavigationBar__link--PXX5B{display:block;position:relative;padding:0 5px;line-height:49px;font-size:15px;font-weight:600;letter-spacing:-0.5px;color:var(--color-text-primary)}.SubNavigationBar__snb_list--tAZvu .SubNavigationBar__item--tmE0E .SubNavigationBar__link--PXX5B[aria-current=true]{color:var(--color-webtoon-green)}.SubNavigationBar__snb_list--tAZvu .SubNavigationBar__item--tmE0E .SubNavigationBar__link--PXX5B[aria-current=true]::after{position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--color-webtoon-green);content:""}.SubNavigationBar__guide_text--QBWZD{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%, 0);line-height:44px;font-size:15px;font-weight:500;white-space:nowrap;color:var(--color-text-addition)}.SubNavigationBar__guide_text--QBWZD em{color:var(--color-webtoon-green)}.SubNavigationBar__guide_text--QBWZD.SubNavigationBar__is_active--A8yeF{display:block}.SubNavigationBar__guide_text--QBWZD .SubNavigationBar__text_dayplus_guide--RdgCL{vertical-align:middle}.SubNavigationBar__guide_area--XijqB{height:44px;border-top:1px solid var(--color-line-secondary);background:var(--color-bg-secondary)}.SubNavigationBar__my_tooltip--ub07r{top:9px;right:0;font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-primary)}.SubNavigationBar__my_tooltip--ub07r em{color:var(--color-webtoon-green)}</style><style>.AppDownModal__u_skip--aVkFw{position:absolute;top:-100px}.AppDownModal__u_skip--aVkFw a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.AppDownModal__u_skip--aVkFw a:active,.AppDownModal__u_skip--aVkFw a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.AppDownModal__u_skip--aVkFw span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.AppDownModal__content--wfawy{position:relative;width:348px;padding:54px 30px 30px;background:#fff;border-radius:4px;box-sizing:border-box}.AppDownModal__button_close--mjyu_{position:absolute;top:10px;right:10px}</style><style>.Header__header--JtOpr{position:relative;z-index:30;border-bottom:1px solid var(--color-line-secondary)}.Header__header--JtOpr hr{display:block;height:1px;margin:0;border:0;background:var(--color-line-secondary)}.Header__guide_area--FP__n{line-height:44px;border-top:1px solid var(--color-line-secondary);background:var(--color-bg-secondary);text-align:center;font-size:15px;font-weight:500;letter-spacing:-0.5px;color:var(--color-text-addition)}.Header__guide_area--FP__n em{color:var(--color-webtoon-green)}</style><style>.Footer__u_skip--tWU6g{position:absolute;top:-100px}.Footer__u_skip--tWU6g a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.Footer__u_skip--tWU6g a:active,.Footer__u_skip--tWU6g a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.Footer__u_skip--tWU6g span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.Footer__footer--gvFec{width:1190px;margin:45px auto 50px}.Footer__bottom_banner--hA381{display:flex}.Footer__bottom_banner--hA381 .Footer__link--AjERJ{flex:1;position:relative;border-radius:4px;overflow:hidden}.Footer__bottom_banner--hA381 .Footer__link--AjERJ::after{position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,.1);border-radius:4px;z-index:10;content:""}.Footer__bottom_banner--hA381 .Footer__link--AjERJ+.Footer__link--AjERJ{margin-left:10px}.Footer__brand_area--WGJ50{display:flex;justify-content:space-between;align-items:center;height:32px;margin-top:30px;padding-bottom:10px;border-bottom:1px solid var(--color-line-secondary)}.Footer__brand_area--WGJ50 .Footer__brand_list--Ko4Fa{display:flex}.Footer__brand_area--WGJ50 .Footer__brand_list--Ko4Fa .Footer__item--lHFVL{position:relative}.Footer__brand_area--WGJ50 .Footer__brand_list--Ko4Fa .Footer__item--lHFVL+.Footer__item--lHFVL{margin-left:10px;padding-left:11px}.Footer__brand_area--WGJ50 .Footer__brand_list--Ko4Fa .Footer__item--lHFVL+.Footer__item--lHFVL::before{position:absolute;top:4px;left:0;width:1px;height:13px;background:var(--color-line-secondary);content:""}.Footer__brand_area--WGJ50 .Footer__brand_list--Ko4Fa .Footer__link--AjERJ{display:flex;align-items:center;font-size:16px;font-weight:700;line-height:21px;color:var(--color-text-primary)}.Footer__brand_area--WGJ50 .Footer__brand_list--Ko4Fa .Footer__link--AjERJ .Footer__desc--HchnP{margin-left:4px;font-size:13px;font-weight:500;line-height:19px;color:var(--color-text-minor)}.Footer__brand_area--WGJ50 .Footer__link_customer--JQfeB{font-size:16px;font-weight:700;line-height:21px;color:var(--color-text-primary)}.Footer__corp_info--Q3u_s{display:flex;margin-top:20px}.Footer__webtoon_corp_info--feUJF{position:relative;width:626px}.Footer__webtoon_corp_info--feUJF::after{position:absolute;top:0;bottom:0;right:0;width:1px;background:var(--color-line-secondary);content:""}.Footer__naver_corp_info--OUOJh{flex:1;padding-left:30px}.Footer__corp_list--D30i_{display:flex}.Footer__corp_list--D30i_ .Footer__item--lHFVL+.Footer__item--lHFVL{margin-left:7px}.Footer__corp_list--D30i_ .Footer__item--lHFVL+.Footer__item--lHFVL::before{display:inline-block;width:1px;height:12px;margin-right:7px;background:var(--color-line-secondary);vertical-align:-2px;content:""}.Footer__corp_list--D30i_ .Footer__link--AjERJ{font-size:13px;font-weight:500;line-height:19px;color:var(--color-text-minor)}.Footer__corp_list--D30i_ .Footer__link--AjERJ em{color:var(--color-text-secondary)}.Footer__corp_list--D30i_ .Footer__link--AjERJ .Footer__dot--u_Q9G{margin:0 1px}.Footer__address--SMur8{margin-top:5px}.Footer__address--SMur8 .Footer__corp_link--MhZpO{display:inline-flex;padding:4px 0 5px}.Footer__company_info--vIwub{margin:30px 0 -5px}.Footer__company_info--vIwub .Footer__item--lHFVL{margin-bottom:5px;font-size:13px;font-weight:500;line-height:19px;color:var(--color-text-minor)}.Footer__copyright--HQULV{margin-top:30px;font-size:13px;font-weight:500;line-height:19px;color:var(--color-text-minor)}</style><style>.FloatingButton__u_skip--NakMw{position:absolute;top:-100px}.FloatingButton__u_skip--NakMw a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.FloatingButton__u_skip--NakMw a:active,.FloatingButton__u_skip--NakMw a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.FloatingButton__u_skip--NakMw span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.FloatingButton__link_top--YFZDQ{position:fixed;bottom:30px;right:30px;z-index:3000}</style><style>.TagGroup__u_skip--NNGOW{position:absolute;top:-100px}.TagGroup__u_skip--NNGOW a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.TagGroup__u_skip--NNGOW a:active,.TagGroup__u_skip--NNGOW a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.TagGroup__u_skip--NNGOW span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.TagGroup__tag_group--uUJza{display:flex;flex-wrap:wrap;margin:0 -5px -5px 0}.TagGroup__tag_group--uUJza .TagGroup__tag--xu0OH{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin:0 5px 5px 0;padding:0 10px;background:var(--color-bg-secondary);border-radius:4px;font-size:14px;font-weight:500;line-height:30px;letter-spacing:-0.42px;color:var(--color-text-addition)}.TagGroup__tag_group--uUJza .TagGroup__tag--xu0OH:hover{background-color:var(--color-bg-tag)}.TagGroup__tag_group--uUJza .TagGroup__tag--xu0OH[aria-selected=true]{background:var(--color-webtoon-green);color:var(--color-text-white)}.TagGroup__tag_group--uUJza .TagGroup__tag--xu0OH.TagGroup__type_add--dvLTr{padding:6px 14px;line-height:initial}.TagGroup__tag_group--uUJza.TagGroup__type_l--tJOoo{margin:0 -6px -10px 0;max-height:141px;overflow:hidden}.TagGroup__tag_group--uUJza.TagGroup__type_l--tJOoo .TagGroup__tag--xu0OH{margin:0 6px 10px 0;font-size:16px;line-height:37px}.TagGroup__tag_group--uUJza[role=tablist].TagGroup__type_l--tJOoo{max-height:94px}</style><style>.ViewerStarModal__u_skip--s8vgO{position:absolute;top:-100px}.ViewerStarModal__u_skip--s8vgO a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.ViewerStarModal__u_skip--s8vgO a:active,.ViewerStarModal__u_skip--s8vgO a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.ViewerStarModal__u_skip--s8vgO span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.ViewerStarModal__content--I5Wbf{width:350px;padding:40px 20px 20px;box-sizing:border-box;background:#fff;border-radius:4px;text-align:center}.ViewerStarModal__score--WqADg{font-size:50px;line-height:40px;color:var(--color-text-highlight)}.ViewerStarModal__star_area--mdk4J{display:inline-flex;margin-top:19px}.ViewerStarModal__star_area--mdk4J .ViewerStarModal__button_star--BjoaL{width:23px;height:43px;background:url("https://ssl.pstatic.net/static/comic/new/icon_viewer_star_dimmed.svg") no-repeat}.ViewerStarModal__star_area--mdk4J .ViewerStarModal__button_star--BjoaL svg{width:23px}.ViewerStarModal__star_area--mdk4J .ViewerStarModal__button_star--BjoaL:nth-child(even){transform:scaleX(-1)}.ViewerStarModal__star_area--mdk4J .ViewerStarModal__button_star--BjoaL:nth-child(2n+3){margin-left:4px}.ViewerStarModal__text--Eb5Jz{margin:18px 0 30px;font-size:15px;font-weight:500;line-height:20px;letter-spacing:-0.5px;color:var(--color-text-describe)}</style><style>.UserAction__u_skip--hN8Ao{position:absolute;top:-100px}.UserAction__u_skip--hN8Ao a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.UserAction__u_skip--hN8Ao a:active,.UserAction__u_skip--hN8Ao a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.UserAction__u_skip--hN8Ao span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.UserAction__user_action_wrap--GZHSC{position:relative;padding-bottom:24px;text-align:center}.UserAction__user_action_wrap--GZHSC::after{position:absolute;bottom:0;left:-100%;right:-100%;height:1px;background:var(--color-line-secondary);content:""}.UserAction__user_action_area--yufT6{display:inline-flex;border:1px solid var(--color-line-secondary);box-sizing:border-box}.UserAction__user_action_area--yufT6 .UserAction__item--vnknf{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:158px;height:107px}.UserAction__user_action_area--yufT6 .UserAction__item--vnknf+.UserAction__item--vnknf{border-left:1px solid var(--color-line-secondary)}.UserAction__user_action_area--yufT6 .UserAction__item--vnknf:nth-child(n+4){width:148px}.UserAction__user_action_area--yufT6 .UserAction__item--vnknf:nth-child(n+4) .UserAction__icon_wrap--oJ_eV,.UserAction__user_action_area--yufT6 .UserAction__item--vnknf:nth-child(n+4) .UserAction__title--YL7gV{pointer-events:none}.UserAction__user_action_area--yufT6 .UserAction__item--vnknf:nth-child(5):hover .UserAction__tooltip--mBFhw{display:flex}.UserAction__user_action_area--yufT6 .UserAction__icon_wrap--oJ_eV{display:flex;align-items:center;height:32px}.UserAction__user_action_area--yufT6 .UserAction__title--YL7gV{font-size:16px;font-weight:500;line-height:21px;letter-spacing:-0.5px;color:var(--color-text-primary)}.UserAction__user_action_area--yufT6 .UserAction__count--jk3vo{font-size:14px;line-height:20px;color:var(--color-text-describe)}.UserAction__user_action_area--yufT6 .UserAction__favorite--xLZK0 svg:last-child{display:none}.UserAction__user_action_area--yufT6 .UserAction__favorite--xLZK0[aria-checked=true] svg:first-child{display:none}.UserAction__user_action_area--yufT6 .UserAction__favorite--xLZK0[aria-checked=true] svg:last-child{display:block}.UserAction__user_action_area--yufT6 .UserAction__star--bi4ea[aria-checked=true] .UserAction__icon_star--CXVHq svg{fill:var(--color-solid-badge)}.UserAction__user_action_area--yufT6 .UserAction__star--bi4ea .UserAction__score--sP1ha{margin-left:3px;font-size:18px;line-height:24px;color:var(--color-text-highlight);letter-spacing:-0.5px}.UserAction__user_action_area--yufT6 .UserAction__tooltip--mBFhw{display:none;position:absolute;bottom:-48px;right:0;align-items:center;margin-left:21px;padding:0 8px 0 10px;height:32px;background:var(--color-bg-primary);filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));white-space:nowrap;border-radius:4px}.UserAction__user_action_area--yufT6 .UserAction__tooltip--mBFhw .UserAction__icon_arrow--vrUUP{position:absolute;top:-8px;right:68px;transform:rotate(270deg)}.UserAction__user_action_area--yufT6 .UserAction__tooltip--mBFhw .UserAction__text--UIv1O{font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-primary)}.UserAction__tag_bookmark_area--AHF2h{display:flex;justify-content:space-between;align-items:end;margin-top:160px}.UserAction__tag_bookmark_area--AHF2h .UserAction__tag_area--asMMT{width:1000px}.UserAction__tag_bookmark_area--AHF2h .UserAction__button_bookmark--ZWRsI{display:flex;align-items:center;margin-bottom:2px;height:24px;padding-left:5px;font-size:16px;line-height:21px;letter-spacing:-0.5px;color:var(--color-text-primary)}.UserAction__tag_bookmark_area--AHF2h .UserAction__button_bookmark--ZWRsI[aria-checked=true] .UserAction__icon_bookmark--1bNsL svg{fill:var(--color-webtoon-green)}.UserAction__tag_bookmark_area--AHF2h .UserAction__button_bookmark--ZWRsI[aria-checked=true] .UserAction__icon_bookmark--1bNsL svg path{stroke:var(--color-webtoon-green)}.UserAction__tag_bookmark_area--AHF2h .UserAction__icon_bookmark--1bNsL{margin-right:6px}.UserAction__tag_bookmark_area--AHF2h .UserAction__views--eN3ol{display:flex;align-items:center;margin-bottom:2px;height:24px;padding-left:5px;font-size:16px;line-height:21px;letter-spacing:-0.5px;color:var(--color-text-primary)}.UserAction__tag_bookmark_area--AHF2h .UserAction__icon_view--C0Eo2{margin-right:5px}.UserAction__toast_popup--Zk3pS{position:fixed;bottom:60px;left:50%;transform:translate(-50%);text-align:center;background:var(--color-solid-popup-dim);border-radius:4px;padding:14px 100px;font-size:15px;font-weight:500;line-height:20px;letter-spacing:-0.5px;white-space:pre-wrap;color:var(--color-text-title);z-index:100}</style><style>.ViewerEpisode__u_skip--cm9qH{position:absolute;top:-100px}.ViewerEpisode__u_skip--cm9qH a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.ViewerEpisode__u_skip--cm9qH a:active,.ViewerEpisode__u_skip--cm9qH a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.ViewerEpisode__u_skip--cm9qH span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.ViewerEpisode__episode_list_area--x48Zy{position:relative;width:1090px;margin:0 auto}.ViewerEpisode__episode_list--U3qYG{display:flex}.ViewerEpisode__item--NFmeK{width:130px;margin:0 15px}.ViewerEpisode__item--NFmeK.ViewerEpisode__preview--oLK1U .ViewerEpisode__thumbnail--MPDqI::before,.ViewerEpisode__item--NFmeK.ViewerEpisode__bm--RdsdB .ViewerEpisode__thumbnail--MPDqI::before{background:var(--color-bg-dim-thumbnail)}.ViewerEpisode__item--NFmeK.ViewerEpisode__preview--oLK1U .ViewerEpisode__dimmed--xmx7C,.ViewerEpisode__item--NFmeK.ViewerEpisode__bm--RdsdB .ViewerEpisode__dimmed--xmx7C{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10}.ViewerEpisode__link--f6gRB{display:block;cursor:pointer}.ViewerEpisode__link--f6gRB:hover .ViewerEpisode__thumbnail--MPDqI img{transform:scale(1.04)}.ViewerEpisode__link--f6gRB:hover .ViewerEpisode__title--ZT412{text-decoration:underline}.ViewerEpisode__link--f6gRB[aria-current=true] .ViewerEpisode__thumbnail--MPDqI::before{border-color:var(--color-webtoon-green);border-width:2px}.ViewerEpisode__link--f6gRB[aria-current=true] .ViewerEpisode__title--ZT412{font-weight:600;color:var(--color-webtoon-green)}.ViewerEpisode__thumbnail--MPDqI{position:relative;border-radius:2px;overflow:hidden}.ViewerEpisode__thumbnail--MPDqI::before{position:absolute;inset:0;border:1px solid var(--color-line-list-thumbnail);border-radius:2px;z-index:10;content:""}.ViewerEpisode__thumbnail--MPDqI img{width:130px;height:77px;transition:.3s cubic-bezier(0.15, 0, 0.2, 1)}.ViewerEpisode__title--ZT412{margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-0.5px;color:var(--color-text-primary)}.ViewerEpisode__title--ZT412 span{color:var(--color-webtoon-green)}.ViewerEpisode__flicking_control--fRizF{position:absolute;top:80px;left:8px;right:8px;height:32px;display:flex;justify-content:space-between;align-items:center;z-index:10;pointer-events:none}.ViewerEpisode__flicking_control--fRizF .ViewerEpisode__button--P0T4h{height:32px;pointer-events:auto}.ViewerEpisode__flicking_control--fRizF .ViewerEpisode__button--P0T4h:last-child svg{transform:scaleX(-1)}.ViewerEpisode__flicking_control--fRizF .ViewerEpisode__button--P0T4h[disabled]{cursor:default}.ViewerEpisode__flicking_control--fRizF .ViewerEpisode__button--P0T4h[disabled] svg path{stroke:var(--color-text-etc)}.ViewerEpisode__pending--Zqc9Y .ViewerEpisode__thumbnail--MPDqI{display:flex;column-gap:1px;width:130px;height:77px;align-items:center;justify-content:center;background:var(--color-grey600);font-size:13px;line-height:19px;letter-spacing:-0.5px;color:#fff}.ViewerEpisode__pending--Zqc9Y .ViewerEpisode__title--ZT412{color:var(--color-text-describe)}</style><style>.AppDownloadBanner__app_download_banner--07oZW{display:block;position:relative;padding:26px 340px 26px 65px;background:var(--color-bg-item);border:1px solid var(--color-line-primary);overflow:hidden}.AppDownloadBanner__app_download_banner--07oZW+.AppDownloadBanner__episode_list_wrap--z9_UH{margin-top:-25px}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__title_area--i8fLP{display:flex;align-items:center;font-size:26px;font-weight:600;line-height:31px;letter-spacing:-0.5px}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__title--hgz6F{max-width:416px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-webtoon-green);font-weight:600}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__desc--Dpokv{margin-left:5px;color:var(--color-text-primary)}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__icon_time--OjOTX,.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__icon_cookie--s2VgU{margin-left:10px}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__title2--PlJiE{margin-left:4px;font-weight:600;color:var(--color-webtoon-green)}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__text--LYCFS{display:flex;margin-top:5px;font-size:15px;font-weight:500;line-height:20px;color:var(--color-text-subtitle)}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__text--LYCFS .AppDownloadBanner__link--u6nHS{display:flex;align-items:center;position:relative;margin-left:8px}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__text--LYCFS .AppDownloadBanner__link--u6nHS::after{position:absolute;bottom:-1px;left:0;right:0;height:1px;background:var(--color-line-minor);content:""}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__text--LYCFS .AppDownloadBanner__icon_appdown_arrow--xaNlK{margin-left:2px}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__image--lBpjY{position:absolute;top:0;right:99px;width:200px;height:100%}.AppDownloadBanner__app_download_banner--07oZW .AppDownloadBanner__image--lBpjY img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}</style><style>.AuthorLayerModal__u_skip--m36wH{position:absolute;top:-100px}.AuthorLayerModal__u_skip--m36wH a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.AuthorLayerModal__u_skip--m36wH a:active,.AuthorLayerModal__u_skip--m36wH a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.AuthorLayerModal__u_skip--m36wH span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.AuthorLayerModal__author_layer--sO8v2{position:absolute;top:25px;display:flex;flex-direction:column;align-items:flex-start;padding:12px;min-width:160px;background:var(--color-bg-primary);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:4px;box-sizing:border-box;z-index:100;text-align:left}.AuthorLayerModal__author_layer--sO8v2 .AuthorLayerModal__link--GPFJm{position:relative;display:flex;font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-addition)}.AuthorLayerModal__author_layer--sO8v2 .AuthorLayerModal__link--GPFJm:hover::after{position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--color-text-addition);content:""}.AuthorLayerModal__author_layer--sO8v2 .AuthorLayerModal__author--HOK4Y{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;max-width:150px}.AuthorLayerModal__author_layer--sO8v2 .AuthorLayerModal__text--Bd9Dn{flex:none}</style><style>.AuthorWords__u_skip--GZHj_{position:absolute;top:-100px}.AuthorWords__u_skip--GZHj_ a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.AuthorWords__u_skip--GZHj_ a:active,.AuthorWords__u_skip--GZHj_ a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.AuthorWords__u_skip--GZHj_ span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.AuthorWords__author_wrap--Qo0O3{padding-bottom:20px;border-bottom:1px solid var(--color-line-secondary)}.AuthorWords__author_wrap--Qo0O3.AuthorWords__author_home--qOFxv .AuthorWords__author_head--dtRjl{align-items:flex-start;height:auto}.AuthorWords__author_wrap--Qo0O3.AuthorWords__author_home--qOFxv .AuthorWords__link_area--EWaAq{margin-top:14px}.AuthorWords__author_wrap--Qo0O3.AuthorWords__author_home--qOFxv .AuthorWords__author_words--Bbit7{margin-top:15px}.AuthorWords__author_head--dtRjl{display:flex;justify-content:space-between;align-items:center;height:50px}.AuthorWords__author_area--x4EzU{margin-top:9px}.AuthorWords__title_area--RHxDR{display:flex}.AuthorWords__title--cFDhz{font-size:20px;font-weight:500;line-height:21px;letter-spacing:-0.5px;color:var(--color-text-primary)}.AuthorWords__author--dwV5N{position:relative;display:flex;margin-left:4px;font-size:15px;font-weight:500;line-height:21px;color:var(--color-text-describe)}.AuthorWords__author--dwV5N .AuthorWords__link--Q8rSA{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;max-width:600px;color:inherit}.AuthorWords__author--dwV5N .AuthorWords__link--Q8rSA:hover{text-decoration:underline}.AuthorWords__link_area--EWaAq{display:flex;flex-shrink:0}.AuthorWords__link_area--EWaAq .AuthorWords__item--DhWfn{position:relative;display:flex;align-items:center}.AuthorWords__link_area--EWaAq .AuthorWords__item--DhWfn+.AuthorWords__item--DhWfn{margin-left:10px}.AuthorWords__link_area--EWaAq .AuthorWords__item--DhWfn+.AuthorWords__item--DhWfn::before{width:1px;height:12px;margin-right:10px;background:var(--color-line-primary);content:""}.AuthorWords__link--Q8rSA{font-size:15px;line-height:21px;font-weight:500;color:var(--color-text-primary);cursor:pointer}.AuthorWords__link--Q8rSA:hover{text-decoration:underline}.AuthorWords__author_words--Bbit7{font-size:13px;line-height:19px;white-space:pre-wrap;color:var(--color-text-primary)}</style><style>.CommonButton__u_skip--Mu_NE{position:absolute;top:-100px}.CommonButton__u_skip--Mu_NE a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.CommonButton__u_skip--Mu_NE a:active,.CommonButton__u_skip--Mu_NE a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.CommonButton__u_skip--Mu_NE span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.CommonButton__button--za2ng{font-weight:600;border-radius:4px}.CommonButton__button--za2ng.CommonButton__type_link--pIUs2{text-align:center}.CommonButton__button--za2ng.CommonButton__type_label--qUMGZ{text-align:center;cursor:pointer}.CommonButton__button--za2ng.CommonButton__font_500--m_vni{font-weight:500}.CommonButton__button--za2ng.CommonButton__type_normal--RKd9c{border:1px solid var(--color-line-secondary);background-color:var(--color-bg-secondary);color:var(--color-text-primary)}.CommonButton__button--za2ng.CommonButton__type_normal--RKd9c:hover{background-color:var(--color-bg-tag);border-color:var(--color-line-list-thumbnail)}.CommonButton__button--za2ng.CommonButton__type_green--RAJLl{border:1px solid var(--color-line-list-thumbnail);background-color:var(--color-webtoon-green);color:var(--color-text-white)}.CommonButton__button--za2ng.CommonButton__type_green--RAJLl:hover{background-color:#00d15e}.CommonButton__button--za2ng.CommonButton__type_red--qQGYj{border:1px solid var(--color-line-list-thumbnail);background-color:var(--color-solid-badge);color:var(--color-text-white)}.CommonButton__button--za2ng.CommonButton__type_red--qQGYj:hover{background-color:#f04343}.CommonButton__button--za2ng.CommonButton__type_grey--eUBXE{border:1px solid var(--color-line-list-thumbnail);background-color:var(--color-bg-button-negative);color:var(--color-text-subtitle)}.CommonButton__button--za2ng.CommonButton__type_grey--eUBXE:hover{background-color:var(--color-line-minor)}.CommonButton__button--za2ng.CommonButton__type_white--v77vN{border:1px solid var(--color-line-secondary);background-color:var(--color-bg-primary);color:var(--color-text-primary)}.CommonButton__button--za2ng.CommonButton__type_white--v77vN:hover{background-color:var(--color-bg-secondary)}</style><style>.CommonModal__u_skip--bewRf{position:absolute;top:-100px}.CommonModal__u_skip--bewRf a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.CommonModal__u_skip--bewRf a:active,.CommonModal__u_skip--bewRf a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.CommonModal__u_skip--bewRf span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.CommonModal__title--O8K2w{position:sticky;top:0;display:block;padding:19px 0 18px;border-bottom:1px solid var(--color-line-primary);background-color:inherit;font-weight:600;font-size:16px;line-height:22px;color:var(--color-text-primary);text-align:center}.CommonModal__button_wrap--m2Ry5{display:flex;margin-bottom:23px;justify-content:center;column-gap:10px}.CommonModal__button--TLIVA{padding:9px 27px;font-weight:500;font-size:14px;line-height:20px;box-sizing:border-box}.CommonModal__button--TLIVA.CommonModal__type_confirm--CL30e{font-weight:600}.CommonModal__button_close--X63Nw{position:absolute;top:19px;right:21px}</style><style>.FanCafeModal__u_skip--OiGkj{position:absolute;top:-100px}.FanCafeModal__u_skip--OiGkj a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.FanCafeModal__u_skip--OiGkj a:active,.FanCafeModal__u_skip--OiGkj a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.FanCafeModal__u_skip--OiGkj span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.FanCafeModal__content--Q9m0y{width:500px;padding-bottom:30px;background-color:var(--color-text-white);border:1px solid var(--color-line-primary);border-radius:4px;box-sizing:border-box}.FanCafeModal__form_wrap--dSJ3X{display:flex;flex-direction:column;row-gap:6px;padding:20px 40px 30px}.FanCafeModal__form--_wZgQ{display:flex;align-items:start;column-gap:8px}.FanCafeModal__input_wrap--fi5HT{flex-grow:1;line-height:44px;font-size:15px;font-weight:500}.FanCafeModal__input_label--r9kJM{flex-shrink:0;width:77px;font-weight:600;font-size:15px;line-height:44px;color:var(--color-text-primary)}.FanCafeModal__text_wrap--aQE1Z{flex-grow:1;display:flex;align-items:center;column-gap:10px;padding:11px 7px 11px 13px;border:1px solid var(--color-line-primary);border-radius:3px}.FanCafeModal__input_text--jbZGe{flex-grow:1;outline:0;border:0;font-size:14px;font-weight:400;line-height:20px;color:var(--color-text-secondary)}.FanCafeModal__input_text--jbZGe::placeholder{color:var(--color-text-read)}.FanCafeModal__list_info--xkkKT{display:flex;flex-direction:column;row-gap:8px;padding-top:8px}.FanCafeModal__list_info--xkkKT .FanCafeModal__item--XeIXA{display:flex;font-size:12px;font-weight:400;line-height:16px;letter-spacing:-0.25px;color:var(--color-text-describe)}.FanCafeModal__list_info--xkkKT .FanCafeModal__item--XeIXA::before{flex-shrink:0;width:2px;height:2px;margin:7px 5px 0 0;border-radius:50%;background-color:var(--color-text-describe);content:""}</style><style>.ContentMetaInfo__u_skip--vDjiw{position:absolute;top:-100px}.ContentMetaInfo__u_skip--vDjiw a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.ContentMetaInfo__u_skip--vDjiw a:active,.ContentMetaInfo__u_skip--vDjiw a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.ContentMetaInfo__u_skip--vDjiw span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.ContentMetaInfo__meta_info--GbTg4{display:flex;flex-wrap:wrap;margin-top:3px;row-gap:2px}.ContentMetaInfo__category--WwrCp{display:flex;flex-wrap:wrap;align-items:center;margin-right:4px;height:24px;font-size:15px;font-weight:500;line-height:20px;letter-spacing:-0.5px;color:var(--color-text-describe)}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__link--xTtO6{display:flex;align-items:center;color:var(--color-text-primary)}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__link--xTtO6:hover{text-decoration:underline}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__link--xTtO6+.ContentMetaInfo__link--xTtO6::before{margin:0 4px 0 2px;content:","}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__profile--b6niL{position:relative;width:24px;height:24px;border-radius:50%;overflow:hidden;margin-right:5px;background:rgba(0,0,0,.03)}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__profile--b6niL::after{position:absolute;inset:0;border:.5px solid var(--color-line-rank-thumbnail);border-radius:50%;content:""}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__profile--b6niL .ContentMetaInfo__image--SOQ4R{width:24px;height:24px}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__text--j2RCy{display:flex;align-items:center;color:var(--color-text-primary)}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__search_title--J01bo{color:var(--color-webtoon-green)}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__icon_author_link--zRt8V{margin-left:2px}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__icon_author_more--ZwhOd{margin-left:2px}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__dot--uCVnt{margin:0 4px;width:2px;height:2px;background:var(--color-text-describe);border-radius:50%;overflow:hidden;text-indent:100%}.ContentMetaInfo__category--WwrCp .ContentMetaInfo__icon_news--WsR71{margin:.5px 1px 0 5px;padding:.5px 5px;border:.5px solid var(--color-webtoon-green);border-radius:10px;font-size:10px;line-height:15px;letter-spacing:-0.25px;font-weight:600;color:var(--color-webtoon-green)}.ContentMetaInfo__category--WwrCp::after{margin-left:4px;font-size:15px;line-height:20px;left:-0.5px;color:var(--color-text-secondary);font-weight:400;content:"/"}.ContentMetaInfo__category--WwrCp:last-of-type{margin-right:0}.ContentMetaInfo__category--WwrCp:last-of-type::after{display:none}.ContentMetaInfo__info_item--utGrf{display:flex;align-items:center;margin-left:8px;font-size:15px;font-weight:500;line-height:20px;letter-spacing:-0.5px;color:var(--color-text-describe)}.ContentMetaInfo__info_item--utGrf::before{width:1px;height:12px;margin-right:8px;background:var(--color-line-primary);content:""}.ContentMetaInfo__info_item--utGrf .ContentMetaInfo__dot--uCVnt{margin:0 5px;width:2px;height:2px;background:var(--color-text-describe);border-radius:50%;overflow:hidden;text-indent:100%}.ContentMetaInfo__info_item--utGrf .ContentMetaInfo__link--xTtO6{display:flex;align-items:center;margin-left:4px;color:var(--color-text-primary)}.ContentMetaInfo__info_item--utGrf .ContentMetaInfo__link--xTtO6:hover{text-decoration:underline}.ContentMetaInfo__info_item--utGrf .ContentMetaInfo__icon_author_more--ZwhOd{margin-left:1px}.ContentMetaInfo__tooltip_area--nShhU{position:relative;width:1px}.ContentMetaInfo__tooltip--I16hL{margin:-3px 0 -3px 16px}.ContentMetaInfo__tooltip--I16hL .ContentMetaInfo__text--j2RCy{font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-primary)}.ContentMetaInfo__tooltip--I16hL .ContentMetaInfo__text--j2RCy strong{color:var(--color-webtoon-green);font-weight:500}.ContentMetaInfo__authors_work--KPqbC{row-gap:1px;column-gap:8px}.ContentMetaInfo__authors_work--KPqbC .ContentMetaInfo__category--WwrCp{margin-right:0;height:auto}.ContentMetaInfo__authors_work--KPqbC .ContentMetaInfo__category--WwrCp::after{display:none}.ContentMetaInfo__authors_work--KPqbC .ContentMetaInfo__category--WwrCp .ContentMetaInfo__link--xTtO6{margin-left:4px}.ContentMetaInfo__authors_work--KPqbC .ContentMetaInfo__category--WwrCp .ContentMetaInfo__dot--uCVnt{margin-left:4px;width:2px;height:2px;background:var(--color-text-describe);border-radius:50%;overflow:hidden;text-indent:100%}.ContentMetaInfo__authors_work--KPqbC .ContentMetaInfo__info_item--utGrf{margin-left:0}</style><style>.Rating__u_skip--M_thR{position:absolute;top:-100px}.Rating__u_skip--M_thR a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.Rating__u_skip--M_thR a:active,.Rating__u_skip--M_thR a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.Rating__u_skip--M_thR span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.Rating__star_area--dFzsb{display:inline-flex;align-items:center;vertical-align:top;font-size:13px;font-weight:500;line-height:19px;letter-spacing:-0.5px;color:var(--color-text-describe)}.Rating__star_area--dFzsb .Rating__ico_star--BcfMb{margin-right:2px}.Rating__star_area--dFzsb.Rating__type_b--qlBsA{font-size:15px;line-height:21px}.Rating__view_area--GQb_S{display:inline-flex;align-items:center;vertical-align:top;margin-left:12px;font-size:13px;font-weight:500;line-height:19px;letter-spacing:-0.5px;color:var(--color-text-describe)}.Rating__view_area--GQb_S .Rating__ico_view--rJ7KD{margin-right:3px}</style><style>.NewUpdateList__u_skip--b1s_A{position:absolute;top:-100px}.NewUpdateList__u_skip--b1s_A a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.NewUpdateList__u_skip--b1s_A a:active,.NewUpdateList__u_skip--b1s_A a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.NewUpdateList__u_skip--b1s_A span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.NewUpdateList__new_update_list--lx6ju{display:flex}.NewUpdateList__new_update_list--lx6ju .NewUpdateList__item--I6hYk{width:148px}.NewUpdateList__new_update_list--lx6ju .NewUpdateList__item--I6hYk+.NewUpdateList__item--I6hYk{margin-left:25px}.NewUpdateList__new_update_list--lx6ju .NewUpdateList__info_area--obx1_{padding-top:6px}</style><style>.Poster__u_skip--Utcth{position:absolute;top:-100px}.Poster__u_skip--Utcth a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.Poster__u_skip--Utcth a:active,.Poster__u_skip--Utcth a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.Poster__u_skip--Utcth span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.Poster__link--sopnC{display:block}.Poster__link--sopnC:hover .Poster__image--d9XTI{transform:scale(1.04)}.Poster__link--sopnC:hover .Poster__type272x165--GiVBb .Poster__image--d9XTI{transform:none}.Poster__thumbnail_area--gviWY{flex:none;position:relative;border-radius:4px;overflow:hidden}.Poster__thumbnail_area--gviWY::after{position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,.1);border-radius:4px;z-index:10;content:""}.Poster__thumbnail_area--gviWY .Poster__image--d9XTI{transition:.3s cubic-bezier(0.15, 0, 0.2, 1)}.Poster__thumbnail_area--gviWY.Poster__type_noimage--OuBy3{overflow:visible}.Poster__thumbnail_area--gviWY.Poster__type60x48--wcBxH{width:60px}.Poster__thumbnail_area--gviWY.Poster__type60x48--wcBxH .Poster__image--d9XTI{width:60px;height:48px}.Poster__thumbnail_area--gviWY.Poster__type60x80--PIVcH{width:60px}.Poster__thumbnail_area--gviWY.Poster__type60x80--PIVcH .Poster__image--d9XTI{width:60px;height:80px}.Poster__thumbnail_area--gviWY.Poster__type80x80--f4PLZ{width:80px}.Poster__thumbnail_area--gviWY.Poster__type80x80--f4PLZ .Poster__image--d9XTI{width:80px;height:80px}.Poster__thumbnail_area--gviWY.Poster__type90x54--TllL1{width:90px}.Poster__thumbnail_area--gviWY.Poster__type90x54--TllL1 .Poster__image--d9XTI{width:90px;height:54px}.Poster__thumbnail_area--gviWY.Poster__type90x68--QQG_P{width:90px}.Poster__thumbnail_area--gviWY.Poster__type90x68--QQG_P .Poster__image--d9XTI{width:90px;height:68px}.Poster__thumbnail_area--gviWY.Poster__type90x116--nniAF{width:90px;height:116px}.Poster__thumbnail_area--gviWY.Poster__type90x116--nniAF .Poster__image--d9XTI{width:90px;height:100%}.Poster__thumbnail_area--gviWY.Poster__type107x87--NCjR6{width:107px;height:87px;background:var(--color-bg-etc) url("https://ssl.pstatic.net/static/comic/new/logo_white.svg") no-repeat 50% 50%/35px 33px}.Poster__thumbnail_area--gviWY.Poster__type107x87--NCjR6 .Poster__image--d9XTI{width:107px;height:87px}.Poster__thumbnail_area--gviWY.Poster__type107x87--NCjR6 .Poster__left--QwvsV{margin-left:-5px}.Poster__thumbnail_area--gviWY.Poster__type120x70--IS1US{width:120px}.Poster__thumbnail_area--gviWY.Poster__type120x70--IS1US .Poster__image--d9XTI{width:120px;height:70px}.Poster__thumbnail_area--gviWY.Poster__type120x70--IS1US .Poster__left--QwvsV{margin-left:-5px}.Poster__thumbnail_area--gviWY.Poster__type120x92--agRJh{width:120px}.Poster__thumbnail_area--gviWY.Poster__type120x92--agRJh .Poster__image--d9XTI{width:120px;height:92px}.Poster__thumbnail_area--gviWY.Poster__type120x92--agRJh .Poster__left--QwvsV{margin-left:-5px}.Poster__thumbnail_area--gviWY.Poster__type120x103--zkzvM{width:120px}.Poster__thumbnail_area--gviWY.Poster__type120x103--zkzvM .Poster__image--d9XTI{width:120px;height:103px}.Poster__thumbnail_area--gviWY.Poster__type120x103--zkzvM .Poster__badge_wrap--zo3Dq{left:0}.Poster__thumbnail_area--gviWY.Poster__type120x156--XAYc9{width:120px}.Poster__thumbnail_area--gviWY.Poster__type120x156--XAYc9 .Poster__image--d9XTI{width:120px;height:156px}.Poster__thumbnail_area--gviWY.Poster__type135x174--JrBLG{width:135px;height:174px}.Poster__thumbnail_area--gviWY.Poster__type135x174--JrBLG .Poster__image--d9XTI{width:135px;height:100%}.Poster__thumbnail_area--gviWY.Poster__type148x120--EkqoN{width:148px}.Poster__thumbnail_area--gviWY.Poster__type148x120--EkqoN .Poster__image--d9XTI{width:148px;height:120px}.Poster__thumbnail_area--gviWY.Poster__type148x120--EkqoN .Poster__badge_wrap--zo3Dq{left:0}.Poster__thumbnail_area--gviWY.Poster__type148x190--fKu2q{width:148px;height:190px}.Poster__thumbnail_area--gviWY.Poster__type148x190--fKu2q .Poster__image--d9XTI{width:148px;height:100%}.Poster__thumbnail_area--gviWY.Poster__type160x207--EQAM8{width:160px;height:207px;background:var(--color-bg-etc) url("https://ssl.pstatic.net/static/comic/new/logo_white.svg") no-repeat 50% 50%/73px 69px}.Poster__thumbnail_area--gviWY.Poster__type160x207--EQAM8 .Poster__image--d9XTI{width:160px;height:207px}.Poster__thumbnail_area--gviWY.Poster__type160x207--EQAM8 .Poster__badge_wrap--zo3Dq{top:auto;bottom:0;left:0;right:0;height:50px;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);justify-content:flex-end;align-items:flex-end}.Poster__thumbnail_area--gviWY.Poster__type160x227--jW4ct{width:160px;height:227px;background:var(--color-bg-etc) url("https://ssl.pstatic.net/static/comic/new/logo_white.svg") no-repeat 50% 50%/73px 69px}.Poster__thumbnail_area--gviWY.Poster__type160x227--jW4ct .Poster__image--d9XTI{width:160px;height:227px}.Poster__thumbnail_area--gviWY.Poster__type160x227--jW4ct .Poster__badge_wrap--zo3Dq{top:auto;bottom:0;left:0;right:0;height:50px;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);justify-content:flex-end;align-items:flex-end}.Poster__thumbnail_area--gviWY.Poster__type193x147--KdSnh{width:193px}.Poster__thumbnail_area--gviWY.Poster__type193x147--KdSnh .Poster__image--d9XTI{width:193px;height:147px}.Poster__thumbnail_area--gviWY.Poster__type193x250--Ge81Q{width:193px}.Poster__thumbnail_area--gviWY.Poster__type193x250--Ge81Q .Poster__image--d9XTI{width:193px;height:250px}.Poster__thumbnail_area--gviWY.Poster__type202x164--PyVGc{width:202px;height:164px;background:var(--color-bg-etc) url("https://ssl.pstatic.net/static/comic/new/logo_white.svg") no-repeat 50% 50%/72px 69px}.Poster__thumbnail_area--gviWY.Poster__type202x164--PyVGc .Poster__image--d9XTI{width:202px;height:164px}.Poster__thumbnail_area--gviWY.Poster__type202x164--PyVGc .Poster__left--QwvsV{margin-left:-5px}.Poster__thumbnail_area--gviWY.Poster__type230x300--trF9S{width:230px;height:300px;background:var(--color-bg-etc) url("https://ssl.pstatic.net/static/comic/new/logo_white.svg") no-repeat 50% 50%}.Poster__thumbnail_area--gviWY.Poster__type230x300--trF9S .Poster__image--d9XTI{width:230px;height:300px}.Poster__thumbnail_area--gviWY.Poster__type230x300--trF9S .Poster__badge_wrap--zo3Dq{top:auto;bottom:0;left:0;right:0;height:50px;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);justify-content:flex-end;align-items:flex-end}.Poster__thumbnail_area--gviWY.Poster__type272x165--GiVBb{position:relative;overflow:visible;width:272px;height:165px;display:flex;justify-content:center;background:var(--color-bg-etc) url("https://ssl.pstatic.net/static/comic/new/logo_white.svg") no-repeat 50% 50%/72px 69px}.Poster__thumbnail_area--gviWY.Poster__type272x165--GiVBb .Poster__image--d9XTI{position:absolute;user-select:none}.Poster__thumbnail_area--gviWY.Poster__type272x165--GiVBb .Poster__image--d9XTI.Poster__bg--zhRyJ{width:237px;height:164px}.Poster__thumbnail_area--gviWY.Poster__type272x165--GiVBb .Poster__image--d9XTI.Poster__back--gVUH5{width:207px;height:164px}.Poster__thumbnail_area--gviWY.Poster__type272x165--GiVBb .Poster__image--d9XTI.Poster__front--idNUp{width:226px;height:181px;bottom:1px;z-index:20}.Poster__thumbnail_area--gviWY.Poster__type272x165b--WrkqZ{width:272px;height:165px;background:var(--color-bg-etc) url("https://ssl.pstatic.net/static/comic/new/logo_white.svg") no-repeat 50% 50%/72px 69px}.Poster__thumbnail_area--gviWY.Poster__type272x165b--WrkqZ .Poster__image--d9XTI{width:272px;height:165px;object-fit:cover}.Poster__thumbnail_area--gviWY.Poster__type272x165b--WrkqZ .Poster__left--QwvsV{margin-left:-5px}.Poster__thumbnail_area--gviWY.Poster__type300x165--cQBJZ{width:300px}.Poster__thumbnail_area--gviWY.Poster__type300x165--cQBJZ .Poster__image--d9XTI{width:300px;height:165px;object-fit:cover}.Poster__bullet_wrap--VcWFJ{position:absolute;top:5px;left:5px;display:flex;flex-direction:column;z-index:30}.Poster__bullet_wrap--VcWFJ .Poster__icon_bullet--D4lUU+.Poster__icon_bullet--D4lUU{margin-top:2px}.Poster__badge_wrap--zo3Dq{position:absolute;top:0;bottom:auto;left:5px;right:auto;z-index:30;display:flex}.Poster__icon_poster--A_tIo{position:absolute;bottom:0;right:0;z-index:10}.Poster__noimage--pmcyB{display:flex;align-items:center;justify-content:center;height:100%;background-color:var(--color-solid-placeholder);border-radius:inherit}.Poster__noimage_info--r0Zfd{position:absolute;z-index:20;top:8px;left:8px}.Poster__noimage_info--r0Zfd:hover .Poster__tooltip--exicS{display:block}.Poster__tooltip--exicS{display:none;top:50%;left:100%;transform:translateY(-50%);margin-left:17px;white-space:nowrap;font-style:normal;text-align:left}.Poster__tooltip_title--tT_aO{display:block;margin-bottom:8px;font-weight:600;font-size:14px;line-height:19px;color:var(--color-webtoon-dim-green)}</style><style>.ContentTitle__u_skip--LA1Hs{position:absolute;top:-100px}.ContentTitle__u_skip--LA1Hs a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.ContentTitle__u_skip--LA1Hs a:active,.ContentTitle__u_skip--LA1Hs a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.ContentTitle__u_skip--LA1Hs span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.ContentTitle__title_area--x24vt{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:15px;font-weight:600;line-height:20px}.ContentTitle__title_area--x24vt[href]:hover .ContentTitle__title--e3qXt{text-decoration:underline}.ContentTitle__title_area--x24vt .ContentTitle__title--e3qXt{text-align:left;color:var(--color-text-primary);word-break:break-word}.ContentTitle__title_area--x24vt .ContentTitle__icon_bullet--H1qaP{margin:4px 4px 0 0}.ContentTitle__title_area--x24vt.ContentTitle__type_b--YguI7{font-size:16px;line-height:21px}.ContentTitle__title_area--x24vt.ContentTitle__type_c--x4gqW{display:inline-block;vertical-align:top;font-size:18px;line-height:25px;letter-spacing:-0.5px}.ContentTitle__title_area--x24vt.ContentTitle__type_c--x4gqW .ContentTitle__search_title--nndrf{color:var(--color-webtoon-green)}.ContentTitle__title_area--x24vt.ContentTitle__type_c--x4gqW .ContentTitle__icon_bullet--H1qaP{margin:6px 4px 0 0}.ContentTitle__title_area--x24vt.ContentTitle__type_c--x4gqW .ContentTitle__icon_bullet_adult--tYFHJ{margin:2.5px 4px 0 0}.ContentTitle__title_area--x24vt.ContentTitle__type_c--x4gqW .ContentTitle__icon_19--iGiyI{margin:4.5px 4px 0 0}</style><style>.ViewerView__u_skip--nDGoR{position:absolute;top:-100px}.ViewerView__u_skip--nDGoR a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.ViewerView__u_skip--nDGoR a:active,.ViewerView__u_skip--nDGoR a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.ViewerView__u_skip--nDGoR span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.ViewerView__viewer_container--ATOVF{overflow-x:hidden}.ViewerView__viewer_wrap--dfNGE{position:relative;z-index:10;width:1190px;margin:0 auto;padding-top:160px}.ViewerView__link_series_view--N9apC{display:flex;justify-content:center;align-items:center;margin:0 auto 60px;width:469px;height:70px;border:1px solid var(--color-line-secondary);background:var(--color-bg-secondary);font-size:20px;font-weight:500;color:var(--color-text-primary);cursor:pointer}.ViewerView__link_series_view--N9apC .ViewerView__icon_series_logo--diWgV{margin-right:4px}.ViewerView__ad_game_banner--zNiCC{position:relative;display:block;overflow:hidden;margin-top:24px;text-align:center;border-radius:3px}.ViewerView__ad_game_banner--zNiCC::after{position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,.07);border-radius:3px;content:""}.ViewerView__ad_game_banner--zNiCC img{width:100%}.ViewerView__appdownload_banner_area--AJxlz{margin-top:24px}.ViewerView__appdownload_banner_area--AJxlz+.ViewerView__episode_list_wrap--zm5sz{margin-top:-1px}.ViewerView__episode_list_wrap--zm5sz{position:relative;margin-top:24px;padding:58px 0 57px;border:1px solid var(--color-line-primary)}.ViewerView__ad_banner_area--SfK3D{margin-top:24px}.ViewerView__comment_wrap--aEawX{margin-top:30px}</style><style>.ContentAuthor__u_skip--P_fMO{position:absolute;top:-100px}.ContentAuthor__u_skip--P_fMO a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.ContentAuthor__u_skip--P_fMO a:active,.ContentAuthor__u_skip--P_fMO a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.ContentAuthor__u_skip--P_fMO span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.ContentAuthor__author_wrap--fV7Lo{position:relative}.ContentAuthor__author_wrap--fV7Lo.ContentAuthor__type_center--pgVhK{display:flex;justify-content:center}.ContentAuthor__author--CTAAP{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:14px;line-height:20px;font-weight:500;color:var(--color-text-primary);word-break:break-word}.ContentAuthor__author--CTAAP:hover{text-decoration:underline}.ContentAuthor__author--CTAAP.ContentAuthor__type_b--TZOyi{font-size:15px}span.ContentAuthor__author--CTAAP:hover{text-decoration:none}</style><style>.NewBestList__u_skip--nAa4K{position:absolute;top:-100px}.NewBestList__u_skip--nAa4K a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.NewBestList__u_skip--nAa4K a:active,.NewBestList__u_skip--nAa4K a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.NewBestList__u_skip--nAa4K span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.NewBestList__new_best--BfR3I{display:flex;flex-direction:column;width:202px}.NewBestList__new_best--BfR3I .NewBestList__info_area--RIf2F{display:flex;flex-direction:column;align-items:flex-start;row-gap:2px;position:relative;padding-top:12px;height:106px}.NewBestList__new_best--BfR3I .NewBestList__title--_ylbb{display:flex;align-items:center;font-size:15px;font-weight:600;line-height:20px}.NewBestList__new_best--BfR3I .NewBestList__title--_ylbb .NewBestList__text--cJ6RD{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.NewBestList__new_best--BfR3I .NewBestList__summary--ieCIx{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-top:2px;font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-addition);word-break:break-word}.NewBestList__new_best--BfR3I .NewBestList__summary--ieCIx a:hover{text-decoration:underline}.NewBestList__new_best--BfR3I.NewBestList__type_aside--P3rS5{width:300px}.NewBestList__new_best--BfR3I.NewBestList__type_aside--P3rS5 .NewBestList__summary--ieCIx{-webkit-line-clamp:2}</style><style>.NoticeList__u_skip--u66SV{position:absolute;top:-100px}.NoticeList__u_skip--u66SV a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.NoticeList__u_skip--u66SV a:active,.NoticeList__u_skip--u66SV a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.NoticeList__u_skip--u66SV span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.NoticeList__notice_list--V75wd{margin-top:15px}.NoticeList__notice_list--V75wd .NoticeList__item--mr35p{display:flex;align-items:center}.NoticeList__notice_list--V75wd .NoticeList__item--mr35p+.NoticeList__item--mr35p{margin-top:5px}.NoticeList__notice_list--V75wd .NoticeList__item--mr35p::before{width:2px;height:2px;background:var(--color-text-read);border-radius:50%;margin-right:5px;flex:none;content:""}.NoticeList__notice_list--V75wd .NoticeList__link--Q_r5w{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1;font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-primary)}.NoticeList__notice_list--V75wd .NoticeList__link--Q_r5w:hover{text-decoration:underline}</style><style>.Aside__u_skip--arLmR{position:absolute;top:-100px}.Aside__u_skip--arLmR a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.Aside__u_skip--arLmR a:active,.Aside__u_skip--arLmR a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.Aside__u_skip--arLmR span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.Aside__aside_wrap--iF5ju{width:300px}.Aside__aside_wrap--iF5ju .component_wrap:first-of-type{margin-top:0}.Aside__aside_wrap--iF5ju .component_wrap+.Aside__aside_banner--Bjwvm{margin-top:45px}.Aside__aside_wrap--iF5ju.Aside__type_home_logout--R6qSd .Aside__aside_banner--Bjwvm{margin-top:81px}.Aside__aside_wrap--iF5ju.Aside__type_episode--papuR .Aside__aside_banner--Bjwvm{margin-top:0}.Aside__aside_wrap--iF5ju.Aside__type_search--Hoa3P .Aside__aside_banner--Bjwvm{margin-top:14px}.Aside__aside_wrap--iF5ju .Aside__aside_banner--Bjwvm{margin-top:55px}.Aside__aside_wrap--iF5ju .Aside__aside_mid_banner--bBLfi{display:block;position:relative;border-radius:4px;overflow:hidden}.Aside__aside_wrap--iF5ju .Aside__aside_mid_banner--bBLfi img{width:300px;height:130px}.Aside__aside_wrap--iF5ju .Aside__aside_mid_banner--bBLfi::after{position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,.1);border-radius:4px;z-index:10;content:""}.Aside__aside_wrap--iF5ju .Aside__aside_mid_banner--bBLfi+.Aside__aside_mid_banner--bBLfi{margin-top:15px}.Aside__aside_wrap--iF5ju .Aside__product_banner_area--ManCg{margin:-5px 0 -8px}</style><style>.AsideList__u_skip--kREVd{position:absolute;top:-100px}.AsideList__u_skip--kREVd a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.AsideList__u_skip--kREVd a:active,.AsideList__u_skip--kREVd a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.AsideList__u_skip--kREVd span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.AsideList__content_list--FXDvm{display:flex;flex-direction:column;margin-top:18px}.AsideList__content_list--FXDvm .AsideList__item--i30ly{display:flex;column-gap:12px}.AsideList__content_list--FXDvm .AsideList__item--i30ly+.AsideList__item--i30ly{margin-top:10px}.AsideList__content_list--FXDvm.AsideList__challenge--HeKuU .AsideList__item--i30ly+.AsideList__item--i30ly{margin-top:16px}.AsideList__raking_area--aQX3C{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:none;width:25px}.AsideList__raking_area--aQX3C .AsideList__ranking--sNPZy{font-size:22px;font-weight:700;line-height:20px}.AsideList__raking_area--aQX3C .AsideList__status--naUkt{display:flex;align-items:center;margin-top:2px;font-size:14px;line-height:14px;color:var(--color-text-primary)}.AsideList__raking_area--aQX3C .AsideList__icon_rank--ElKLb{margin-right:2px}.AsideList__info_area--PVPwn{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:2px}</style><style>.AsideProductList__u_skip--L6Eym{position:absolute;top:-100px}.AsideProductList__u_skip--L6Eym a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.AsideProductList__u_skip--L6Eym a:active,.AsideProductList__u_skip--L6Eym a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.AsideProductList__u_skip--L6Eym span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.AsideProductList__product_list--yMw4n{display:flex;flex-direction:column;margin-top:18px}.AsideProductList__product_list--yMw4n .AsideProductList__item--riayO{display:flex}.AsideProductList__product_list--yMw4n .AsideProductList__item--riayO+.AsideProductList__item--riayO{margin-top:10px}.AsideProductList__info_area--C8vO6{display:flex;flex-direction:column;justify-content:center;margin-left:12px}.AsideProductList__title_area--BUa1y{font-size:15px;font-weight:500;line-height:20px;letter-spacing:-0.5px}.AsideProductList__title_area--BUa1y .AsideProductList__title--TXUE9{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;overflow:hidden;color:var(--color-text-primary)}.AsideProductList__title_area--BUa1y .AsideProductList__title--TXUE9:hover{text-decoration:underline}.AsideProductList__price--UYuzI{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:15px;font-weight:600;line-height:20px;letter-spacing:-0.5px;word-break:break-word;color:var(--color-text-primary)}</style><style>.AsideViewMore__link_view_more--Ahtr4{display:flex;justify-content:center;align-items:center;margin-top:10px;height:43px;border:1px solid var(--color-line-secondary);border-radius:4px;background:var(--color-bg-secondary);font-size:15px;font-weight:500;color:var(--color-text-addition)}.AsideViewMore__link_view_more--Ahtr4 .AsideViewMore__icon_arrow--wsPnZ{margin-left:5px}.AsideViewMore__link_view_more--Ahtr4 .AsideViewMore__icon_refresh--TnssA{margin-right:6px}.AsideViewMore__link_view_more--Ahtr4 .AsideViewMore__count--XTvS5{margin-left:6px;font-weight:500;color:var(--color-text-addition)}.AsideViewMore__link_view_more--Ahtr4 .AsideViewMore__count--XTvS5 strong{font-weight:700;color:var(--color-text-secondary)}</style><style>.ComponentHead__u_skip--PfC2g{position:absolute;top:-100px}.ComponentHead__u_skip--PfC2g a{position:absolute;left:0;top:0;width:128px;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") repeat-x 0 -11px;border:1px solid #4ec53d;text-align:center;outline:0}.ComponentHead__u_skip--PfC2g a:active,.ComponentHead__u_skip--PfC2g a:focus{top:100px;text-decoration:none;cursor:pointer;zoom:1;z-index:2147483647}.ComponentHead__u_skip--PfC2g span{display:inline-block;padding:2px 6px 0 0;background:url("https://ssl.pstatic.net/static/common/sp_u_skip.png") no-repeat 100% 11px;font-size:11px;letter-spacing:-1px;color:#fff;line-height:26px}.ComponentHead__component_head--O2tPr{display:flex;justify-content:space-between;align-items:center;height:50px;margin-bottom:5px}.ComponentHead__component_head--O2tPr .ComponentHead__title_area--IEQEG{display:flex;align-items:center}.ComponentHead__component_head--O2tPr .ComponentHead__title--TjYVo{font-size:20px;line-height:21px;font-weight:600;letter-spacing:-0.5px;color:var(--color-text-primary)}.ComponentHead__component_head--O2tPr .ComponentHead__spot_text--JDmpm{margin-right:5px;color:var(--color-webtoon-green)}.ComponentHead__component_head--O2tPr .ComponentHead__select_wrap--xVLLI{position:relative;margin-left:10px}.ComponentHead__component_head--O2tPr .ComponentHead__select_wrap--xVLLI+.ComponentHead__count--bRLNZ{margin-left:8px}.ComponentHead__component_head--O2tPr .ComponentHead__select_wrap--xVLLI+.ComponentHead__count--bRLNZ::before{width:1px;height:12px;margin-right:8px;background:var(--color-line-secondary);content:""}.ComponentHead__component_head--O2tPr .ComponentHead__button_select--r9X5o{display:flex;align-items:center;font-size:15px;font-weight:500;line-height:20px;letter-spacing:-0.5px;color:var(--color-text-addition)}.ComponentHead__component_head--O2tPr .ComponentHead__button_select--r9X5o .ComponentHead__icon_select_arrow--J6YIX{margin-left:5px}.ComponentHead__component_head--O2tPr .ComponentHead__button_select--r9X5o~.ComponentHead__count--bRLNZ{margin-left:8px}.ComponentHead__component_head--O2tPr .ComponentHead__button_select--r9X5o~.ComponentHead__count--bRLNZ::before{width:1px;height:12px;background:var(--color-line-secondary);margin-right:8px}.ComponentHead__component_head--O2tPr .ComponentHead__button_select--r9X5o[aria-expanded=true]+.ComponentHead__select_year_wrap--zGTKb{display:block}.ComponentHead__component_head--O2tPr .ComponentHead__select_year_wrap--zGTKb{display:none;position:absolute;top:30px;left:0;width:80px;height:160px;padding:6px 4px 6px 6px;background:var(--color-bg-primary);box-shadow:0 0 5px rgba(0,0,0,.2);border-radius:4px;box-sizing:border-box;z-index:100}.ComponentHead__component_head--O2tPr .ComponentHead__select_year--gjQw9{overflow-y:auto;padding-right:4px;height:100%}.ComponentHead__component_head--O2tPr .ComponentHead__select_year--gjQw9::-webkit-scrollbar{appearance:none;width:6px}.ComponentHead__component_head--O2tPr .ComponentHead__select_year--gjQw9::-webkit-scrollbar-thumb{border-radius:26px;background-color:var(--color-bg-etc)}.ComponentHead__component_head--O2tPr .ComponentHead__select_year--gjQw9 .ComponentHead__option--qrhO7{width:100%;height:28px;font-size:15px;font-weight:500;line-height:20px;letter-spacing:-0.5px;text-align:center;color:var(--color-text-addition)}.ComponentHead__component_head--O2tPr .ComponentHead__select_year--gjQw9 .ComponentHead__option--qrhO7[aria-selected=true]{background:var(--color-bg-secondary);color:var(--color-webtoon-green);font-weight:600;border-radius:4px}.ComponentHead__component_head--O2tPr .ComponentHead__select_year--gjQw9 .ComponentHead__option--qrhO7+.ComponentHead__option--qrhO7{margin-top:2px}.ComponentHead__component_head--O2tPr .ComponentHead__count--bRLNZ{display:flex;align-items:center;margin-left:5px;font-size:15px;font-weight:500;line-height:20px;letter-spacing:-0.5px;color:var(--color-text-addition)}.ComponentHead__component_head--O2tPr .ComponentHead__tooltip--NJF50{position:relative;margin-left:21px}.ComponentHead__component_head--O2tPr .ComponentHead__tooltip--NJF50 .ComponentHead__text--dhKW7{font-size:14px;font-weight:500;line-height:20px;color:var(--color-text-primary)}.ComponentHead__component_head--O2tPr .ComponentHead__tooltip--NJF50 .ComponentHead__text--dhKW7 strong{color:var(--color-webtoon-green);font-weight:500}.ComponentHead__component_head--O2tPr .ComponentHead__more--TOglK{display:flex;align-items:center;font-size:15px;line-height:21px;font-weight:500;color:var(--color-text-addition)}.ComponentHead__component_head--O2tPr .ComponentHead__more--TOglK .ComponentHead__icon_arrow--HfDsS{margin-left:5px}.ComponentHead__component_head--O2tPr .ComponentHead__tab_control--R1TyL{display:inline-flex;margin-left:15px}.ComponentHead__component_head--O2tPr .ComponentHead__tab_control--R1TyL .ComponentHead__button_tab--YoR6Z{display:flex;align-items:center;font-size:15px;line-height:21px;font-weight:500;color:var(--color-text-addition)}.ComponentHead__component_head--O2tPr .ComponentHead__tab_control--R1TyL .ComponentHead__button_tab--YoR6Z+.ComponentHead__button_tab--YoR6Z{margin-left:5px}.ComponentHead__component_head--O2tPr .ComponentHead__tab_control--R1TyL .ComponentHead__button_tab--YoR6Z+.ComponentHead__button_tab--YoR6Z::before{width:3px;height:3px;margin-right:5px;background:var(--color-text-addition);border-radius:50%;opacity:.5;content:""}.ComponentHead__component_head--O2tPr .ComponentHead__tab_control--R1TyL .ComponentHead__button_tab--YoR6Z[aria-selected=true]{color:var(--color-webtoon-green)}.ComponentHead__component_head--O2tPr .ComponentHead__title_tab_control--DW_CQ{display:inline-flex}.ComponentHead__component_head--O2tPr .ComponentHead__title_tab_control--DW_CQ .ComponentHead__button_tab--YoR6Z{display:flex;align-items:center;font-size:20px;line-height:21px;font-weight:500;color:var(--color-text-describe);letter-spacing:-0.5px}.ComponentHead__component_head--O2tPr .ComponentHead__title_tab_control--DW_CQ .ComponentHead__button_tab--YoR6Z+.ComponentHead__button_tab--YoR6Z{margin-left:10px}.ComponentHead__component_head--O2tPr .ComponentHead__title_tab_control--DW_CQ .ComponentHead__button_tab--YoR6Z+.ComponentHead__button_tab--YoR6Z::before{width:1px;height:12px;margin-right:10px;background:var(--color-line-primary);content:""}.ComponentHead__component_head--O2tPr .ComponentHead__title_tab_control--DW_CQ .ComponentHead__button_tab--YoR6Z[aria-selected=true]{color:var(--color-text-primary)}.ComponentHead__component_head--O2tPr .ComponentHead__button_refresh--zH4Js{margin:1px 0 0 6px}.ComponentHead__component_head--O2tPr .ComponentHead__button_refresh--zH4Js g{fill:#7f7f7f}.ComponentHead__component_head--O2tPr.ComponentHead__type_genre--ioHSd{height:76px}.ComponentHead__component_head--O2tPr.ComponentHead__type_genre--ioHSd .ComponentHead__title_area--IEQEG{flex-direction:column;align-items:flex-start}.ComponentHead__component_head--O2tPr.ComponentHead__type_genre--ioHSd .ComponentHead__more--TOglK{margin-bottom:26px}.ComponentHead__component_head--O2tPr.ComponentHead__type_genre--ioHSd .ComponentHead__tab_control--R1TyL{display:flex;margin:10px 0 0}.ComponentHead__component_head--O2tPr.ComponentHead__type_aside--PumIK,.ComponentHead__component_head--O2tPr.ComponentHead__border--mmJ1X{border-bottom:1px solid var(--color-line-secondary)}</style><style id="gnb_style" type="text/css">@charset "UTF-8";
/* NTS UIT Development Office YJH 140717 */
a.gnb_my, .gnb_icon, #gnb .gnb_my_interface, .gnb_my_li .gnb_my_content .gnb_membership, #gnb .gnb_ico_num .gnb_ico_new, #gnb .gnb_ico_num .gnb_ico_new .gnb_count, .gnb_lst .ico_arrow, a.gnb_my .filter_mask, .gnb_my_lyr, .gnb_my_li .gnb_my_content .gnb_mask, .gnb_my_li .gnb_my_content .gnb_edit_lst li, .gnb_notice_li .gnb_notice_lyr, .gnb_notice_li .svc_list .gnb_ico_mail, .gnb_notice_li .svc_list .gnb_btn_remove span, .gnb_notice_li .svc_list .gnb_btn_remove i, .gnb_notice_li .gnb_error .gnb_ico_error, .gnb_ly_alert .gnb_btn_close i, .gnb_first_visit, .gnb_search_box, .gnb_search_box .gnb_del_txt, .gnb_svc_more .gnb_svc_lstwrp li.gnb_event em.ic_gnb_new, .gnb_svc_more .svc_btnwrp button { background: url(https://ssl.pstatic.net/static/common/gnb/one/sp_gnb_v16.png?v=202307) no-repeat -999px -999px;}
.gnb_favorite_area, .gnb_search_area, .gnb_banner, .gnb_linkwrp{background:url(https://ssl.pstatic.net/static/common/gnb/2014/bg_svclyr2_v2.png) no-repeat -999px -999px}
#gnb .gnb_my_li .gnb_my_community a, .gnb_notice_li .gnb_notice_all, a.gnb_service_all, .gnb_svc_more .svc_btns{display:block;height:38px;border-top:1px solid #ebebeb;background-color:#f8f8f8;text-align:center;font-weight:bold;text-decoration:none;letter-spacing:-1px;line-height:38px}
#gnb .gnb_my_li .gnb_my_community a:visited, .gnb_notice_li .gnb_notice_all:visited, a.gnb_service_all:visited, .gnb_svc_more .svc_btns:visited{color:#444}
.gnb_login_li, .gnb_my_li, .gnb_notice_li, .gnb_talk_li, .mail_li, .gnb_service_li{float:left;margin-right:2px;overflow:visible}
.gnb_login_li a, .gnb_my_li a, .gnb_notice_li a, .gnb_talk_li a, .mail_li a, .gnb_service_li a{position:relative;z-index:100;}
a.gnb_my, .gnb_icon{position:relative}
#gnb{position:relative;z-index:2147483646;font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'Apple SD Gothic Neo',Helvetica,Sans-serif !important;color:#444;font-size:12px;letter-spacing:0 !important;line-height:normal !important;text-align:left !important}
#gnb div, #gnb p, #gnb span, #gnb em, #gnb strong, #gnb h1, #gnb h2, #gnb h3, #gnb h4, #gnb h5, #gnb h6, #gnb ul, #gnb ol, #gnb li, #gnb dl, #gnb dt, #gnb dd, #gnb table, #gnb th, #gnb td, #gnb form, #gnb fieldset, #gnb legend, #gnb input, #gnb textarea, #gnb button, #gnb label{font-family:'나눔고딕',NanumGothic,'돋움',Dotum,'Apple SD Gothic Neo',Helvetica,Sans-serif !important}
#gnb a, #gnb label, #gnb button{cursor:pointer}
#gnb a, #gnb a:visited, #gnb a:active, #gnb a:focus{color:#444}
#gnb a:hover{color:#444;text-decoration:underline;vertical-align: baseline;}
#gnb input::-ms-clear{display:none}
#gnb em{font-style:normal}
#gnb ul{list-style:none}
#gnb .blind{display:block;overflow:hidden;position:absolute;top:-1000em;left:0;width:1px;height:1px;margin:0;padding:0;font-size:0;line-height:0}
#gnb .gnb_my_membership{padding: 0;display: block;width: 64px;height: 16px;background: url(https://ssl.pstatic.net/static/common/gnb/one/ico_gnb_membership.png) no-repeat; background-size: 64px 16px;margin: 0;}
#gnb .gnb_my_interface{padding:5px;position:absolute;top:12px;right:8px;display:block;width:17px;height:16px;background-position:-90px 5px}
#gnb .gnb_my_interface:hover{background-position:-90px -20px}
#gnb .gnb_my_interface:focus{background-position:-90px -20px}
#gnb .gnb_pad_lyr{position:absolute}
#gnb .gnb_ico_num{display:block;position:absolute;top:1px;width:40px;text-align:center}
#gnb .gnb_ico_num .gnb_ico_new{height:15px;display:inline-block;background-position: -331px 0;zoom:1}
#gnb .gnb_ico_num .gnb_ico_new .gnb_count{position:relative;top:0;right:-5px;height:15px;margin:0;padding:0 4px 0 1px;display:inline-block;*display:inline;vertical-align:top;background-position: 100% 0;text-indent:-2px;font-family:tahoma !important;font-weight:bold;color:#fff;zoom:1}
#gnb .gnb_ico_num .gnb_ico_new .plus{margin:1px -1px 0 2px;font-size:8px;display:inline-block;color:#fff;vertical-align:top}
:root #gnb .gnb_pad_lyr{opacity:1 !important;/* background:#fff */}
.gnb_lst{margin:0;padding:0;zoom:1}
.gnb_lst:after{display:block;clear:both;content:''}
.gnb_lst ul{margin:0;padding:0}
.gnb_lst .ico_arrow{display:none;position:absolute;left:50%;top:27px;width:10px;height:8px;margin-left:-5px;background-position:-175px -10px}
.gnb_lyr_opened .gnb_my_lyr, .gnb_lyr_opened .gnb_service_lyr, .gnb_lyr_opened .gnb_notice_lyr, .gnb_lyr_opened .ico_arrow{display:block !important}
.gnb_login_li{height:23px;padding:5px 7px 0 0}
.gnb_btn_login, .gnb_bg, .gnb_bdr{display:inline-block;width:46px;height:20px;font-size:12px}
.gnb_btn_login{position:relative}
.gnb_bg{background-color: #fff;opacity: 0.05;filter: alpha(opacity=5);}
.gnb_bdr{position:absolute;top: -1px;left: -1px;width: 46px;height: 20px;border: 1px solid #000;opacity: 0.12;filter: alpha(opacity=12);}
.gnb_txt{position:absolute;top:0;left:0;width:45px;height:20px;padding-left:1px;line-height:21px;color:#666;text-align:center}
.gnb_btn_login:hover{text-decoration:none !important}
.gnb_account .gnb_btn_login{width:54px;margin:-1px 0 0 8px;vertical-align:top}
.gnb_account a.gnb_btn_login .gnb_txt {padding-left: 0;}
.gnb_account .gnb_bdr{width:52px}
.gnb_account .gnb_txt{width:53px}
.gnb_my_li{margin-right:7px}
.gnb_my_namebox{padding:2px 9px 0 0;background-repeat:no-repeat;background-position:100% 50%;zoom:1}
.gnb_my_namebox:after{display:block;clear:both;content:''}
a.gnb_my{float:left;display:block;font-size:12px;vertical-align:middle}
a.gnb_my .filter_mask {position: absolute; top: -1px; left: -1px; z-index: 1; width: 28px; height: 28px; background-position: -260px -60px;}
a.gnb_my img{vertical-align:top;border-radius:16px}
a.gnb_my .gnb_name{margin-right:-1px;padding-left:5px;display:inline-block;height:28px;line-height:28px;vertical-align:top;font-size:11px;color:#444}
a.gnb_my:visited{color:#444}
a.gnb_my:hover, a.gnb_my:active, a.gnb_my:visited, a.gnb_my:focus{text-decoration:none !important}
a.gnb_my:hover .gnb_name{text-decoration:underline}
a.gnb_my .ico_arrow{top:25px;margin-left:8px}
.gnb_my_namebox a.gnb_emp{float:left;display:inline-block;height:28px;margin-left:3px;line-height:28px;font-size:11px;color:#777 !important}
.gnb_my_lyr{display:none;position:absolute;top:26px;right:-8px;padding:9px 5px 4px 4px;width:316px;height:155px;background-position:-2px -1310px;z-index:10}
.gnb_my_lyr.gnb_groupid{height:144px;background-position:-2px -1500px}
.gnb_my_lyr.gnb_groupid .gnb_my_content{height:80px}
.gnb_my_lyr.gnb_groupid.gnb_longid1{height:144px;/*background-position:-2px -1664px*/}
.gnb_my_lyr.gnb_groupid.gnb_longid2{height:144px;background-position:-2px -1828px}
.gnb_my_lyr.gnb_longid1{/*width:318px;*/ /*background-position:-2px -1118px;*/}
.gnb_my_lyr.gnb_longid2{width:348px;background-position:-2px -926px}
.gnb_my_li .gnb_my_content{zoom:1;height:91px;padding:15px 0 10px 15px}
.gnb_my_li .gnb_my_content:after{display:block;clear:both;content:''}
.gnb_my_li .gnb_my_content .gnb_img_area{float:left;position:relative;display:block;width:80px;margin: 1px 0 0 1px;}
.gnb_my_li .gnb_my_content .gnb_img_area img{vertical-align:top}
.gnb_my_li .gnb_my_content .gnb_mask{position:absolute;top:0;left:0;display:block;width:80px;height:80px;background-position:-70px -60px}
.gnb_my_li .gnb_my_content .gnb_change{position:absolute;bottom:-2px;left:-2px;display:block;width:28px;height:28px;background: url(https://ssl.pstatic.net/static/common/gnb/one/ico_gnb_change.png) no-repeat !important; background-size: 28px 28px !important;}
.gnb_my_li .gnb_my_content .gnb_change:hover{background-image: url(https://ssl.pstatic.net/static/common/gnb/one/ico_gnb_change_hover.png) !important;}
.gnb_my_li .gnb_my_content .gnb_txt_area{float:left;width:210px;margin:0 0 0 10px}
.gnb_longid1 .gnb_my_content .gnb_txt_area{/* width:210px; */}
.gnb_longid2 .gnb_my_content .gnb_txt_area{width:235px}
.gnb_my_li .gnb_my_content .gnb_account{margin-bottom:3px 0 1px;font-size:0}
.gnb_my_li .gnb_my_content .gnb_name{color:#666;font-size:14px;vertical-align: top}
.gnb_my_li .gnb_my_content .gnb_name a{display:inline-block;vertical-align:top;font-weight:bold;color:#222 !important}
.gnb_my_li .gnb_my_content a.gnb_mail_address{margin-left:1px;font-family:tahoma;color:#666 !important;font-size:12px}
.gnb_my_li .gnb_my_content .gnb_edit_lst{zoom:1;margin-top:7px !important}
.gnb_my_li .gnb_my_content .gnb_edit_lst:after{display:block;clear:both;content:''}
.gnb_my_li .gnb_my_content .gnb_edit_lst li{float:left;padding-left:6px;margin-left:5px;background-position:-290px -25px}
.gnb_my_li .gnb_my_content .gnb_edit_lst li.gnb_info{padding-left:0;margin-left:0;background:none}
.gnb_my_li .gnb_my_content .gnb_edit_lst a{color:#666 !important;letter-spacing:-1px}
.gnb_my_li .gnb_my_content .gnb_membership {display: inline-block;margin: 0 5px 0 1px !important; padding-right: 8px !important; background-position: -288px -403px;}
.gnb_my_li .gnb_my_content .gnb_pay_check{height:16px;margin:7px -4px 0 0 !important}
@media screen and (min-width: 0\0) { .gnb_my_li .gnb_my_content .gnb_pay_check{margin-top:17px} }
.gnb_my_li .gnb_my_content .gnb_pay_check em{display:inline-block;width:16px;height:16px;background: url(https://ssl.pstatic.net/static/common/gnb/one/ico_gnb_pay_check.svg) no-repeat !important; background-size: 16px 16px !important;margin:0 4px 0 0;overflow:hidden;font-size:0;line-height:0;vertical-align:top}
.gnb_my_li .gnb_my_content .gnb_pay_check a{font-size:14px;letter-spacing:-1px;line-height:16px;vertical-align:top}
.gnb_my_li .gnb_my_content .gnb_pay_check span{font-weight: bold; vertical-align: top;}
.gnb_my_li .gnb_my_content .gnb_pay_check strong{font-family:tahoma;letter-spacing:0;vertical-align:top;}
.gnb_my_li .gnb_my_content .gnb_pay_check a, .gnb_my_li .gnb_my_content .gnb_pay_check span, .gnb_my_li .gnb_my_content .gnb_pay_check strong{font-size:12px;color:#222 !important}
#gnb .gnb_my_li .gnb_my_community{clear:both;zoom:1}
#gnb .gnb_my_li .gnb_my_community:after{display:block;clear:both;content:''}
#gnb .gnb_my_li .gnb_my_community a{float:left;width:106px;margin-right: 0;border-right:1px solid #ebebeb}
#gnb .gnb_my_li .gnb_my_community a.gnb_pay{width:102px;border-right:0;line-height:0}
#gnb .gnb_my_li .gnb_my_community a.gnb_pay span{display:inline-block;width:41px;height:16px;background: url(https://ssl.pstatic.net/static/common/gnb/one/ico_gnb_pay.svg) no-repeat !important; background-size: 41px 16px !important;margin:11px auto 0;font-size:0;line-height:0}
#gnb .gnb_my_li .gnb_my_community a.gnb_pay i {display: inline-block;width: 61px;height: 20px;margin: 9px auto 0;background: url(https://ssl.pstatic.net/static/common/gnb/banner/promo_membership.png) no-repeat !important;background-size: 61px 20px !important;font-size: 0;line-height: 0;}
#gnb .gnb_my_li .gnb_my_community a:active, #gnb .gnb_my_li .gnb_my_community a:focus, #gnb .gnb_my_li .gnb_my_community a:visited{text-decoration:none !important}
#gnb .gnb_my_li .gnb_my_community a:hover{text-decoration:underline !important}
#gnb .gnb_my_lyr.gnb_longid1 .gnb_my_community a{/*width:105px;*/}
#gnb .gnb_my_lyr.gnb_longid1 .gnb_my_community a.gnb_pay{/* width:106px;*/}
#gnb .gnb_my_lyr.gnb_longid2 .gnb_my_community a{width:115px}
#gnb .gnb_my_lyr.gnb_longid2 .gnb_my_community a.gnb_pay{width:116px}
#gnb.gnb_one .gnb_my_community a, #gnb.gnb_one_small .gnb_my_community a{margin-right: 0 !important;}
.gnb_notice_li a.gnb_notice{display:block;width:15px;height:17px;padding:7px 9px 4px;text-decoration:none !important}
.gnb_notice_li a.gnb_notice .gnb_ico_num{left:1px;top:0}
.gnb_notice_li a.gnb_notice .gnb_icon{display:block;width:15px;height:17px;background-position:-3px -60px}
.gnb_notice_li a.gnb_notice:hover .gnb_icon{background-position:-38px -60px;text-decoration:none !important}
.gnb_notice_li .gnb_notice_lyr{display:none;position:absolute;top:26px;right:-7px;width:297px;height:330px;padding:9px 4px 4px;background-position:-2px -584px;z-index:10;overflow:hidden}
.gnb_notice_li .svc_scroll{height:291px;overflow:scroll;overflow-x:hidden;position:relative;zoom:1}
.gnb_notice_li .svc_panel{width:100%;height:330px;overflow:hidden}
.gnb_notice_li .svc_head{position:relative;height:36px;padding-left:15px;line-height:20px;border-bottom:1px solid #eaeaea;zoom:1}
.gnb_notice_li .svc_head .gnb_tit{color:#6b6d70;margin-right:1px;line-height:36px}
.gnb_notice_li .svc_head .task_right{position:absolute;right:8px;top:8px;font-size:0}
.gnb_notice_li .svc_head .task_right button{height:20px;padding:0 6px;margin-left:4px;border:1px solid #ddd;color:#888;background-color:#fff;font-family:'나눔고딕', NanumGothic;font-size:12px;letter-spacing:-1px;line-height:18px;*line-height:16px;overflow:visible}
.gnb_notice_li .svc_list .gnb_btn_remove i, .gnb_notice_li .svc_list .gnb_btn_remove span, .gnb_notice_li .svc_noti .gnb_ico_mail, .gnb_notice_li .svc_blank .svc_msg_box, .gnb_notice_li .svc_blank .gnb_v_guide{display:inline-block;*display:inline;*zoom:1}
.gnb_notice_li .svc_list{margin-top:-1px}
.gnb_notice_li .svc_list li{position:relative;padding:7px 34px 7px 15px;border-top:1px solid #eaeaea;line-height:18px}
.gnb_notice_li .svc_list .gnb_new{background:#ffffd8}
.gnb_notice_li .svc_list .gnb_unread .gnb_subject{color:#444}
.gnb_notice_li .svc_list .gnb_unread .d_cnt{color:#ff630e}
.gnb_notice_li .svc_list .gnb_unread a:hover .gnb_subject, .gnb_notice_li .svc_list .gnb_unread .gnb_unread a:hover .d_cnt{color:#390}
.gnb_notice_li .svc_list .gnb_unread .svc_name{color:#444}
.gnb_notice_li .svc_list a.gnb_list_cover{text-decoration:none !important;display:block;position:relative;zoom:1}
.gnb_notice_li .svc_list a:hover .gnb_subject{text-decoration:underline}
.gnb_notice_li .svc_list .gnb_subject{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;color:#adadad}
.gnb_notice_li .svc_list .d_cnt{font-family:tahoma;font-size:10px}
.gnb_notice_li .svc_list .gnb_info{color:#adadad}
.gnb_notice_li .svc_list .svc_name{margin-right:3px;color:#adadad}
.gnb_notice_li .svc_list .cchr{margin-right:3px}
.gnb_notice_li .svc_list .dona{position:absolute;top:8px;right:34px;text-decoration:underline}
.gnb_notice_li .svc_list .dona a{color:#adadad}
.gnb_notice_li .svc_list .dona a:hover{color:#390}
.gnb_notice_li .svc_list .gnb_ico_mail{width:14px;height:15px;font-size:0;line-height:0;color:#fff;vertical-align:top}
.gnb_notice_li .svc_list .gnb_ico_mail.gnb_yes{background-position:-245px -17px}
.gnb_notice_li .svc_list .gnb_ico_mail.gnb_no{background-position:-245px 4px}
.gnb_notice_li .svc_list .gnb_btn_remove{position:absolute;right:4px;top:50%;z-index:100;margin-top:-13px;padding:10px;line-height:6px;font-size:0;background:none !important;border:0 !important}
.gnb_notice_li .svc_list .gnb_btn_remove span, .gnb_notice_li .svc_list .gnb_btn_remove i{display:block !important;width:7px;height:7px;font-size:0;line-height:0;color:transparent;white-space:nowrap;overflow:hidden;vertical-align:top;background-position:-175px 0}
.gnb_notice_li .svc_blank{position:absolute;top:104px;left:0;width:100%;white-space:nowrap;height:100px;font-size:0;text-align:center}
.gnb_notice_li .svc_blank .svc_msg_box{white-space:normal;font-size:12px;width:100%}
.gnb_notice_li .svc_blank .gnb_tit{display:block;color:#2f3743;font-size:14px;margin:0 0 15px}
.gnb_notice_li .svc_blank .gnb_tit strong{font-weight:normal;color:#390}
.gnb_notice_li .svc_blank .gnb_desc{line-height:19px;color:#2f3743;margin-bottom:7px}
.gnb_notice_li .svc_blank .gnb_desc a, .gnb_notice_li .svc_blank .gnb_link{color:#390;text-decoration:underline}
.gnb_notice_li .svc_blank .gnb_v_guide{vertical-align:middle;height:100%;width:0}
.gnb_notice_li .svc_blank .gnb_link_wrap{text-align:center}
.gnb_notice_li .svc_blank .gnb_link_wrap .gnb_link{display:block;width:40px;margin:0 auto !important;text-align:center}
.gnb_notice_li .svc_loading{background:url(https://ssl.pstatic.net/static/www/2014/loading.gif) no-repeat #fff center center;position:absolute;top:33px;left:0;width:100%;height:245px}
.gnb_notice_li .gnb_error{position:absolute;top:81px;left:2px;width:100%;color:#444;text-align:center}
.gnb_notice_li .gnb_error .gnb_ico_error{display:inline-block;width:57px;height:57px;background-position:-280px -190px}
.gnb_notice_li .gnb_error .gnb_tit{font-size:14px;margin:15px 0 11px}
.gnb_notice_li .gnb_error .gnb_desc{margin-bottom:13px;line-height:18px}
.gnb_notice_li .gnb_error .gnb_link{text-decoration:underline}
.gnb_ly_alert{position:absolute;top:110px;left:13px;background-color:#fff;border:1px solid #b7b9bc;width:260px;padding:34px 0 20px;zoom:1;z-index:100}
.gnb_ly_alert .gnb_msg{text-align:center;line-height:17px;margin-bottom:14px;color:#2f3743}
.gnb_.ly_alert .gnb_btn_close{position:absolute;right:2px;top:0;*overflow:visible}
.gnb_ly_alert .gnb_btns{text-align:center}
.gnb_ly_alert .gnb_btns button{height:27px;line-height:27px;*line-height:22px;font-weight:bold;font-size:12px;padding:0 8px;color:#2f3743;border:1px solid #ddd;background-color:white}
.gnb_ly_alert .gnb_btns button:first-child{margin-right:4px}
.gnb_ly_alert .gnb_btn_close{position:absolute;right:2px;top:0;width:35px;border:0;background:none;cursor:pointer;border-radius:0;padding:10px}
.gnb_ly_alert .gnb_btn_close i{display:block;width:15px;height:15px;font:0/0 a;color:transparent;white-space:nowrap;overflow:hidden;vertical-align:top;background-position:-240px -60px}
.gnb_talk_li a.gnb_talk{display:block;width:20px;height:20px;padding: 6px 7px 3px;text-decoration: none !important;}
.gnb_talk_li a.gnb_talk .gnb_icon{display: block;width: 20px;height: 20px;background-position: -260px -160px;}
.gnb_talk_li a.gnb_talk:hover .gnb_icon{background-position: -280px -160px;text-decoration: none !important;}
.mail_li a.gnb_mail{display:block;width:20px;height:15px;padding:7px 9px 6px;text-decoration:none !important}
.mail_li a.gnb_mail .gnb_icon{display:block;width:20px;height:15px;background-position:0px -95px}
.mail_li a.gnb_mail:hover .gnb_icon{background-position:-35px -95px;text-decoration:none !important}
.mail_li .gnb_ico_num{left:6px;top:0}
.gnb_service_li{margin-right:0}
.gnb_service_li a.gnb_service{display:block;width:16px;height:16px;padding:7px 9px 5px}
.gnb_service_li a.gnb_service .gnb_icon{display:block;width:16px;height:16px;background-position:-2px -130px}
.gnb_service_li a.gnb_service:hover .gnb_icon{background-position:-37px -130px;text-decoration:none !important}
.gnb_service_li .gnb_service_lyr{display:none;position:absolute;top:27px;right:-7px;z-index:10}
.gnb_favorite_search{width:301px;letter-spacing:-1px}
.gnb_response .gnb_favorite_search{display:none}
.gnb_favorite_area{height:93px;padding:8px 4px 0;background-position:0 0}
.gnb_favorite_lstwrp{position:relative;padding:22px 1px 15px 15px;border-bottom:1px solid #ebebeb}
.gnb_favorite_lstwrp .gnb_my_interface{top:3px !important;right:3px !important}
.gnb_first_visit{position:absolute;top:0;left:0;width:293px;height:92px;background-position:0 -310px;z-index:200}
.gnb_first_visit .gnb_close{position:absolute;top:0;right:0;display:block;width:32px;height:32px}
.gnb_favorite_lst{zoom:1}
.gnb_favorite_lst:after{display:block;clear:both;content:''}
.gnb_favorite_lst li{float:left;width:65px;text-align:center;white-space:nowrap}
.gnb_favorite_lst a{display:inline-block;text-align:center;font-weight:bold}
.gnb_favorite_lst .gnb_add a{display:block;test-align:center;}
.gnb_favorite_lst .gnb_add a span.ic_add{display:block;width:36px;height:36px;margin:0 auto 4px;background-image: url(https://ssl.pstatic.net/static/common/gnb/one/sp_gnb_4b16e6.png);background-position: 0px 0px;background-repeat: no-repeat;width: 36px;height: 36px;vertical-align: top;}
.gnb_favorite_lst .gnb_add a:hover span.ic_add{background-image: url(https://ssl.pstatic.net/static/common/gnb/one/sp_gnb_4b16e6.png);background-position: -42px 0px;background-repeat: no-repeat;width: 36px;height: 36px;vertical-align: top;}
.gnb_favorite_lst img{display:block;margin:0 auto 4px;vertical-align:top}
.gnb_search_area{position:relative;z-index:200;padding:18px 4px 17px;background-position:-301px 0;background-repeat:repeat-y}
.gnb_search_box{position:relative;z-index:101;margin:0 12px 16px 0;padding-left:10px;display:block;width:270px;height:35px;background-position:10px -190px}
.gnb_search_box.over{background-position:10px -230px}
.gnb_search_box.fcs{background-position:10px -270px}
.gnb_search_box.fcs input{width:200px;font-size:16px;font-weight:bold;color:#444;outline:0}
.gnb_search_box input{float:left;display:block;width:210px;height:22px;margin-top:6px;padding-left:10px;font-family:'나눔고딕',NamumGothic;letter-spacing:-1px;color:#adadad;font-size:13px;border:0;line-height:22px;background:transparent}
.gnb_search_box .gnb_del_txt{position:absolute;top:8px;right:32px;display:block;width:17px;height:17px;background-position:-190px 0px}
.gnb_search_box .gnb_del_txt:hover{background-position:-190px -20px}
.gnb_search_box .gnb_pop_input{position:absolute;top:34px;left:10px;width:268px;height:170px;*height:172px;border:1px solid #cbc5c5;border-top:0;background:#fff;overflow-x:hidden;overflow-y:scroll;z-index:110}
.gnb_search_box .gnb_pop_lst{padding:4px 0 2px}
.gnb_search_box .gnb_pop_lst a{display:block;padding:6px 0 6px 10px;font-weight:bold}
.gnb_search_box .gnb_pop_lst .on{background-color:#f5f5f5}
.gnb_search_lstwrp{zoom:1;height:118px;padding-left:12px}
.gnb_search_lstwrp:after{display:block;clear:both;content:''}
.gnb_search_lstwrp .gnb_search_lst{float:left;width:69px;border-left:1px solid #eaeaea}
.gnb_search_lstwrp .gnb_search_lst.gnb_first{width:64px;border:0}
.gnb_search_lstwrp li{padding:12px 0 0 8px}
.gnb_search_lstwrp li.gnb_first{font-weight:bold;padding-top:0}
.gnb_search_lstwrp li a{display:inline-block;vertical-align:top}
.gnb_banner{height:47px;margin:0;padding:0 18px;background-position:-301px 0;background-repeat:repeat-y}
.gnb_banner .gnb_service_event{display:inline-block;border-top:1px solid #ebebeb}
.gnb_linkwrp{padding:0 4px 4px;background-position:-602px 0}
a.gnb_service_all:hover, a.gnb_service_all:visited, a.gnb_service_all:active, a.gnb_service_all:focus{text-decoration:none}
.gnb_svc_more{display:none;position:absolute;top:4px;right:303px;width:589px;overflow:hidden;zoom:1;z-index:1000}
.gnb_svc_more:after{display:block;clear:both;content:''}
.gnb_response .gnb_svc_more{right:2px}
.gnb_bg_top{height:6px;background:url(https://ssl.pstatic.net/static/common/gnb/2014/bg_svclyr1_v2.png) no-repeat}
.gnb_bg_btm{position:relative;height:6px;background:url(https://ssl.pstatic.net/static/common/gnb/2014/bg_svclyr1_v2.png) no-repeat -1282px 0}
.gnb_svc_more .gnb_svc_hd{position:relative;padding:0 18px 2px 23px;letter-spacing:-1px;background:url(https://ssl.pstatic.net/static/common/gnb/2014/bg_svclyr1_v2.png) repeat-y -641px 0}
.gnb_svc_more .gnb_svc_hd .gnb_svc_tit{display:block;padding:12px 0 13px;border-bottom:1px solid #ebebeb;font-size:14px;color:#222}
.gnb_svc_more .gnb_svc_hd .link{position:absolute;top:14px;right:19px;font-size:12px;color:#444}
.gnb_svc_more .gnb_svc_hd .link a{color:#444 !important;line-height:16px !important}
.gnb_svc_more .gnb_svc_lstwrp{position:relative;height:283px;overflow:hidden;padding:15px 15px 0 20px;letter-spacing:-1px;background:url(https://ssl.pstatic.net/static/common/gnb/2014/bg_svclyr1_v2.png) repeat-y -641px 0;zoom:1}
.gnb_svc_more .gnb_svc_lstwrp:after{display:block;clear:both;content:''}
.gnb_svc_more .gnb_svc_lstwrp li{height:15px;margin-bottom:5px;color:#6b6d70;white-space:nowrap;line-height:15px}
.gnb_svc_more .gnb_svc_lstwrp li.gnb_event label{color:#444;font-weight:bold}
.gnb_svc_more .gnb_svc_lstwrp li.gnb_event em.ic_gnb_new{display:inline-block;width:11px;height:11px;background-position:-215px 0px;margin:2px 0 0 4px;font-size:0;line-height:0;vertical-align:top}
@media screen and (min-width: 0\0) { .gnb_svc_more .gnb_svc_lstwrp li.gnb_event em.ic{margin-top:3px} }
.gnb_svc_more .gnb_svc_lstwrp .gnb_input_check{width:13px;height:13px;margin:2px 3px 0 3px;padding:0;vertical-align:top;-webkit-appearance:checkbox;}
.gnb_svc_more .gnb_svc_lstwrp label{vertical-align:0px}
.gnb_svc_more .gnb_svc_lstwrp .gnb_disabled strong{color:#a8acb0}
.gnb_svc_more .gnb_svc_lstwrp .gnb_disabled li{color:#cbcbcb}
.gnb_svc_more .gnb_svc_lst1{float:left;width:328px;height:280px}
.gnb_svc_more .gnb_svc_lst1 ul{float:left;width:102px;min-height:260px;padding:5px 0 0 10px;border-left:1px solid #eee}
.gnb_svc_more .gnb_svc_lst1 ul.gnb_first{padding-left:0;border:0}
.gnb_svc_more .svc_lst2{float:left;position:relative;width:221px;border:1px solid #eee;background:#fbfbfb;zoom:1}
.gnb_svc_more .svc_lst2:after{display:block;clear:both;content:''}
.gnb_svc_more .svc_spc{float:left;position:relative;width:100px;min-height:254px;padding:9px 0 0 10px}
.gnb_svc_more .svc_spc.gnb_first{border-right:1px solid #eee}
.gnb_svc_more .svc_spc strong{height:20px;color:#2f3743;line-height:16px}
.gnb_svc_more .svc_spc a:visited{color:#2f3743}
.gnb_svc_more .svc_spc ul{padding:8px 0}
.gnb_svc_more .svc_spc li{margin-bottom:0;padding-bottom:5px;color:#848689}
.gnb_svc_more .svc_stroy{width:89px;margin-top:-5px;padding:12px 0 0;border-top:1px solid #eee}
.gnb_svc_more .svc_btns{position:relative;height:33px;overflow:hidden;padding-top:5px;line-height:normal}
.gnb_svc_more .svc_btnwrp{position:relative;*height:39px;background:url(https://ssl.pstatic.net/static/common/gnb/2014/bg_svclyr1_v2.png) repeat-y -641px 0;padding:0 2px 0 4px}
.gnb_svc_more .svc_btnwrp button{display:inline-block;width:60px;height:25px;border:0;vertical-align:top}
.gnb_svc_more .svc_btnwrp .gnb_save{background-position:0 -160px}
.gnb_svc_more .svc_btnwrp .gnb_close{margin-left:1px;background-position:-65px -160px}
.gnb_svc_more .svc_btnwrp .gnb_return{position:absolute;top:5px;left:15px;background-position:-130px -160px}
.gnb_type2 .gnb_notice_li a.gnb_notice .gnb_icon{background-position:-155px -120px}
.gnb_type2 .gnb_notice_li a.gnb_notice:hover .gnb_icon{background-position:-155px -140px}
.gnb_type2 .gnb_service_li .gnb_service .gnb_icon{background-position:-200px -120px}
.gnb_type2 .gnb_service_li .gnb_service:hover .gnb_icon{background-position:-200px -140px}
.gnb_type2 .mail_li a.gnb_mail .gnb_icon{background-position:-175px -120px}
.gnb_type2 .mail_li a.gnb_mail:hover .gnb_icon{background-position:-175px -140px}
.gnb_dark .gnb_my_li .gnb_my .gnb_name, .gnb_dark .gnb_login_li .gnb_btn_login .gnb_txt{color:#fff}
.gnb_dark .gnb_notice_li a.gnb_notice .gnb_icon{background-position:-220px -140px}
.gnb_dark .gnb_notice_li a.gnb_notice:hover .gnb_icon{background-position:-220px -120px}
.gnb_dark .gnb_talk_li a.gnb_talk .gnb_icon{background-position: -300px -160px;}
.gnb_dark .gnb_talk_li a.gnb_talk:hover .gnb_icon{background-position: -320px -160px;}
.gnb_dark .mail_li a.gnb_mail .gnb_icon{background-position:-238px -141px}
.gnb_dark .mail_li a.gnb_mail:hover .gnb_icon{background-position:-238px -121px}
.gnb_dark .gnb_service_li .gnb_service .gnb_icon{background-position:-261px -140px}
.gnb_dark .gnb_service_li .gnb_service:hover .gnb_icon{background-position:-261px -120px}
.gnb_dark_type2 .gnb_my_li .gnb_my .gnb_name, .gnb_dark_type2 .gnb_login_li .gnb_btn_login .gnb_txt{color:#fff}
.gnb_dark_type2 .gnb_notice_li a.gnb_notice .gnb_icon{background-position:-220px -120px}
.gnb_dark_type2 .gnb_notice_li a.gnb_notice:hover .gnb_icon{background-position:-220px -140px}
.gnb_dark_type2 .gnb_talk_li a.gnb_talk .gnb_icon{background-position: -320px -160px;}
.gnb_dark_type2 .gnb_talk_li a.gnb_talk:hover .gnb_icon{background-position: -300px -160px;}
.gnb_dark_type2 .mail_li a.gnb_mail .gnb_icon{background-position:-238px -121px}
.gnb_dark_type2 .mail_li a.gnb_mail:hover .gnb_icon{background-position:-238px -141px}
.gnb_dark_type2 .gnb_service_li .gnb_service .gnb_icon{background-position:-261px -120px}
.gnb_dark_type2 .gnb_service_li .gnb_service:hover .gnb_icon{background-position:-261px -140px;}
.gnb_dark .gnb_notice_li a.gnb_notice, .gnb_dark_type2 .gnb_notice_li a.gnb_notice {width: 17px;height: 19px;padding: 6px 8px 3px;}
.gnb_dark .gnb_notice_li a.gnb_notice .gnb_icon, .gnb_dark_type2 .gnb_notice_li a.gnb_notice .gnb_icon {width: 17px;height: 19px;}
.gnb_dark .mail_li a.gnb_mail, .gnb_dark_type2 .mail_li a.gnb_mail {width: 22px;height: 16px;padding: 7px 8px 4px;}
.gnb_dark .mail_li a.gnb_mail .gnb_icon, .gnb_dark_type2 .mail_li a.gnb_mail .gnb_icon {width: 22px;height: 16px;}
.gnb_dark .gnb_service_li a.gnb_service, .gnb_dark_type2 .gnb_service_li a.gnb_service {width: 18px;height: 18px;padding: 6px 8px 4px;}
.gnb_dark .gnb_service_li .gnb_service .gnb_icon, .gnb_dark_type2 .gnb_service_li .gnb_service .gnb_icon {width: 18px;height: 18px;}
#gnb.gnb_one .gnb_my_li .gnb_my .gnb_name, #gnb.gnb_one_small .gnb_my_li .gnb_my .gnb_name, #gnb.gnb_one .gnb_login_li .gnb_btn_login .gnb_txt, #gnb.gnb_one_small .gnb_login_li .gnb_btn_login .gnb_txt{color:#fff}
#gnb.gnb_one .gnb_login_li, #gnb.gnb_one_small .gnb_login_li {height: 28px;}
#gnb.gnb_one .gnb_login_li .gnb_btn_login, #gnb.gnb_one_small .gnb_login_li .gnb_btn_login, #gnb.gnb_one .gnb_login_li .gnb_bg, #gnb.gnb_one_small .gnb_login_li .gnb_bg, #gnb.gnb_one .gnb_login_li .gnb_bdr, #gnb.gnb_one_small .gnb_login_li .gnb_bdr, #gnb.gnb_one .gnb_login_li .gnb_txt, #gnb.gnb_one_small .gnb_login_li .gnb_txt {width: 53px;height: 23px;}
#gnb.gnb_one .gnb_login_li .gnb_btn_login .gnb_txt, #gnb.gnb_one_small .gnb_login_li .gnb_btn_login .gnb_txt {top: -1px;width: 53px;height: 23px;line-height: 28px;font-size: 11px;}
#gnb.gnb_one .gnb_login_li, #gnb.gnb_one_small .gnb_login_li, #gnb.gnb_one .gnb_my_li, #gnb.gnb_one_small .gnb_my_li, #gnb.gnb_one .gnb_notice_li, #gnb.gnb_one_small .gnb_notice_li,#gnb.gnb_one .gnb_talk_li, #gnb.gnb_one_small .gnb_talk_li, #gnb.gnb_one .mail_li, #gnb.gnb_one_small .mail_li, #gnb.gnb_one .gnb_service_li, #gnb.gnb_one_small .gnb_service_li{margin-right: 0;margin-left: 0; background: url(https://ssl.pstatic.net/static/common/gnb/bg_one_line.png) repeat-y right 0;}
#gnb.gnb_one .gnb_login_li a, #gnb.gnb_one_small .gnb_login_li a, #gnb.gnb_one .gnb_my_li a, #gnb.gnb_one_small .gnb_my_li a, #gnb.gnb_one .gnb_notice_li a, #gnb.gnb_one_small .gnb_notice_li a, #gnb.gnb_one .gnb_talk_li a, #gnb.gnb_one_small .gnb_talk_li a, #gnb.gnb_one .mail_li a, #gnb.gnb_one_small .mail_li a, #gnb.gnb_one .gnb_service_li a, #gnb.gnb_one_small .gnb_service_li a {margin-right: 1px;}
#gnb.gnb_one .gnb_login_li.hover .gnb_service, #gnb.gnb_one_small .gnb_login_li.hover .gnb_service, #gnb.gnb_one .gnb_login_li.hover .gnb_notice, #gnb.gnb_one_small .gnb_login_li.hover .gnb_notice, #gnb.gnb_one .gnb_login_li.hover .gnb_mail, #gnb.gnb_one_small .gnb_login_li.hover .gnb_mail, #gnb.gnb_one .gnb_login_li.hover .gnb_service, #gnb.gnb_one_small .gnb_login_li.hover .gnb_service, #gnb.gnb_one .gnb_my_li.hover .gnb_service, #gnb.gnb_one_small .gnb_my_li.hover .gnb_service, #gnb.gnb_one .gnb_my_li.hover .gnb_notice, #gnb.gnb_one_small .gnb_my_li.hover .gnb_notice, #gnb.gnb_one .gnb_my_li.hover .gnb_mail, #gnb.gnb_one_small .gnb_my_li.hover .gnb_mail, #gnb.gnb_one .gnb_my_li.hover .gnb_service, #gnb.gnb_one_small .gnb_my_li.hover .gnb_service, #gnb.gnb_one .gnb_notice_li.hover .gnb_service, #gnb.gnb_one_small .gnb_notice_li.hover .gnb_service, #gnb.gnb_one .gnb_notice_li.hover .gnb_notice, #gnb.gnb_one_small .gnb_notice_li.hover .gnb_notice,
#gnb.gnb_one .gnb_notice_li.hover .gnb_mail, #gnb.gnb_one_small .gnb_notice_li.hover .gnb_mail, #gnb.gnb_one .gnb_notice_li.hover .gnb_service, #gnb.gnb_one_small .gnb_notice_li.hover .gnb_service,
#gnb.gnb_one .gnb_talk_li.hover .gnb_talk,
#gnb.gnb_one_small .gnb_talk_li.hover .gnb_talk,
#gnb.gnb_one .mail_li.hover .gnb_service, #gnb.gnb_one_small .mail_li.hover .gnb_service, #gnb.gnb_one .mail_li.hover .gnb_notice, #gnb.gnb_one_small .mail_li.hover .gnb_notice, #gnb.gnb_one .mail_li.hover .gnb_mail, #gnb.gnb_one_small .mail_li.hover .gnb_mail, #gnb.gnb_one .mail_li.hover .gnb_service, #gnb.gnb_one_small .mail_li.hover .gnb_service, #gnb.gnb_one .gnb_service_li.hover .gnb_service, #gnb.gnb_one_small .gnb_service_li.hover .gnb_service, #gnb.gnb_one .gnb_service_li.hover .gnb_notice, #gnb.gnb_one_small .gnb_service_li.hover .gnb_notice, #gnb.gnb_one .gnb_service_li.hover .gnb_mail, #gnb.gnb_one_small .gnb_service_li.hover .gnb_mail, #gnb.gnb_one .gnb_service_li.hover .gnb_service, #gnb.gnb_one_small .gnb_service_li.hover .gnb_service {background: url(https://ssl.pstatic.net/static/common/gnb/bg_one_hover.png) repeat 0 0;}
#gnb.gnb_one .gnb_my_li .gnb_my .gnb_name, #gnb.gnb_one_small .gnb_my_li .gnb_my .gnb_name{margin:0 0 0 1px;}
#gnb.gnb_one .gnb_notice_li a.gnb_notice, #gnb.gnb_one_small .gnb_notice_li a.gnb_notice #gnb.gnb_one .gnb_talk_li a.gnb_talk, #gnb.gnb_one_small .gnb_talk_li a.gnb_talk{width:17px;height:19px}
#gnb.gnb_one .gnb_notice_li a.gnb_notice .gnb_icon, #gnb.gnb_one_small .gnb_notice_li a.gnb_notice .gnb_icon{width:17px;height:19px;background-position:-284px -119px}
#gnb.gnb_one .gnb_notice_li a.gnb_notice:hover .gnb_icon, #gnb.gnb_one_small .gnb_notice_li a.gnb_notice:hover .gnb_icon{background-position:-284px -119px}
#gnb.gnb_one .gnb_talk_li a.gnb_talk .gnb_icon, #gnb.gnb_one_small .gnb_talk_li a.gnb_talk .gnb_icon{background-position: -220px -160px;}
#gnb.gnb_one .gnb_talk_li a.gnb_talk:hover .gnb_icon, #gnb.gnb_one_small .gnb_talk_li a.gnb_talk:hover .gnb_icon{background-position: -220px -160px;}
#gnb.gnb_one_flat .gnb_talk_li a.gnb_talk .gnb_icon, #gnb.gnb_one_flat .gnb_talk_li a.gnb_talk:hover .gnb_icon{background-position: -240px -160px;}
#gnb.gnb_one .mail_li a.gnb_mail, #gnb.gnb_one_small .mail_li a.gnb_mail{width:21px;height:17px}
#gnb.gnb_one .mail_li a.gnb_mail .gnb_icon, #gnb.gnb_one_small .mail_li a.gnb_mail .gnb_icon{width:21px;height:17px;background-position:-302px -120px}
#gnb.gnb_one .mail_li a.gnb_mail:hover .gnb_icon, #gnb.gnb_one_small .mail_li a.gnb_mail:hover .gnb_icon{background-position:-302px -120px}
#gnb.gnb_one .gnb_service_li .gnb_service, #gnb.gnb_one_small .gnb_service_li .gnb_service{width:17px;height:17px}
#gnb.gnb_one .gnb_service_li .gnb_service .gnb_icon, #gnb.gnb_one_small .gnb_service_li .gnb_service .gnb_icon{width:17px;height:17px;background-position:-324px -120px}
#gnb.gnb_one .gnb_service_li .gnb_service:hover .gnb_icon, #gnb.gnb_one_small .gnb_service_li .gnb_service:hover .gnb_icon{background-position:-324px -120px}
#gnb.gnb_one .gnb_my_lyr, #gnb.gnb_one_small .gnb_my_lyr, #gnb.gnb_one .gnb_notice_lyr, #gnb.gnb_one_small .gnb_notice_lyr, #gnb.gnb_one .gnb_service_lyr, #gnb.gnb_one_small .gnb_service_lyr {right: 7px;}
#gnb.gnb_one .gnb_ico_num, #gnb.gnb_one_small .gnb_ico_num{width:34px;top:10px;right:3px;left:auto;vertical-align:top}
#gnb.gnb_one .gnb_ico_num .gnb_ico_new, #gnb.gnb_one_small .gnb_ico_num .gnb_ico_new{vertical-align:top;height:13px;background-position:-332px -60px;}
#gnb.gnb_one .gnb_ico_num .gnb_count, #gnb.gnb_one_small .gnb_ico_num .gnb_count {height: 13px;padding: 0 6px 0 2px;background-position: 100% -60px;font-size: 10px;font-weight: normal;}
#gnb.gnb_one .gnb_ico_num .plus, #gnb.gnb_one_small .gnb_ico_num .plus{margin:1px 0 0 2px}
#gnb.gnb_one .ico_arrow{top:48px}
#gnb.gnb_one .gnb_my_lyr, #gnb.gnb_one .gnb_notice_lyr{top:47px}
#gnb.gnb_one .gnb_service_lyr{top:48px;}
#gnb.gnb_one .gnb_login_li{padding:16px 21px 10px 1px;}
#gnb.gnb_one .gnb_my_li{padding:12px 20px 12px 2px}
#gnb.gnb_one .gnb_my_li .ico_arrow{top:34px}
#gnb.gnb_one .gnb_notice_li a.gnb_notice{padding:18px 19px 17px 19px}
#gnb.gnb_one .gnb_talk_li a.gnb_talk{width: 20px; height: 20px; padding: 17px 17px 17px 18px;}
#gnb.gnb_one .mail_li a.gnb_mail{padding:19px 17px 18px 17px}
#gnb.gnb_one .gnb_service_li .gnb_service{padding:19px 19px 18px 19px}
#gnb.gnb_one_small .ico_arrow{top:33px}
#gnb.gnb_one_small .gnb_my_lyr, #gnb.gnb_one_small .gnb_notice_lyr{top:32px}
#gnb.gnb_one_small .gnb_service_lyr{top:33px}
#gnb.gnb_one_small .gnb_login_li{padding:7px 12px 4px 2px}
#gnb.gnb_one_small .gnb_my_li{padding:5px 20px 4px 2px}
#gnb.gnb_one_small .gnb_my_li .ico_arrow{top:27px}
#gnb.gnb_one_small .gnb_notice_li a.gnb_notice{padding:10px 11px 10px 12px}
#gnb.gnb_one_small .gnb_talk_li a.gnb_talk{padding:10px 11px 10px 12px}
#gnb.gnb_one_small .mail_li a.gnb_mail{padding:11px 10px 11px 9px}
#gnb.gnb_one_small .gnb_service_li .gnb_service{padding:11px 12px 11px 11px}
#gnb.gnb_one_small .gnb_ico_num{top:5px;right:6px;width:24px}
#gnb.gnb_one_flat .gnb_login_li,
#gnb.gnb_one_flat .gnb_my_li,
#gnb.gnb_one_flat .gnb_notice_li,
#gnb.gnb_one_flat .mail_li,
#gnb.gnb_one_flat .gnb_service_li {border-color: #e0e0e0;}
#gnb.gnb_one_flat .gnb_notice_li.hover,
#gnb.gnb_one_flat .gnb_talk_li.hover,
#gnb.gnb_one_flat .mail_li.hover,
#gnb.gnb_one_flat .gnb_service_li.hover {background-color: rgba(0, 0, 0, 0.04);}
#gnb.gnb_one_flat .gnb_service_li .gnb_service .gnb_icon,
#gnb.gnb_one_flat .gnb_service_li .gnb_service:hover .gnb_icon {background-image: url(https://ssl.pstatic.net/static/common/gnb/one/sp_gnb_4b16e6.png);background-position: -84px -24px;background-repeat: no-repeat; width: 16px;height: 16px;vertical-align: top; margin: 0 1px;}
#gnb.gnb_one_flat .mail_li a.gnb_mail .gnb_icon,
#gnb.gnb_one_flat .mail_li a.gnb_mail:hover .gnb_icon {background-image: url(https://ssl.pstatic.net/static/common/gnb/one/sp_gnb_4b16e6.png);background-position: 0px -42px;background-repeat: no-repeat;width: 20px;height: 16px;vertical-align: top;margin: 0 1px;}
#gnb.gnb_one_flat .gnb_notice_li a.gnb_notice .gnb_icon,
#gnb.gnb_one_flat .gnb_notice_li a.gnb_notice:hover .gnb_icon {background-image: url(https://ssl.pstatic.net/static/common/gnb/one/sp_gnb_4b16e6.png);background-position: -84px 0px;background-repeat: no-repeat;width: 16px;height: 18px;vertical-align: top;margin: 0 1px;}
#gnb.gnb_one_flat .gnb_my_li .gnb_my .gnb_name,
#gnb.gnb_one_flat .gnb_login_li .gnb_btn_login .gnb_txt {color: #666;}
#gnb.gnb_one_pwe .gnb_my .filter_mask {box-sizing: border-box;background: none;border: 1px solid rgba(0,0,0,.1);border-radius: 100%;}
#gnb.gnb_one_pwe .gnb_my_namebox {background-image: url(https://ssl.pstatic.net/static/common/gnb/pwe/ico_arrow_wh.svg) !important;}
#gnb.gnb_one_pwe .gnb_notice_li a.gnb_notice .gnb_icon,
#gnb.gnb_one_pwe .gnb_notice_li a.gnb_notice:hover .gnb_icon {width: 17px;height: 19px;background: url(https://ssl.pstatic.net/static/common/gnb/pwe/gnb_notice.svg) no-repeat;}
#gnb.gnb_one_pwe .gnb_talk_li a.gnb_talk .gnb_icon,
#gnb.gnb_one_pwe .gnb_talk_li a.gnb_talk:hover .gnb_icon {width: 20px; height: 20px; background: url(https://ssl.pstatic.net/static/common/gnb/pwe/gnb_talk.svg) no-repeat; }
#gnb.gnb_one_pwe .gnb_service_li .gnb_service .gnb_icon,
#gnb.gnb_one_pwe .gnb_service_li .gnb_service:hover .gnb_icon {width: 17px;height: 17px;background: url(https://ssl.pstatic.net/static/common/gnb/pwe/gnb_service.svg) no-repeat;}
#gnb.gnb_one_pwe .gnb_ico_num .gnb_ico_new,
#gnb.gnb_one_pwe .gnb_ico_num .gnb_count {background: #e1523a;}
#gnb.gnb_one_pwe .gnb_ico_num .gnb_ico_new {border-radius: 13px 0 0 13px;}
#gnb.gnb_one_pwe .gnb_ico_num .gnb_count {border-radius: 0 13px 13px 0;}</style><script type="text/javascript" charset="utf-8" src="https://ssl.pstatic.net/static.cbox/js/cbox.core.js?v=1436776"></script><link id="naver-splugin-css" rel="stylesheet" type="text/css" href="https://ssl.pstatic.net/spi/css/20240730/spi_layer.css"><script src="https://ssl.pstatic.net/static.gn/js/clickcrD.js" id="gnb_clickcrD" charset="utf-8"></script><style type="text/css" id="_cbox_default_style_"></style><script type="text/javascript" src="https://ssl.pstatic.net/static.cbox/20240808151215/js/cbox.eg.js" charset="utf-8"></script><script charset="utf-8" type="text/javascript" src="https://static-like.pstatic.net/static20240724145556/js/reaction/dist/reaction.basic.js"></script><link type="text/css" rel="stylesheet" class="like_css" href="https://static-feedback.pstatic.net/css/like/BASIC/7cc17c54-b13b-4796-bab4-7b2a7fa4ef4d/284e5c1e-e88b-4d16-9857-fc4e43b2c57e/BASIC.css"><link type="text/css" rel="stylesheet" class="like_css" href="https://static-feedback.pstatic.net/css/like/COMIC/52f420c7-15cc-452a-b9e4-c0dc4857697c/7e45ef29-a134-412b-8595-a8cf080bd06f/COMIC.css"><link type="text/css" rel="stylesheet" href="https://static-feedback.pstatic.net/css/cbox/comic/00373c10-b74b-40cd-9d42-ee3f11a93dcf/ec0f62c2-34cd-46a5-8652-8c3ff7ffdd24/comment_comic_new.css" charset="utf-8"></head>
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
<div id="wrap" class="viewer" style="">
<div id="viewerHeader"><header class="Header__header--JtOpr"><div class="BrandBar__gnb_wrap--Nh2jt"><h1 class="BrandBar__logo_area--Y_7dM"><a class="BrandBar__logo_naver--srvE0" href="https://naver.com"><svg width="60" height="12" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"><defs><path id="text_naver_svg__a" d="M0 0h10.875v11.436H0z"></path></defs><g fill="none" fill-rule="evenodd"><path d="m17.154 0-4.485 11.436h3.812l.541-1.514h4.299l.54 1.514h3.813L21.19 0h-4.036zm2.018 3.603 1.277 3.572h-2.556l1.279-3.572zM37.895 0v11.436h9.025V8.633h-5.382V7.09h5.214V4.345h-5.214V2.803h5.27V0zm-4.989 0-2.691 7.52L27.525 0h-3.813l4.485 11.436h4.036L36.717 0zM7.792 0v6.12L3.532 0H0v11.436h3.7v-6.12l4.26 6.12h3.531V0z" fill="#1E1E1E"></path><g transform="translate(48.714)"><mask id="text_naver_svg__b" fill="#fff"><use xlink:href="#text_naver_svg__a"></use></mask><path d="M5.494 5.325H3.532v-2.41h1.962a1.205 1.205 0 0 1 0 2.41zm2.49 2.187.347-.145c1.328-.556 2.005-1.76 2.005-3.287 0-1.445-.527-2.513-1.566-3.177C7.804.287 6.55 0 4.828 0H0v11.436h3.588V8.24h1.29l2.186 3.195h3.811L7.984 7.512z" fill="#1E1E1E" mask="url(#text_naver_svg__b)"></path></g></g></svg><span class="blind">NAVER</span></a><a class="BrandBar__logo_comic--oR6mr" href="/index"><svg width="42" height="27" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M19.44 23.632v-7.008h-3.096v1.2H7.152V16.48H3.984v7.152H19.44zM11.28 6.664c0-1.944-2.112-3.312-4.776-3.312-2.712 0-4.776 1.368-4.776 3.312 0 1.944 2.064 3.288 4.776 3.288 2.664 0 4.776-1.344 4.776-3.288zm-1.656 8.424h2.688v.672h2.904V2.896h-2.904V13.12H9.624v1.968zm9.816.696V2.512h-3v13.272h3zm-11.808-.168V12.76a64.207 64.207 0 0 0 3.816-.432l-.216-2.256c-2.712.432-6.144.456-9.6.456h-.84c.072.816.192 1.656.288 2.496C2.16 13 3.36 13 4.632 12.928v2.688h3zm8.712 5.592H7.152v-1.032h9.192v1.032zM8.352 6.688c0 .6-.792 1.08-1.848 1.08-1.104 0-1.896-.48-1.896-1.08 0-.6.792-1.08 1.896-1.08 1.056 0 1.848.48 1.848 1.08zm29.832 2.856v-2.4H27.336V6.04H38.52V3.568H24.192v9.408h14.496v-2.4H27.336V9.544h10.848zm-4.992 10.104v-2.976h7.848v-2.544H21.72v2.544H30v2.976h3.192zm5.424 3.744V20.92H27.312v-3.216h-3.144v5.688h14.448z" fill="#020202"></path></svg><span class="blind">웹툰</span></a><span class="BrandBar__bar--FgYZy"><span class="blind">|</span></span><a class="BrandBar__logo_novel--IsNoH" href="https://novel.naver.com" target="_blank"><svg width="47" height="19" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M14.311 17.062v-5.328h-1.566v1.386H5.149v-1.368H3.601v5.31h10.71zM8.551 4.714c0-1.674-1.566-2.628-3.528-2.628-1.998 0-3.564.954-3.564 2.628 0 1.638 1.584 2.574 3.564 2.574 1.944 0 3.528-.936 3.528-2.574zm2.88 6.336V1.798h-1.53v7.524H7.255v1.152h2.646v.576h1.53zm2.88.054V1.528h-1.548v9.576h1.548zm-8.658-.054V9.178c1.242-.09 2.502-.198 3.582-.36l-.162-1.206c-1.26.18-2.88.288-4.176.342-1.566.09-3.042.108-4.302.108l.234 1.314c.828 0 2.052-.036 3.294-.09v1.764h1.53zm7.092 4.734H5.149v-1.386h7.596v1.386zM7.039 4.714c0 .792-.9 1.296-2.016 1.296-1.152 0-2.034-.504-2.034-1.296 0-.81.828-1.368 2.034-1.368 1.188 0 2.016.558 2.016 1.368zm23.058 4.464c-2.394-.468-5.778-2.772-5.778-5.4v-1.08h-1.638v1.08c0 2.646-3.168 4.896-5.742 5.346l.81 1.296c2.556-.666 5.112-2.628 5.742-4.428.738 1.782 3.276 3.744 5.742 4.446l.864-1.26zm.504 6.084v-1.296h-6.336V10.06h-1.602v3.906h-6.264v1.296h14.202zm12.672-9.378V9.61h1.602V1.528h-1.602V4.57h-3.06v1.314h3.06zM41.095 7.99c-1.728-.558-3.744-2.142-3.744-4.662V2.104h-1.62V3.4c0 2.484-1.764 4.248-3.888 5.094l.954 1.188c1.746-.774 3.294-2.178 3.78-3.798.72 1.584 2.196 2.772 3.618 3.33l.9-1.224zm4.338 9.162v-1.314h-9.18v-1.476h8.622v-3.906H34.561v1.278h8.712v1.44h-8.604v3.978h10.764z" fill="#BBB"></path></svg><span class="blind">웹소설</span></a><span class="BrandBar__bar--FgYZy"><span class="blind">|</span></span><a class="BrandBar__logo_series--fnRZn" href="https://series.naver.com" target="_blank"><svg width="47" height="19" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M13.843 17.26V1.528h-1.584V17.26h1.584zm-3.456-4.968c-2.178-1.26-3.942-3.816-3.942-6.768v-2.61H4.789v2.682c0 2.898-1.674 5.634-4.032 7.128l.99 1.17c1.782-1.17 3.33-3.168 3.888-5.094.576 1.836 2.394 3.708 3.798 4.68l.954-1.188zm16.02-.576c-1.908.36-4.95.486-7.146.486h-.468V8.638h5.886V2.95h-7.542v1.296h5.958V7.36h-5.886v6.192h1.962c3.186-.036 5.76-.252 7.398-.522l-.162-1.314zm1.368-10.188V17.26h1.602V1.528h-1.602zm17.892 8.658c-2.358-.414-5.76-2.61-5.76-5.166v-.414h4.968V3.328h-11.61v1.278h4.968v.414c0 2.592-3.276 4.734-5.742 5.13l.792 1.278c2.448-.612 5.094-2.358 5.778-4.248.81 1.854 3.366 3.636 5.778 4.284l.828-1.278zm.504 4.95V13.84H31.969v1.296h14.202z" fill="#BBB"></path></svg><span class="blind">시리즈</span></a></h1><div class="BrandBar__right--uve_C"><div class="BrandBar__search_wrap--Bevo_"><div class="SearchBar__search_area--L61RY"><input type="text" placeholder="제목/작가로 검색할 수 있습니다." title="검색" class="SearchBar__search_input--k5nfk" maxlength="18" value=""><button type="button" class="SearchBar__btn_search--SsL7v"><svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon_search" aria-hidden="true"><g clip-path="url(#icon_search_svg__a)" stroke="#666" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"><path d="M7.65 14.3a6.65 6.65 0 1 0 0-13.3 6.65 6.65 0 0 0 0 13.3ZM12.456 12.456l4.314 4.314"></path></g><defs><clipPath id="icon_search_svg__a"><path fill="#fff" d="M0 0h18v18H0z"></path></clipPath></defs></svg><span class="blind">검색</span></button></div></div><div id="gnb" class=""><strong class="blind">사용자 링크</strong><ul class="gnb_lst" id="gnb_lst" style="display: block;"><li class="gnb_login_li" id="gnb_login_layer" style="display: none;"><a class="gnb_btn_login" href="https://nid.naver.com/nidlogin.login?url=https%3A%2F%2Fcomic.naver.com%2Fwebtoon%2Fdetail%3FtitleId%3D783053%26no%3D146%26week%3Dtue" id="gnb_login_button"><span class="gnb_bg"></span><span class="gnb_bdr"></span><span class="gnb_txt">로그인</span></a></li><li class="gnb_my_li" id="gnb_my_layer" style="display: inline-block;"><div class="gnb_my_namebox" id="gnb_my_namebox" style="background-image: url("https://ssl.pstatic.net/static/common/gnb/2014/ico_arrow_bl1.gif");"><a href="javascript:;" id="gnb_my" class="gnb_my" onclick="gnbUserLayer.clickToggle(); return false;"><img id="gnb_profile_img" src="https://ssl.pstatic.net/static/common/myarea/myInfo.gif" onerror="this.src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRF8PDw5ubm+vr6+/v76enp+Pj47e3t5+fn9/f37Ozs9PT08vLy7+/v6urq9fX15OTk/f39pqwodgAAAQNJREFUeNrs11EOgyAMgOEWUAF19f6n3cMeplJHoSZbsv4H+DIWaCNsNwcGGmiggQZ+D/Q5reuasr8H9ID0CsHfALpA74JTgwPSPnRK0Ac6FrwOXOjcogIdlTkNuDDgogGRAVEBDsQ19IMzC879ILAgGNgAZhbMP3RttonxJs1Lgea/sDYcyreHXjW+oPUHVid2MWC1K+A0sqsDW7CksGmlCNZoFt9pIfjYgY8bwMMexUENQuOtqYCxfHtT7AddYodDcp0gIPEh9IBxous+nBuaTis4Nw/OSLVwloN+JEmjGJR5FyIDRpIWZeAoBkcZGMRgkIEkz0D7GjXQQAMN/GvwKcAAEGGHJh0mmaAAAAAASUVORK5CYII='" width="26" height="26" alt="내 프로필 이미지" style="display: inline-block;"><span id="gnb_profile_filter_mask" class="filter_mask" style="display: inline-block;"></span> <span class="gnb_name" id="gnb_name1">츄</span><em class="blind">내정보 보기</em><span class="ico_arrow"></span></a><a href="#" class="gnb_emp" id="gnb_emp" style="display: none;">(임직원혜택)</a></div><div class="gnb_my_lyr" id="gnb_my_lyr"><div class="gnb_my_content"><div class="gnb_img_area"><span class="gnb_mask"></span><img src="https://ssl.pstatic.net/static/common/myarea/myInfo.gif" onerror="this.src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRF8PDw5ubm+vr6+/v76enp+Pj47e3t5+fn9/f37Ozs9PT08vLy7+/v6urq9fX15OTk/f39pqwodgAAAQNJREFUeNrs11EOgyAMgOEWUAF19f6n3cMeplJHoSZbsv4H+DIWaCNsNwcGGmiggQZ+D/Q5reuasr8H9ID0CsHfALpA74JTgwPSPnRK0Ac6FrwOXOjcogIdlTkNuDDgogGRAVEBDsQ19IMzC879ILAgGNgAZhbMP3RttonxJs1Lgea/sDYcyreHXjW+oPUHVid2MWC1K+A0sqsDW7CksGmlCNZoFt9pIfjYgY8bwMMexUENQuOtqYCxfHtT7AddYodDcp0gIPEh9IBxous+nBuaTis4Nw/OSLVwloN+JEmjGJR5FyIDRpIWZeAoBkcZGMRgkIEkz0D7GjXQQAMN/GvwKcAAEGGHJh0mmaAAAAAASUVORK5CYII='" width="80" height="80" alt="프로필 이미지"><a href="https://nid.naver.com/user2/api/naverProfile?m=checkIdType" class="gnb_change"><span class="blind">프로필 사진 변경</span></a></div><div class="gnb_txt_area"><p class="gnb_account"><span class="gnb_name" id="gnb_name2"><a class="gnb_nick" href="https://nid.naver.com/user2/api/naverProfile?m=checkIdType">츄</a>님</span><a class="gnb_btn_login" href="https://nid.naver.com/nidlogin.logout?returl=https%3A%2F%2Fcomic.naver.com%2Fwebtoon%2Fdetail%3FtitleId%3D783053%26no%3D146%26week%3Dtue" id="gnb_logout_button"><span class="gnb_bg"></span><span class="gnb_bdr"></span><span class="gnb_txt">로그아웃</span></a></p><a href="https://mail.naver.com" class="gnb_mail_address">uskawjdu@naver.com</a><ul class="gnb_edit_lst"><li class="gnb_info"><a href="https://nid.naver.com/user2/help/myInfo?menu=home">네이버ID</a></li><li class="gnb_secure" id="gnb_secure_lnk"><a href="https://nid.naver.com/user2/help/myInfo?m=viewSecurity&menu=security">보안설정</a></li><li class="gnb_cert" id="gnb_cert_lnk"><a href="https://nid.naver.com/user2/eSign/v1/home/land" id="gnb_cert_lnk_a">내인증서</a></li></ul><div class="gnb_pay_check" id="gnb_pay_check"><p class="gnb_membership" style="display: inline-block;" id="gnb_membership"><a href="https://nid.naver.com/membership/my" class="gnb_my_membership" id="gnb_my_membership"><i class="blind">네이버 멤버쉽</i></a></p><em>N Pay</em><a href="https://pay.naver.com" id="gnb_pay_point"><span style="display: none">내 페이포인트</span></a></div></div></div><div class="gnb_my_community"><a href="https://blog.naver.com/MyBlog.naver" class="gnb_blog">내 블로그</a><a href="https://section.cafe.naver.com" class="gnb_cafe">가입한 카페</a><a href="https://pay.naver.com" class="gnb_pay" id="gnb_pay_banner_membership" style="display: block;"><span>N Pay</span></a><a href="https://nid.naver.com/membership/join" class="gnb_pay" id="gnb_pay_banner_newbie" style="display: none;"><i>네이버 멤버십 최대 5% 적립</i></a></div><a href="#" class="gnb_my_interface" style="display:none"><span class="blind">환경설정</span></a></div><iframe id="gnb_my_lyr_iframe" title="빈 프레임" class="gnb_pad_lyr" name="padding" width="0" height="0" scrolling="no" frameborder="0" style="top:34px;right:-4px;width:320px;height:158px;display:none;opacity:0;-ms-filter:alpha(opacity=0)"></iframe></li><li class="gnb_talk_li" id="gnb_talk_layer" style="display: inline-block;"><a id="gnb_talks_button" class="gnb_talk" target="_blank" rel="noopener noreferrer" href="https://talks.naver.com/?frm=pcgnb&anchor=&category="><span class="blind">네이버톡</span><span class="gnb_icon"></span><em class="gnb_ico_num" id="gnb_talk_menu" style="display:none"><span class="gnb_ico_new"><span class="gnb_count" id="gnb_talk_count" style="display: inline-block;"></span></span></em><span class="ico_arrow"></span></a></li><li class="gnb_notice_li" id="gnb_notice_layer" style="display: inline-block;"><a href="https://m.notify.naver.com/?from=pcmain" class="gnb_notice" target="_blank" rel="noopener noreferrer"><span class="blind">알림</span><span class="gnb_icon"></span><em class="gnb_ico_num" id="gnb_me_menu" style="display:none"><span class="gnb_ico_new"><span class="gnb_count" id="gnb_me_count" style="display: inline-block;"></span></span></em><span class="ico_arrow"></span></a><div class="gnb_notice_lyr" id="gnb_notice_lyr"><div class="svc_noti svc_panel"><div class="svc_scroll"><div class="svc_head"><strong class="gnb_tit">전체 알림</strong><div class="task_right"><button onclick="gnbNaverMeLayer.deleteReadList(this, event);" id="gnb_btn_read_noti_del">읽은 알림 삭제</button><button onclick="gnbNaverMeLayer.showDeleteAlert();" id="gnb_btn_all_noti_del">모두 삭제</button></div></div><div class="svc_body" id="gnb_naverme_layer"></div></div><div class="gnb_ly_alert" id="gnb_ly_alert" style="display: none;"><p class="gnb_msg"><strong>알림을 모두 삭제하시겠습니까?</strong></p><div class="gnb_btns"><button id="ly_alert_confirm" onclick="gnbNaverMeLayer.deleteAllList(this, event);">확인</button><button onclick="gnbNaverMeLayer.hideDeleteAlert();">취소</button></div><button class="gnb_btn_close" onclick="gnbNaverMeLayer.hideDeleteAlert();"><i>레이어 닫기</i></button></div><a href="https://m.notify.naver.com/?from=pcmain" class="gnb_notice_all">내 알림 전체보기</a></div></div><iframe id="gnb_notice_lyr_iframe" title="빈 프레임" class="gnb_pad_lyr" name="padding" width="0" height="0" scrolling="no" frameborder="0" style="top:34px;right:-4px;width:299px;height:332px;display:none;opacity:0;-ms-filter:alpha(opacity=0)"></iframe></li><li class="mail_li" id="gnb_mail_layer" style="display: inline-block;"><a href="https://mail.naver.com" class="gnb_mail"><span class="blind">메일</span><span class="gnb_icon"></span><em class="gnb_ico_num" id="gnb_mail_menu" style="display: block;"><span class="gnb_ico_new"><span class="gnb_count" id="gnb_mail_count" style="display: inline-block;">99<span class="plus">+</span></span></span></em></a></li><li class="gnb_service_li" id="gnb_service_layer" style="display: inline-block;"><a href="javascript:;" class="gnb_service" onclick="gnbMoreLayer.clickToggle(); return false;"><span class="blind">서비스 더보기</span><span class="gnb_icon"></span><span class="ico_arrow"></span></a><div class="gnb_service_lyr" id="gnb_service_lyr"><div class="gnb_favorite_search" id="gnb_favorite_search"><div class="gnb_favorite_area"><div class="gnb_favorite_lstwrp"><div class="gnb_first_visit" style="display:none"><span class="blind">나만의 즐겨찾기를 추가해 보세요!</span><a href="#" class="gnb_close"><span class="blind">닫기</span></a></div><strong class="blind">즐겨찾는 서비스</strong><ul class="gnb_favorite_lst" id="gnb_favorite_lst"><li class="gnb_add"><a href="#"><span class="ic_add"></span>추가</a></li><li class="gnb_add"><a href="#"><span class="ic_add"></span>추가</a></li><li class="gnb_add"><a href="#"><span class="ic_add"></span>추가</a></li><li class="gnb_add"><a href="#"><span class="ic_add"></span>추가</a></li></ul><a href="#" class="gnb_my_interface" onclick="gnbMoreLayer.clickToggleWhole(); return false;"><span class="blind">즐겨찾기 설정</span></a></div></div><div class="gnb_search_area"><div class="gnb_search_box" onmouseover="gnb_search.mouseOver(this);" onmouseout="gnb_search.mouseOut(this);"><input id="gnb_svc_search_input" type="text" title="서비스 검색" value="더 많은 서비스를 간편하게 시작하세요!" onfocus="gnb_search.clearInput(this);" onblur="gnb_search.resetInput(this);" onkeydown="gnb_search.keyDown(event);" onkeyup="gnb_search.keyUp(event);"><a href="#" class="gnb_del_txt" id="gnb_del_txt" style="display:none"><span class="blind">삭제</span></a><div class="gnb_pop_input" id="gnb_pop_input" tabindex="0" onfocus="gnb_search.searchPopOnMouse = true; return false;" onfocusout="gnb_search.searchPopOnMouse = false; return false;" onmouseover="gnb_search.searchPopOnMouse = true; return false;" onmouseout="gnb_search.searchPopOnMouse = false; return false;" style="display:none"><ul class="gnb_pop_lst"></ul></div></div><div id="gnb_search_lstwrp" class="gnb_search_lstwrp"><ul class="gnb_search_lst gnb_first"><li class="gnb_first"><a id="gnb_search_lst_first_item" href="https://cafe.naver.com/">카페</a></li><li><a href="https://news.naver.com/">뉴스</a></li><li><a href="https://map.naver.com/">지도</a></li><li><a href="https://sports.news.naver.com/">스포츠</a></li><li><a href="https://game.naver.com/">게임</a></li></ul><ul class="gnb_search_lst"><li class="gnb_first"><a href="https://section.blog.naver.com/">블로그</a></li><li><a href="https://post.naver.com/main.nhn">포스트</a></li><li><a href="https://dict.naver.com/">사전</a></li><li><a href="https://kin.naver.com/">지식iN</a></li><li><a href="https://weather.naver.com/">날씨</a></li></ul><ul class="gnb_search_lst"><li class="gnb_first"><a href="https://mail.naver.com/">메일</a></li><li><a href="https://stock.naver.com/">증권</a></li><li><a href="https://land.naver.com/">부동산</a></li><li><a href="https://vibe.naver.com/today/">VIBE</a></li><li><a href="https://book.naver.com">책</a></li></ul><ul class="gnb_search_lst"><li class="gnb_first"><a href="https://shopping.naver.com/">쇼핑</a></li><li><a href="https://comic.naver.com/">웹툰</a></li><li><a href="https://movie.naver.com/">영화</a></li><li><a href="https://mybox.naver.com/">MYBOX</a></li><li><a href="https://novel.naver.com/webnovel/weekday">웹소설</a></li></ul></div></div><div class="gnb_banner"><a href="https://campaign.naver.com/npay/rediret/index.nhn" class="gnb_service_event"><img id="gnb_promo" alt="N페이, 이벤트 참여하면 포인트 적립!" width="265" height="47" src="https://ssl.pstatic.net/static/common/gnb/banner/promo_npay_2309.png"></a></div><div class="gnb_linkwrp"><a href="https://www.naver.com/more.html" class="gnb_service_all" id="gnb_service_all">전체 서비스 보기</a></div></div><div class="gnb_svc_more" id="gnb_svc_more" style="display: none;"><strong class="blind">네이버 주요 서비스</strong><div class="gnb_bg_top"></div><div class="gnb_svc_hd" id="gnb_svc_hd" tabindex="0"><strong class="gnb_svc_tit">바로가기 설정</strong><span class="link"><a href="https://www.naver.com/more.html">전체 서비스 보기</a></span></div><div class="gnb_svc_lstwrp"><div class="gnb_svc_lst1"><ul class="gnb_first"><li><input type="checkbox" id="nsvc_game" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_game">게임</label></li><li><input type="checkbox" id="nsvc_weather" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_weather">날씨</label></li><li><input type="checkbox" id="nsvc_shopping" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_shopping">네이버쇼핑</label></li><li><input type="checkbox" id="nsvc_navercast" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_navercast">네이버캐스트</label></li><li class="gnb_event"><input type="checkbox" id="nsvc_naverpay" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_naverpay">네이버페이<em class="ic_gnb_new">New</em></label></li><li><input type="checkbox" id="nsvc_mybox" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_mybox">네이버 MYBOX</label></li><li><input type="checkbox" id="nsvc_news" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_news">뉴스</label></li><li><input type="checkbox" id="nsvc_comic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_comic">웹툰</label></li><li><input type="checkbox" id="nsvc_memo" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_memo">메모</label></li><li><input type="checkbox" id="nsvc_mail" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_mail">메일</label></li><li><input type="checkbox" id="nsvc_land" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_land">부동산</label></li><li><input type="checkbox" id="nsvc_bookmark" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_bookmark">북마크</label></li><li><input type="checkbox" id="nsvc_blog" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_blog">블로그</label></li></ul><ul class=""><li><input type="checkbox" id="nsvc_dic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_dic">사전</label></li><li><input type="checkbox" id="nsvc_smartboard" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_smartboard">스마트보드</label></li><li><input type="checkbox" id="nsvc_sports" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_sports">스포츠</label></li><li><input type="checkbox" id="nsvc_series" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_series">시리즈</label></li><li><input type="checkbox" id="nsvc_serieson" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_serieson">시리즈on</label></li><li><input type="checkbox" id="nsvc_movie" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_movie">영화</label></li><li><input type="checkbox" id="nsvc_office" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_office">오피스</label></li><li><input type="checkbox" id="nsvc_novel" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_novel">웹소설</label></li><li><input type="checkbox" id="nsvc_contact" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_contact">주소록</label></li><li><input type="checkbox" id="nsvc_finance" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_finance">증권(금융)</label></li><li><input type="checkbox" id="nsvc_map" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_map">지도</label></li><li><input type="checkbox" id="nsvc_kin" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_kin">지식iN</label></li><li><input type="checkbox" id="nsvc_terms" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_terms">지식백과</label></li></ul><ul class=""><li><input type="checkbox" id="nsvc_book" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_book">책</label></li><li><input type="checkbox" id="nsvc_cafe" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_cafe">카페</label></li><li><input type="checkbox" id="nsvc_calendar" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_calendar">캘린더</label></li><li><input type="checkbox" id="nsvc_navertv" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_navertv">네이버TV</label></li></ul></div><div class="svc_lst2"><div class="svc_spc gnb_first"><strong><a href="https://dict.naver.com/">어학사전</a></strong><ul class=""><li><input type="checkbox" id="nsvc_krdic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_krdic">국어사전</label></li><li><input type="checkbox" id="nsvc_endic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_endic">영어/영영사전</label></li><li><input type="checkbox" id="nsvc_hanja" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_hanja">한자사전</label></li><li><input type="checkbox" id="nsvc_jpdic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_jpdic">일어사전</label></li><li><input type="checkbox" id="nsvc_cndic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_cndic">중국어사전</label></li><li><input type="checkbox" id="nsvc_frdic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_frdic">프랑스어사전</label></li><li><input type="checkbox" id="nsvc_dedic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_dedic">독일어사전</label></li><li><input type="checkbox" id="nsvc_rudic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_rudic">러시아어사전</label></li><li><input type="checkbox" id="nsvc_vndic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_vndic">베트남어사전</label></li><li><input type="checkbox" id="nsvc_spdic" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_spdic">스페인어사전</label></li><li><input type="checkbox" id="nsvc_papago" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_papago">파파고</label></li></ul></div><div class="svc_spc"><strong>인기/신규서비스</strong><ul class=""><li><input type="checkbox" id="nsvc_grafolio" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_grafolio">그라폴리오</label></li><li><input type="checkbox" id="nsvc_post" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_post">포스트</label></li><li><input type="checkbox" id="nsvc_band" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_band">밴드</label></li><li><input type="checkbox" id="nsvc_line" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_line">라인</label></li><li class="gnb_event"><input type="checkbox" id="nsvc_vibe" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_vibe">VIBE<em class="ic_gnb_new">New</em></label></li><li><input type="checkbox" id="nsvc_pcontents" name="selmenu" class="gnb_input_check" value=""> <label for="nsvc_pcontents">프리미엄콘텐츠</label></li></ul></div></div></div><div class="svc_btnwrp"><div class="svc_btns"><button class="gnb_save" onclick="if(gnbFavorite.addService()){gnbMoreLayer.clickToggleWhole()} return false;"><strong class="blind">확인</strong></button><button class="gnb_close" onclick="gnbFavorite.cancel(); return false;"><span class="blind">취소</span></button><button class="gnb_return" onclick="gnbFavorite.resetService(); return false;"><span class="blind">초기 설정으로 변경</span></button></div></div><div class="gnb_bg_btm"></div></div></div><iframe id="gnb_service_lyr_iframe" title="빈 프레임" class="gnb_pad_lyr" name="padding" width="0" height="0" scrolling="no" frameborder="0" style="display:none;top:34px;right:297px;width:585px;height:385px;opacity:0;-ms-filter:alpha(opacity=0)"></iframe><iframe id="gnb_svc_more_iframe" title="빈 프레임" class="gnb_pad_lyr" name="padding" width="0" height="0" scrolling="no" frameborder="0" style="display:none;top:34px;right:-4px;width:295px;height:385px;opacity:0;-ms-filter:alpha(opacity=0)"></iframe></li></ul></div></div></div><hr><div class="GlobalNavigationBar__lnb_wrap--gyzrj"><nav class="GlobalNavigationBar__lnb_wrap--gyzrj"><ul id="menu" class="GlobalNavigationBar__lnb_list--bwu26"><li class="GlobalNavigationBar__item--F7tIS"><a class="GlobalNavigationBar__link--WMOzG" href="/index" aria-current="false">홈</a></li><li class="GlobalNavigationBar__item--F7tIS"><a class="GlobalNavigationBar__link--WMOzG" href="/webtoon" aria-current="true">웹툰</a></li><li class="GlobalNavigationBar__item--F7tIS"><a class="GlobalNavigationBar__link--WMOzG" href="/bestChallenge" aria-current="false">베스트도전</a></li><li class="GlobalNavigationBar__item--F7tIS"><a class="GlobalNavigationBar__link--WMOzG" href="/challenge" aria-current="false">도전만화</a></li><li class="GlobalNavigationBar__item--F7tIS"><a class="GlobalNavigationBar__link--WMOzG" href="/mypage/favorite" aria-current="false">마이페이지</a></li></ul><div class="GlobalNavigationBar__creators_area--PiDfN"><button type="button" class="GlobalNavigationBar__button_creators--ssg_1" aria-describedby="creator_tooltip"><i class="GlobalNavigationBar__text_creators--udDly"><svg width="85" height="13" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M9.662 2.361C8.744 1.443 7.47.865 5.633.865 2.54.865.04 3.415.04 6.56c0 3.128 2.414 5.678 5.593 5.678 1.751 0 3.06-.493 4.03-1.547L8.25 9.127c-.595.629-1.53.986-2.465.986-2.006 0-3.485-1.598-3.485-3.553 0-1.972 1.48-3.57 3.35-3.57 1.087 0 1.954.425 2.6.986l1.411-1.615ZM11.342 12h2.126V7.988h1.564L17.259 12h2.465L17.19 7.665c1.428-.527 2.295-1.632 2.295-3.128 0-2.074-1.7-3.434-4.267-3.434h-3.876V12Zm4.047-9.027c1.122 0 1.853.629 1.853 1.564 0 .952-.731 1.581-1.853 1.581h-1.921V2.973h1.92ZM21.769 12h7.055V9.994h-4.93V7.512h4.25V5.506h-4.25V3.092h4.93V1.103h-7.056V12Zm16.868 0H41L36.614 1.103h-2.482L29.746 12h2.227l.952-2.448h4.777L38.637 12Zm-1.666-4.335H33.64l1.666-4.318 1.666 4.318ZM48.84 3.092V1.103h-8.602v1.989h3.23V12h2.125V3.092h3.247ZM54.924.865c-3.11 0-5.627 2.55-5.627 5.695 0 3.128 2.516 5.678 5.627 5.678 3.111 0 5.644-2.55 5.644-5.678S58.035.865 54.924.865Zm0 9.248c-1.853 0-3.366-1.598-3.366-3.553 0-1.972 1.513-3.57 3.366-3.57 1.87 0 3.383 1.598 3.383 3.57 0 1.972-1.513 3.553-3.383 3.553Zm7.7 1.887h2.126V7.988h1.564L68.54 12h2.465l-2.533-4.335c1.428-.527 2.295-1.632 2.295-3.128 0-2.074-1.7-3.434-4.267-3.434h-3.876V12Zm4.047-9.027c1.122 0 1.853.629 1.853 1.564 0 .952-.731 1.581-1.853 1.581H64.75V2.973h1.92Zm8.3-2.669h-2.005l-.46 3.723h1.514l.952-3.723Zm9.048 2.397C83.288 1.647 81.877.865 80.092.865c-2.33 0-3.978 1.309-3.978 3.162 0 3.791 5.729 2.839 5.729 4.947 0 .782-.663 1.258-1.853 1.258-1.14 0-2.091-.459-2.771-1.36l-1.513 1.411c.714 1.071 2.023 1.955 4.25 1.955 2.499 0 4.165-1.411 4.165-3.383 0-3.825-5.73-2.958-5.73-4.896 0-.646.596-1.088 1.616-1.088 1.122 0 2.074.595 2.55 1.275l1.462-1.445Z" fill="#fff"></path><path d="m9.662 2.361.377.329.308-.352-.331-.33-.354.353Zm0 8.33.369.338.308-.335-.305-.338-.372.335Zm-1.41-1.564.37-.335-.362-.402-.372.393.363.344Zm0-5.151-.328.378.376.326.328-.375-.377-.329Zm1.764-1.969C8.994.986 7.587.365 5.633.365v1c1.719 0 2.862.535 3.676 1.35l.707-.708ZM5.633.365C2.255.365-.46 3.148-.46 6.56h1c0-2.878 2.284-5.195 5.093-5.195v-1ZM-.46 6.56c0 3.391 2.626 6.178 6.093 6.178v-1C2.743 11.738.54 9.425.54 6.56h-1Zm6.093 6.178c1.854 0 3.311-.527 4.398-1.709l-.737-.676c-.851.926-2.012 1.385-3.66 1.385v1Zm4.4-2.382-1.41-1.564-.743.67 1.411 1.564.743-.67ZM7.889 8.783c-.486.514-1.281.83-2.102.83v1c1.05 0 2.125-.398 2.829-1.142l-.727-.688Zm-2.102.83c-1.712 0-2.985-1.357-2.985-3.053h-1c0 2.214 1.686 4.053 3.985 4.053v-1ZM2.801 6.56c0-1.728 1.287-3.07 2.85-3.07v-1c-2.178 0-3.85 1.854-3.85 4.07h1Zm2.85-3.07c.947 0 1.701.368 2.273.864l.655-.756C7.86 2.972 6.88 2.49 5.65 2.49v1Zm2.977.815 1.411-1.615-.753-.658-1.411 1.615.753.658ZM11.343 12h-.5v.5h.5V12Zm2.125 0v.5h.5V12h-.5Zm0-4.012v-.5h-.5v.5h.5Zm1.564 0 .437-.243-.143-.257h-.294v.5ZM17.259 12l-.438.243.143.257h.295V12Zm2.465 0v.5h.87l-.439-.752-.431.252ZM17.19 7.665l-.173-.47-.56.207.301.515.432-.252Zm-5.848-6.562v-.5h-.5v.5h.5Zm2.125 5.015h-.5v.5h.5v-.5Zm0-3.145v-.5h-.5v.5h.5ZM11.343 12.5h2.125v-1h-2.125v1Zm2.625-.5V7.988h-1V12h1Zm-.5-3.512h1.564v-1h-1.564v1Zm1.127-.257 2.226 4.012.875-.486-2.227-4.012-.874.486Zm2.664 4.269h2.465v-1h-2.465v1Zm2.896-.752-2.533-4.335-.863.504 2.533 4.335.863-.504Zm-2.791-3.614c1.598-.59 2.622-1.865 2.622-3.597h-1c0 1.26-.711 2.195-1.968 2.659l.346.938Zm2.622-3.597c0-1.186-.492-2.19-1.358-2.885-.856-.687-2.042-1.049-3.41-1.049v1c1.2 0 2.148.318 2.784.829.626.503.984 1.217.984 2.105h1ZM15.219.603h-3.876v1h3.876v-1Zm-4.376.5V12h1V1.103h-1Zm4.546 2.37c.47 0 .81.132 1.023.313.206.174.33.424.33.751h1a1.94 1.94 0 0 0-.683-1.514c-.432-.367-1.019-.55-1.67-.55v1Zm1.353 1.064c0 .339-.126.592-.331.768-.213.182-.552.313-1.022.313v1c.651 0 1.239-.183 1.672-.554.44-.376.68-.914.68-1.527h-1Zm-1.353 1.081h-1.921v1h1.92v-1Zm-1.421.5V2.973h-1v3.145h1Zm-.5-2.645h1.92v-1h-1.92v1Zm8.3 8.527h-.5v.5h.5V12Zm7.055 0v.5h.5V12h-.5Zm0-2.006h.5v-.5h-.5v.5Zm-4.93 0h-.5v.5h.5v-.5Zm0-2.482v-.5h-.5v.5h.5Zm4.25 0v.5h.5v-.5h-.5Zm0-2.006h.5v-.5h-.5v.5Zm-4.25 0h-.5v.5h.5v-.5Zm0-2.414v-.5h-.5v.5h.5Zm4.93 0v.5h.5v-.5h-.5Zm0-1.989h.5v-.5h-.5v.5Zm-7.055 0v-.5h-.5v.5h.5Zm0 11.397h7.055v-1h-7.055v1Zm7.555-.5V9.994h-1V12h1Zm-.5-2.506h-4.93v1h4.93v-1Zm-4.43.5V7.512h-1v2.482h1Zm-.5-1.982h4.25v-1h-4.25v1Zm4.75-.5V5.506h-1v2.006h1Zm-.5-2.506h-4.25v1h4.25v-1Zm-3.75.5V3.092h-1v2.414h1Zm-.5-1.914h4.93v-1h-4.93v1Zm5.43-.5V1.103h-1v1.989h1Zm-.5-2.489h-7.055v1h7.055v-1Zm-7.555.5V12h1V1.103h-1ZM38.639 12l-.468.178.123.322h.344V12ZM41 12v.5h.74l-.276-.687L41 12ZM36.614 1.103l.464-.187-.126-.313h-.338v.5Zm-2.482 0v-.5h-.338l-.126.313.464.187ZM29.746 12l-.464-.187-.276.687h.74V12Zm2.227 0v.5h.342l.124-.319-.466-.181Zm.952-2.448v-.5h-.342l-.124.319.466.181Zm4.777 0 .467-.178-.123-.322h-.344v.5Zm-.73-1.887v.5h.728l-.262-.68-.467.18Zm-3.333 0-.466-.18-.263.68h.73v-.5Zm1.666-4.318.467-.18-.467-1.209-.466 1.209.466.18Zm3.332 9.153H41v-1h-2.363v1Zm2.827-.687L37.078.916l-.928.374 4.386 10.897.928-.374ZM36.614.603h-2.482v1h2.482v-1Zm-2.946.313-4.386 10.897.928.374L34.596 1.29l-.928-.374ZM29.746 12.5h2.227v-1h-2.227v1Zm2.693-.319.952-2.448-.932-.362-.952 2.448.932.362Zm.486-2.129h4.777v-1h-4.777v1Zm4.31-.322.935 2.448.934-.356-.935-2.448-.934.356Zm-.264-2.565H33.64v1h3.332v-1Zm-2.865.68 1.666-4.318-.933-.36-1.666 4.318.933.36Zm.733-4.318 1.666 4.318.933-.36-1.666-4.318-.933.36Zm14-.435v.5h.5v-.5h-.5Zm0-1.989h.5v-.5h-.5v.5Zm-8.602 0v-.5h-.5v.5h.5Zm0 1.989h-.5v.5h.5v-.5Zm3.23 0h.5v-.5h-.5v.5Zm0 8.908h-.5v.5h.5V12Zm2.125 0v.5h.5V12h-.5Zm0-8.908v-.5h-.5v.5h.5Zm3.747 0V1.103h-1v1.989h1Zm-.5-2.489h-8.602v1h8.602v-1Zm-9.102.5v1.989h1V1.103h-1Zm.5 2.489h3.23v-1h-3.23v1Zm2.73-.5V12h1V3.092h-1Zm.5 9.408h2.125v-1h-2.125v1Zm2.625-.5V3.092h-1V12h1Zm-.5-8.408h3.247v-1h-3.247v1ZM54.924.365c-3.393 0-6.127 2.78-6.127 6.195h1c0-2.875 2.298-5.195 5.127-5.195v-1ZM48.797 6.56c0 3.4 2.735 6.178 6.127 6.178v-1c-2.83 0-5.127-2.321-5.127-5.178h-1Zm6.127 6.178c3.39 0 6.144-2.777 6.144-6.178h-1c0 2.855-2.312 5.178-5.144 5.178v1Zm6.144-6.178c0-3.4-2.752-6.195-6.144-6.195v1c2.83 0 5.144 2.338 5.144 5.195h1Zm-6.144 3.053c-1.551 0-2.866-1.348-2.866-3.053h-1c0 2.205 1.712 4.053 3.866 4.053v-1ZM52.058 6.56c0-1.723 1.316-3.07 2.866-3.07v-1c-2.155 0-3.866 1.85-3.866 4.07h1Zm2.866-3.07c1.569 0 2.883 1.348 2.883 3.07h1c0-2.222-1.711-4.07-3.883-4.07v1Zm2.883 3.07c0 1.718-1.31 3.053-2.883 3.053v1c2.169 0 3.883-1.827 3.883-4.053h-1ZM62.625 12h-.5v.5h.5V12Zm2.125 0v.5h.5V12h-.5Zm0-4.012v-.5h-.5v.5h.5Zm1.564 0 .437-.243-.143-.257h-.294v.5ZM68.54 12l-.437.243.143.257h.294V12Zm2.465 0v.5h.871l-.44-.752-.431.252Zm-2.533-4.335-.173-.47-.56.207.301.515.432-.252Zm-5.848-6.562v-.5h-.5v.5h.5Zm2.125 5.015h-.5v.5h.5v-.5Zm0-3.145v-.5h-.5v.5h.5ZM62.625 12.5h2.125v-1h-2.125v1Zm2.625-.5V7.988h-1V12h1Zm-.5-3.512h1.564v-1H64.75v1Zm1.127-.257 2.227 4.012.874-.486-2.227-4.012-.874.486ZM68.54 12.5h2.465v-1H68.54v1Zm2.897-.752-2.533-4.335-.864.504 2.533 4.335.864-.504Zm-2.792-3.614c1.599-.59 2.622-1.865 2.622-3.597h-1c0 1.26-.71 2.195-1.968 2.659l.346.938Zm2.622-3.597c0-1.186-.492-2.19-1.358-2.885C69.055.965 67.868.603 66.5.603v1c1.2 0 2.148.318 2.784.829.626.503.984 1.217.984 2.105h1ZM66.5.603h-3.876v1H66.5v-1Zm-4.376.5V12h1V1.103h-1Zm4.546 2.37c.47 0 .81.132 1.024.313.206.174.329.424.329.751h1a1.94 1.94 0 0 0-.682-1.514c-.433-.367-1.02-.55-1.671-.55v1Zm1.353 1.064c0 .339-.125.592-.33.768-.214.182-.553.313-1.023.313v1c.651 0 1.239-.183 1.672-.554.44-.376.68-.914.68-1.527h-1ZM66.67 5.618H64.75v1h1.92v-1Zm-1.421.5V2.973h-1v3.145h1Zm-.5-2.645h1.92v-1h-1.92v1ZM74.972.304l.484.124.16-.624h-.644v.5Zm-2.006 0v-.5h-.442l-.055.439.497.061Zm-.46 3.723-.496-.061-.069.561h.566v-.5Zm1.514 0v.5h.388l.096-.376-.484-.124Zm.952-4.223h-2.006v1h2.006v-1ZM72.47.243l-.46 3.723.993.122.459-3.723-.993-.122Zm.037 4.284h1.513v-1h-1.513v1Zm1.997-.376.952-3.723-.969-.248-.952 3.723.97.248ZM84.02 2.7l.351.356.299-.296-.24-.345-.41.285Zm-6.8 6.171.399-.301-.335-.443-.405.378.34.366Zm-1.513 1.411-.341-.366-.311.29.236.353.416-.277Zm6.85-6.137-.409.287.34.485.421-.416-.351-.356Zm1.874-1.73C83.594 1.212 82.02.365 80.092.365v1c1.64 0 2.89.717 3.516 1.62l.822-.569ZM80.092.365c-2.492 0-4.478 1.432-4.478 3.662h1c0-1.476 1.311-2.662 3.478-2.662v-1Zm-4.478 3.662c0 1.097.423 1.882 1.063 2.45.615.546 1.412.874 2.136 1.127.767.267 1.412.44 1.912.689.487.241.618.448.618.681h1c0-.821-.586-1.286-1.173-1.577-.575-.285-1.362-.505-2.027-.737-.708-.247-1.344-.524-1.802-.931-.435-.386-.727-.903-.727-1.702h-1Zm5.729 4.947a.572.572 0 0 1-.264.51c-.2.139-.55.248-1.09.248v1c.652 0 1.228-.129 1.657-.424a1.57 1.57 0 0 0 .697-1.334h-1Zm-1.353.758c-.988 0-1.79-.39-2.372-1.161l-.798.602c.777 1.03 1.88 1.559 3.17 1.559v-1Zm-3.112-1.226-1.513 1.411.682.732 1.513-1.411-.682-.732ZM75.29 10.56c.814 1.222 2.286 2.178 4.666 2.178v-1c-2.075 0-3.221-.812-3.834-1.732l-.832.554Zm4.666 2.178c1.34 0 2.501-.379 3.337-1.066a3.575 3.575 0 0 0 1.328-2.817h-1c0 .834-.348 1.539-.963 2.045-.622.511-1.544.838-2.702.838v1Zm4.665-3.883c0-1.103-.422-1.899-1.06-2.477-.615-.557-1.411-.894-2.139-1.15-.773-.272-1.414-.44-1.923-.677-.508-.237-.607-.423-.607-.592h-1c0 .8.616 1.233 1.183 1.498.565.264 1.356.482 2.015.714.705.248 1.34.532 1.8.948.436.396.73.927.73 1.736h1Zm-5.73-4.896c0-.148.06-.271.21-.375.167-.115.46-.213.906-.213v-1c-.575 0-1.089.123-1.475.39-.402.28-.64.7-.64 1.198h1Zm1.116-.588c.95 0 1.753.509 2.14 1.062l.82-.574c-.566-.807-1.668-1.488-2.96-1.488v1Zm2.901 1.13 1.462-1.444-.703-.712-1.462 1.445.703.712Z" fill="#000" fill-opacity="0.05"></path></svg><span class="blind">CREATOR'S</span></i><i class="GlobalNavigationBar__icon_new--eH8f6"><svg width="12" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="6" cy="6" r="6" fill="#FF4747"></circle><path d="M6.91 8.55h1.447V3.31H7.008v3.033L5.087 3.311H3.64v5.24h1.349V5.567l1.92 2.984Z" fill="#fff"></path></svg><span class="blind">NEW</span></i></button><div class="Tooltip__tooltip_wrap--YEDJr Tooltip__style_webtoon--hWzOK GlobalNavigationBar__tooltip--fyMmE" role="tooltip"><i class="Tooltip__tail_wrap--wCKs0 Tooltip__tail_right--oHA_O "><svg width="7" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" class="Tooltip__tail--Odc4E" aria-hidden="true"><path d="M.396 6.823a1.052 1.052 0 0 1 0-1.646L6.646.343v11.314L.395 6.823Z" fill="#fff"></path></svg></i><div class="Tooltip__content_wrap--I7Anm Tooltip__close_button--kYEtC"><strong class="GlobalNavigationBar__title--AWqs_">창작자들을 위한 공간,<i class="GlobalNavigationBar__text_creators--udDly"><svg width="76" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M9.467 2.495c-.81-.81-1.935-1.32-3.555-1.32-2.73 0-4.935 2.25-4.935 5.025 0 2.76 2.13 5.01 4.935 5.01 1.545 0 2.7-.435 3.555-1.365l-1.245-1.38c-.525.555-1.35.87-2.175.87-1.77 0-3.075-1.41-3.075-3.135 0-1.74 1.305-3.15 2.955-3.15.96 0 1.725.375 2.295.87l1.245-1.425ZM10.949 11h1.875V7.46h1.38L16.17 11h2.175L16.11 7.175c1.26-.465 2.025-1.44 2.025-2.76 0-1.83-1.5-3.03-3.765-3.03h-3.42V11Zm3.57-7.965c.99 0 1.635.555 1.635 1.38 0 .84-.645 1.395-1.635 1.395h-1.695V3.035h1.695ZM20.15 11h6.225V9.23h-4.35V7.04h3.75V5.27h-3.75V3.14h4.35V1.385h-6.225V11Zm14.884 0h2.085l-3.87-9.615h-2.19L27.188 11h1.965l.84-2.16h4.215l.825 2.16Zm-1.47-3.825h-2.94l1.47-3.81 1.47 3.81ZM44.034 3.14V1.385h-7.59V3.14h2.85V11h1.876V3.14h2.864Zm5.37-1.965c-2.745 0-4.965 2.25-4.965 5.025 0 2.76 2.22 5.01 4.965 5.01 2.745 0 4.98-2.25 4.98-5.01s-2.235-5.025-4.98-5.025Zm0 8.16c-1.635 0-2.97-1.41-2.97-3.135 0-1.74 1.335-3.15 2.97-3.15 1.65 0 2.985 1.41 2.985 3.15s-1.335 3.135-2.985 3.135ZM56.198 11h1.876V7.46h1.38L61.419 11h2.175l-2.236-3.825c1.26-.465 2.026-1.44 2.026-2.76 0-1.83-1.5-3.03-3.766-3.03h-3.42V11Zm3.57-7.965c.99 0 1.636.555 1.636 1.38 0 .84-.646 1.395-1.636 1.395h-1.694V3.035h1.695ZM67.094.68h-1.77l-.405 3.285h1.335l.84-3.285Zm7.982 2.115c-.645-.93-1.89-1.62-3.465-1.62-2.055 0-3.51 1.155-3.51 2.79 0 3.345 5.055 2.505 5.055 4.365 0 .69-.585 1.11-1.635 1.11-1.005 0-1.845-.405-2.445-1.2L67.74 9.485c.63.945 1.785 1.725 3.75 1.725 2.205 0 3.675-1.245 3.675-2.985 0-3.375-5.055-2.61-5.055-4.32 0-.57.525-.96 1.425-.96.99 0 1.83.525 2.25 1.125l1.29-1.275Z" fill="#00DC64"></path></svg><span class="blind">CREATOR'S</span></i>오픈!</strong><p class="GlobalNavigationBar__text--kErbb">‘웹툰 올리기’가 새롭게 돌아왔습니다.<br> 더 편리해진 창작 환경에서 작품을 관리해보세요.</p></div><button type="button" class="Tooltip__button_close--Krn2T"><svg width="13" height="12" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M2.767 1.357a.505.505 0 0 0-.714.714L5.982 6l-3.93 3.929a.505.505 0 0 0 .715.714l3.929-3.929 3.928 3.929a.505.505 0 0 0 .715-.714L7.41 6l3.929-3.929a.505.505 0 0 0-.715-.714L6.696 5.286 2.767 1.357Z" fill="#000"></path></svg><span class="blind">툴팁 닫기</span></button></div></div></nav></div><hr><div class="SubNavigationBar__snb_wrap--A5gfM"><nav class="snb_nav"><ul class="SubNavigationBar__snb_list--tAZvu"><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon" aria-current="false">요일전체</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=mon" aria-current="false">월</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=tue" aria-current="true">화</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=wed" aria-current="false">수</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=thu" aria-current="false">목</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=fri" aria-current="false">금</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=sat" aria-current="false">토</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=sun" aria-current="false">일</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=dailyPlus" aria-current="false">매일+</a><div class="SubNavigationBar__guide_text--QBWZD"><em>매일+</em>는 비정기 연재가 가능한 코너입니다.</div></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=new" aria-current="false">신작</a></li><li class="SubNavigationBar__item--tmE0E"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=finish" aria-current="false">완결</a><button class="SubNavigationBar__guide_text--QBWZD">네이버웹툰 앱에서는 추천완결 작품을 감상할 수 있는 <em>무료대여권 매일 지급!</em></button></li><li class="SubNavigationBar__item--tmE0E SubNavigationBar__ranking--RRwgu"><a class="SubNavigationBar__link--PXX5B" href="/webtoon?tab=genre" aria-current="false">장르&</a></li></ul></nav></div></header></div>
<div class="viewer_toolbar_wrap is_active">
<div class="viewer_toolbar">
<a href="/webtoon/list?titleId=783053&tab=tue" class="link_back" onclick="nclk_v2(event, 'con.list')"><span class="blind">이전</span></a>
<div class="title_area">
<div class="inner">
<a href="/webtoon/list?titleId=783053&tab=tue" class="title" id="titleName_toolbar" onclick="nclk_v2(event, 'con.title')">
<strong>김부장</strong>
</a>
<!-- [D] 툴팁 -->
<div role="tooltip" class="tooltip" id="titleName_tooltip" style="display:none;">
<span class="text">김부장</span>
</div>
</div>
<div class="inner">
<span class="episode" id="subTitle_toolbar">146화 능력있는 아빠[1]</span>
<!-- [D] 툴팁 -->
<div role="tooltip" class="tooltip" id="subTitle_tooltip" style="display:none;">
<span class="text">146화 능력있는 아빠[1]</span>
</div>
</div>
</div>
<div class="tool_area">
<span class="item">
<button type="button" id="toolbarFavoriteBtn" aria-pressed="false" class="button_favorite" onclick="nclk_v2(event, this.getAttribute('aria-pressed') === 'false' ? 'con.zzim' : 'con.zzimdel')">관심</button>
</span>
<span class="item">
<button type="button" class="link_preview" onclick="nclk_v2(event, 'con.prev')">이전화</button>
</span>
<span class="item">
<button type="button" aria-pressed="false" class="button_list" onclick="nclk_v2(event, this.getAttribute('aria-pressed') === 'true' ? 'con.listfold' : 'con.listunfold')">목록</button>
</span>
<span class="item">
<button type="button" class="link_next" onclick="nclk_v2(event, 'con.next')">
다음화
</button>
</span>
</div>
</div>
<div class="episode_list_wrap">
<div class="episode_list_area">
<div id="carousel" class="flicking-viewport" style="user-select: none; -webkit-user-drag: none; touch-action: pan-y;">
<div class="flicking-camera episode_list" style="transform: translate(-2.14286px);"></div>
</div>
</div>
<div class="flicking_control">
<button type="button" class="button" name="flicking-prev" onclick="nclk_v2(event, 'con.layprev')">
<span class="blind">이전</span>
</button>
<button type="button" class="button" name="flicking-next" onclick="nclk_v2(event, 'con.laynext')" disabled="disabled">
<span class="blind">다음</span>
</button>
</div>
<button type="button" class="episode_close" onclick="nclk_v2(event, 'con.layfold')">
<span class="blind">목록 접기</span>
</button>
</div>
</div>
<div class="view_area" id="comic_view_area">
<div class="wt_viewer" id="sectionContWide" style="background:#FFFFFF">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_1.jpg" alt="comic content" id="content_image_0">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_2.jpg" alt="comic content" id="content_image_1">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_3.jpg" alt="comic content" id="content_image_2">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_4.jpg" alt="comic content" id="content_image_3">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_5.jpg" alt="comic content" id="content_image_4">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_6.jpg" alt="comic content" id="content_image_5">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_7.jpg" alt="comic content" id="content_image_6">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_8.jpg" alt="comic content" id="content_image_7">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_9.jpg" alt="comic content" id="content_image_8">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_10.jpg" alt="comic content" id="content_image_9">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_11.jpg" alt="comic content" id="content_image_10">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_12.jpg" alt="comic content" id="content_image_11">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_13.jpg" alt="comic content" id="content_image_12">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_14.jpg" alt="comic content" id="content_image_13">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_15.jpg" alt="comic content" id="content_image_14">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_16.jpg" alt="comic content" id="content_image_15">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_17.jpg" alt="comic content" id="content_image_16">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_18.jpg" alt="comic content" id="content_image_17">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_19.jpg" alt="comic content" id="content_image_18">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_20.jpg" alt="comic content" id="content_image_19">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_21.jpg" alt="comic content" id="content_image_20">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_22.jpg" alt="comic content" id="content_image_21">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_23.jpg" alt="comic content" id="content_image_22">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_24.jpg" alt="comic content" id="content_image_23">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_25.jpg" alt="comic content" id="content_image_24">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_26.jpg" alt="comic content" id="content_image_25">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_27.jpg" alt="comic content" id="content_image_26">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_28.jpg" alt="comic content" id="content_image_27">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_29.jpg" alt="comic content" id="content_image_28">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_30.jpg" alt="comic content" id="content_image_29">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_31.jpg" alt="comic content" id="content_image_30">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_32.jpg" alt="comic content" id="content_image_31">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_33.jpg" alt="comic content" id="content_image_32">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_34.jpg" alt="comic content" id="content_image_33">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_35.jpg" alt="comic content" id="content_image_34">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_36.jpg" alt="comic content" id="content_image_35">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_37.jpg" alt="comic content" id="content_image_36">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_38.jpg" alt="comic content" id="content_image_37">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_39.jpg" alt="comic content" id="content_image_38">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_40.jpg" alt="comic content" id="content_image_39">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_41.jpg" alt="comic content" id="content_image_40">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_42.jpg" alt="comic content" id="content_image_41">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_43.jpg" alt="comic content" id="content_image_42">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_44.jpg" alt="comic content" id="content_image_43">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_45.jpg" alt="comic content" id="content_image_44">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_46.jpg" alt="comic content" id="content_image_45">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_47.jpg" alt="comic content" id="content_image_46">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_48.jpg" alt="comic content" id="content_image_47">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_49.jpg" alt="comic content" id="content_image_48">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_50.jpg" alt="comic content" id="content_image_49">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_51.jpg" alt="comic content" id="content_image_50">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_52.jpg" alt="comic content" id="content_image_51">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_53.jpg" alt="comic content" id="content_image_52">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_54.jpg" alt="comic content" id="content_image_53">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_55.jpg" alt="comic content" id="content_image_54">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_56.jpg" alt="comic content" id="content_image_55">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_57.jpg" alt="comic content" id="content_image_56">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_58.jpg" alt="comic content" id="content_image_57">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_59.jpg" alt="comic content" id="content_image_58">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_60.jpg" alt="comic content" id="content_image_59">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_61.jpg" alt="comic content" id="content_image_60">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_62.jpg" alt="comic content" id="content_image_61">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_63.jpg" alt="comic content" id="content_image_62">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_64.jpg" alt="comic content" id="content_image_63">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_65.jpg" alt="comic content" id="content_image_64">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_66.jpg" alt="comic content" id="content_image_65">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_67.jpg" alt="comic content" id="content_image_66">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_68.jpg" alt="comic content" id="content_image_67">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_69.jpg" alt="comic content" id="content_image_68">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_70.jpg" alt="comic content" id="content_image_69">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_71.jpg" alt="comic content" id="content_image_70">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_72.jpg" alt="comic content" id="content_image_71">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_73.jpg" alt="comic content" id="content_image_72">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_74.jpg" alt="comic content" id="content_image_73">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_75.jpg" alt="comic content" id="content_image_74">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_76.jpg" alt="comic content" id="content_image_75">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_77.jpg" alt="comic content" id="content_image_76">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_78.jpg" alt="comic content" id="content_image_77">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_79.jpg" alt="comic content" id="content_image_78">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_80.jpg" alt="comic content" id="content_image_79">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_81.jpg" alt="comic content" id="content_image_80">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_82.jpg" alt="comic content" id="content_image_81">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_83.jpg" alt="comic content" id="content_image_82">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_84.jpg" alt="comic content" id="content_image_83">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_85.jpg" alt="comic content" id="content_image_84">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_86.jpg" alt="comic content" id="content_image_85">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_87.jpg" alt="comic content" id="content_image_86">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_88.jpg" alt="comic content" id="content_image_87">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_89.jpg" alt="comic content" id="content_image_88">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_90.jpg" alt="comic content" id="content_image_89">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_91.jpg" alt="comic content" id="content_image_90">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_92.jpg" alt="comic content" id="content_image_91">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_93.jpg" alt="comic content" id="content_image_92">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_94.jpg" alt="comic content" id="content_image_93">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_95.jpg" alt="comic content" id="content_image_94">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_96.jpg" alt="comic content" id="content_image_95">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_97.jpg" alt="comic content" id="content_image_96">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_98.jpg" alt="comic content" id="content_image_97">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_99.jpg" alt="comic content" id="content_image_98">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_100.jpg" alt="comic content" id="content_image_99">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_101.jpg" alt="comic content" id="content_image_100">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_102.jpg" alt="comic content" id="content_image_101">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_103.jpg" alt="comic content" id="content_image_102">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_104.jpg" alt="comic content" id="content_image_103">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_105.jpg" alt="comic content" id="content_image_104">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_106.jpg" alt="comic content" id="content_image_105">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_107.jpg" alt="comic content" id="content_image_106">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_108.jpg" alt="comic content" id="content_image_107">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_109.jpg" alt="comic content" id="content_image_108">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_110.jpg" alt="comic content" id="content_image_109">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_111.jpg" alt="comic content" id="content_image_110">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_112.jpg" alt="comic content" id="content_image_111">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_113.jpg" alt="comic content" id="content_image_112">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_114.jpg" alt="comic content" id="content_image_113">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_115.jpg" alt="comic content" id="content_image_114">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_116.jpg" alt="comic content" id="content_image_115">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_117.jpg" alt="comic content" id="content_image_116">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_118.jpg" alt="comic content" id="content_image_117">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_119.jpg" alt="comic content" id="content_image_118">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_120.jpg" alt="comic content" id="content_image_119">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_121.jpg" alt="comic content" id="content_image_120">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_122.jpg" alt="comic content" id="content_image_121">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_123.jpg" alt="comic content" id="content_image_122">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_124.jpg" alt="comic content" id="content_image_123">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_125.jpg" alt="comic content" id="content_image_124">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_126.jpg" alt="comic content" id="content_image_125">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_127.jpg" alt="comic content" id="content_image_126">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_128.jpg" alt="comic content" id="content_image_127">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_129.jpg" alt="comic content" id="content_image_128">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_130.jpg" alt="comic content" id="content_image_129">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_131.jpg" alt="comic content" id="content_image_130">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_132.jpg" alt="comic content" id="content_image_131">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_133.jpg" alt="comic content" id="content_image_132">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_134.jpg" alt="comic content" id="content_image_133">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_135.jpg" alt="comic content" id="content_image_134">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_136.jpg" alt="comic content" id="content_image_135">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_137.jpg" alt="comic content" id="content_image_136">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_138.jpg" alt="comic content" id="content_image_137">
<img src="https://image-comic.pstatic.net/webtoon/783053/146/20240708195944_dde3b8c627b39e16abf15d4fb51291a0_IMAG01_139.jpg" alt="comic content" id="content_image_138">
</div>
<div id="flex_no_ad" class="ads_sc" style="display:none;"></div>
<div id="flex_ad_story" class="ppl_story_wrap" style="background:#FFFFFF; display:none;"></div>
<div id="flex_ad_image" class="ads_sc" style="display: block;"><a href="https://siape.veta.naver.com/fxclick?eu=EU10043345&calp=783053&oj=gWVX8UfU7uOxueNuEThGDEpClHreersBFEVnMBI7y1WfIxaCkVa%2B%2BPW1YEqVwubmAQMCMuhPEN3vSoH4abYlc9HIYqNdnROG915KICAkZoGXMGDhmM9NoiGVj6neW6iU&ac=8996797&src=7185143&br=4557056&evtcd=P901&x_ti=1396&tb=&oid=&sid1=&sid2=&rk=J5oPkCFH-oCOTxziCZETPw&eltts=qjEF97xczPH5ZlcHphUrYA%3D%3D&lu=&brs=Y&p0=p&p1=CO2144&p2=450111&uaf=p&wtitle=783053" target="_blank" onclick="nclk_v2(event, 'vad.img')">
<img src="https://ssl.pstatic.net/static/comic/images/migration/common/blank.gif" id="ppl_image_area" alt="AD" onerror="this.src='https://ssl.pstatic.net/static/comic/images/migration/common/blank.gif'">
</a>
<a href="https://comic.naver.com/business/proposalGuide" target="_blank" class="adsby"><img src="https://ssl.pstatic.net/static/comic/images/txt_ads_v2.png" width="201" height="17" alt="Ads by Naver WEBTOON 네이버 홈으로 이동"></a>
</div>
<div id="flex_ad_video" class="ads_sc video" style="display:none;"></div>
</div>
<div class="up_down_area" style="">
<button class="link_top" onclick="nclk_v2(event, 'con.up')">맨위로</button>
<button class="link_bottom" onclick="nclk_v2(event, 'con.down')">아래로</button>
</div>
<div id="viewerView"><div class="ViewerView__viewer_container--ATOVF"><div class="ViewerView__viewer_wrap--dfNGE"><div class="UserAction__user_action_wrap--GZHSC"><div class="UserAction__user_action_area--yufT6"><button type="button" role="chekckbox" aria-checked="false" class="UserAction__item--vnknf UserAction__favorite--xLZK0"><span class="UserAction__icon_wrap--oJ_eV"><i class="icon_favorite"><svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="10" cy="10" r="9" stroke="#000"></circle><path d="M6 10h8M10 14V6" stroke="#000" stroke-linecap="round"></path></svg><svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="10" cy="10" r="9" fill="#00DC64" stroke="#00DC64" stroke-width="1.25"></circle><path d="M14.004 7.174a.558.558 0 0 1 .835.028.681.681 0 0 1-.025.907l-5.591 5.717a.557.557 0 0 1-.81 0l-3.227-3.3a.681.681 0 0 1-.025-.906.558.558 0 0 1 .835-.028l2.822 2.885 5.186-5.303Z" fill="#fff"></path></svg></i></span><strong class="UserAction__title--YL7gV">관심웹툰</strong><span class="UserAction__count--jk3vo">641,278</span></button><div class="UserAction__item--vnknf"><div class="u_likeit_list_module _reactionModule" data-sid="COMIC" data-pid="p_783053" data-cid="783053_146" data-loaded="1" data-facetype="0" style="visibility: visible;"><a href="#" class="u_likeit_list_btn _button off" data-type="like" aria-pressed="false"><span class="u_ico _icon"></span><em class="u_txt _label">좋아요</em><em class="u_cnt _count">6,923</em></a></div></div><button type="button" role="chekckbox" aria-checked="false" class="UserAction__item--vnknf UserAction__star--bi4ea"><span class="UserAction__icon_wrap--oJ_eV"><i class="UserAction__icon_star--CXVHq"><svg width="18" height="19" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path clip-rule="evenodd" d="M9.532 15.736a1.062 1.062 0 0 0-1.064 0L5.155 17.65c-.835.482-1.83-.308-1.548-1.23L4.8 12.516a1.062 1.062 0 0 0-.32-1.112L.942 8.327c-.715-.621-.32-1.797.626-1.861l4.082-.277c.417-.028.778-.297.924-.688l1.432-3.835c.344-.92 1.646-.92 1.99 0l1.432 3.835c.146.39.507.66.924.688l4.082.277c.946.064 1.34 1.24.626 1.861l-3.539 3.078c-.316.275-.441.71-.319 1.112l1.192 3.903c.281.923-.713 1.713-1.548 1.23l-3.313-1.914Z" stroke="#FF4747"></path></svg></i><span class="UserAction__score--sP1ha">9.93</span></span><strong class="UserAction__title--YL7gV">별점주기</strong><span class="UserAction__count--jk3vo">7,596 참여</span></button><button type="button" class="UserAction__item--vnknf naver-splugin" id="spiButton" data-style="unity" data-title="김부장" data-url="https://comic.naver.com/webtoon/detail?titleId=783053&no=146" data-mail-display="off" data-blog-blog-id="naver" data-blog-source-type="111" data-blog-source-title="웹툰 > 김부장 | " data-blog-source-form="2" data-cafe-source-type="111" data-cafe-source-title="웹툰 > 김부장 | " data-cafe-source-form="2" data-likeserviceid="COMIC" data-likecontentsid="783053" splugin-id="7074482107"><span class="UserAction__icon_wrap--oJ_eV"><i class="icon_share"><svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M20.46 12h2.832c.39 0 .708.317.708.708v10.584a.708.708 0 0 1-.708.708H8.708A.708.708 0 0 1 8 23.292V12.708c0-.39.317-.708.708-.708h3.13M16 7v12M13 10l3-3 3 3" stroke="#000" stroke-linecap="round"></path></svg></i></span><strong class="UserAction__title--YL7gV">공유하기</strong></button></div><div class="UserAction__tag_bookmark_area--AHF2h"><div class="UserAction__tag_area--asMMT"><div class="TagGroup__tag_group--uUJza"><a href="/webtoon?tab=genre&genre=ACTION" class="TagGroup__tag--xu0OH">#액션</a><a href="/curation/list?type=CUSTOM_TAG&id=119" class="TagGroup__tag--xu0OH">#사이다</a><a href="/curation/list?type=CUSTOM_TAG&id=53" class="TagGroup__tag--xu0OH">#먼치킨</a><a href="/curation/list?type=CUSTOM_TAG&id=46" class="TagGroup__tag--xu0OH">#다크히어로</a><a href="/curation/list?type=CUSTOM_TAG&id=44" class="TagGroup__tag--xu0OH">#느와르</a></div></div><button type="button" role="chekckbox" aria-checked="false" class="UserAction__button_bookmark--ZWRsI"><i class="UserAction__icon_bookmark--1bNsL"><svg width="14" height="17" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M.5 1.5A.5.5 0 0 1 1 1h12a.5.5 0 0 1 .5.5v14.174a.5.5 0 0 1-.77.421L7.809 12.95a1.5 1.5 0 0 0-1.616 0L1.27 16.095a.5.5 0 0 1-.769-.42V1.5Z" stroke="#000"></path></svg></i>책갈피</button></div></div><div class="ViewerView__episode_list_wrap--zm5sz"><div class="ViewerEpisode__episode_list_area--x48Zy"><div class="flicking-viewport" style="user-select: none; -webkit-user-drag: none; touch-action: pan-y;"><div class="flicking-camera ViewerEpisode__episode_list--U3qYG" style="transform: translate(-15px);"><div class="ViewerEpisode__item--NFmeK"><a href="/webtoon/detail?titleId=783053&no=142&week=tue" aria-current="false" class="ViewerEpisode__link--f6gRB"><div class="ViewerEpisode__thumbnail--MPDqI"><img src="https://image-comic.pstatic.net/webtoon/783053/142/thumbnail_202x120_1f3a56e7-de32-43f1-9198-f24d2ad8fb3f.jpg" alt=""></div><p class="ViewerEpisode__title--ZT412">142화 두 번 당했다</p></a></div><div class="ViewerEpisode__item--NFmeK"><a href="/webtoon/detail?titleId=783053&no=143&week=tue" aria-current="false" class="ViewerEpisode__link--f6gRB"><div class="ViewerEpisode__thumbnail--MPDqI"><img src="https://image-comic.pstatic.net/webtoon/783053/143/thumbnail_202x120_ce5668e5-df38-4136-a159-ad9d7fa4c0fb.jpg" alt=""></div><p class="ViewerEpisode__title--ZT412">143화 이 이야기를 끝내줄 사람</p></a></div><div class="ViewerEpisode__item--NFmeK"><a href="/webtoon/detail?titleId=783053&no=144&week=tue" aria-current="false" class="ViewerEpisode__link--f6gRB"><div class="ViewerEpisode__thumbnail--MPDqI"><img src="https://image-comic.pstatic.net/webtoon/783053/144/thumbnail_202x120_3abc4bc2-3c3f-4d48-a2dd-db9b24cfe8b1.jpg" alt=""></div><p class="ViewerEpisode__title--ZT412">144화 에피소드 마무리</p></a></div><div class="ViewerEpisode__item--NFmeK"><a href="/webtoon/detail?titleId=783053&no=145&week=tue" aria-current="false" class="ViewerEpisode__link--f6gRB"><div class="ViewerEpisode__thumbnail--MPDqI"><img src="https://image-comic.pstatic.net/webtoon/783053/145/thumbnail_202x120_1a9c3aec-f8ee-4799-852a-f8ad62d324ee.jpg" alt=""></div><p class="ViewerEpisode__title--ZT412">145화 금문 그 후+김민지</p></a></div><div class="ViewerEpisode__item--NFmeK"><a href="/webtoon/detail?titleId=783053&no=146&week=tue" aria-current="true" class="ViewerEpisode__link--f6gRB"><div class="ViewerEpisode__thumbnail--MPDqI"><img src="https://image-comic.pstatic.net/webtoon/783053/146/thumbnail_202x120_21ed16b5-8cd3-4968-83f5-28ab78fff65f.jpg" alt=""></div><p class="ViewerEpisode__title--ZT412">146화 능력있는 아빠[1]</p></a></div><div class="ViewerEpisode__item--NFmeK"><a href="/webtoon/detail?titleId=783053&no=147&week=tue" aria-current="false" class="ViewerEpisode__link--f6gRB"><div class="ViewerEpisode__thumbnail--MPDqI"><img src="https://image-comic.pstatic.net/webtoon/783053/147/thumbnail_202x120_0fb1515a-3b73-4669-9db2-8d41548dad17.jpg" alt=""></div><p class="ViewerEpisode__title--ZT412">147화 능력있는 아빠[2]+쿠키</p></a></div><div class="ViewerEpisode__item--NFmeK ViewerEpisode__preview--oLK1U"><a aria-current="false" class="ViewerEpisode__link--f6gRB"><div class="ViewerEpisode__thumbnail--MPDqI"><img src="https://image-comic.pstatic.net/webtoon/783053/148/thumbnail_202x120_f96937fb-087f-4882-bee5-3d38453638cd.jpg" alt=""><div class="ViewerEpisode__dimmed--xmx7C"><i class="icon_clock"><svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle cx="13.5" cy="14" r="12.5" stroke="#fff" stroke-width="2"></circle><path fill-rule="evenodd" clip-rule="evenodd" d="M13.489 5.195a.988.988 0 0 0-.989.991l.012 7.515a.994.994 0 0 0 .994.993h.001a.99.99 0 0 0 .989-.993l-.011-7.515a.993.993 0 0 0-.994-.99h-.002Z" fill="#fff"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M21.999 13.688a.988.988 0 0 0-.991-.989l-7.515.012a.994.994 0 0 0-.993.994v.001a.99.99 0 0 0 .993.99l7.515-.012a.993.993 0 0 0 .991-.994v-.002Z" fill="#fff"></path></svg></i></div></div><p class="ViewerEpisode__title--ZT412"><span>5개</span>의 미리보기</p></a></div></div></div></div><div class="ViewerEpisode__flicking_control--fRizF"><button type="button" class="ViewerEpisode__button--P0T4h"><svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M20 24.5 12 16l8-8.5" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg><span class="blind">이전</span></button><button type="button" class="ViewerEpisode__button--P0T4h" disabled=""><svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M20 24.5 12 16l8-8.5" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg><span class="blind">다음</span></button></div></div><div class="ViewerView__ad_banner_area--SfK3D"><div id="webtoonEndAd"></div><div data-ad-banner="premium_banner"></div></div><div class="content_wrap"><div id="content" class="content"><div class="AuthorWords__author_wrap--Qo0O3 AuthorWords__author_home--qOFxv"><div class="AuthorWords__author_head--dtRjl"><div class="AuthorWords__author_area--x4EzU"><div class="ContentMetaInfo__meta_info--GbTg4"><span class="ContentMetaInfo__category--WwrCp"><a class="ContentMetaInfo__link--xTtO6" href="https://comic.naver.com/community/u/bakmansa?lastPage=ViewerEnd" target="_blank"><span class="ContentMetaInfo__profile--b6niL"><img src="https://kw-wcommunity-phinf.pstatic.net/20240229_28/1709186405575CDsBa_PNG/1000005303.png" alt="박만사" class="ContentMetaInfo__image--SOQ4R"></span>박만사<i class="ContentMetaInfo__icon_author_link--zRt8V"><svg class="icon_author_badge_svg__IconAuthorBadge" width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"><path d="M1 2.509v9.498c0 .298.252.533.549.512l6.251-.436V14.4l6.796-2.865a.661.661 0 0 0 .404-.608V1.912a.512.512 0 0 0-.537-.511L1.49 1.997A.513.513 0 0 0 1 2.51Z" fill="#00D264"></path><path opacity="0.15" d="M13.789 1.843H2.215v9.882H13.79V1.843Z" fill="url(#icon_author_badge_svg__a)"></path><path d="M6.566 10.304 3.619 7.361l1.238-1.236 1.709 1.708 4.579-4.57L12.38 4.5l-5.815 5.805Z" fill="#fff"></path><defs><pattern id="icon_author_badge_svg__a" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="#icon_author_badge_svg__b" transform="scale(.00403 .00472)"></use></pattern><image id="icon_author_badge_svg__b" width="248" height="212" xlink:href="data:image/png;base64,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"></image></defs></svg></i></a><span class="ContentMetaInfo__dot--uCVnt">∙</span>글</span><span class="ContentMetaInfo__category--WwrCp"><a class="ContentMetaInfo__link--xTtO6" href="https://comic.naver.com/community/u/MANSSTORY?lastPage=ViewerEnd" target="_blank"><span class="ContentMetaInfo__profile--b6niL"><img src="https://kw-wcommunity-phinf.pstatic.net/20230920_264/1695218163532UKCQ1_PNG/%BD%E6%B3%D7%C0%CF.png" alt="남자의 이야기" class="ContentMetaInfo__image--SOQ4R"></span>남자의 이야기<i class="ContentMetaInfo__icon_author_link--zRt8V"><svg class="icon_author_badge_svg__IconAuthorBadge" width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"><path d="M1 2.509v9.498c0 .298.252.533.549.512l6.251-.436V14.4l6.796-2.865a.661.661 0 0 0 .404-.608V1.912a.512.512 0 0 0-.537-.511L1.49 1.997A.513.513 0 0 0 1 2.51Z" fill="#00D264"></path><path opacity="0.15" d="M13.789 1.843H2.215v9.882H13.79V1.843Z" fill="url(#icon_author_badge_svg__a)"></path><path d="M6.566 10.304 3.619 7.361l1.238-1.236 1.709 1.708 4.579-4.57L12.38 4.5l-5.815 5.805Z" fill="#fff"></path><defs><pattern id="icon_author_badge_svg__a" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="#icon_author_badge_svg__b" transform="scale(.00403 .00472)"></use></pattern><image id="icon_author_badge_svg__b" width="248" height="212" xlink:href="data:image/png;base64,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"></image></defs></svg></i></a><span class="ContentMetaInfo__dot--uCVnt">∙</span>글</span><span class="ContentMetaInfo__category--WwrCp"><a class="ContentMetaInfo__link--xTtO6" href="https://comic.naver.com/community/u/cymhteak?lastPage=ViewerEnd" target="_blank"><span class="ContentMetaInfo__profile--b6niL"><img src="https://kw-wcommunity-phinf.pstatic.net/20230926_255/1695660247699WpG78_PNG/%B1%D7%B8%B2%B7%CE%B0%ED.png" alt="정종택" class="ContentMetaInfo__image--SOQ4R"></span>정종택<i class="ContentMetaInfo__icon_author_link--zRt8V"><svg class="icon_author_badge_svg__IconAuthorBadge" width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"><path d="M1 2.509v9.498c0 .298.252.533.549.512l6.251-.436V14.4l6.796-2.865a.661.661 0 0 0 .404-.608V1.912a.512.512 0 0 0-.537-.511L1.49 1.997A.513.513 0 0 0 1 2.51Z" fill="#00D264"></path><path opacity="0.15" d="M13.789 1.843H2.215v9.882H13.79V1.843Z" fill="url(#icon_author_badge_svg__a)"></path><path d="M6.566 10.304 3.619 7.361l1.238-1.236 1.709 1.708 4.579-4.57L12.38 4.5l-5.815 5.805Z" fill="#fff"></path><defs><pattern id="icon_author_badge_svg__a" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="#icon_author_badge_svg__b" transform="scale(.00403 .00472)"></use></pattern><image id="icon_author_badge_svg__b" width="248" height="212" xlink:href="data:image/png;base64,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"></image></defs></svg></i></a><span class="ContentMetaInfo__dot--uCVnt">∙</span>그림</span></div></div><div class="AuthorWords__link_area--EWaAq" tabindex="0"><div class="AuthorWords__item--DhWfn"><a class="AuthorWords__link--Q8rSA">작가 블로그</a></div><span class="AuthorWords__item--DhWfn"><a class="AuthorWords__link--Q8rSA">팬카페</a></span></div></div><p class="AuthorWords__author_words--Bbit7">.</p></div><div class="ViewerView__ad_banner_area--SfK3D"></div><div class="ViewerView__comment_wrap--aEawX"><div id="cbox_module" class="u_cbox"><div class="u_cbox_wrap u_cbox_type_login u_cbox_ko u_cbox_type_sort_best"><div class="u_cbox_head"><h5 class="u_cbox_title">의견쓰기</h5><span class="u_cbox_count">391</span><button type="button" class="u_cbox_btn_refresh" data-action="count#refresh" data-log="RPO.refresh"><span class="u_cbox_ico_refresh"></span><span class="u_cbox_txt_refresh">새로고침</span></button><div class="u_cbox_head_tools"><div class="u_cbox_manage_block"><button type="button" class="u_cbox_manage_block_btn" data-action="userBlock#blockManaging" data-log="RPC.blocklist"><span class="u_cbox_manage_block_txt">차단관리</span><span class="u_cbox_manage_block_icon"></span></button></div><div class="u_cbox_help_info"><strong class="u_cbox_info_label">BEST댓글 운영 기준 안내</strong><a href="#" role="button" class="u_cbox_btn_help" data-action="count#tools#toggle" data-log="RPO.helpopen#RPO.helpclose#RPO.infopen#RPO.infclose"><span class="u_cbox_ico_help"></span><span class="u_cbox_txt_help">안내 레이어 보기</span></a></div><div class="u_cbox_layer u_cbox_layer_help" style="display: none;"><strong class="u_cbox_info_title"><span class="u_cbox_ico_help"></span>BEST 댓글</strong><p class="u_cbox_info_txt">'좋아요' 투표수가 높은 댓글입니다.</p><strong class="u_cbox_info_title"><span class="u_cbox_ico_help"></span>BEST댓글 운영 기준</strong><p class="u_cbox_info_txt">'좋아요'의 일정 비율 이상 '싫어요'를 받게 되는 경우 베스트댓글에서 자동 제외됩니다.<br><br>타인에게 불쾌감을 주거나 작가의 요청을 받은 경우도 베스트댓글에서 제외될 수 있습니다.</p><p></p><a href="#" class="u_cbox_btn_info_close" data-action="count#tools#toggle" data-log="RPO.helpclose#RPO.infclose">BEST댓글 운영 기준 안내 레이어 닫기</a></div></div></div><div class="u_cbox_write_wrap"><div class="u_cbox_write_box u_cbox_type_logged_in"><form><fieldset><legend class="u_vc">댓글 쓰기</legend><div class="u_cbox_write" data-focus="write#beforeClickWriteBox"><div class="u_cbox_write_inner"><div class="u_cbox_profile_area"><div class="u_cbox_profile"><strong class="u_vc">로그인 정보</strong><div class="u_cbox_box_name"><span class="u_cbox_write_name">츄</span></div></div></div><div class="u_cbox_write_area"><strong class="u_vc">댓글 입력</strong><div class="u_cbox_inbox"><textarea title="의견쓰기" id="cbox_module__write_textarea" class="u_cbox_text" rows="3" cols="30" data-log="RPC.input"></textarea><label for="cbox_module__write_textarea" class="u_cbox_guide" data-action="write#placeholder" data-param="@event">주제와 무관한 댓글이나 스포일러, 악플은 경고조치 없이 삭제되며 징계 대상이 될 수 있습니다.</label></div></div><div class="u_cbox_upload_sticker " style="display:none"></div><div class="u_cbox_write_count"><span class="u_vc">현재 입력한 글자수</span><strong class="u_cbox_count_num">0</strong>/<span class="u_vc">전체 입력 가능한 글자수</span><span class="u_cbox_write_total">500</span></div><div class="u_cbox_upload"><div class="u_cbox_addition"></div><button type="button" class="u_cbox_btn_upload" data-action="write#request" data-log="RPC.write#RPC.reply#RPC.rereply"><span class="u_cbox_ico_upload"></span><span class="u_cbox_txt_upload">등록</span></button></div></div></div></fieldset></form></div></div><div class="u_cbox_notice u_cbox_notice_none" style="display: none;"></div><div class="u_cbox_sort"><strong id="cbox_module_wai_u_cbox_sort_label" class="u_vc">댓글 정렬 옵션 선택</strong><div class="u_cbox_sort_option"><div class="u_cbox_sort_scroller"><ul role="tablist" aria-labelledby="cbox_module_wai_u_cbox_sort_label" class="u_cbox_sort_option_list"><li role="presentation" class="u_cbox_sort_option_wrap u_cbox_sort_option_on"><a href="#" id="cbox_module_wai_u_cbox_sort_option_tab1" role="tab" aria-selected="true" aria-controls="cbox_module_wai_u_cbox_content_wrap_tabpanel" data-action="sort#request" data-param="best" data-log="RPS.best" class="u_cbox_select"><span class="u_cbox_ico_select"></span><span class="u_cbox_sort_label">BEST댓글</span></a></li><li role="presentation" class="u_cbox_sort_option_wrap"><a href="#" id="cbox_module_wai_u_cbox_sort_option_tab2" role="tab" aria-selected="false" aria-controls="cbox_module_wai_u_cbox_content_wrap_tabpanel" data-action="sort#request" data-param="new" data-log="RPS.new" class="u_cbox_select"><span class="u_cbox_ico_select"></span><span class="u_cbox_sort_label">전체댓글</span></a></li></ul></div></div><div class="u_cbox_head_tools"></div></div><div class="u_cbox_cleanbot"><div class="u_cbox_cleanbot_content"><em class="u_cbox_cleanbot_highlight">클린봇</em>이 악성댓글을 감지합니다.</div><a href="#" class="u_cbox_cleanbot_setbutton" role="button" data-action="cleanbot#openCleanbotLayer" data-log="RPO.clbset">설정</a></div><div id="cbox_module_wai_u_cbox_content_wrap_tabpanel" tabindex="0" class="u_cbox_content_wrap" style="outline: 0" role="tabpanel" aria-labelledby="cbox_module_wai_u_cbox_sort_option_tab1"><ul class="u_cbox_list"><li class="u_cbox_comment cbox_module__comment_469466979 _user_id_no_eitsf" data-info="commentNo:'469466979',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469466979',pick:false,regTime:'2024-07-08T22:58:47+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">alv</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(alvi****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469466979',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469466979',objectId:'783053_146',nickName:'alv',maskedId:'alvi****',idNo:'eitsf',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">장난하심니까? 요한이를 납치하라니 그게쉬운일입니까?</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-08T22:58:47+0900">2024-07-08 22:58</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469466979" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">29</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469466979',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">4408</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469466979',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">26</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469467089 _user_id_no_9TVEd" data-info="commentNo:'469467089',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469467089',pick:false,regTime:'2024-07-08T22:59:25+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">Martin777</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(infi****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469467089',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469467089',objectId:'783053_146',nickName:'Martin777',maskedId:'infi****',idNo:'9TVEd',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">??: 엘리트
박진영: 크아아아아아아아앜
??: 학부모
한상희: 크아아아아아아아아앜</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-08T22:59:25+0900">2024-07-08 22:59</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469467089" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">16</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469467089',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">2739</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469467089',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">26</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469467108 _user_id_no_4nsCC" data-info="commentNo:'469467108',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469467108',pick:false,regTime:'2024-07-08T22:59:30+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">호이호이</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(d302****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469467108',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469467108',objectId:'783053_146',nickName:'호이호이',maskedId:'d302****',idNo:'4nsCC',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">일해회 4계열사 파견의 시작..!!</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-08T22:59:30+0900">2024-07-08 22:59</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469467108" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">6</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469467108',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">1495</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469467108',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">22</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469469378 _user_id_no_2TQfO" data-info="commentNo:'469469378',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469469378',pick:false,regTime:'2024-07-08T23:11:01+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">짝퉁</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(q774****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469469378',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469469378',objectId:'783053_146',nickName:'짝퉁',maskedId:'q774****',idNo:'2TQfO',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">4계열사는 납치가 아님 방송인 계약후 스튜디오 지원해준다고 부른뒤 감금 시킨겁니다.
박형석도 막이래 개웃겨도 오피스텔 지원해주네 들어갔다가 못나가게 한겁니다</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-08T23:11:01+0900">2024-07-08 23:11</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469469378" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">7</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469469378',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">998</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469469378',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">22</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469468614 _user_id_no_5QaCw" data-info="commentNo:'469468614',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469468614',pick:false,regTime:'2024-07-08T23:06:19+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">jsy9845</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(aa_n****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469468614',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469468614',objectId:'783053_146',nickName:'jsy9845',maskedId:'aa_n****',idNo:'5QaCw',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">납치라고 하니까 4계열사에서 방에 가둬놓고 방송시키는거였나. 근데 그건 납치가 아니라 직접 와서 계약하는거 아닌가? 감금시켜놓고 방송시키는걸 몰라서 찾아왔는데 가둬진거고</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-08T23:06:19+0900">2024-07-08 23:06</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469468614" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">2</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469468614',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">557</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469468614',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">18</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469481148 _user_id_no_3ATge" data-info="commentNo:'469481148',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469481148',pick:false,regTime:'2024-07-09T05:48:40+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">Looing</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(rlar****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469481148',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469481148',objectId:'783053_146',nickName:'Looing',maskedId:'rlar****',idNo:'3ATge',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">사실 이도규처럼 김부장 잘챙겨주는 사람 없다 웬만하면 안된다고 단칼에 거절하고 아무튼 안됨인데 이도규처럼 일주면서 돈갚으면 해외 보내준다고 하는 상관 없다</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-09T05:48:40+0900">2024-07-09 05:48</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469481148" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">7</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469481148',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">494</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469481148',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">34</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469468198 _user_id_no_9IHhH" data-info="commentNo:'469468198',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469468198',pick:false,regTime:'2024-07-08T23:04:24+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">김기명</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(rhtm****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469468198',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469468198',objectId:'783053_146',nickName:'김기명',maskedId:'rhtm****',idNo:'9IHhH',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">한상희 ㅋㅋㅋㅋㅋㅋㅋㅋ
장현한테 결혼하지 말라더니 ㅋㅋㅋㅋㅋ 저래서</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-08T23:04:24+0900">2024-07-08 23:04</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469468198" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">5</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469468198',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">490</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469468198',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">8</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469472500 _user_id_no_5IPCE" data-info="commentNo:'469472500',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469472500',pick:false,regTime:'2024-07-08T23:41:44+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">30823</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(esw1****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469472500',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469472500',objectId:'783053_146',nickName:'30823',maskedId:'esw1****',idNo:'5IPCE',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">이도규가 천외천일로 꼼수만 안부렸으면김부장도 저렇게 안살았을텐데 ㅡㅡ
이도규 갑자기 비호감이네</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-08T23:41:44+0900">2024-07-08 23:41</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469472500" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">9</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469472500',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">318</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469472500',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">11</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469483342 _user_id_no_2c55bO" data-info="commentNo:'469483342',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469483342',pick:false,regTime:'2024-07-09T08:31:18+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">아잉눈</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(kshk****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469483342',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469483342',objectId:'783053_146',nickName:'아잉눈',maskedId:'kshk****',idNo:'2c55bO',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">아마 납치임무는 4계열사 임무가 아닐꺼임 4계열사는 사기를 쳐서 계약을 맺은뒤 스트리머를 감금하는 형식임 이도 어찌보면 납치라 할수있지만 가장 큰 이유는 김부장은 보안요원으로써만 4계열사 있었단거임 마지막 4계열사의 몰락이후에만 스트리머를 납치하려 했지 전체적으로는 보안요원에 가까워서 4계열사 임무는 아님 김민지의 나이 17살로 맞추고 외지주 김민지의 나이로 19살로 맞추면 얼추는 시간대를 맞출수있긴한데 현재 언급을 보면 19살이 맞으니깐.. 아마 유학을 못간거일수도?</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-09T08:31:18+0900">2024-07-09 08:31</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469483342" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt">1</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469483342',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">212</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469483342',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">17</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li><li class="u_cbox_comment cbox_module__comment_469488962 _user_id_no_5QaCw" data-info="commentNo:'469488962',deleted:false,best:true,visible:true,secret:false,manager:false,mine:false,report:undefined,blindReport:false,objectId:'783053_146',replyLevel:1,parentCommentNo:'469488962',pick:false,regTime:'2024-07-09T14:33:21+0900'"><div class="u_cbox_comment_box"><div class="u_cbox_area"><div class="u_cbox_info"><span class="u_cbox_info_main"><span class="u_cbox_name"><span class="u_cbox_name_area"><span class="u_cbox_nick_area"><span class="u_cbox_nick">jsy9845</span></span><span class="u_cbox_id_area"><span class="u_cbox_id">(aa_n****)</span></span></span></span></span><span class="u_cbox_info_sub"><span class="u_cbox_work_sub"><a href="#" class="u_cbox_btn_open" data-action="list#toggleButtons" data-param="@event"><span class="u_cbox_ico_open"></span><span class="u_cbox_in_open">옵션 열기</span></a><span class="u_cbox_work_box"><span class="u_cbox_work_inner"><a href="#" class="u_cbox_btn_userreport" data-action="report#request" data-param="commentNo:'469488962',objectId:'783053_146'" data-log="RPC.report" target="_blank"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">신고</span></a><a href="#" class="u_cbox_btn_userblock" data-action="userBlock#requestBlock" data-param="commentNo:'469488962',objectId:'783053_146',nickName:'jsy9845',maskedId:'aa_n****',idNo:'5QaCw',profileImageSrc:'https://ssl.pstatic.net/static.cbox/20240808151215/img/img_default_profile.gif'"><span class="u_cbox_ico_block"></span><span class="u_cbox_in_block">차단</span></a></span></span></span></span></div><div class="u_cbox_text_wrap"><span class="u_cbox_ico_best" style="">BEST</span><span class="u_cbox_contents" style="" data-lang="ko">확실히 이것 때문에 김부장이 온갖 더러운일도 하고 4계열사에서도 있는것도 이런 이유 때문에 생긴거 같네</span><span class="u_cbox_ico_exclamation" style="display:none;"></span><span class="u_cbox_delete_contents" style="display:none;">내가 차단한 이용자의 댓글입니다.</span></div><div class="u_cbox_info_base"><span class="u_cbox_date" data-value="2024-07-09T14:33:21+0900">2024-07-09 14:33</span></div><div class="u_cbox_tool"><a href="#" role="button" aria-expanded="false" class="u_cbox_btn_reply " data-action="reply#toggle" data-param="469488962" data-log="RPC.replyopen#RPC.replyclose" data-reference=""><strong class="u_cbox_reply_txt">답글</strong><span class="u_cbox_reply_cnt u_vc">0</span></a><div class="u_cbox_recomm_set"><strong class="u_vc">좋아요/싫어요</strong><a href="#" data-action="vote" data-param="mine:false,commentNo:'469488962',voteStatus:'SYMPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.sym#RPC.unsym" class="u_cbox_btn_recomm"><span class="u_cbox_ico_recomm">좋아요</span><em class="u_cbox_cnt_recomm">211</em></a><a href="#" data-action="vote" data-param="mine:false,commentNo:'469488962',voteStatus:'ANTIPATHY',objectId:'783053_146',ticket:'comic',manager:'USER'" data-log="RPC.dis#RPC.undis" class="u_cbox_btn_unrecomm"><span class="u_cbox_ico_unrecomm">싫어요</span><em class="u_cbox_cnt_unrecomm">8</em></a></div></div><span class="u_cbox_comment_frame"><span class="u_cbox_ico_tip"></span><span class="u_cbox_comment_frame_top"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span><span class="u_cbox_comment_frame_bottom"><span class="u_cbox_comment_bg_r"></span><span class="u_cbox_comment_bg_l"></span></span></span></div></div><div class="u_cbox_reply_area" style="display:none;"></div></li></ul></div><div class="u_cbox_paginate" style="display: none;"><a href="#" class="u_cbox_btn_more" data-action="page#more" data-log="RPC.more"><span class="u_cbox_more_wrap"><span class="u_cbox_box_more"><span class="u_cbox_page_more">더보기</span><span class="u_cbox_ico_more"></span></span></span></a></div><div class="u_cbox_view_comment"><a href="#" class="u_cbox_btn_view_comment" data-action="view#link" data-log="RPC.allmore"><span class="u_cbox_in_view_comment">전체 댓글 더보기</span><span class="u_cbox_ico_view_comment"></span></a></div></div></div></div><div class="component_wrap"><div class="ComponentHead__component_head--O2tPr"><div class="ComponentHead__title_area--IEQEG"><h2 class="ComponentHead__title--TjYVo"><span class="ComponentHead__text--dhKW7">최신 업데이트 웹툰</span></h2></div></div><ul class="NewUpdateList__new_update_list--lx6ju"><li class="NewUpdateList__item--I6hYk"><a href="/bestChallenge/list?titleId=695997" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type148x120--EkqoN"><div class="Poster__badge_wrap--zo3Dq"><i class="icon_badge Poster__left--QwvsV"><svg width="56" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M0 4a4 4 0 0 1 4-4h52v16a4 4 0 0 1-4 4H0V4Z" fill="#000" fill-opacity="0.7"></path><path d="M9.817 11.367h-1.08V9.576h1.08v1.791Zm1.872-2.349h-.774V6.741H9.817V8.64h-1.08V6.732H7.621v5.58h3.294v-2.34h.774v3.942h1.107V6.129h-1.107v2.889Zm1.683-3.042v8.289h1.125V5.976h-1.125Zm9.54 3.915c-1.873-.324-2.899-1.611-2.899-2.826v-.594h-1.269v.594c0 1.188-1.035 2.502-2.898 2.826l.504.99c1.44-.279 2.493-1.089 3.024-2.142.531 1.053 1.593 1.854 3.033 2.142l.504-.99Zm-7.246 2.412v.963h7.506v-.963h-7.506Zm14.985-2.043h-4.617v-.927h4.365v-.918h-4.365v-.873h4.554v-.954h-5.76v4.608h5.823v-.936Zm-6.705 2.097v.963h7.506v-.963h-7.506Zm12.617.009v-1.728h2.367v-.954h-4.635V7.506h4.572v-.954h-5.77v4.086h2.278v1.728h-3.15v.972h7.506v-.972h-3.168Zm8.387-4.239v.963h1.296v2.943h1.188V5.985h-1.188v2.142H44.95Zm.55 1.908c-1.306-.441-1.873-1.458-1.873-2.439v-.108h1.611v-.945h-4.455v.945h1.63v.117c0 1.044-.595 2.133-1.954 2.574l.594.945a3.25 3.25 0 0 0 1.99-1.8c.35.747.971 1.341 1.88 1.638l.576-.927Zm-2.34 3.15v-1.656H41.97v2.601h5.652v-.945H43.16Z" fill="#fff"></path></svg><span class="blind">베스트도전</span></i></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="NewUpdateList__info_area--obx1_"><a href="/bestChallenge/list?titleId=695997" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">식빵고양이 파운드캣</span></span></a></div></li><li class="NewUpdateList__item--I6hYk"><a href="/bestChallenge/list?titleId=813850" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type148x120--EkqoN"><div class="Poster__badge_wrap--zo3Dq"><i class="icon_badge Poster__left--QwvsV"><svg width="56" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M0 4a4 4 0 0 1 4-4h52v16a4 4 0 0 1-4 4H0V4Z" fill="#000" fill-opacity="0.7"></path><path d="M9.817 11.367h-1.08V9.576h1.08v1.791Zm1.872-2.349h-.774V6.741H9.817V8.64h-1.08V6.732H7.621v5.58h3.294v-2.34h.774v3.942h1.107V6.129h-1.107v2.889Zm1.683-3.042v8.289h1.125V5.976h-1.125Zm9.54 3.915c-1.873-.324-2.899-1.611-2.899-2.826v-.594h-1.269v.594c0 1.188-1.035 2.502-2.898 2.826l.504.99c1.44-.279 2.493-1.089 3.024-2.142.531 1.053 1.593 1.854 3.033 2.142l.504-.99Zm-7.246 2.412v.963h7.506v-.963h-7.506Zm14.985-2.043h-4.617v-.927h4.365v-.918h-4.365v-.873h4.554v-.954h-5.76v4.608h5.823v-.936Zm-6.705 2.097v.963h7.506v-.963h-7.506Zm12.617.009v-1.728h2.367v-.954h-4.635V7.506h4.572v-.954h-5.77v4.086h2.278v1.728h-3.15v.972h7.506v-.972h-3.168Zm8.387-4.239v.963h1.296v2.943h1.188V5.985h-1.188v2.142H44.95Zm.55 1.908c-1.306-.441-1.873-1.458-1.873-2.439v-.108h1.611v-.945h-4.455v.945h1.63v.117c0 1.044-.595 2.133-1.954 2.574l.594.945a3.25 3.25 0 0 0 1.99-1.8c.35.747.971 1.341 1.88 1.638l.576-.927Zm-2.34 3.15v-1.656H41.97v2.601h5.652v-.945H43.16Z" fill="#fff"></path></svg><span class="blind">베스트도전</span></i></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="NewUpdateList__info_area--obx1_"><a href="/bestChallenge/list?titleId=813850" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">플라잉 미나세</span></span></a></div></li><li class="NewUpdateList__item--I6hYk"><a href="/bestChallenge/list?titleId=770963" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type148x120--EkqoN"><div class="Poster__badge_wrap--zo3Dq"><i class="icon_badge Poster__left--QwvsV"><svg width="56" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M0 4a4 4 0 0 1 4-4h52v16a4 4 0 0 1-4 4H0V4Z" fill="#000" fill-opacity="0.7"></path><path d="M9.817 11.367h-1.08V9.576h1.08v1.791Zm1.872-2.349h-.774V6.741H9.817V8.64h-1.08V6.732H7.621v5.58h3.294v-2.34h.774v3.942h1.107V6.129h-1.107v2.889Zm1.683-3.042v8.289h1.125V5.976h-1.125Zm9.54 3.915c-1.873-.324-2.899-1.611-2.899-2.826v-.594h-1.269v.594c0 1.188-1.035 2.502-2.898 2.826l.504.99c1.44-.279 2.493-1.089 3.024-2.142.531 1.053 1.593 1.854 3.033 2.142l.504-.99Zm-7.246 2.412v.963h7.506v-.963h-7.506Zm14.985-2.043h-4.617v-.927h4.365v-.918h-4.365v-.873h4.554v-.954h-5.76v4.608h5.823v-.936Zm-6.705 2.097v.963h7.506v-.963h-7.506Zm12.617.009v-1.728h2.367v-.954h-4.635V7.506h4.572v-.954h-5.77v4.086h2.278v1.728h-3.15v.972h7.506v-.972h-3.168Zm8.387-4.239v.963h1.296v2.943h1.188V5.985h-1.188v2.142H44.95Zm.55 1.908c-1.306-.441-1.873-1.458-1.873-2.439v-.108h1.611v-.945h-4.455v.945h1.63v.117c0 1.044-.595 2.133-1.954 2.574l.594.945a3.25 3.25 0 0 0 1.99-1.8c.35.747.971 1.341 1.88 1.638l.576-.927Zm-2.34 3.15v-1.656H41.97v2.601h5.652v-.945H43.16Z" fill="#fff"></path></svg><span class="blind">베스트도전</span></i></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="NewUpdateList__info_area--obx1_"><a href="/bestChallenge/list?titleId=770963" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">소중한 하루를 살다</span></span></a></div></li><li class="NewUpdateList__item--I6hYk"><a href="/bestChallenge/list?titleId=701701" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type148x120--EkqoN"><div class="Poster__badge_wrap--zo3Dq"><i class="icon_badge Poster__left--QwvsV"><svg width="56" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M0 4a4 4 0 0 1 4-4h52v16a4 4 0 0 1-4 4H0V4Z" fill="#000" fill-opacity="0.7"></path><path d="M9.817 11.367h-1.08V9.576h1.08v1.791Zm1.872-2.349h-.774V6.741H9.817V8.64h-1.08V6.732H7.621v5.58h3.294v-2.34h.774v3.942h1.107V6.129h-1.107v2.889Zm1.683-3.042v8.289h1.125V5.976h-1.125Zm9.54 3.915c-1.873-.324-2.899-1.611-2.899-2.826v-.594h-1.269v.594c0 1.188-1.035 2.502-2.898 2.826l.504.99c1.44-.279 2.493-1.089 3.024-2.142.531 1.053 1.593 1.854 3.033 2.142l.504-.99Zm-7.246 2.412v.963h7.506v-.963h-7.506Zm14.985-2.043h-4.617v-.927h4.365v-.918h-4.365v-.873h4.554v-.954h-5.76v4.608h5.823v-.936Zm-6.705 2.097v.963h7.506v-.963h-7.506Zm12.617.009v-1.728h2.367v-.954h-4.635V7.506h4.572v-.954h-5.77v4.086h2.278v1.728h-3.15v.972h7.506v-.972h-3.168Zm8.387-4.239v.963h1.296v2.943h1.188V5.985h-1.188v2.142H44.95Zm.55 1.908c-1.306-.441-1.873-1.458-1.873-2.439v-.108h1.611v-.945h-4.455v.945h1.63v.117c0 1.044-.595 2.133-1.954 2.574l.594.945a3.25 3.25 0 0 0 1.99-1.8c.35.747.971 1.341 1.88 1.638l.576-.927Zm-2.34 3.15v-1.656H41.97v2.601h5.652v-.945H43.16Z" fill="#fff"></path></svg><span class="blind">베스트도전</span></i></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="NewUpdateList__info_area--obx1_"><a href="/bestChallenge/list?titleId=701701" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">아빠는 N살</span></span></a></div></li><li class="NewUpdateList__item--I6hYk"><a href="/bestChallenge/list?titleId=779079" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type148x120--EkqoN"><div class="Poster__badge_wrap--zo3Dq"><i class="icon_badge Poster__left--QwvsV"><svg width="56" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M0 4a4 4 0 0 1 4-4h52v16a4 4 0 0 1-4 4H0V4Z" fill="#000" fill-opacity="0.7"></path><path d="M9.817 11.367h-1.08V9.576h1.08v1.791Zm1.872-2.349h-.774V6.741H9.817V8.64h-1.08V6.732H7.621v5.58h3.294v-2.34h.774v3.942h1.107V6.129h-1.107v2.889Zm1.683-3.042v8.289h1.125V5.976h-1.125Zm9.54 3.915c-1.873-.324-2.899-1.611-2.899-2.826v-.594h-1.269v.594c0 1.188-1.035 2.502-2.898 2.826l.504.99c1.44-.279 2.493-1.089 3.024-2.142.531 1.053 1.593 1.854 3.033 2.142l.504-.99Zm-7.246 2.412v.963h7.506v-.963h-7.506Zm14.985-2.043h-4.617v-.927h4.365v-.918h-4.365v-.873h4.554v-.954h-5.76v4.608h5.823v-.936Zm-6.705 2.097v.963h7.506v-.963h-7.506Zm12.617.009v-1.728h2.367v-.954h-4.635V7.506h4.572v-.954h-5.77v4.086h2.278v1.728h-3.15v.972h7.506v-.972h-3.168Zm8.387-4.239v.963h1.296v2.943h1.188V5.985h-1.188v2.142H44.95Zm.55 1.908c-1.306-.441-1.873-1.458-1.873-2.439v-.108h1.611v-.945h-4.455v.945h1.63v.117c0 1.044-.595 2.133-1.954 2.574l.594.945a3.25 3.25 0 0 0 1.99-1.8c.35.747.971 1.341 1.88 1.638l.576-.927Zm-2.34 3.15v-1.656H41.97v2.601h5.652v-.945H43.16Z" fill="#fff"></path></svg><span class="blind">베스트도전</span></i></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="NewUpdateList__info_area--obx1_"><a href="/bestChallenge/list?titleId=779079" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">미필은 노하이</span></span></a></div></li></ul></div></div><div class="Aside__aside_wrap--iF5ju"><div class="component_wrap"><div class="ComponentHead__component_head--O2tPr ComponentHead__type_aside--PumIK"><div class="ComponentHead__title_area--IEQEG"><h2 class="ComponentHead__title--TjYVo"><span class="ComponentHead__text--dhKW7">작가의 다른 작품</span></h2></div></div><ul class="AsideList__content_list--FXDvm"><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=818448" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__raking_area--aQX3C"><strong class="AsideList__ranking--sNPZy">1</strong></div><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=818448" class="ContentTitle__title_area--x24vt"><i class="ContentTitle__icon_bullet--H1qaP"><svg width="17" height="13" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><rect x="0.5" y="0.5" width="16" height="12" rx="1.5" stroke="#FF4747"></rect><path d="M3.449 6.899c0 1.518.957 2.53 2.401 2.53 1.454 0 2.42-1.012 2.42-2.53V3.403H7.12V6.89c0 .837-.497 1.389-1.251 1.389-.764 0-1.27-.561-1.27-1.399V3.403h-1.15v3.496Zm6.174 2.4h1.15V7.314h.929c1.435 0 2.383-.773 2.383-1.96 0-1.177-.939-1.95-2.365-1.95H9.623V9.3Zm2.19-4.884c.634 0 1.057.377 1.057.938 0 .57-.423.948-1.058.948h-1.04V4.415h1.04Z" fill="#FF4747"></path></svg><span class="blind">UP</span></i><span class="ContentTitle__title--e3qXt"><span class="text">욕망일기Deep</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">박만사, 김꿀빨 / 누리마루</a><div tabindex="0" style="outline: 0px;"></div></div></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=821192" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"><i class="Poster__icon_bullet--D4lUU"><svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.953 2.097c0 2.199-.161 7.11.228 9.054C3.402 17.265 10 19.711 10 19.711s6.598-2.446 7.819-8.56c.389-1.945.227-6.855.227-9.054C18.046 2.097 14.237 1 10 1 5.763 1 1.953 2.097 1.953 2.097Z" fill="#F4831F"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4.402a2.34 2.34 0 0 0-2.34 2.339c0 1.29 1.05 2.339 2.34 2.339a2.34 2.34 0 0 0 0-4.678Zm2.695 5.382c-.036-.02-.07-.04-.11-.059a1.522 1.522 0 0 0-.14-.057 3.783 3.783 0 0 0-.49-.163c-.574.4-1.257.615-1.956.617-.722 0-1.393-.23-1.956-.617-.212.054-.42.126-.62.215-.052.024-.096.05-.14.075a2.552 2.552 0 0 0-1.323 2.257 7.015 7.015 0 0 0 8.08 0 2.55 2.55 0 0 0-1.345-2.268Z" fill="#fff"></path></svg><span class="blind">청유물</span></i></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__raking_area--aQX3C"><strong class="AsideList__ranking--sNPZy">2</strong></div><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=821192" class="ContentTitle__title_area--x24vt"><i class="ContentTitle__icon_bullet--H1qaP"><svg width="17" height="13" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><rect x="0.5" y="0.5" width="16" height="12" rx="1.5" stroke="#FF4747"></rect><path d="M3.449 6.899c0 1.518.957 2.53 2.401 2.53 1.454 0 2.42-1.012 2.42-2.53V3.403H7.12V6.89c0 .837-.497 1.389-1.251 1.389-.764 0-1.27-.561-1.27-1.399V3.403h-1.15v3.496Zm6.174 2.4h1.15V7.314h.929c1.435 0 2.383-.773 2.383-1.96 0-1.177-.939-1.95-2.365-1.95H9.623V9.3Zm2.19-4.884c.634 0 1.057.377 1.057.938 0 .57-.423.948-1.058.948h-1.04V4.415h1.04Z" fill="#FF4747"></path></svg><span class="blind">UP</span></i><span class="ContentTitle__title--e3qXt"><span class="text">좋아? 죽어!</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">김용키, 박만사 / 죠</a><div tabindex="0" style="outline: 0px;"></div></div></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=814834" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__raking_area--aQX3C"><strong class="AsideList__ranking--sNPZy">3</strong></div><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=814834" class="ContentTitle__title_area--x24vt"><i class="ContentTitle__icon_bullet--H1qaP"><svg width="17" height="13" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><rect x="0.5" y="0.5" width="16" height="12" rx="1.5" stroke="#FF4747"></rect><path d="M3.449 6.899c0 1.518.957 2.53 2.401 2.53 1.454 0 2.42-1.012 2.42-2.53V3.403H7.12V6.89c0 .837-.497 1.389-1.251 1.389-.764 0-1.27-.561-1.27-1.399V3.403h-1.15v3.496Zm6.174 2.4h1.15V7.314h.929c1.435 0 2.383-.773 2.383-1.96 0-1.177-.939-1.95-2.365-1.95H9.623V9.3Zm2.19-4.884c.634 0 1.057.377 1.057.938 0 .57-.423.948-1.058.948h-1.04V4.415h1.04Z" fill="#FF4747"></path></svg><span class="blind">UP</span></i><span class="ContentTitle__title--e3qXt"><span class="text">체탐자</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">병장, 박만사 / 겸자</a><div tabindex="0" style="outline: 0px;"></div></div></div></li></ul><a href="#" class="AsideViewMore__link_view_more--Ahtr4"><i class="AsideViewMore__icon_refresh--TnssA"><svg width="20" height="19" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><g clip-path="url(#icon_refresh_svg__a)" fill="#00DC64"><path d="M14.578 4.634a6.678 6.678 0 1 0 0 9.444l-.89-.89a5.418 5.418 0 1 1 0-7.663l.89-.89Z"></path><path d="M9.856 2.678a6.678 6.678 0 1 0 6.678 6.678h-1.26a5.418 5.418 0 1 1-5.418-5.418v-1.26Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="m15.428 3.071.885 4.427-4.426-.885 3.541-3.542Z"></path></g><defs><clipPath id="icon_refresh_svg__a"><path fill="#fff" transform="translate(.5)" d="M0 0h19v19H0z"></path></clipPath></defs></svg></i>작가의 다른 작품 더보기<span class="AsideViewMore__count--XTvS5"><strong>1</strong> / 8</span></a></div><div class="component_wrap"><div class="ComponentHead__component_head--O2tPr ComponentHead__type_aside--PumIK"><div class="ComponentHead__title_area--IEQEG"><h2 class="ComponentHead__title--TjYVo"><span class="ComponentHead__text--dhKW7">이 작품 독자들이 많이 본 웹툰</span></h2></div></div><ul class="AsideList__content_list--FXDvm"><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=827908" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=827908" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">소년법칙</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">병장, 박만사, 해태 / 호인</a><div tabindex="0" style="outline: 0px;"></div></div></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=736744" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=736744" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">캐슬</span></span></a><a href="/artistTitle?id=329642" class="ContentAuthor__author--CTAAP">정연</a></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=827335" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=827335" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">소년교도소</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">청민 / 이수현</a><div tabindex="0" style="outline: 0px;"></div></div></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=808198" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=808198" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">촉법소년</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">박만사, 남자의 이야기 / 정종택</a><div tabindex="0" style="outline: 0px;"></div></div></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=805691" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=805691" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">무진</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">사과 / 브라보 장</a><div tabindex="0" style="outline: 0px;"></div></div></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=818588" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=818588" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">진주</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">박만사, 백두 / 백승훈, 백두</a><div tabindex="0" style="outline: 0px;"></div></div></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=570506" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=570506" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">최강전설 강해효</span></span></a><a href="/artistTitle?id=257437" class="ContentAuthor__author--CTAAP">최병열</a></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=736989" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=736989" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">더 복서</span></span></a><a href="/artistTitle?id=329788" class="ContentAuthor__author--CTAAP">정지훈</a></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=812560" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=812560" class="ContentTitle__title_area--x24vt"><span class="ContentTitle__title--e3qXt"><span class="text">돈내놔</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">은류 / 도늑</a><div tabindex="0" style="outline: 0px;"></div></div></div></li><li class="AsideList__item--i30ly"><a href="/webtoon/list?titleId=743139" class="Poster__link--sopnC"><div class="Poster__thumbnail_area--gviWY Poster__type60x80--PIVcH"><div class="Poster__bullet_wrap--VcWFJ"></div><span class="Poster__image--d9XTI" style="display: inline-block;"></span></div></a><div class="AsideList__info_area--PVPwn"><a href="/webtoon/list?titleId=743139" class="ContentTitle__title_area--x24vt"><i class="ContentTitle__icon_bullet--H1qaP"><svg width="17" height="13" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><rect x="0.5" y="0.5" width="16" height="12" rx="1.5" stroke="#FF4747"></rect><path d="M3.449 6.899c0 1.518.957 2.53 2.401 2.53 1.454 0 2.42-1.012 2.42-2.53V3.403H7.12V6.89c0 .837-.497 1.389-1.251 1.389-.764 0-1.27-.561-1.27-1.399V3.403h-1.15v3.496Zm6.174 2.4h1.15V7.314h.929c1.435 0 2.383-.773 2.383-1.96 0-1.177-.939-1.95-2.365-1.95H9.623V9.3Zm2.19-4.884c.634 0 1.057.377 1.057.938 0 .57-.423.948-1.058.948h-1.04V4.415h1.04Z" fill="#FF4747"></path></svg><span class="blind">UP</span></i><span class="ContentTitle__title--e3qXt"><span class="text">한림체육관</span></span></a><div class="ContentAuthor__author_wrap--fV7Lo"><a class="ContentAuthor__author--CTAAP" href="/webtoon/detail">혜성 / 이석재</a><div tabindex="0" style="outline: 0px;"></div></div></div></li></ul></div><div class="component_wrap"><a href="https://comic.naver.com/notice/detail?noticeId=1758" class="Aside__aside_mid_banner--bBLfi" target="_self"><img src="https://naverwebtoon-phinf.pstatic.net/20230302_284/1677735347817MIn2y_JPEG/upload_4270204674804478761.JPEG" alt="<웹소설 웹툰화 각색/작화 모집> 신인/경력작가 지원"></a></div></div></div></div></div></div>
<div id="viewerFooter"><div class="Footer__footer--gvFec"><div class="Footer__brand_area--WGJ50"><ul class="Footer__brand_list--Ko4Fa"><li class="Footer__item--lHFVL"><a href="/index" class="Footer__link--AjERJ">웹툰</a></li><li class="Footer__item--lHFVL"><a href="https://novel.naver.com" target="_blank" class="Footer__link--AjERJ">웹소설</a></li><li class="Footer__item--lHFVL"><a href="https://series.naver.com" target="_blank" class="Footer__link--AjERJ">시리즈 <span class="Footer__desc--HchnP">웹소설 · 만화</span></a></li><li class="Footer__item--lHFVL"><a href="https://serieson.naver.com/v2/movie" target="_blank" class="Footer__link--AjERJ">시리즈온 <span class="Footer__desc--HchnP">영화 · 방송</span></a></li></ul><a href="https://help.naver.com/alias/contents2/comic/comic_1.naver" target="_blank" class="Footer__link_customer--JQfeB">웹툰 고객센터</a></div><div class="Footer__corp_info--Q3u_s"><div class="Footer__webtoon_corp_info--feUJF"><ul class="Footer__corp_list--D30i_"><li class="Footer__item--lHFVL"><a href="https://member.webtoon.naver.com/policy/terms" target="_blank" class="Footer__link--AjERJ">네이버웹툰 이용약관</a></li><li class="Footer__item--lHFVL"><a href="https://m.comic.naver.com/store/comic/common/passJoinAgreeContract" target="_blank" class="Footer__link--AjERJ">전용상품권 이용약관</a></li><li class="Footer__item--lHFVL"><a href="https://member.webtoon.naver.com/policy/privacy" target="_blank" class="Footer__link--AjERJ"><em>개인정보처리방침</em></a></li><li class="Footer__item--lHFVL"><a href="https://member.webtoon.naver.com/policy/youthpolicy" target="_blank" class="Footer__link--AjERJ">청소년보호정책</a></li><li class="Footer__item--lHFVL"><a href="https://help.naver.com/alias/contents2/comic/comic_1.naver" target="_blank" class="Footer__link--AjERJ">웹툰 고객센터</a></li><li class="Footer__item--lHFVL"><a href="/business/proposalGuide" target="_blank" class="Footer__link--AjERJ">광고<span class="Footer__dot--u_Q9G">·</span>사업문의</a></li></ul><address class="Footer__address--SMur8"><a href="https://webtoonscorp.com" target="_blank" class="Footer__corp_link--MhZpO"><svg width="172" height="10" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.408.121A4.713 4.713 0 0 0 .702 4.827 4.702 4.702 0 0 0 5.408 9.52c2.574 0 4.693-2.106 4.693-4.693 0-2.587-2.119-4.706-4.693-4.706Zm0 .754c2.158 0 3.926 1.768 3.926 3.939A3.93 3.93 0 0 1 5.408 8.74a3.92 3.92 0 0 1-3.913-3.926C1.495 2.643 3.25.875 5.408.875Zm2.015 1.937c-.507-.52-1.144-.767-2.015-.767-1.521 0-2.73 1.248-2.73 2.782 0 1.521 1.209 2.756 2.782 2.756.793 0 1.469-.26 1.976-.78l-.507-.689c-.39.364-.858.559-1.43.559A1.823 1.823 0 0 1 3.64 4.827c0-1.04.78-1.872 1.807-1.872.611 0 1.027.182 1.43.546l.546-.689ZM20.691 9h1.274V.667h-1.17v6.461L16.18.667h-1.274V9h1.183V2.578L20.69 9Zm9.617 0h1.313L28.189.667H26.81L23.378 9h1.235l.858-2.132h3.979L30.308 9Zm-1.274-3.185H25.9l1.56-3.9 1.573 3.9ZM32.703.667H31.39L34.562 9h1.378L39.112.667H37.89L35.29 7.7 32.703.667ZM40.602 9h5.29V7.895h-4.12V5.373h3.6V4.268h-3.6V1.772h4.12V.667h-5.29V9Zm7.046 0h1.17V5.698h1.625L52.393 9h1.352l-2.08-3.445c1.196-.325 1.937-1.196 1.937-2.379 0-1.521-1.21-2.509-3.042-2.509h-2.912V9Zm3.016-7.28c1.027 0 1.716.572 1.716 1.456s-.69 1.469-1.716 1.469h-1.846V1.72h1.846ZM68.757.667l-2.093 6.916-1.99-6.916h-1.468L61.23 7.57 59.137.667h-1.3L60.515 9h1.404l1.976-6.864L65.858 9h1.456L69.992.667h-1.235ZM71.579 9h5.29V7.895h-4.12V5.373h3.6V4.268h-3.6V1.772h4.12V.667h-5.29V9Zm7.045 0h3.51c1.638 0 2.652-1.066 2.652-2.301 0-1.092-.715-1.755-1.547-2.002.56-.221 1.274-.793 1.274-1.781 0-1.287-1.13-2.236-2.587-2.236h-3.302V9Zm3.185-7.28c.845 0 1.482.559 1.482 1.274s-.637 1.261-1.482 1.261h-2.015V1.72h2.015Zm.195 3.523c.884 0 1.56.585 1.56 1.352 0 .767-.676 1.352-1.573 1.352h-2.197V5.243h2.21Zm9.927-3.471V.667H85.47v1.105h2.639V9h1.17V1.772h2.652ZM96.715.511c-2.353 0-4.264 1.937-4.264 4.329 0 2.379 1.911 4.316 4.264 4.316s4.277-1.924 4.277-4.303c0-2.392-1.924-4.342-4.277-4.342Zm0 7.488c-1.664 0-3.016-1.417-3.016-3.159 0-1.755 1.352-3.172 3.016-3.172 1.677 0 3.03 1.43 3.03 3.185 0 1.729-1.353 3.146-3.03 3.146Zm9.966-7.488c-2.353 0-4.264 1.937-4.264 4.329 0 2.379 1.911 4.316 4.264 4.316s4.277-1.924 4.277-4.303c0-2.392-1.924-4.342-4.277-4.342Zm0 7.488c-1.664 0-3.016-1.417-3.016-3.159 0-1.755 1.352-3.172 3.016-3.172 1.677 0 3.029 1.43 3.029 3.185 0 1.729-1.352 3.146-3.029 3.146ZM118.597 9h1.274V.667h-1.17v6.461L114.086.667h-1.274V9h1.183V2.578L118.597 9Zm6.556 0h5.486V7.895h-4.316V.667h-1.17V9Zm8.036-6.227h-1.157V9h1.157V2.773Zm-.585-1.079c.39 0 .715-.325.715-.715a.721.721 0 0 0-.715-.715.721.721 0 0 0-.715.715c0 .39.325.715.715.715Zm3.962 3.679c0-1.027.559-1.677 1.495-1.677.923 0 1.495.65 1.495 1.677V9h1.144V5.373c0-1.027.572-1.677 1.508-1.677.923 0 1.482.65 1.482 1.677V9h1.157V5.191c0-1.599-.936-2.574-2.379-2.574-1.001 0-1.69.533-2.028 1.261-.377-.793-1.105-1.261-2.08-1.261-.793 0-1.417.364-1.794.936v-.78h-1.157V9h1.157V5.373Zm11.565-2.6h-1.157V9h1.157V2.773Zm-.585-1.079c.39 0 .715-.325.715-.715a.721.721 0 0 0-.715-.715.721.721 0 0 0-.715.715c0 .39.325.715.715.715Zm2.103 2.106h1.027v3.328c0 1.339.702 2.028 1.872 2.028.689 0 1.209-.247 1.495-.533l-.533-.871c-.182.208-.494.325-.806.325-.559 0-.858-.325-.858-.988V3.8h1.755V2.773h-1.768V1.226h-1.144v1.547h-1.04V3.8Zm8.246 5.356c1.001 0 1.885-.377 2.392-.923l-.611-.793c-.416.416-1.04.689-1.742.689-1.183 0-2.002-.832-2.132-1.95h4.94c.026-.091.039-.26.039-.416 0-1.755-1.326-3.146-3.068-3.146-1.768 0-3.081 1.456-3.081 3.263s1.365 3.276 3.263 3.276Zm-.169-5.551c.975 0 1.69.65 1.872 1.807h-3.77c.169-1.04.884-1.807 1.898-1.807Zm7.441 4.472c-1.17 0-2.028-.988-2.028-2.197 0-1.222.858-2.184 2.028-2.184s2.015.962 2.015 2.184c0 1.209-.845 2.197-2.015 2.197Zm2.015-8.021v3.653c-.481-.676-1.235-1.092-2.184-1.092-1.742 0-3.016 1.417-3.016 3.263 0 1.885 1.326 3.276 3.016 3.276.949 0 1.703-.442 2.184-1.131V9h1.157V.056h-1.157Zm3.523 9.061a.802.802 0 0 0 .819-.793.824.824 0 0 0-.819-.819c-.429 0-.793.377-.793.819 0 .442.364.793.793.793Z" fill="#7F7F7F"></path></svg><span class="blind">ⓒ NAVER WEBTOON Limited.</span></a></address></div><div class="Footer__naver_corp_info--OUOJh"><ul class="Footer__corp_list--D30i_"><li class="Footer__item--lHFVL"><a href="https://policy.naver.com/rules/service.html" target="_blank" class="Footer__link--AjERJ">이용약관</a></li><li class="Footer__item--lHFVL"><a href="https://policy.naver.com/rules/privacy.html" target="_blank" class="Footer__link--AjERJ"><em>개인정보처리방침</em></a></li><li class="Footer__item--lHFVL"><a href="https://policy.naver.com/rules/disclaimer.html" target="_blank" class="Footer__link--AjERJ">책임의 한계와 법적고지</a></li><li class="Footer__item--lHFVL"><a href="https://help.naver.com/index.help" target="_blank" class="Footer__link--AjERJ">고객센터</a></li><li class="Footer__item--lHFVL"><a href="https://help.pay.naver.com/mail/form.help?alias=checkout_accuse" target="_blank" class="Footer__link--AjERJ">결제도용신고</a></li><li class="Footer__item--lHFVL"><a href="https://cpc.naver.com/cpc/index.nhn" target="_blank" class="Footer__link--AjERJ">저작권침해신고</a></li></ul><address class="Footer__address--SMur8"><a href="https://www.navercorp.com/" target="_blank" class="Footer__corp_link--MhZpO"><svg width="93" height="10" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M5.408.121A4.713 4.713 0 0 0 .702 4.827 4.702 4.702 0 0 0 5.408 9.52c2.574 0 4.693-2.106 4.693-4.693 0-2.587-2.119-4.706-4.693-4.706Zm0 .754c2.158 0 3.926 1.768 3.926 3.939A3.93 3.93 0 0 1 5.408 8.74a3.92 3.92 0 0 1-3.913-3.926C1.495 2.643 3.25.875 5.408.875Zm2.015 1.937c-.507-.52-1.144-.767-2.015-.767-1.521 0-2.73 1.248-2.73 2.782 0 1.521 1.209 2.756 2.782 2.756.793 0 1.469-.26 1.976-.78l-.507-.689c-.39.364-.858.559-1.43.559A1.823 1.823 0 0 1 3.64 4.827c0-1.04.78-1.872 1.807-1.872.611 0 1.027.182 1.43.546l.546-.689ZM20.691 9h1.274V.667h-1.17v6.461L16.18.667h-1.274V9h1.183V2.578L20.69 9Zm9.617 0h1.313L28.189.667H26.81L23.378 9h1.235l.858-2.132h3.979L30.308 9Zm-1.274-3.185H25.9l1.56-3.9 1.573 3.9ZM32.703.667H31.39L34.562 9h1.378L39.112.667H37.89L35.29 7.7 32.703.667ZM40.602 9h5.29V7.895h-4.12V5.373h3.6V4.268h-3.6V1.772h4.12V.667h-5.29V9Zm7.046 0h1.17V5.698h1.625L52.393 9h1.352l-2.08-3.445c1.196-.325 1.937-1.196 1.937-2.379 0-1.521-1.21-2.509-3.042-2.509h-2.912V9Zm3.016-7.28c1.027 0 1.716.572 1.716 1.456s-.69 1.469-1.716 1.469h-1.846V1.72h1.846Zm14.713-.169C64.649.888 63.726.511 62.4.511c-2.353 0-4.251 1.937-4.251 4.329 0 2.379 1.859 4.316 4.277 4.316 1.235 0 2.184-.312 2.95-1.066l-.766-.858c-.52.494-1.287.767-2.106.767-1.768 0-3.107-1.417-3.107-3.159 0-1.755 1.339-3.172 3.003-3.172.936 0 1.638.325 2.197.793l.78-.91Zm5.11-1.04c-2.353 0-4.264 1.937-4.264 4.329 0 2.379 1.91 4.316 4.264 4.316 2.353 0 4.277-1.924 4.277-4.303 0-2.392-1.924-4.342-4.277-4.342Zm0 7.488c-1.664 0-3.016-1.417-3.016-3.159 0-1.755 1.352-3.172 3.016-3.172 1.677 0 3.029 1.43 3.029 3.185 0 1.729-1.352 3.146-3.03 3.146ZM76.657 9h1.17V5.698h1.625L81.402 9h1.352l-2.08-3.445c1.196-.325 1.937-1.196 1.937-2.379 0-1.521-1.21-2.509-3.042-2.509h-2.912V9Zm3.016-7.28c1.027 0 1.716.572 1.716 1.456s-.69 1.469-1.716 1.469h-1.846V1.72h1.846ZM84.667 9h1.17V5.958h1.716c1.937 0 3.224-1.053 3.224-2.652 0-1.599-1.274-2.639-3.198-2.639h-2.912V9Zm3.016-7.28c1.118 0 1.86.624 1.86 1.586 0 .962-.742 1.599-1.86 1.599h-1.846V1.72h1.846Zm3.765 7.397a.802.802 0 0 0 .82-.793.824.824 0 0 0-.82-.819c-.429 0-.793.377-.793.819 0 .442.364.793.793.793Z" fill="#7F7F7F"></path></svg><span class="blind">ⓒ NAVER CORP.</span></a></address></div></div><div class="Footer__company_info--vIwub"><ul class="Footer__corp_list--D30i_"><li class="Footer__item--lHFVL">네이버웹툰(유) 대표이사 김준구</li><li class="Footer__item--lHFVL">사업자등록번호 669-86-01888</li><li class="Footer__item--lHFVL">통신판매업 신고번호 2020-성남분당B-0719 <a href="https://www.ftc.go.kr/bizCommPop.do?wrkr_no=6698601888" target="_blank">(사업자정보확인)</a></li></ul><ul class="Footer__corp_list--D30i_"><li class="Footer__item--lHFVL">주소 경기도 성남시 분당구 분당내곡로 131 판교테크원 타워1, 11-12층</li><li class="Footer__item--lHFVL">고객센터 1588-3820</li><li class="Footer__item--lHFVL">이메일 <a href="mailto:ccnaver@naver.com">ccnaver@naver.com</a></li><li class="Footer__item--lHFVL">호스팅 서비스 제공 NAVER Cloud</li></ul></div><p class="Footer__copyright--HQULV">모든 콘텐츠의 저작권은 저작권자 또는 제공처에 있으며, 이를 무단으로 이용하는 경우 관련 법령에 따라 법적 책임을 질 수 있습니다.</p></div></div>
<div id="seriesViewModal"></div>
</div>
<script type="text/javascript">
(function() {
window.__state__ = {
user: {
idNo: '31bAC'
},
week: 'tue',
title: {
titleId: 783053,
titleName: "김부장",
webtoonLevelCode: 'WEBTOON',
themeType: 'NONE',
tagList: [{"id":783053,"tagName":"액션","urlPath":"/webtoon?tab=genre&genre=ACTION","curationType":"GENRE_ACTION"},{"id":119,"tagName":"사이다","urlPath":"/curation/list?type=CUSTOM_TAG&id=119","curationType":"CUSTOM_TAG"},{"id":53,"tagName":"먼치킨","urlPath":"/curation/list?type=CUSTOM_TAG&id=53","curationType":"CUSTOM_TAG"},{"id":46,"tagName":"다크히어로","urlPath":"/curation/list?type=CUSTOM_TAG&id=46","curationType":"CUSTOM_TAG"},{"id":44,"tagName":"느와르","urlPath":"/curation/list?type=CUSTOM_TAG&id=44","curationType":"CUSTOM_TAG"}],
fancafeUrl: '',
chargeArticleTotalCount: '5'
},
article: {"no":146,"subtitle":"146화 능력있는 아빠[1]","authorWords":"."},
currentIndex: 145,
prevArticle: {
no: '145',
blindInspection: false,
},
nextArticle: {
no: '147',
charge: false,
blindInspection: false,
},
articleList: [{"no":1,"subtitle":"1화 아빠는 자존심도 없어?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/1/thumbnail_202x120_d8f9ea35-e489-44e1-96c5-7e04b440edd3.jpg"},{"no":2,"subtitle":"2화 인간 병기","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/2/thumbnail_202x120_3d853702-2705-4661-9f84-d07ab0f62ee5.jpg"},{"no":3,"subtitle":"3화 무법중년","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/3/thumbnail_202x120_922f30bf-be05-4008-8fd2-025078416b89.jpg"},{"no":4,"subtitle":"4화 찾았다!","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/4/thumbnail_202x120_a192751d-c6b4-45e6-a4e0-2eb4997f5d6e.jpg"},{"no":5,"subtitle":"5화 운동 좀 했나본데","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/5/thumbnail_202x120_25a8617c-37dd-44e5-9f16-658e62d86eb8.jpg"},{"no":6,"subtitle":"6화 흔들리는 거 아니다","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/6/thumbnail_202x120_3cfabdd3-3d69-435e-a45d-df4c99092c29.jpg"},{"no":7,"subtitle":"7화 6분","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/7/thumbnail_202x120_f9e417c3-ed06-4948-b8a9-72aa33888b79.jpg"},{"no":8,"subtitle":"8화 필살기","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/8/thumbnail_202x120_628366e6-2c3c-462d-bef4-44b6e53a864b.jpg"},{"no":9,"subtitle":"9화 우리 집안이 어떤 집안인데","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/9/thumbnail_202x120_8b36d460-f87a-43ca-b9c8-1136396ac1f4.JPG"},{"no":10,"subtitle":"10화 빡대가리","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/10/thumbnail_202x120_5e2e6b5d-3c47-45c3-9533-060b92f727b3.jpg"},{"no":11,"subtitle":"11화 만남","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/11/thumbnail_202x120_10d554fa-8a11-416d-875b-3f3ce1edd510.jpg"},{"no":12,"subtitle":"12화 아빠가 화났다는 건","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/12/thumbnail_202x120_61e3f351-231b-4e06-b89c-2f143951eae2.jpg"},{"no":13,"subtitle":"13화 해보자는겨?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/13/thumbnail_202x120_b87fb619-970d-4547-959c-938aaa1c22e6.jpg"},{"no":14,"subtitle":"14화 영차","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/14/thumbnail_202x120_4dbf2c76-66a3-4970-9e92-7c639fabd37a.jpg"},{"no":15,"subtitle":"15화 최고의 호재","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/15/thumbnail_202x120_f79d6f73-a45f-409c-99c7-5564151781e3.jpg"},{"no":16,"subtitle":"16화 요원 아빠","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/16/thumbnail_202x120_5cf71dcb-11ff-4c3c-b74c-f6eb99fefd2f.jpg"},{"no":17,"subtitle":"17화 인사왔냐?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/17/thumbnail_202x120_fecd5c0a-e2ac-4abf-bd3f-6717a7141072.jpg"},{"no":18,"subtitle":"18화 어차피 순서차이","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/18/thumbnail_202x120_2296a1c7-9457-495b-a744-2c1215e27545.jpg"},{"no":19,"subtitle":"19화 요원의 조건 ","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/19/thumbnail_202x120_a595dc79-3d7c-40c8-9390-071b661ac1eb.jpg"},{"no":20,"subtitle":"20화 선물 장전","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/20/thumbnail_202x120_c1583fe9-6636-446b-91ee-440d50ae833f.jpg"},{"no":21,"subtitle":"21화 아빠 만나러 가자","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/21/thumbnail_202x120_0f9f1325-b3de-4169-bfb5-4f8c43346519.jpg"},{"no":22,"subtitle":"22화 아빠 왔다","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/22/thumbnail_202x120_24cfca28-8006-451b-8a2f-d0f54155f01f.jpg"},{"no":23,"subtitle":"23화 박진철","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/23/thumbnail_202x120_edcbc415-6f67-48cd-aea3-6ff1a4acd172.jpg"},{"no":24,"subtitle":"24화 김부장+성한수+박진철","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/24/thumbnail_202x120_25b1e3e0-acce-424c-bb79-6d8428d7d699.jpg"},{"no":25,"subtitle":"25화 국내레벨?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/25/thumbnail_202x120_0965ca2e-7d99-4315-a3c6-09aa9c08bf2a.jpg"},{"no":26,"subtitle":"26화 어디 한 번 볼까","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/26/thumbnail_202x120_6a22fd7b-826c-481c-8261-b19a5920c36a.jpg"},{"no":27,"subtitle":"27화 남자의 가장 소중한 것","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/27/thumbnail_202x120_f91df1d9-bc55-44db-ac64-d09afc4bf3c9.jpg"},{"no":28,"subtitle":"28화 남실장의 죽음 [1/1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/28/thumbnail_202x120_986ee050-ea71-4f4d-937d-42caadfe4df3.jpg"},{"no":29,"subtitle":"29화 너무 위험한 면담 [1/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/29/thumbnail_202x120_73806a88-0350-4acf-a824-772a652146e4.jpg"},{"no":30,"subtitle":"30화 너무 위험한 면담 [2/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/30/thumbnail_202x120_69ae91a7-701f-40ab-a72d-20a4d213bf3a.jpg"},{"no":31,"subtitle":"31화 낭만의 이유","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/31/thumbnail_202x120_7d4b2221-ec49-482f-9729-3e9a9118d3d6.jpg"},{"no":32,"subtitle":"32화 김부장의 여자","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/32/thumbnail_202x120_1e29fc4c-5cfa-46a9-be4d-37692f237c7a.jpg"},{"no":33,"subtitle":"33화 서열정리","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/33/thumbnail_202x120_19607af4-9bfd-45b7-b42c-018cbfd2bd74.jpg"},{"no":34,"subtitle":"34화 조롱받던 한국인 셋에게 중국 깡패들이 벌벌 떨고 애걸복걸한 이유","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/34/thumbnail_202x120_bd15784d-e2b5-4b06-b00d-0951193e9d3c.jpg"},{"no":35,"subtitle":"35화 바위는 영어로?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/35/thumbnail_202x120_579ad2c3-50f9-4a15-bd36-f605d6faec1f.jpg"},{"no":36,"subtitle":"36화 김부장의 낭만","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/36/thumbnail_202x120_ff68b0e1-1f69-42e2-a126-491965af9350.jpg"},{"no":37,"subtitle":"37화 박진철의 낭만","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/37/thumbnail_202x120_8b1ddf3c-a809-4c9c-b923-4adef98e2366.jpg"},{"no":38,"subtitle":"38화 성한수의 낭만?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/38/thumbnail_202x120_13bc2395-bf76-4a04-8a1a-97277b613892.jpg"},{"no":39,"subtitle":"39화 성한수의 낭만!","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/39/thumbnail_202x120_19f028f0-196e-45e5-852f-2f2db36709a9.jpg"},{"no":40,"subtitle":"40화 도망치지 않을건가요?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/40/thumbnail_202x120_33bb9092-b9fa-412b-bce0-223b001ca12c.jpg"},{"no":41,"subtitle":"41화 우리집에 국수 먹으러 갈래?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/41/thumbnail_202x120_3786d3b5-9bd2-49a5-82c2-a406e5edfa2e.jpg"},{"no":42,"subtitle":"42화 진짜 말도 안되는 계획","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/42/thumbnail_202x120_c8f9053c-ce0c-4bee-b315-2700cab93ad9.jpg"},{"no":43,"subtitle":"43화 존재자체가 외교문제","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/43/thumbnail_202x120_cc85d591-6625-41b2-82d1-4d9db4a98f49.jpg"},{"no":44,"subtitle":"44화 정신나간 시나리오","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/44/thumbnail_202x120_72da47ae-4899-484a-b93c-a1730e0d9e41.jpg"},{"no":45,"subtitle":"45화 전쟁의 신","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/45/thumbnail_202x120_f4b00248-c40e-4255-9e01-4eb9d8f2d83e.jpg"},{"no":46,"subtitle":"46화 과거회상 마무리+면접[0]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/46/thumbnail_202x120_ac23cb17-2600-47ff-b4a6-629e4f76d402.jpg"},{"no":47,"subtitle":"47화 면접[1] 이도규vs김부장","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/47/thumbnail_202x120_e4b79caa-23a9-418b-93a5-59a62e05040f.jpg"},{"no":48,"subtitle":"48화 면접[2] 이도규vs김부장","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/48/thumbnail_202x120_8172a1aa-ed8c-4fe9-a0e8-5077c9ab5038.jpg"},{"no":49,"subtitle":"49화 신입교사 킬러의 킬러","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/49/thumbnail_202x120_91f2424a-aa02-479f-a306-fc104122ab11.jpg"},{"no":50,"subtitle":"50화 여자가 되라고요?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/50/thumbnail_202x120_c2360722-04b8-48f7-9324-dfd70d7e4d4c.jpg"},{"no":51,"subtitle":"51화 봐줄 생각 없어","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/51/thumbnail_202x120_df97c3cb-e87a-49cb-a09e-e9b3a5e0b44f.jpg"},{"no":52,"subtitle":"52화 의뢰 해결","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/52/thumbnail_202x120_3120c67d-11e4-49a7-8920-d100aa94bb39.jpg"},{"no":53,"subtitle":"53화 그게 뭔지 아세요?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/53/thumbnail_202x120_3c48e010-bb74-4a64-be7c-c1a6104e65f2.jpg"},{"no":54,"subtitle":"54화 충격의 도가니","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/54/thumbnail_202x120_2482e91f-1f57-4673-97eb-f549d0b0591c.jpg"},{"no":55,"subtitle":"55화 하지마세요.","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/55/thumbnail_202x120_ff0a6d07-3943-4783-be92-25209f8a1d0a.jpg"},{"no":56,"subtitle":"56화 오랜만에 등장 [1/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/56/thumbnail_202x120_fb0be6c8-5160-489f-9c97-699eb3dc5667.jpg"},{"no":57,"subtitle":"57화 오랜만에 등장 [2/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/57/thumbnail_202x120_3eef6b60-bfda-4c8f-ab48-2ba112661dfb.jpg"},{"no":58,"subtitle":"58화 강함의 증명","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/58/thumbnail_202x120_3f8da2b1-e6d9-48bb-8d15-65735157930d.jpg"},{"no":59,"subtitle":"59화 ???vs경성회 [1/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/59/thumbnail_202x120_c3391f89-fb2e-4e1a-bba4-99fd97c4f8df.jpg"},{"no":60,"subtitle":"60화 ???vs경성회 [2/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/60/thumbnail_202x120_5b34d038-740f-4fb2-8d04-980d6053ba7f.jpg"},{"no":61,"subtitle":"61화 판단력과 전자발찌","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/61/thumbnail_202x120_ac006dd7-d2b0-45ac-95e7-051dbd0e48dc.jpg"},{"no":62,"subtitle":"62화 현역중년","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/62/thumbnail_202x120_82e5ea75-4738-4c66-9074-d6dbc59f3278.jpg"},{"no":63,"subtitle":"63화 몸이 뜨거워","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/63/thumbnail_202x120_4aa3fd39-6ee1-4615-b0f7-0e6eeb14fced.jpg"},{"no":64,"subtitle":"64화 무면허vs살인면허","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/64/thumbnail_202x120_aa9017e9-13d1-4086-9561-5c130e68fcec.jpg"},{"no":65,"subtitle":"65화 경성회 마무리","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/65/thumbnail_202x120_a7755d06-fee6-47ac-ad57-ce8c28b43a33.jpg"},{"no":66,"subtitle":"66화 이도규 식 기강잡기 [1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/66/thumbnail_202x120_5da3f457-96de-4307-8f7f-c77e14aef2f4.jpg"},{"no":67,"subtitle":"67화 이도규 식 기강잡기 [2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/67/thumbnail_202x120_d618921c-b119-4200-be45-d878c4f2025d.jpg"},{"no":68,"subtitle":"68화 매드무비","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/68/thumbnail_202x120_fdd10bdd-4e46-4949-96ea-6644b7885e47.jpg"},{"no":69,"subtitle":"69화 과일가게 아가씨","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/69/thumbnail_202x120_e84a12d6-f959-4223-aa04-8eb492bc6c71.jpg"},{"no":70,"subtitle":"70화 에피소드 마무리+아레스 [1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/70/thumbnail_202x120_4def6fc9-a489-4f14-bf7c-73d78c22b13c.jpg"},{"no":71,"subtitle":"71화 아레스[2]+민지의 남자친구","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/71/thumbnail_202x120_615595d5-4266-47fc-ac8d-cff47f0c684e.jpg"},{"no":72,"subtitle":"72화 정태양의 죽음[1/1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/72/thumbnail_202x120_0b595547-dca9-405e-802d-7814a170e38e.jpg"},{"no":73,"subtitle":"73화 김부장,납치","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/73/thumbnail_202x120_80063e5c-d81c-41fd-a6ac-1b35045ad04b.jpg"},{"no":74,"subtitle":"74화 올게 왔구만","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/74/thumbnail_202x120_ea30d272-daaf-4bc9-b574-a5d09c5c96ec.jpg"},{"no":75,"subtitle":"75화 알아주는 미친놈","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/75/thumbnail_202x120_ccf384ac-e521-4893-b7e0-0e6cb691da05.jpg"},{"no":76,"subtitle":"76화 아레스 할머니의 정체 ","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/76/thumbnail_202x120_eefa1c50-c4c0-4b6a-b810-f7f14f657ba4.jpg"},{"no":77,"subtitle":"77화 이번화 쿠키있음","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/77/thumbnail_202x120_702eddda-f66a-482a-9a2c-12bbb7275c3c.jpg"},{"no":78,"subtitle":"78화 만나선 안되는 사람 [1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/78/thumbnail_202x120_359d568d-0994-4f86-911a-fad3a7dac7a4.jpg"},{"no":79,"subtitle":"79화 만나선 안되는 사람 [2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/79/thumbnail_202x120_7cafaafb-95c7-44af-b451-5c682bc22db1.jpg"},{"no":80,"subtitle":"80화 세탁소 아저씨@[1/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/80/thumbnail_202x120_b7e460c6-1984-4fbb-96a4-629bd0dcf325.jpg"},{"no":81,"subtitle":"81화 세탁소 아저씨@[2/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/81/thumbnail_202x120_4d998c42-ce85-44be-8a70-148ccbac3737.jpg"},{"no":82,"subtitle":"82화 백단열의 계획","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/82/thumbnail_202x120_c87bce76-33d1-499e-a53c-a991757aa9bf.jpg"},{"no":83,"subtitle":"83화 역전의 시작","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/83/thumbnail_202x120_f067b574-1b83-48d0-ac4e-d030387a3b9e.jpg"},{"no":84,"subtitle":"84화 전쟁 좋아","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/84/thumbnail_202x120_83af7b86-9793-4e38-b7cb-b7fe859b3fb9.jpg"},{"no":85,"subtitle":"85화 복수의 꽃","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/85/thumbnail_202x120_0a90c6b7-3abf-494b-90db-868e247231b9.jpg"},{"no":86,"subtitle":"86화 ???의 죽음 + 에피소드 마무리","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/86/thumbnail_202x120_a96843e8-afe6-487b-9272-c533d478def8.jpg"},{"no":87,"subtitle":"87화 역대급 스케일","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/87/thumbnail_202x120_f47ce55f-4b14-4082-a619-5d3998101804.jpg"},{"no":88,"subtitle":"88화 크아아악!!!","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/88/thumbnail_202x120_1b02d1d2-4364-43b4-a4dc-3268a4ef55a6.jpg"},{"no":89,"subtitle":"89화 성한수 아들과 박진철 딸","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/89/thumbnail_202x120_5541d909-0cc8-4799-b492-4f8b6a11a86b.jpg"},{"no":90,"subtitle":"90화 위험인물[1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/90/thumbnail_202x120_bbca2895-72ad-4b89-b58c-e9cf9e4f595e.jpg"},{"no":91,"subtitle":"91화 위험인물[2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/91/thumbnail_202x120_168a23f8-93b6-42ee-ae7b-896e7ceea483.jpg"},{"no":92,"subtitle":"92화 의외의 강자[1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/92/thumbnail_202x120_54afee23-c923-4250-9bf8-dae49d429a62.jpg"},{"no":93,"subtitle":"93화 의외의 강자[2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/93/thumbnail_202x120_90f38f8a-ff6e-40b3-90fd-16702fca4332.jpg"},{"no":94,"subtitle":"94화 의외의 강자[3]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/94/thumbnail_202x120_5475ef54-9493-488b-bfff-c81225f6067a.jpg"},{"no":95,"subtitle":"95화 성vs김박","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/95/thumbnail_202x120_4d2821ea-9693-4774-a5f2-4fad6ed91202.jpg"},{"no":96,"subtitle":"96화 폭풍전야","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/96/thumbnail_202x120_43e085a1-adf5-4cb1-963f-48abd243f9dc.jpg"},{"no":97,"subtitle":"97화 재미있어 보이는게 있네","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/97/thumbnail_202x120_b6927628-3cba-4b85-a864-1c20b9348c2c.jpg"},{"no":98,"subtitle":"98화 박진철과 김준구","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/98/thumbnail_202x120_bdc7b3b9-d6b0-4790-8814-5ae762dc3add.jpg"},{"no":99,"subtitle":"99화 가장 큰 원동력","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/99/thumbnail_202x120_1ea05562-b21a-4446-aea4-20933e5f1c1c.jpg"},{"no":100,"subtitle":"100화 청룡 심부름 센터","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/100/thumbnail_202x120_30e79b22-2932-43e3-bda6-5869e079af39.jpg"},{"no":101,"subtitle":"101화 죽어도 못보낸다","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/101/thumbnail_202x120_adfe6e15-d89b-4bd6-b966-fbcae730f086.jpg"},{"no":102,"subtitle":"102화 최강의 공격과 최강의 방어","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/102/thumbnail_202x120_c3e154bc-129d-497e-9d16-8e842bfc27e2.jpg"},{"no":103,"subtitle":"103화 의외의 아군","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/103/thumbnail_202x120_228d4929-b61d-49bf-905d-4db84ba64baf.jpg"},{"no":104,"subtitle":"104화 기억나부러쓰","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/104/thumbnail_202x120_d703a8bf-805a-4537-ba68-01855d06864f.jpg"},{"no":105,"subtitle":"105화 최고의 변수","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/105/thumbnail_202x120_32b6dbac-e47b-473b-810a-96d1272c65a8.jpg"},{"no":106,"subtitle":"106화 더러운 핏줄","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/106/thumbnail_202x120_3bdb06be-bc2e-4808-8e2d-4bc428a130b5.jpg"},{"no":107,"subtitle":"107화 천외천 마무리[1/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/107/thumbnail_202x120_45ff9ea6-62a9-482c-8855-ac6ac9dd4874.jpg"},{"no":108,"subtitle":"108화 천외천 마무리[2/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/108/thumbnail_202x120_c3e36a0f-8a1f-4ef6-9b24-9fb38a74226e.jpg"},{"no":109,"subtitle":"109화 김부장[1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/109/thumbnail_202x120_2b47f8db-f467-4c61-80fe-4e044a8797b8.jpg"},{"no":110,"subtitle":"110화 김부장[2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/110/thumbnail_202x120_bac80d80-9e1e-4778-bbd7-d53cb82cb374.jpg"},{"no":111,"subtitle":"111화 초심(初心)","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/111/thumbnail_202x120_85bb0e29-117c-45dc-983c-e6c75b05ec3f.jpg"},{"no":112,"subtitle":"112화 힘을 숨긴 아저ㅆ","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/112/thumbnail_202x120_4f621c22-b256-41f7-83c8-5d2df61263c2.jpg"},{"no":113,"subtitle":"113화 특히 더 진심","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/113/thumbnail_202x120_49b25f71-fb39-468a-b7e9-eca127275b77.jpg"},{"no":114,"subtitle":"114화 제 1대표 신유성","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/114/thumbnail_202x120_a3fb4dde-8efc-44f8-8ee1-01884c2e2189.jpg"},{"no":115,"subtitle":"115화 진심 부장","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/115/thumbnail_202x120_7b0841a2-6a54-48f9-b282-be4eb101013b.jpg"},{"no":116,"subtitle":"116화 1대표 마무리+2대표 시작","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/116/thumbnail_202x120_5cf754aa-7f8e-41bf-972f-73e592e9417c.jpg"},{"no":117,"subtitle":"117화 제 2대표 이종윤","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/117/thumbnail_202x120_644ddc95-f57f-438d-868d-1abbadad1c87.jpg"},{"no":118,"subtitle":"118화 GOAT","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/118/thumbnail_202x120_25df36d0-55bf-48a7-8dae-66ad6d5c7f31.jpg"},{"no":119,"subtitle":"119화 속전속결","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/119/thumbnail_202x120_ddcaae71-033f-475a-a641-a31bb0279754.jpg"},{"no":120,"subtitle":"120화 미쳐날뛰고 있습니다","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/120/thumbnail_202x120_0468495f-fdfd-4bfe-b39b-6eac05c83a4c.jpg"},{"no":121,"subtitle":"121화 4대표의 죽음[1/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/121/thumbnail_202x120_d871528e-0f0f-4c3e-80ad-c06f45e8949e.jpg"},{"no":122,"subtitle":"122화 4대표의 죽음[2/2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/122/thumbnail_202x120_b9cd5998-3a18-4ea3-9817-2671345444aa.jpg"},{"no":123,"subtitle":"123화 에피소드 마무리","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/123/thumbnail_202x120_8000e6ee-45c1-4d89-aa7b-e7a2ad929504.jpg"},{"no":124,"subtitle":"124화 수달 하나의 비밀부대[1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/124/thumbnail_202x120_4c19f5a4-4ce0-46c6-8ae1-43fdb6830d1e.jpg"},{"no":125,"subtitle":"125화 수달 하나의 비밀부대[2]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/125/thumbnail_202x120_912b23a7-705d-4476-b6bb-89b3795342e7.jpg"},{"no":126,"subtitle":"126화 수달 하나의 비밀부대[3]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/126/thumbnail_202x120_5df217cf-87c6-4c15-8dd1-b4a6635ca2fd.jpg"},{"no":127,"subtitle":"127화 수달 하나의 비밀부대[4]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/127/thumbnail_202x120_6175676e-5f79-4990-862f-2f5bc189b575.jpg"},{"no":128,"subtitle":"128화 수달 하나의 비밀부대[5]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/128/thumbnail_202x120_63ec89c0-d260-432e-8709-db60075fb17f.jpg"},{"no":129,"subtitle":"129화 쳐맞을 각오","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/129/thumbnail_202x120_9ecb466e-b7b1-4772-8253-948f9a24dd35.jpg"},{"no":130,"subtitle":"130화 화끈한 여자","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/130/thumbnail_202x120_ae7ce6d2-84e9-438e-9d8f-84b2dced304c.jpg"},{"no":131,"subtitle":"131화 쿠로다 유키에","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/131/thumbnail_202x120_07417830-f6e2-4f42-bb24-f34e161477b3.jpg"},{"no":132,"subtitle":"132화 당신과 함께라면","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/132/thumbnail_202x120_68bd9e0a-da46-409c-bd8a-1c8f294bad63.jpg"},{"no":133,"subtitle":"133화 Code Name : 66","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/133/thumbnail_202x120_45c3d37b-9c39-4b3c-90fb-299b5fed287e.jpg"},{"no":134,"subtitle":"134화 나라를 위해","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/134/thumbnail_202x120_1b9ffdb4-ff12-4fd1-849c-0eefb2820c86.jpg"},{"no":135,"subtitle":"135화 그렇게 하는거 아니라고","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/135/thumbnail_202x120_68803c05-e213-4452-8d21-a8347949f923.jpg"},{"no":136,"subtitle":"136화 그깟 방산업체?","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/136/thumbnail_202x120_6bf019ec-f9ba-4ccd-8626-c9414b6b675f.jpg"},{"no":137,"subtitle":"137화 남자라면 믿어주는 거다","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/137/thumbnail_202x120_4ca1088c-1155-4ff5-8aa6-1c340dd24584.jpg"},{"no":138,"subtitle":"138화 조금은 닿았길","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/138/thumbnail_202x120_52af56a1-7e27-479c-bc8b-051b2e67645e.jpg"},{"no":139,"subtitle":"139화 개인적인 감정","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/139/thumbnail_202x120_0d1b7172-5277-4efd-ba59-af8b5d25d54e.jpg"},{"no":140,"subtitle":"140화 간만의 적수","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/140/thumbnail_202x120_55071d2e-9c58-49c8-9529-bd9652ec27a7.jpg"},{"no":141,"subtitle":"141화 김부장식 연봉협상","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/141/thumbnail_202x120_e98f3510-b4fa-400a-a7a3-1e5cea1b79e4.jpg"},{"no":142,"subtitle":"142화 두 번 당했다","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/142/thumbnail_202x120_1f3a56e7-de32-43f1-9198-f24d2ad8fb3f.jpg"},{"no":143,"subtitle":"143화 이 이야기를 끝내줄 사람","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/143/thumbnail_202x120_ce5668e5-df38-4136-a159-ad9d7fa4c0fb.jpg"},{"no":144,"subtitle":"144화 에피소드 마무리","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/144/thumbnail_202x120_3abc4bc2-3c3f-4d48-a2dd-db9b24cfe8b1.jpg"},{"no":145,"subtitle":"145화 금문 그 후+김민지","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/145/thumbnail_202x120_1a9c3aec-f8ee-4799-852a-f8ad62d324ee.jpg"},{"no":146,"subtitle":"146화 능력있는 아빠[1]","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/146/thumbnail_202x120_21ed16b5-8cd3-4968-83f5-28ab78fff65f.jpg"},{"no":147,"subtitle":"147화 능력있는 아빠[2]+쿠키","charge":false,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/147/thumbnail_202x120_0fb1515a-3b73-4669-9db2-8d41548dad17.jpg"},{"no":148,"subtitle":"148화 이도규정도는 데리고 와","charge":true,"thumbnailUrl":"https://image-comic.pstatic.net/webtoon/783053/148/thumbnail_202x120_f96937fb-087f-4882-bee5-3d38453638cd.jpg"}],
titleDescImage: {
frontImage: 'https://image-comic.pstatic.net/webtoon/783053/thumbnail/titledescimage/frontImage_6b8ed0d2-9413-48bb-a1cb-ef5d4f9a9342.png',
backImage: ''
},
dailyPassDuration: '',
author: {"writers":[{"id":351540,"name":"박만사"},{"id":364997,"name":"남자의 이야기"}],"painters":[{"id":300655,"name":"정종택","blogUrl":"https://blog.naver.com/jongjt0302"}],"originAuthors":[]},
communityArtists: [{"artistId":351540,"name":"박만사","artistTypeList":["ARTIST_WRITER"],"profileBadge":"WEBTOON","profileImageUrl":"https://kw-wcommunity-phinf.pstatic.net/20240229_28/1709186405575CDsBa_PNG/1000005303.png","profilePageUrl":"https://comic.naver.com/community/u/bakmansa?lastPage=ViewerEnd","profilePageScheme":"comickr://browser?version=1&url=https%3A%2F%2Fm.comic.naver.com%2Fcommunity%2Fapp%2Fu%2Fbakmansa%3FlastPage%3DViewerEnd&target=inweb&navibar=hide"},{"artistId":364997,"name":"남자의 이야기","artistTypeList":["ARTIST_WRITER"],"profileBadge":"WEBTOON","profileImageUrl":"https://kw-wcommunity-phinf.pstatic.net/20230920_264/1695218163532UKCQ1_PNG/%BD%E6%B3%D7%C0%CF.png","profilePageUrl":"https://comic.naver.com/community/u/MANSSTORY?lastPage=ViewerEnd","profilePageScheme":"comickr://browser?version=1&url=https%3A%2F%2Fm.comic.naver.com%2Fcommunity%2Fapp%2Fu%2FMANSSTORY%3FlastPage%3DViewerEnd&target=inweb&navibar=hide"},{"artistId":300655,"name":"정종택","artistTypeList":["ARTIST_PAINTER"],"profileBadge":"WEBTOON","profileImageUrl":"https://kw-wcommunity-phinf.pstatic.net/20230926_255/1695660247699WpG78_PNG/%B1%D7%B8%B2%B7%CE%B0%ED.png","profilePageUrl":"https://comic.naver.com/community/u/cymhteak?lastPage=ViewerEnd","profilePageScheme":"comickr://browser?version=1&url=https%3A%2F%2Fm.comic.naver.com%2Fcommunity%2Fapp%2Fu%2Fcymhteak%3FlastPage%3DViewerEnd&target=inweb&navibar=hide"}],
nbooksContents: {"titleId":783053,"nbooksId":450111,"saleYn":"Y","finishedYn":"N","linkExposureYn":"N","bmType":"SERIAL","dailyPassStatus":"NONE","timePassStatus":"NONE","rewardVideoStatus":"N"},
gameAdBanner: {},
ad: {
flexData: {"version":"2.0","clickAction":"clicktoweb","flexType":"IMAGE","flexImageElement":{"url":"https://ssl.pstatic.net/melona/libs/1501/1501865/4b86ca6689b314df923b_20240723153343995.jpg","width":600,"height":600,"imageEvents":{"pc":{"imageClickUrl":"https://siape.veta.naver.com/fxclick?eu=EU10043345&calp=783053&oj=gWVX8UfU7uOxueNuEThGDEpClHreersBFEVnMBI7y1WfIxaCkVa%2B%2BPW1YEqVwubmAQMCMuhPEN3vSoH4abYlc9HIYqNdnROG915KICAkZoGXMGDhmM9NoiGVj6neW6iU&ac=8996797&src=7185143&br=4557056&evtcd=P901&x_ti=1396&tb=&oid=&sid1=&sid2=&rk=J5oPkCFH-oCOTxziCZETPw&eltts=qjEF97xczPH5ZlcHphUrYA%3D%3D&lu=&brs=Y&p0=p&p1=CO2144&p2=450111&uaf=p&wtitle=783053"}},"commonEvents":{"impressionStatsUrl":"","viewableImpression30PercentStatsUrl":"https://siape.veta.naver.com/fxview?eu=EU10043345&calp=783053&oj=gWVX8UfU7uOxueNuEThGDEpClHreersBFEVnMBI7y1WfIxaCkVa%2B%2BPW1YEqVwubmAQMCMuhPEN3vSoH4abYlc9HIYqNdnROG915KICAkZoGXMGDhmM9NoiGVj6neW6iU&ac=8996797&src=7185144&evtcd=NO_EVENT&x_ti=1396&tb=&oid=&sid1=&sid2=&rk=J5oPkCFH-oCOTxziCZETPw&eltts=qjEF97xczPH5ZlcHphUrYA%3D%3D&brs=Y&p0=p&p1=CO2144&p2=450111&eid=V810","viewableImpression50PercentStatsUrl":"https://siape.veta.naver.com/fxview?eu=EU10043345&calp=783053&oj=gWVX8UfU7uOxueNuEThGDEpClHreersBFEVnMBI7y1WfIxaCkVa%2B%2BPW1YEqVwubmAQMCMuhPEN3vSoH4abYlc9HIYqNdnROG915KICAkZoGXMGDhmM9NoiGVj6neW6iU&ac=8996797&src=7185145&evtcd=C1073&x_ti=1396&tb=&oid=&sid1=&sid2=&rk=J5oPkCFH-oCOTxziCZETPw&eltts=qjEF97xczPH5ZlcHphUrYA%3D%3D&brs=Y&p0=p&p1=CO2144&p2=450111&eid=V810","viewableImpression100PercentStatsUrl":"https://siape.veta.naver.com/fxview?eu=EU10043345&calp=783053&oj=gWVX8UfU7uOxueNuEThGDEpClHreersBFEVnMBI7y1WfIxaCkVa%2B%2BPW1YEqVwubmAQMCMuhPEN3vSoH4abYlc9HIYqNdnROG915KICAkZoGXMGDhmM9NoiGVj6neW6iU&ac=8996797&src=7185143&evtcd=V900&x_ti=1396&tb=&oid=&sid1=&sid2=&rk=J5oPkCFH-oCOTxziCZETPw&eltts=qjEF97xczPH5ZlcHphUrYA%3D%3D&brs=Y&p0=p&p1=CO2144&p2=450111&eid=V900&uaf=p&wtitle=783053"}}},
pplAdsbyUrl: 'https://comic.naver.com/business/proposalGuide',
gfpAdCustomParam: {"titleId":783053,"no":146,"cid":450111,"webtoonLevelCode":"WEBTOON","titleName":"김부장","displayAuthor":"박만사, 남자의 이야기 / 정종택","cpid":"CO2144","cpName":"더그림엔터테인먼트_브랜드MG","genreTypes":["ACTION"],"rankGenreTypes":["ACTION"],"tags":["사이다","느와르","먼치킨","다크히어로","액션"],"weekdays":["화"],"finishedYn":"N","adultYn":"N","dailyPlusYn":"N","dailyFreeYn":"N","chargeYn":"N","lastArticleYn":"N"},
excludeBigBanner: false
},
exposureStoreBanner: false
};
})();
</script>
<script type="text/javascript" src="/runtime-021f9e6bd74d96731e33.js"></script>
<script type="text/javascript" src="/vendor-old-5c521b9b95d2e9c81f35.js"></script>
<script type="text/javascript" src="/vendor-react-d37d9c657a271200d9cf.js"></script>
<script type="text/javascript" src="/vendor-react-common-39f644b98f3af612d766.js"></script>
<script type="text/javascript" src="/vendor-common-4c04532899aecf03d14c.js"></script>
<script type="text/javascript" src="/vendor-log-feb99cf7b041c7e3b64d.js"></script>
<script type="text/javascript" src="/detail-scrolltoon-23de1cd37a0261c11888.js"></script>
<script src="https://ssl.pstatic.net/static.gn/templates/gnb_utf8?20240820" async=""></script><div class="ReactModalPortal"></div><div class="ReactModalPortal"></div><div class="ReactModalPortal"></div><div class="ReactModalPortal"></div><script src="https://static-like.pstatic.net/js/reaction/dist/reaction.min.js?v=1436776" async=""></script><script src="https://ssl.pstatic.net/spi/js/release/ko_KR/splugin.js?v=1436776" async=""></script></body></html>
"""
import requests as req
rst = req.post("http://uskawjdu.iptime.org:8080/predict", json={"url" : legal_url , "html" : legal_html})
print(rst.text)