._sidebar_5zycw_1{width:var(--sidebar-width);background:var(--sidebar-bg);display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}._logo_5zycw_10{padding:20px 24px 16px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:center}._logoImg_5zycw_17{width:100%;max-width:120px;height:auto;display:block;filter:brightness(0) invert(1);opacity:.85;transition:opacity .2s ease}._logo_5zycw_10:hover ._logoImg_5zycw_17{opacity:1}._branchName_5zycw_31{padding:12px 24px;font-size:12px;color:var(--sidebar-text);border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._nav_5zycw_41{padding:8px 0;flex:1}._navGroup_5zycw_47{display:flex;flex-direction:column}._navGroupDivided_5zycw_53{border-top:1px solid rgba(255,255,255,.06)}._navGroupLabel_5zycw_58{padding:18px 24px 6px;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--sidebar-text);opacity:.5;-webkit-user-select:none;user-select:none}._navGroupDivided_5zycw_53 ._navGroupLabel_5zycw_58{padding-top:12px}._navItem_5zycw_73{display:flex;align-items:center;gap:10px;padding:11px 24px;color:var(--sidebar-text);font-size:14px;font-weight:400;transition:background var(--transition),color var(--transition);border-radius:0}._navItem_5zycw_73:hover{background:#ffffff0d;color:#fff;cursor:pointer}._navItem_5zycw_73._active_5zycw_91{background:var(--sidebar-active-bg);color:var(--sidebar-text-active);font-weight:600;border-right:3px solid var(--color-primary)}._icon_5zycw_98{display:flex;align-items:center;justify-content:center;width:20px;flex-shrink:0;color:inherit}._header_m70io_1{height:var(--header-height);background:var(--card-bg);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0}._left_m70io_12{flex:1}._right_m70io_16{position:relative;display:flex;align-items:center;gap:12px}._trigger_m70io_23{display:inline-flex;align-items:center;gap:10px;padding:6px 10px 6px 6px;border:1px solid transparent;border-radius:999px;background:transparent;cursor:pointer;transition:background var(--transition),border-color var(--transition);font-family:inherit;color:var(--text-primary)}._trigger_m70io_23:hover{background:#f5f6fa}._triggerOpen_m70io_41{background:#f5f6fa;border-color:var(--border-color)}._avatar_m70io_46{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--brand-navy);color:var(--text-inverse);font-size:13px;font-weight:600;flex-shrink:0}._triggerText_m70io_60{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--text-primary);font-weight:500}._chevron_m70io_69{color:var(--text-muted);transition:transform var(--transition)}._chevronOpen_m70io_74{transform:rotate(180deg);color:var(--brand-navy)}._menu_m70io_81{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 24px #00000014;z-index:100;overflow:hidden;animation:_slideDown_m70io_1 .15s ease-out}@keyframes _slideDown_m70io_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._menuHeader_m70io_106{padding:14px 16px;border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:2px;background:#fafbfe}._menuName_m70io_115{font-size:14px;font-weight:600;color:var(--brand-navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._menuEmail_m70io_124{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._menuList_m70io_132{padding:6px;display:flex;flex-direction:column;gap:2px}._menuItem_m70io_139{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:none;background:transparent;color:var(--text-primary);font-size:13px;text-align:left;border-radius:8px;cursor:pointer;transition:background var(--transition),color var(--transition);font-family:inherit;text-decoration:none}._menuItem_m70io_139:hover{background:#f5f6fa;color:var(--brand-navy)}._menuItem_m70io_139:focus-visible{outline:2px solid var(--brand-blue);outline-offset:-2px}._menuItemIcon_m70io_167{display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0}._menuItem_m70io_139:hover ._menuItemIcon_m70io_167{color:var(--brand-navy)}._menuDivider_m70io_179{height:1px;background:var(--border-color);margin:4px 0}._menuItemDanger_m70io_185{color:var(--text-secondary)}._menuItemDanger_m70io_185:hover{background:#e000110f;color:var(--color-danger)}._menuItemDanger_m70io_185:hover ._menuItemIcon_m70io_167{color:var(--color-danger)}@media(max-width:480px){._triggerText_m70io_60{display:none}._menu_m70io_81{right:0;min-width:220px}}._layout_vrqdx_1{display:flex;height:100vh;overflow:hidden}._main_vrqdx_7{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--content-bg)}._content_vrqdx_15{flex:1;overflow-y:auto;padding:24px}._toast_vrqdx_21{position:fixed;bottom:32px;left:50%;transform:translate(-50%);padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;color:#fff;background:#333;box-shadow:0 4px 16px #0003;cursor:pointer;z-index:9999;white-space:nowrap}._toast_vrqdx_21[data-type=error]{background:#e53935}._toast_vrqdx_21[data-type=info]{background:#1976d2}._banner_p7pmb_7{display:flex;align-items:center;gap:10px;padding:10px 20px;background:var(--color-warning);color:var(--brand-navy);font-size:13px;font-weight:600;line-height:1.4;border-bottom:1px solid rgba(37,43,75,.12)}._icon_p7pmb_20{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._text_p7pmb_27{flex:1;overflow-wrap:anywhere}._exitBtn_p7pmb_32{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:6px 14px;font-size:12px;font-weight:700;font-family:inherit;color:var(--text-inverse);background:var(--brand-navy);border:1px solid var(--brand-navy);border-radius:8px;cursor:pointer;transition:background var(--transition),box-shadow var(--transition)}._exitBtn_p7pmb_32:hover{background:color-mix(in srgb,var(--brand-navy) 82%,black);box-shadow:0 2px 8px -2px #252b4b80}._exitBtn_p7pmb_32:focus-visible{outline:2px solid var(--brand-navy);outline-offset:2px}@media(max-width:640px){._banner_p7pmb_7{padding:8px 14px;font-size:12px}}._overlay_1yepe_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;flex-direction:column;justify-content:flex-end;background:color-mix(in srgb,var(--brand-navy) 45%,transparent);animation:_fadeIn_1yepe_1 .18s ease}._sheet_1yepe_12{width:100%;max-width:var(--guardian-max-width);margin:0 auto;max-height:88dvh;display:flex;flex-direction:column;background:var(--card-bg);border-radius:18px 18px 0 0;padding-bottom:env(safe-area-inset-bottom,0px);overscroll-behavior:contain;animation:_slideUp_1yepe_1 .24s cubic-bezier(.22,1,.36,1)}._grabber_1yepe_26{width:40px;height:4px;border-radius:999px;background:color-mix(in srgb,var(--text-muted) 40%,transparent);margin:8px auto 4px;flex-shrink:0}._header_1yepe_35{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px 12px;border-bottom:1px solid var(--border-color);flex-shrink:0}._title_1yepe_45{font-size:16px;font-weight:700;color:var(--brand-navy)}._headerRight_1yepe_51{display:flex;align-items:center;gap:4px}._closeBtn_1yepe_57{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:none;color:var(--text-secondary);cursor:pointer}._closeBtn_1yepe_57:active{background:color-mix(in srgb,var(--brand-navy) 6%,transparent)}._body_1yepe_74{flex:1;overflow-y:auto;padding:16px}@keyframes _fadeIn_1yepe_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1yepe_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){._overlay_1yepe_1,._sheet_1yepe_12{animation:none}}._groups_x23i1_1{display:flex;flex-direction:column;gap:20px}._group_x23i1_1{display:flex;flex-direction:column;gap:8px}._groupLabel_x23i1_13{font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--text-muted);padding:0 2px}._items_x23i1_21{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:var(--card-radius);background:var(--card-bg);overflow:hidden}._item_x23i1_21{display:flex;align-items:center;gap:12px;min-height:var(--touch-target);padding:10px 14px;border:none;border-bottom:1px solid var(--border-color);background:var(--card-bg);color:var(--text-primary);font-family:inherit;font-size:15px;font-weight:500;text-align:left;cursor:pointer}._item_x23i1_21:last-child{border-bottom:none}._item_x23i1_21:active{background:color-mix(in srgb,var(--brand-navy) 4%,var(--card-bg))}._itemIcon_x23i1_55{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:color-mix(in srgb,var(--brand-navy) 6%,transparent);color:var(--brand-navy);flex-shrink:0}._itemLabel_x23i1_67{flex:1;min-width:0}._itemArrow_x23i1_72{color:var(--text-muted);flex-shrink:0}._shell_pab4k_6{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;max-width:var(--guardian-max-width);margin:0 auto;background:var(--content-bg);position:relative;overflow-x:hidden}._shellWide_pab4k_19{max-width:min(1000px,100%)}._appBar_pab4k_24{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:var(--touch-target) 1fr var(--touch-target);align-items:center;min-height:var(--guardian-header-height);padding:env(safe-area-inset-top,0px) 8px 0;background:var(--card-bg);border-bottom:1px solid var(--border-color)}._backBtn_pab4k_37{display:inline-flex;align-items:center;justify-content:center;width:var(--touch-target);height:var(--touch-target);color:var(--brand-navy);border-radius:8px;cursor:pointer;background:none;border:none}._backBtn_pab4k_37:active{background:color-mix(in srgb,var(--brand-navy) 6%,transparent)}._appBarSlot_pab4k_54{width:var(--touch-target);height:var(--touch-target)}._appBarTitle_pab4k_59{margin:0;text-align:center;font-size:16px;font-weight:700;color:var(--brand-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._content_pab4k_71{flex:1;width:100%;padding:16px 16px calc(var(--tab-bar-height) + 24px);overflow-x:hidden}._tabBar_pab4k_79{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--guardian-max-width);z-index:30;display:flex;height:calc(var(--tab-bar-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--card-bg);border-top:1px solid var(--border-color)}._tab_pab4k_79{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:var(--touch-target);padding:0 2px;color:var(--text-secondary);font-family:inherit;font-size:11px;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;transition:color var(--transition)}._tab_pab4k_79:active{background:color-mix(in srgb,var(--brand-navy) 4%,transparent)}._tabActive_pab4k_119{color:var(--brand-navy);font-weight:700}._tabLabel_pab4k_124{line-height:1.1;white-space:nowrap}._toast_pab4k_130{position:fixed;left:50%;bottom:calc(var(--tab-bar-height) + 20px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:50;max-width:calc(var(--guardian-max-width) - 32px);width:max-content;padding:12px 18px;border-radius:10px;background:var(--brand-navy);color:var(--text-inverse);font-size:13px;font-weight:500;box-shadow:0 8px 24px -10px #0006;cursor:pointer}._toast_pab4k_130[data-type=error]{background:var(--color-danger)}@font-face{font-family:SCDream1;src:url(/assets/SCDream1-DlD6KXdf.otf)}@font-face{font-family:SCDream2;src:url(/assets/SCDream2-DrcHGk7p.otf)}@font-face{font-family:SCDream3;src:url(/assets/SCDream3-DTcgYkpJ.otf)}@font-face{font-family:SCDream4;src:url(/assets/SCDream4-KpLFo22y.otf)}@font-face{font-family:SCDream5;src:url(/assets/SCDream5-CeyVTROq.otf)}@font-face{font-family:SCDream6;src:url(/assets/SCDream6-DqcRfF1Y.otf)}@font-face{font-family:SCDream7;src:url(/assets/SCDream7-DTtY9sxS.otf)}@font-face{font-family:SCDream8;src:url(/assets/SCDream8-CjlUByp5.otf)}@font-face{font-family:SCDream9;src:url(/assets/SCDream9-BIo1Z9-k.otf)}@font-face{font-family:미드팝체;src:url(/assets/CK_ctr0041-B2t2C4Ln.ttf)}@font-face{font-family:THE푸딩P;src:url(/assets/CK_cm220123-sU1eHpyc.otf)}@font-face{font-family:THE푸딩B;src:url(/assets/CK_cm220122-B4E94R1f.otf)}@font-face{font-family:THE박홍서평붓EB;src:url(/assets/CK_cm220066-DP2Gvo_N.otf)}@font-face{font-family:NanumSquareNeoOTF-Bd;src:url(/assets/NanumSquareNeoOTF-Bd-BbgLNnmF.otf)}@font-face{font-family:NanumSquareNeoOTF-Hv;src:url(/assets/NanumSquareNeoOTF-Hv-DltcCDid.otf)}@font-face{font-family:NanumSquareNeoOTF-Lt;src:url(/assets/NanumSquareNeoOTF-Lt-ivu94fIP.otf)}@font-face{font-family:NanumSquareNeoOTF-Eb;src:url(/assets/NanumSquareNeoOTF-Eb-BUOOh_hZ.otf)}@font-face{font-family:NanumSquareNeoOTF-Rg;src:url(/assets/NanumSquareNeoOTF-Rg-Dh3X4GDs.otf)}@font-face{font-family:NanumSquareNeo-bRg;src:url(/assets/NanumSquareNeo-bRg-Co0hqYtj.ttf)}@font-face{font-family:NanumSquareNeo-Variable;src:url(/assets/NanumSquareNeo-Variable-B6ZnFxF_.ttf)}@font-face{font-family:Neuropol_X_Rg;src:url(/assets/Neuropol_X_Rg-_wJ1InGa.otf)}@font-face{font-family:Neuropol_X_Bold_Italic;src:url(/assets/Neuropol_X_Bold_Italic-DrU5OuLD.ttf)}@font-face{font-family:NeuropolXXp_Bold;src:url(/assets/NeuropolXXp_Bold-CHvdC3Qk.ttf)}@font-face{font-family:NeuropolXXp_BoldItalic;src:url(/assets/NeuropolXXp_BoldItalic-Dr3zjYYV.ttf)}@font-face{font-family:Didot;src:url(/assets/Didot-njfzcyio.otf)}@font-face{font-family:Didot_Title;src:url(/assets/Didot_Title-kkvQvgp6.otf)}@font-face{font-family:Didot_Italic;src:url(/assets/Didot_Italic-CtsIVt9c.otf)}@font-face{font-family:Didot_Bold;src:url(/assets/Didot_Bold-CmKevut8.otf)}@font-face{font-family:Pretendard-Medium;src:url(/assets/Pretendard-Medium-DYrAMPlT.otf)}@font-face{font-family:Pretendard-ExtraBold;src:url(/assets/Pretendard-ExtraBold-DHlyK-tk.otf)}@font-face{font-family:Pretendard-Black;src:url(/assets/Pretendard-Black-CMJ-aTIO.otf)}:root{--color-primary: #0054ff;--color-primary-hover: #003ecc;--color-danger: #e00011;--color-warning: #f2b227;--color-success: #27ae60;--brand-navy: #252b4b;--brand-blue: #3a5b9c;--brand-gold: #c3a06a;--brand-gold-light: #d8c08f;--brand-bg: #d8d9cf;--brand-text: #585756;--brand-focus: #543900;--prog-color-1: #3a5b9c;--prog-color-2: #2e9b8f;--prog-color-3: #c8772b;--prog-color-4: #8a5cb4;--prog-color-5: #c0506a;--prog-color-6: #4a8c3f;--prog-color-7: #b0892e;--prog-color-8: #5a6b7a;--sidebar-bg: #1e2a3a;--sidebar-text: #a8b5c8;--sidebar-text-active: #ffffff;--sidebar-active-bg: rgba(0, 84, 255, .15);--sidebar-width: 220px;--header-height: 60px;--bp-sm: 640px;--bp-md: 1024px;--touch-target: 44px;--tab-bar-height: 60px;--guardian-header-height: 52px;--guardian-max-width: 480px;--content-bg: #f5f6fa;--card-bg: #ffffff;--card-shadow: 0 2px 8px rgba(0, 0, 0, .08);--card-radius: 12px;--border-color: #e8eaf0;--text-primary: #1a1a2e;--text-secondary: #5b5b5b;--text-muted: #a0a0a0;--text-inverse: #ffffff;--input-border: #d0d5dd;--input-border-focus: #3a5b9c;--input-bg: #ffffff;--input-radius: 8px;--transition: .2s ease;--social-kakao-bg: #fee500;--social-kakao-bg-hover: #fdd835;--social-kakao-text: #191600;--social-google-bg: var(--card-bg);--social-google-bg-hover: #f5f6fa;--social-google-text: #1f1f1f;--social-google-border: #dadce0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background-color:var(--content-bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c0c8d8;border-radius:3px}
