:root{--ink:#1B1A16;--ink2:#3B382F;--paper:#E8E2D4;--line:#B8AE99;--line2:#9A8F78;--glow:#E8DFC6;--glow2:#C9C0A8;--num:#F2F0EA;--alpha:#8ECBE6;--mix:#E8342C}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#07070a;color:var(--glow);font-family:Noto Sans KR,system-ui,sans-serif;overflow:hidden;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}:focus-visible{outline:2px solid var(--glow);outline-offset:2px}.fit{position:fixed;top:0;right:0;bottom:0;left:0;background:#07070a;overflow:hidden}.stage{position:absolute;left:50%;top:50%;width:1920px;height:1080px;transform-origin:center center;background:#0b0b0d;overflow:hidden}.pz{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0;transform-origin:50% 50%;transition:transform 1.15s cubic-bezier(.35,.02,.2,1)}.plate{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.plate img,.plate canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.plate .lay{position:absolute;top:0;right:0;bottom:0;left:0;animation:pin .9s ease both}@keyframes pin{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.plate .lay{animation:none}}.tone{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:opacity 1.6s ease,background 1.6s ease}.tone.day{background:linear-gradient(180deg,#fff6d614,#ffe8b40a 60%,#785a2817)}.tone.dusk{background:linear-gradient(180deg,#ffbe781a,#78505a1f 60%,#1e182833)}.tone.night{background:linear-gradient(180deg,#0a122833,#080e2024 55%,#04061042)}.vig{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(115% 85% at 50% 42%,#0000 44%,#00000080)}.osd{position:absolute;left:56px;top:44px;z-index:6;font-family:IBM Plex Mono,monospace}.osd .tp{display:flex;align-items:center;gap:10px;color:#f0a79a;font-size:26px;letter-spacing:.1em;text-shadow:0 2px 12px rgba(0,0,0,.9)}.osd .tp.up{animation:tflash 1.6s ease}@keyframes tflash{0%,to{color:#f0a79a}40%{color:#fff0c0}}.util{position:absolute;right:46px;bottom:44px;z-index:43;display:flex;gap:10px}.util button{width:40px;height:40px;display:grid;place-items:center;color:#e8dfc69e;border:1px solid rgba(232,223,198,.26);background:#0a0a0875}.util button:hover{color:#e8dfc6;border-color:#e8dfc699}.util button.on{color:#14150f;background:#e8dfc6e6}.util .cnt{position:absolute;right:-5px;top:-6px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:#b9552f;color:#fff;font-family:IBM Plex Mono,monospace;font-size:11px;line-height:17px;text-align:center}.util .wrap{position:relative}.util .wrap.pop button{animation:bagpop .82s cubic-bezier(.2,.8,.3,1)}@keyframes bagpop{0%{transform:translateY(0) scale(1)}22%{transform:translateY(-16px) scale(1.16)}44%{transform:translateY(0) scale(.96)}64%{transform:translateY(-7px) scale(1.06)}to{transform:translateY(0) scale(1)}}.spot{position:absolute;z-index:15;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:7px;color:#f0e7d1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.9))}.spot .ring{position:relative;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:1.5px solid rgba(240,231,209,.62);background:#0c0c0a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .16s,background .16s,border-color .16s,color .16s}.spot:hover .ring,.spot:focus-visible .ring{transform:scale(1.13);background:#e8dfc6eb;border-color:#e8dfc6;color:#14150f}.spot .lb{font-family:IBM Plex Mono,monospace;font-size:13.5px;letter-spacing:.06em;white-space:nowrap;background:#080806bd;padding:3px 10px}.spot.seen .ring{border-style:dashed;opacity:.7}.spot:disabled{opacity:.35;cursor:default}.spot:disabled .ring{transform:none;background:#0c0c0a6b;border-color:#f0e7d159;color:#f0e7d1}.spot .pulse{position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;border-radius:50%;border:1.5px solid rgba(240,231,209,.5);animation:pl 2.8s ease-out infinite}@keyframes pl{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.9);opacity:0}to{opacity:0}}.spot.fadein{animation:appear 1s cubic-bezier(.2,.7,.3,1) both}@keyframes appear{0%{opacity:0;transform:translate(-50%,-50%) scale(.72)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (prefers-reduced-motion:reduce){.spot .pulse{display:none}.spot.fadein{animation:none}}.go{position:absolute;z-index:5;bottom:150px;display:flex;flex-direction:column;align-items:center;gap:7px;color:#f0e7d1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.9))}.go.r{right:56px}.go.l{left:56px;bottom:auto;top:50%;transform:translateY(-50%)}.go .ring{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1.5px solid rgba(240,231,209,.55);background:#0c0c0a6b;transition:transform .16s,background .16s,color .16s}.go:hover .ring{transform:scale(1.13);background:#e8dfc6eb;color:#14150f}.go.hi .ring{border-color:#e8dfc6;background:#e8dfc6eb;color:#14150f;animation:gopulse 1.7s ease-in-out infinite}.go.hi .lb{background:#e8dfc6eb;color:#14150f}@keyframes gopulse{0%,to{box-shadow:0 0 #e8dfc680,0 0 18px #e8dfc647}50%{box-shadow:0 0 0 12px #e8dfc600,0 0 34px #e8dfc699}}.go .lb{font-family:IBM Plex Mono,monospace;font-size:13px;letter-spacing:.06em;white-space:nowrap;background:#080806bd;padding:3px 10px}.talk{position:absolute;left:0;right:0;bottom:0;z-index:30;padding:0 176px 54px;cursor:pointer;text-align:left;animation:tin .35s ease both}@keyframes tin{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.talk .who{display:inline-block;margin-left:34px;padding:9px 30px;background:#15160f;color:#efe7d2;font-size:20px;letter-spacing:.06em;font-weight:600;border:1px solid rgba(232,223,198,.22)}.talk .ln{position:relative;background:#0d0e0af2;color:#efe7d2;padding:26px 40px 32px;min-height:136px;font-size:27px;line-height:1.62;letter-spacing:-.005em}.talk .ln.nar{color:#d2c9b2}.talk .car{position:absolute;right:28px;bottom:22px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:8px solid #C6BDA4;animation:blk 1s steps(1) infinite}@keyframes blk{50%{opacity:0}}@media (prefers-reduced-motion:reduce){.talk,.talk .car{animation:none}}.answer{position:absolute;left:56px;bottom:52px;z-index:34;display:flex;flex-direction:column;gap:12px;animation:ain .5s ease both}@keyframes ain{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.answer .box{display:flex;align-items:stretch;background:#090a07db;border:2px solid var(--num)}.answer.k-alpha .box{border-color:var(--alpha)}.answer.k-mix .box{border-color:var(--mix)}.answer input{width:392px;height:66px;padding:0 20px;background:transparent;border:none;color:#f1ead6;font-family:IBM Plex Mono,monospace;font-size:31px;letter-spacing:.3em;text-transform:uppercase}.answer input:focus{outline:none}.answer .go2{padding:0 26px;background:#e8dfc61a;color:#e8dfc6;font-size:16px;letter-spacing:.08em;border-left:2px solid rgba(232,223,198,.25)}.answer .go2:hover{background:#e8dfc6e6;color:#14150f}.answer .go2:disabled{opacity:.3;cursor:default}.answer .qn{align-self:flex-start;font-family:IBM Plex Mono,monospace;font-size:26px;font-weight:600;letter-spacing:.1em;color:#e8dfc6;text-shadow:0 2px 10px rgba(0,0,0,.9)}.answer.bad .box{animation:shk .36s}@keyframes shk{25%{transform:translate(-6px)}75%{transform:translate(6px)}}@media (prefers-reduced-motion:reduce){.answer,.answer.bad .box{animation:none}}.sheetwrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:44;display:grid;place-items:center;background:#060608bd;animation:pin .3s ease both}.sheet{position:relative;z-index:2;max-height:1010px;display:flex;flex-direction:column;animation:sup .32s cubic-bezier(.2,.7,.3,1) both}@keyframes sup{0%{opacity:0;transform:scale(.965)}to{opacity:1;transform:scale(1)}}.sheet .close{position:absolute;right:-60px;top:-8px;color:#e8dfc6;opacity:.8;padding:8px;z-index:3}.sheet .close:hover{opacity:1}@media (prefers-reduced-motion:reduce){.sheetwrap,.sheet{animation:none}}.card{background:var(--paper);color:var(--ink);padding:36px 44px;overflow:auto;box-shadow:0 26px 70px #000000b8}.card h3{margin:0 0 14px;font-family:Gowun Batang,serif;font-size:27px;letter-spacing:-.01em}.card .sub{font-family:IBM Plex Mono,monospace;font-size:13px;color:var(--ink2);letter-spacing:.08em;margin-bottom:18px}.memo{width:760px;padding:46px 54px;background:#efeadc;color:#141a2a;box-shadow:0 26px 70px #000000b8}.memo .hd{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.2em;color:#7a7360;margin-bottom:22px}.memo p{margin:0 0 14px;font-family:Nanum Pen Script,Segoe Script,cursive,sans-serif;font-size:29px;line-height:1.44;transform:rotate(-.6deg) skew(-2deg);transform-origin:left bottom}.memo p:nth-child(2n){transform:rotate(-.2deg) skew(-2deg)}.inv{position:absolute;right:0;top:0;bottom:0;width:430px;z-index:41;background:#090a08f2;border-left:1px solid rgba(232,223,198,.2);padding:34px 30px;overflow:auto;animation:slidein .32s cubic-bezier(.2,.7,.3,1) both}@keyframes slidein{0%{transform:translate(100%)}to{transform:translate(0)}}.inv h4{margin:0 0 6px;font-family:IBM Plex Mono,monospace;font-size:13px;letter-spacing:.24em;color:#b9a87a;font-weight:500}.inv .hint{font-size:13px;color:#e8dfc673;margin-bottom:22px;line-height:1.7}.inv .it{width:100%;text-align:left;padding:16px 18px;margin-bottom:10px;border:1px solid rgba(232,223,198,.24);background:#e8dfc60d;color:#efe7d2;transition:background .15s,border-color .15s}.inv .it:hover{background:#e8dfc629;border-color:#e8dfc699}.inv .it b{display:block;font-size:16.5px;font-weight:500;margin-bottom:5px}.inv .it span{font-size:13px;color:#e8dfc680;line-height:1.6}.inv .it.drag{cursor:grab}.inv .empty{font-size:14px;color:#e8dfc659;padding:20px 0}@media (prefers-reduced-motion:reduce){.inv{animation:none}}.flash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:44;background:#05050a;display:grid;place-items:center;animation:pin .8s ease both}.flash .fi{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;animation:fl 3.2s ease both}.flash .cap{position:relative;z-index:3;font-family:Gowun Batang,serif;font-size:30px;line-height:1.8;color:#e8dfc6;text-align:center;text-shadow:0 4px 24px #000;max-width:1200px}@keyframes fl{0%{opacity:0}18%{opacity:.85}72%{opacity:.85}to{opacity:0}}.dbg{position:absolute;left:22px;bottom:22px;z-index:60;font-family:IBM Plex Mono,monospace}.dbg .dt{width:30px;height:30px;border-radius:15px;border:1px solid rgba(232,223,198,.3);background:#0a0a0880;color:#e8dfc68c;font-size:14px}.dbg.on .dt{color:#e8dfc6;border-color:#e8dfc6b3}.dbg .dp{margin-top:8px;background:#0a0a08e6;border:1px solid rgba(232,223,198,.24);padding:10px 12px;display:flex;flex-direction:column;gap:7px;max-width:640px}.dbg .dr{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.dbg .dr>span{width:44px;font-size:11px;color:#e8dfc680;letter-spacing:.06em}.dbg .dr button{padding:3px 9px;font-size:12px;border:1px solid rgba(232,223,198,.28);background:transparent;color:#e8dfc6cc}.dbg .dr button.on,.dbg .dr button:hover{background:#e8dfc6d9;color:#14150f}.title{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;background:#08070a;display:grid;place-items:center;text-align:center;animation:pin 1.2s ease both}.title .t1{font-family:Gowun Batang,serif;font-size:74px;letter-spacing:.3em;color:#e8dfc6;margin-bottom:26px}.title .t2{font-family:IBM Plex Mono,monospace;font-size:17px;letter-spacing:.34em;color:#8e876f}.title .t3{margin-top:64px;font-size:16px;color:#e8dfc680;letter-spacing:.1em}.chap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:42;background:#08070a;display:grid;place-items:center;animation:cin 2.6s ease both}.chap div{font-family:Gowun Batang,serif;font-size:42px;letter-spacing:.24em;color:#d8cfb4}@keyframes cin{0%{opacity:0}22%{opacity:1}78%{opacity:1}to{opacity:0}}.lotwrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;pointer-events:none}.lotgrid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;fill:none;stroke:#f4eedc2b;stroke-width:.14;vector-effect:non-scaling-stroke}.lotn{position:absolute;transform:translate(-50%,-50%);font-family:IBM Plex Mono,monospace;font-weight:600;color:#f6f1df;text-shadow:0 3px 14px rgba(0,0,0,.92),0 0 3px rgba(0,0,0,.8);line-height:1;pointer-events:none}.lotn.ask{color:#e8564c}.lotn i{position:absolute;left:-.05em;top:-1.05em;font-style:normal;font-size:.42em;color:#f6f1df;letter-spacing:.06em}.reswrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;pointer-events:none}.reswrap .spot{pointer-events:auto}.reszoom{position:absolute;right:56px;bottom:70px;pointer-events:auto;z-index:14;padding:12px 30px;border:1px solid rgba(232,223,198,.5);background:#0a0b08b8;color:#efe7d2;font-family:IBM Plex Mono,monospace;font-size:16px;letter-spacing:.1em}.reszoom:hover{background:#e8dfc6e6;color:#14150f}.reszoom.hi{border-color:#e8dfc6;animation:gopulse 1.7s ease-in-out infinite}.reszwrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;pointer-events:auto;display:grid;place-items:center;background:#050608e6;animation:pin .3s ease both}.resz{pointer-events:auto;padding:26px;background:#0e1013;border:1px solid rgba(232,223,198,.2);box-shadow:0 30px 90px #0009}.rzc{display:block;width:1440px;height:300px;image-rendering:auto}.cctv{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;background:#05070a}.cctv canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.dvr{position:absolute;left:50%;transform:translate(-50%);bottom:56px;z-index:16;display:flex;flex-direction:row;gap:10px;align-items:stretch;padding:12px 14px;background:#080907b3;border:1px solid rgba(240,231,209,.22)}.dvr button{padding:10px 18px;border:1px solid rgba(240,231,209,.5);background:#0a0b08a8;color:#efe7d2;font-family:IBM Plex Mono,monospace;font-size:15px;letter-spacing:.06em;text-align:center;white-space:nowrap}.dvr button:hover{background:#e8dfc6e6;color:#14150f}.dvr .row{display:flex;align-items:stretch;gap:8px}.dvr .row button{flex:0 0 44px;padding:10px 0}.dvr .chl{padding:0 18px}.dvrdim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:15;background:#04050780;pointer-events:none;animation:pin .5s ease both}.dvr .chl{flex:1;display:grid;place-items:center;font-family:IBM Plex Mono,monospace;font-size:16px;letter-spacing:.14em;color:#efe7d2;background:#0a0b08a8;border:1px solid rgba(240,231,209,.3)}.mirwrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;-webkit-user-select:none;user-select:none;pointer-events:none}.mir{position:absolute;background:linear-gradient(150deg,#7e8c9452,#343e4680 55%,#606e7842);border:1px solid rgba(210,220,224,.28);overflow:hidden;box-shadow:inset 0 0 90px #0000008c}.mir .mrefl{position:absolute;left:-14%;top:-18%;width:128%;height:136%;object-fit:cover;transform:scaleX(-1);filter:brightness(.42) contrast(.86) saturate(.5) blur(.6px);opacity:.9}.mir .sheen{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(112deg,#fff0 34%,#ffffff1a 44%,#fff0 56%);pointer-events:none}.mline{position:absolute;width:6px;background:#c0322a;box-shadow:0 0 16px #c0322a99;z-index:13}.refl{position:absolute;transform:scaleX(-1);filter:brightness(.74) contrast(.92) saturate(.7) hue-rotate(-6deg);opacity:.94}.held{position:absolute;z-index:14;filter:drop-shadow(0 14px 26px rgba(0,0,0,.55));animation:sup .3s cubic-bezier(.2,.7,.3,1) both}.mnote{position:absolute;top:0;right:0;bottom:0;left:0;background:#efeadc;color:#141a2a;padding:16px 22px 16px 34px;box-shadow:0 8px 22px #00000073;display:flex;flex-direction:column;justify-content:center;gap:6px}.mnote.in{box-shadow:none}.mnote .rl{position:absolute;left:12px;top:12px;bottom:12px;width:5px;background:#c0322a}.mnote b{font-family:IBM Plex Mono,monospace;font-size:15px;color:#7a7360;font-weight:500}.mnote em{font-family:IBM Plex Mono,monospace;font-style:normal;font-size:33px;font-weight:600;letter-spacing:.1em;white-space:nowrap}.lockwrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:12;pointer-events:none}.lockwrap>*{pointer-events:auto}.romanbig{position:relative;padding-left:40px;font-family:IBM Plex Mono,monospace;font-size:62px;font-weight:600;letter-spacing:.16em;color:#141a2a;margin:6px 0 18px}.romanbig .rl{position:absolute;left:6px;top:2px;bottom:2px;width:6px;background:#c0322a}.mirfull{position:absolute;top:0;right:0;bottom:0;left:0;z-index:24;background:#080a0ce6;animation:pin .34s ease both}.mirclose{position:absolute;right:34px;top:30px;z-index:26;color:#e8dfc6;padding:8px}.blk{position:absolute;top:0;right:0;bottom:0;left:0;z-index:48;background:#000;pointer-events:none;animation:blkin .7s ease forwards}.blk.out{animation:blkout .7s ease forwards}@keyframes blkin{0%{opacity:0}to{opacity:1}}@keyframes blkout{0%{opacity:1}to{opacity:0}}.util .wrap.hi button{color:#14150f;background:#e8dfc6f2;border-color:#e8dfc6}.util .wrap.hi:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border:2px solid rgba(232,223,198,.85);border-radius:4px;animation:hip 1.5s ease-out infinite;pointer-events:none}@keyframes hip{0%{transform:scale(1);opacity:.9}70%{transform:scale(1.35);opacity:0}to{opacity:0}}.dvr.hi{border-color:#f0e7d1cc;animation:dvrp 1.7s ease-in-out infinite}@keyframes dvrp{0%,to{box-shadow:0 0 #e8dfc66b,0 0 22px #e8dfc62e}50%{box-shadow:0 0 0 7px #e8dfc600,0 0 34px #e8dfc66b}}@media (prefers-reduced-motion:reduce){.util .wrap.hi:after{animation:none}.dvr.hi{animation:none}}.notecard{position:relative;width:640px;padding:46px 54px 46px 74px;display:flex;flex-direction:column;gap:18px}.notecard .rl{position:absolute;left:0;top:0;bottom:0;width:22px;background:#c0322a}.notecard b{font-family:IBM Plex Mono,monospace;font-size:62px;font-weight:600;color:#141a2a;line-height:1}.notecard em{font-family:IBM Plex Mono,monospace;font-style:normal;font-size:76px;font-weight:600;letter-spacing:.14em;color:#141a2a}.useit{margin-top:20px;align-self:center;padding:15px 46px;border:1px solid rgba(232,223,198,.6);background:#0e0f0bdb;color:#efe7d2;font-size:18px;letter-spacing:.1em}.useit:hover{background:#e8dfc6eb;color:#14150f}.logv{width:1020px;background:#0a0b08f0;border:1px solid rgba(232,223,198,.22);padding:40px 46px;box-shadow:0 26px 70px #000000b8}.logv p{margin:0 0 22px;font-size:23px;line-height:1.62;color:#efe7d2}.logv p:last-child{margin-bottom:0}.logv p span{display:inline-block;min-width:104px;margin-right:20px;padding:5px 16px;background:#15160f;border:1px solid rgba(232,223,198,.22);font-size:17px;font-weight:600;letter-spacing:.06em;vertical-align:middle}.topwrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;background:#060709e6;animation:pin .3s ease both;pointer-events:auto}.topgrid{display:grid;gap:0;width:1520px;background:#3a3833;border:5px solid #E9E4D4;box-shadow:0 30px 80px #000000b3}.tc{position:relative;aspect-ratio:1.55;display:grid;place-items:center;border:2px solid #E9E4D4;font-family:IBM Plex Mono,monospace;font-size:52px;font-weight:600;color:#f6f1df;background:#4a4842}.tc.ask{color:#e8564c}.tc.ask i{position:absolute;left:12px;top:6px;font-style:normal;font-size:20px;color:#f6f1df;letter-spacing:.06em}.tc.car{background:#2e2c28}.tc.car svg{width:76%;fill:#8e877a;stroke:none}.tc.car svg .win{fill:#4a4842}.tc.car svg .wh{fill:#3a3833}.notice{width:820px;padding:34px 38px 30px;background:#f3efe2;color:#2a2620;box-shadow:inset 0 0 0 1px #28241c2e}.notice .nhd{text-align:center;font-family:Gowun Batang,serif;font-size:30px;letter-spacing:.5em;padding-bottom:16px;margin-bottom:0;color:#2a2620}.notice .nrow{display:flex;align-items:center;gap:10px;border:1px solid #6B6558;border-bottom:none;padding:0 14px;height:56px;font-size:17px;color:#4a4438}.notice .nrow.ntop{border-bottom:1px solid #6B6558}.notice .nl{font-family:Noto Sans KR,sans-serif;font-size:16px;color:#6b6558;letter-spacing:.08em}.notice .nrow b{min-width:52px;text-align:center;font-family:Nanum Pen Script,cursive;font-weight:400;font-size:30px;color:#2f3a5a;border-bottom:1px dotted #A29A88}.notice .nbody{border:1px solid #6B6558;border-top:none}.notice .nli{display:flex;align-items:center;gap:14px;height:62px;padding:0 14px;border-top:1px solid #C6BFAC}.notice .nli:first-child{border-top:none}.notice .nn{width:22px;text-align:center;font-family:IBM Plex Mono,monospace;font-size:15px;color:#8a8271}.notice .nli i{font-style:normal;font-family:Nanum Pen Script,cursive;font-size:34px;color:#2f3a5a;transform:rotate(-.8deg);transform-origin:left center}.notice .nready{border-top:1px solid #6B6558;height:64px}.notice .nready i{font-style:normal;font-family:Nanum Pen Script,cursive;font-size:34px;color:#2f3a5a;transform:rotate(-.6deg);transform-origin:left center}.notice .nsign{border-bottom:1px solid #6B6558;justify-content:flex-start}.notice .nc{font-size:15px;color:#6b6558;margin-left:16px}.notice .nbox{width:78px;height:34px;border:1px solid #A29A88}
