@import "//fonts.googleapis.com/earlyaccess/notosanskr.css";
.BootScreen-module__TlZzNW__bootScreen{z-index:9999;background:linear-gradient(#5a8dd3 0%,#4a7dc8 50%,#3a6dbd 100%);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100dvh;animation:.5s ease-out BootScreen-module__TlZzNW__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes BootScreen-module__TlZzNW__fadeIn{0%{opacity:0}to{opacity:1}}.BootScreen-module__TlZzNW__topBar{background:linear-gradient(#0c3a8c 0%,#0a2f6f 100%);width:100%;height:40px;box-shadow:0 2px 4px #0000004d}.BootScreen-module__TlZzNW__welcomeContainer{flex:1;justify-content:center;align-items:center;display:flex}.BootScreen-module__TlZzNW__welcomeText{color:#fff;text-shadow:3px 3px 6px #00000080;font-size:64px;font-style:italic;font-weight:400;animation:1s ease-out .3s both BootScreen-module__TlZzNW__fadeInText}@keyframes BootScreen-module__TlZzNW__fadeInText{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.BootScreen-module__TlZzNW__bottomBar{background:linear-gradient(#2a4d8f 0%,#1a3d7f 50%,#0c2d6f 100%);width:100%;height:60px;box-shadow:0 -2px 4px #0000004d}@media (max-width:768px){.BootScreen-module__TlZzNW__welcomeText{font-size:48px}.BootScreen-module__TlZzNW__topBar{height:30px}.BootScreen-module__TlZzNW__bottomBar{height:50px}}@media (max-width:480px){.BootScreen-module__TlZzNW__welcomeText{font-size:36px}.BootScreen-module__TlZzNW__topBar{height:25px}.BootScreen-module__TlZzNW__bottomBar{height:40px}}
.LoginScreen-module__OnZWha__container{z-index:5000;box-sizing:border-box;background:linear-gradient(#5a8dd3 0%,#3874d8 50%,#1852b8 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100dvh;animation:.5s ease-out LoginScreen-module__OnZWha__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes LoginScreen-module__OnZWha__fadeIn{0%{opacity:0}to{opacity:1}}.LoginScreen-module__OnZWha__loginBox{background:#fff;border:3px solid #0054e3;border-radius:8px;width:500px;max-width:95vw;animation:.3s ease-out both LoginScreen-module__OnZWha__scaleUp;overflow:hidden;box-shadow:0 4px 20px #00000080}@keyframes LoginScreen-module__OnZWha__scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.LoginScreen-module__OnZWha__header{background:linear-gradient(#0c5eb9 0%,#0a4d9c 100%);border-bottom:2px solid #003d7a;padding:6px 14px}.LoginScreen-module__OnZWha__headerText{color:#fff;text-shadow:1px 1px 2px #00000080;font-size:15px;font-weight:700}.LoginScreen-module__OnZWha__logoSection{background:linear-gradient(#a4c8e8 0%,#8bb5dd 100%);border-bottom:1px solid #6a9bc7;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.LoginScreen-module__OnZWha__logoContainer{align-items:center;gap:12px;display:flex}.LoginScreen-module__OnZWha__logo{filter:drop-shadow(2px 2px 4px #0000004d);width:70px;height:70px}.LoginScreen-module__OnZWha__logoText{flex-direction:column;display:flex}.LoginScreen-module__OnZWha__brandName{color:#003d7a;text-shadow:1px 1px 2px #ffffff80;font-size:24px;font-weight:700;line-height:1.2}.LoginScreen-module__OnZWha__copyright{color:#003d7a;text-align:right;opacity:.8;font-size:10px;line-height:1.3}.LoginScreen-module__OnZWha__formSection{background:#d4d0c8;padding:18px 24px}.LoginScreen-module__OnZWha__fieldRow{align-items:center;margin-bottom:10px;display:flex}.LoginScreen-module__OnZWha__label{color:#000;width:90px;min-width:90px;font-size:13px;font-weight:400}.LoginScreen-module__OnZWha__input{box-sizing:border-box;background:#fff;border:2px solid #7f9db9;outline:none;flex:1;max-width:100%;height:24px;padding:3px 6px;font-size:13px;box-shadow:inset 1px 1px 2px #0000001a}.LoginScreen-module__OnZWha__input:focus{border-color:#0054e3;box-shadow:inset 1px 1px 2px #0000001a,0 0 0 1px #0054e34d}.LoginScreen-module__OnZWha__input:disabled{color:gray;background-color:#f0f0f0}.LoginScreen-module__OnZWha__buttonRow{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.LoginScreen-module__OnZWha__xpButton{cursor:pointer;background:linear-gradient(#fafafa 0%,#e8e8e8 100%);border:1px solid #003c74;border-radius:3px;outline:none;min-width:80px;padding:5px 16px;font-size:13px;font-weight:400;transition:all .15s;box-shadow:inset 0 1px #ffffff80,0 1px 2px #0003}.LoginScreen-module__OnZWha__xpButton:hover:not(:disabled){background:linear-gradient(#fff 0%,#f0f0f0 100%);border-color:#0054e3}.LoginScreen-module__OnZWha__xpButton:active:not(:disabled){background:linear-gradient(#e0e0e0 0%,#d0d0d0 100%);padding:7px 20px 5px;box-shadow:inset 0 2px 3px #0003,0 1px 2px #0003}.LoginScreen-module__OnZWha__xpButton:focus{outline-offset:-4px;outline:1px dotted #000}.LoginScreen-module__OnZWha__xpButton:disabled{opacity:.5;cursor:not-allowed}.LoginScreen-module__OnZWha__mobileNotice{color:#000;text-align:center;z-index:5001;box-sizing:border-box;background-color:#ffc;border:1px solid gray;padding:10px 15px;font-size:11px;line-height:1.5;display:none;position:fixed;top:5px;left:5px;right:5px;box-shadow:2px 2px #0000004d}@media (max-width:768px){.LoginScreen-module__OnZWha__mobileNotice{display:block}.LoginScreen-module__OnZWha__loginBox{width:90vw;max-width:500px}.LoginScreen-module__OnZWha__header{padding:5px 12px}.LoginScreen-module__OnZWha__headerText{font-size:14px}.LoginScreen-module__OnZWha__logoSection{padding:14px 20px}.LoginScreen-module__OnZWha__logoContainer{gap:10px}.LoginScreen-module__OnZWha__logo{width:60px;height:60px}.LoginScreen-module__OnZWha__brandName{font-size:20px}.LoginScreen-module__OnZWha__copyright{font-size:9px}.LoginScreen-module__OnZWha__formSection{padding:16px 20px}.LoginScreen-module__OnZWha__fieldRow{margin-bottom:9px}.LoginScreen-module__OnZWha__label{width:80px;min-width:80px;font-size:12px}.LoginScreen-module__OnZWha__input{height:22px;padding:2px 6px;font-size:12px}.LoginScreen-module__OnZWha__buttonRow{gap:6px;margin-top:14px}.LoginScreen-module__OnZWha__xpButton{min-width:70px;padding:4px 14px;font-size:12px}}@media (max-width:360px){.LoginScreen-module__OnZWha__loginBox{width:95vw}.LoginScreen-module__OnZWha__logoSection{flex-direction:column;gap:8px;padding:12px 16px}.LoginScreen-module__OnZWha__logoContainer{text-align:center;flex-direction:column;gap:6px}.LoginScreen-module__OnZWha__logo{width:50px;height:50px}.LoginScreen-module__OnZWha__brandName{font-size:18px}.LoginScreen-module__OnZWha__copyright{text-align:center;font-size:8px}.LoginScreen-module__OnZWha__formSection{padding:14px 16px}.LoginScreen-module__OnZWha__fieldRow{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:8px}.LoginScreen-module__OnZWha__label{width:100%;min-width:unset;font-size:11px}.LoginScreen-module__OnZWha__input{width:100%;height:20px;padding:2px 6px;font-size:11px}.LoginScreen-module__OnZWha__buttonRow{flex-direction:column;gap:6px;margin-top:12px}.LoginScreen-module__OnZWha__xpButton{width:100%;padding:4px 12px;font-size:11px}}
.ShutdownScreen-module__XxRrjG__shutdownScreen{object-fit:contain;z-index:20000;background:#000;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.ShutdownScreen-module__XxRrjG__shutdownImage{object-fit:contain;width:100vw;height:100vh}.ShutdownScreen-module__XxRrjG__closeButton{color:#000;cursor:pointer;z-index:20001;opacity:0;pointer-events:none;background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff;outline:none;padding:6px 20px;font-size:14px;transition:opacity .5s ease-in;position:absolute;bottom:60px;left:50%;transform:translate(-50%);box-shadow:inset 1px 1px #dfdfdf}.ShutdownScreen-module__XxRrjG__closeButton.ShutdownScreen-module__XxRrjG__visible{opacity:1;pointer-events:auto}.ShutdownScreen-module__XxRrjG__closeButton:active{border-color:#000 #fff #fff #000;padding:7px 19px 5px 21px}.ShutdownScreen-module__XxRrjG__closeButton:hover{background:#d0d0d0}
@font-face{font-family:CommonPixelFont;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff)format("woff");font-weight:400;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}:root{--safe-area-inset-bottom:env(safe-area-inset-bottom,0px);--safe-area-inset-top:env(safe-area-inset-top,0px);--xp-blue-dark:#0054e3;--xp-blue-light:#3c8cf8;--xp-blue-start:#245edc;--xp-green-dark:#73d216;--xp-green-light:#8ae234;--xp-beige:#ece9d8;--xp-orange:orange;--xp-gray-light:#f0f0f0;--xp-gray-medium:#d4d4d4;--xp-gray-dark:gray;--xp-white:#fff;--xp-black:#000;--xp-titlebar-active:linear-gradient(to bottom,#0054e3 0%,#1e90ff 50%,#1873cc 100%);--xp-titlebar-inactive:linear-gradient(to bottom,#a0b5d8 0%,#7d9ec4 50%,#a0b5d8 100%);--xp-taskbar:linear-gradient(to right,#245edc 0%,#3c8cf8 100%);--xp-start-button:linear-gradient(to bottom,#5ebf3e 0%,#3fa228 100%);--xp-button:linear-gradient(to bottom,#fafafa 0%,#e8e8e8 100%);--xp-button-hover:linear-gradient(to bottom,#fff 0%,#f0f0f0 100%);--xp-button-active:linear-gradient(to bottom,#e0e0e0 0%,#d0d0d0 100%);--xp-start-menu-hover:linear-gradient(to right,orange 0%,#0054e3 100%);--xp-radius-window:8px;--xp-radius-button:3px;--xp-radius-dialog:8px;--xp-radius-menu:8px;--xp-shadow-window:0 4px 8px #0000004d;--xp-shadow-dialog:0 6px 16px #0006;--xp-shadow-menu:0 2px 6px #0000004d;--xp-shadow-taskbar:inset 0 1px 0 #fff3,0 -2px 4px #00000026;--xp-shadow-button:inset 0 1px 0 #ffffff80;--xp-shadow-inset:inset 0 1px 2px #0000001a;--xp-transition-fast:.15s ease-out;--xp-transition-medium:.25s ease-in-out;--xp-transition-slow:.35s cubic-bezier(.4,0,.2,1)}html,body{width:100%;height:100%;overflow:hidden}body{color:#000;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;-webkit-user-select:none;user-select:none;background-color:teal;font-family:Noto Sans KR,MS Sans Serif,Microsoft Sans Serif,Tahoma,Arial,sans-serif;font-size:11px}input,textarea,select{font-size:16px}button{background:var(--xp-button);border:1px solid var(--xp-gray-medium);border-radius:var(--xp-radius-button);box-shadow:var(--xp-shadow-button);cursor:pointer;color:#000;transition:all var(--xp-transition-fast);outline:none;padding:4px 12px;font-family:Noto Sans KR,MS Sans Serif,Microsoft Sans Serif,Tahoma,Arial,sans-serif;font-size:11px}button:hover{background:var(--xp-button-hover);border-color:var(--xp-blue-light)}button:focus{border:1px solid var(--xp-blue-dark);box-shadow:var(--xp-shadow-button),0 0 0 1px var(--xp-blue-dark)}button:active{background:var(--xp-button-active);transform:translateY(1px);box-shadow:inset 0 1px 2px #0003}::-webkit-scrollbar{width:17px;height:17px}::-webkit-scrollbar-track{background:#ece9d8;border-top:1px solid #d4d0c8;border-left:1px solid #d4d0c8}::-webkit-scrollbar-thumb{transition:background var(--xp-transition-fast);background:linear-gradient(90deg,#deebf7 0%,#c5d9f1 50%,#deebf7 100%);border:1px solid #aec7e3;border-radius:0;box-shadow:inset 0 0 0 1px #ffffff80}::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#c5d9f1 0%,#9cbfdf 50%,#c5d9f1 100%);border-color:#7da7d9}::-webkit-scrollbar-button{width:17px;height:17px;transition:background var(--xp-transition-fast);background:linear-gradient(#ebf4fd 0%,#d9e9f7 100%);border:1px solid #aec7e3;border-radius:0}::-webkit-scrollbar-button:hover{background:linear-gradient(#d9e9f7 0%,#c5d9f1 100%);border-color:#7da7d9}::-webkit-scrollbar-button:active{background:linear-gradient(#9cbfdf 0%,#7da7d9 100%)}::-webkit-scrollbar-button:vertical:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"%233C77BB\" d=\"M8 5l-4 4h8z\"/></svg>");background-position:50%;background-repeat:no-repeat}::-webkit-scrollbar-button:vertical:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"%233C77BB\" d=\"M8 11l4-4H4z\"/></svg>");background-position:50%;background-repeat:no-repeat}::-webkit-scrollbar-button:horizontal:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"%233C77BB\" d=\"M5 8l4-4v8z\"/></svg>");background-position:50%;background-repeat:no-repeat}::-webkit-scrollbar-button:horizontal:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"%233C77BB\" d=\"M11 8l-4 4V4z\"/></svg>");background-position:50%;background-repeat:no-repeat}::-webkit-scrollbar-button:start:decrement{display:block}::-webkit-scrollbar-button:end:increment{display:block}::-webkit-scrollbar-button:start:increment{display:none}::-webkit-scrollbar-button:end:decrement{display:none}input[type=text],input[type=password],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=url],textarea,select{background:var(--xp-white);border:1px solid var(--xp-gray-medium);box-shadow:var(--xp-shadow-inset);color:#000;transition:border-color var(--xp-transition-fast);border-radius:2px;outline:none;padding:3px 4px;font-family:Noto Sans KR,MS Sans Serif,Microsoft Sans Serif,Tahoma,Arial,sans-serif}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus,select:focus{border:1px solid var(--xp-blue-dark);box-shadow:var(--xp-shadow-inset),0 0 0 1px var(--xp-blue-dark)}.win95-border{border:2px solid #000;border-color:#dfdfdf #000 #000 #dfdfdf}.win95-border-inset{border:2px solid #dfdfdf;border-color:#000 #dfdfdf #dfdfdf #000}.win95-border-raised{border:2px solid gray;border-color:#fff gray gray #fff;box-shadow:inset -1px -1px #000,inset 1px 1px #dfdfdf}.no-select{-webkit-user-select:none;user-select:none}@media (max-width:479px){:root{--xp-radius-window:4px;--xp-radius-button:2px;--xp-radius-dialog:4px;--xp-radius-menu:4px;--xp-titlebar-active:linear-gradient(to bottom,#0054e3 0%,#2870f0 100%);--xp-titlebar-inactive:linear-gradient(to bottom,#7a96df 0%,#a0b5e0 100%);--xp-taskbar:linear-gradient(to bottom,#245edc 0%,#2870f0 100%);--xp-start-button:linear-gradient(to bottom,#73d216 0%,#7ed622 100%);--xp-button:linear-gradient(to bottom,#fafafa 0%,#ececec 100%);--xp-button-hover:linear-gradient(to bottom,#fff 0%,#f4f4f4 100%);--xp-button-active:linear-gradient(to bottom,#e0e0e0 0%,#d4d4d4 100%);--xp-start-menu-hover:linear-gradient(to right,orange 0%,#2870f0 100%);--xp-shadow-window:0 3px 8px #0000004d;--xp-shadow-dialog:0 4px 12px #00000059;--xp-shadow-menu:0 2px 6px #0000004d;--xp-shadow-taskbar:inset 0 1px 0 #ffffff26,0 -1px 3px #0000001f;--xp-shadow-button:inset 0 1px 0 #fff6;--xp-shadow-inset:inset 0 1px 1px #00000014}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{background:var(--xp-blue-dark);border:none;border-radius:2px}::-webkit-scrollbar-button{display:none}}@media (min-width:480px) and (max-width:767px){:root{--xp-radius-window:6px;--xp-radius-button:3px;--xp-radius-dialog:6px;--xp-radius-menu:6px;--xp-titlebar-active:linear-gradient(to bottom,#0054e3 0%,#3080f4 100%);--xp-titlebar-inactive:linear-gradient(to bottom,#7a96df 0%,#adc2e4 100%);--xp-taskbar:linear-gradient(to bottom,#245edc 0%,#3080f4 100%);--xp-start-button:linear-gradient(to bottom,#73d216 0%,#82df1e 100%);--xp-button:linear-gradient(to bottom,#fafafa 0%,#eaeaea 100%);--xp-button-hover:linear-gradient(to bottom,#fff 0%,#f2f2f2 100%);--xp-button-active:linear-gradient(to bottom,#e0e0e0 0%,#d2d2d2 100%);--xp-start-menu-hover:linear-gradient(to right,orange 0%,#3080f4 100%);--xp-shadow-window:0 3px 9px #00000052;--xp-shadow-dialog:0 5px 14px #0000005e;--xp-shadow-menu:0 2px 7px #00000052;--xp-shadow-taskbar:inset 0 1px 0 #ffffff2e,0 -2px 4px #00000021;--xp-shadow-button:inset 0 1px 0 #ffffff73;--xp-shadow-inset:inset 0 1px 2px #00000017}button{min-width:40px;min-height:40px;padding:6px 14px;font-size:12px}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--xp-blue-light)0%,var(--xp-blue-dark)100%);border:1px solid var(--xp-blue-dark);border-radius:3px}::-webkit-scrollbar-button{background:var(--xp-button);border:1px solid var(--xp-gray-medium);border-radius:2px}::-webkit-scrollbar-button:hover{background:var(--xp-button-hover);border-color:var(--xp-blue-light)}::-webkit-scrollbar-button:vertical:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\"><path fill=\"%230054e3\" d=\"M7 3l-3 3h6z\"/></svg>");background-position:50%;background-repeat:no-repeat}::-webkit-scrollbar-button:vertical:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\"><path fill=\"%230054e3\" d=\"M7 11l3-3H4z\"/></svg>");background-position:50%;background-repeat:no-repeat}::-webkit-scrollbar-button:horizontal:decrement{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\"><path fill=\"%230054e3\" d=\"M3 7l3-3v6z\"/></svg>");background-position:50%;background-repeat:no-repeat}::-webkit-scrollbar-button:horizontal:increment{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 14 14\"><path fill=\"%230054e3\" d=\"M11 7l-3 3V4z\"/></svg>");background-position:50%;background-repeat:no-repeat}}
