.cds-app{--cds-sidebar:#373d55;--cds-sidebar-hover:#223453;--cds-primary:#5670d1;--cds-primary-hover:#245fc3;--cds-canvas:#f3f5f8;--cds-panel:#fff;--cds-border:#d9dee8;--cds-text:#232936;--cds-muted:#6c7482;--cds-danger:#c53b45;--cds-success:#277a55;--cds-control-height:34px;--cds-sidebar-width:260px;min-height:100dvh;color:var(--cds-text);background:var(--cds-canvas);font-variant-numeric:tabular-nums;font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,맑은 고딕,Arial,sans-serif;font-size:13px;line-height:1.45}.cds-shell{background:var(--cds-canvas);min-height:100dvh;position:relative}.cds-sidebar{z-index:30;width:var(--cds-sidebar-width);color:#f4f7fc;background:var(--cds-sidebar);border-right:1px solid #ffffff0f;flex-direction:column;min-height:100dvh;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden}.cds-sidebar__brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;min-height:78px;padding:17px 20px;display:flex}.cds-sidebar__mark{color:#fff;letter-spacing:-.04em;border:1px solid #ffffff7a;flex:0 0 38px;place-items:center;width:38px;height:38px;font-size:20px;font-weight:800;display:grid}.cds-sidebar__brand strong,.cds-sidebar__brand span{display:block}.cds-sidebar__brand strong{letter-spacing:.02em;font-size:16px;line-height:1.2}.cds-sidebar__brand span{color:#9eabc0;letter-spacing:.03em;text-transform:uppercase;margin-top:4px;font-size:9px}.cds-nav{scrollbar-color:#44526c transparent;scrollbar-width:thin;flex:auto;min-height:0;padding:10px 0 14px;overflow-y:auto}.cds-nav__group{margin:0;padding:0}.cds-nav__group+.cds-nav__group{margin-top:8px}.cds-nav__group-heading{margin:0}.cds-nav__group-title{color:#8290a8;letter-spacing:.08em;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;width:100%;min-height:30px;padding:6px 18px 6px 20px;font-size:10px;font-weight:700;display:flex}.cds-nav__group-title:hover{color:#dce3ee;background:var(--cds-sidebar-hover)}.cds-nav__group-title[aria-expanded=true]{color:#d5deea}.cds-nav__group-chevron{transition:transform .14s;transform:rotate(-90deg)}.cds-nav__group-title[aria-expanded=true] .cds-nav__group-chevron{transform:rotate(0)}.cds-nav__items{gap:1px;display:grid}.cds-nav__items[hidden]{display:none}.cds-nav__item{color:#cad2df;width:100%;min-height:32px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;gap:10px;padding:5px 18px 5px 20px;font-size:12px;display:flex;position:relative}.cds-nav__item:hover{color:#fff;background:var(--cds-sidebar-hover)}.cds-nav__item[aria-current=page]{color:#fff;background:var(--cds-primary);font-weight:700;box-shadow:inset 3px 0 #9ebcf5}.cds-nav__current-arrow{margin-left:auto}.cds-account{background:#131e34;border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;flex:none}.cds-account__identity{align-items:center;gap:10px;min-width:0;padding:13px 16px 11px;display:flex}.cds-account__avatar{color:#e5ebf5;background:#2a3852;border:1px solid #44536d;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid}.cds-account__copy{min-width:0}.cds-account__copy strong,.cds-account__copy span,.cds-account__copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.cds-account__copy strong{color:#fff;font-size:12px}.cds-account__copy span,.cds-account__copy small{color:#909db1;font-size:10px}.cds-account__actions{border-top:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);display:grid}.cds-account__actions button{color:#aeb8c9;min-height:46px;font:inherit;cursor:pointer;background:0 0;border:0;border-right:1px solid #ffffff14;border-radius:0;place-items:center;gap:2px;padding:6px 2px;font-size:9px;display:grid}.cds-account__actions button:last-child{border-right:0}.cds-account__actions button:hover{color:#fff;background:var(--cds-sidebar-hover)}.cds-main{min-height:100dvh;margin-left:var(--cds-sidebar-width);padding:18px}.cds-mobile-header,.cds-drawer,.cds-drawer-backdrop{display:none}.cds-skip-link{z-index:100;color:#fff;background:var(--cds-primary);border-radius:2px;padding:8px 12px;position:fixed;top:8px;left:12px;transform:translateY(-150%)}.cds-skip-link:focus{transform:translateY(0)}.cds-route{background:var(--cds-panel);border:1px solid var(--cds-border);min-height:calc(100dvh - 36px)}.cds-route__header{border-bottom:1px solid var(--cds-border);justify-content:space-between;align-items:center;min-height:64px;padding:12px 16px;display:flex}.cds-route__section{color:var(--cds-muted);letter-spacing:.1em;margin:0 0 3px;font-size:9px;font-weight:700}.cds-route__header h1{margin:0;font-size:17px;line-height:1.2}.cds-route__status{color:var(--cds-primary);border:1px solid #b9cdf2;border-radius:2px;padding:3px 8px;font-size:10px;font-weight:700}.cds-route__body{min-height:210px;color:var(--cds-muted);background:#f8f9fb;border:1px solid #e5e8ef;align-items:flex-start;gap:16px;margin:14px;padding:28px;display:flex}.cds-route__body>svg{color:var(--cds-primary)}.cds-route__body h2{color:var(--cds-text);margin:0 0 6px;font-size:14px}.cds-route__body p{max-width:560px;margin:0 0 14px}.cds-route__body code,.cds-review code{color:#4e596b;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.cds-not-found,.cds-review{text-align:center;background:var(--cds-panel);border:1px solid var(--cds-border);flex-direction:column;justify-content:center;align-items:center;min-height:calc(100dvh - 36px);padding:48px 24px;display:flex}.cds-not-found__icon{width:54px;height:54px;color:var(--cds-primary);background:#edf3ff;border:1px solid #cbdaf6;place-items:center;margin-bottom:14px;display:grid}.cds-not-found>p:first-of-type,.cds-review>p{color:var(--cds-primary);letter-spacing:.12em;margin:0 0 6px;font-size:10px;font-weight:800}.cds-not-found h1,.cds-review h1{margin:0;font-size:22px}.cds-not-found h1+p{color:var(--cds-muted);margin:8px 0 20px}.cds-not-found button{height:var(--cds-control-height);color:#fff;background:var(--cds-primary);border:1px solid var(--cds-primary);font:inherit;cursor:pointer;border-radius:2px;align-items:center;gap:7px;padding:0 13px;font-weight:700;display:inline-flex}.cds-not-found button:hover{background:var(--cds-primary-hover)}.cds-review{min-height:100dvh}.cds-login{background:#fff;align-content:space-between;min-height:100dvh;padding:34px 38px 28px;display:grid;position:relative}.cds-login__brand{color:#111722;letter-spacing:.04em;align-items:center;gap:10px;font-size:14px;font-weight:800;display:flex}.cds-login__wordmark{letter-spacing:-.04em;font-size:23px}.cds-login__brand-rule{background:var(--cds-border);width:1px;height:24px;display:block}.cds-login__stage{grid-template-columns:minmax(260px,1fr) 320px;align-items:center;gap:72px;width:min(820px,100%);margin:0 auto;display:grid}.cds-login__visual{background:#f7f9fc;border:1px solid #e8ebf1;height:250px;position:relative}.cds-login__visual:after{content:"";background:#e8edf5;height:1px;position:absolute;bottom:39px;left:18px;right:6%}.cds-login__paper{background:#fff;border:1px solid #cdd5e1;width:160px;height:126px;padding:25px 22px;position:absolute;top:40px;left:56px;box-shadow:10px 10px #dfe7f3}.cds-login__paper:before{content:"";background:var(--cds-primary);width:58px;height:20px;position:absolute;top:-12px;left:18px}.cds-login__paper span{background:#ced6e2;height:7px;margin-bottom:11px;display:block}.cds-login__paper span:first-child{background:#8facdf;width:72%}.cds-login__desk{background:#253653;justify-content:center;align-items:flex-end;gap:8px;width:130px;height:64px;padding:10px;display:flex;position:absolute;bottom:42px;right:37px}.cds-login__desk span{background:#6e98e2;width:20px}.cds-login__desk span:first-child{height:28px}.cds-login__desk span:nth-child(2){height:42px}.cds-login__desk span:nth-child(3){height:35px}.cds-login__eyebrow{color:var(--cds-primary);letter-spacing:.1em;margin:0 0 5px;font-size:11px;font-weight:800}.cds-login__panel h1{color:#171c26;letter-spacing:-.045em;margin:0;font-size:26px}.cds-login__intro{color:var(--cds-muted);margin:9px 0 26px;font-size:12px}.cds-login__panel form{gap:14px;display:grid}.cds-login__field{gap:5px;display:grid}.cds-login__field label{color:#4c5565;font-size:11px;font-weight:700}.cds-login__field input{width:100%;height:var(--cds-control-height);color:var(--cds-text);font:inherit;background:#fff;border:1px solid #cfd5df;border-radius:2px;outline:0;padding:0 10px}.cds-login__field input:focus{border-color:var(--cds-primary);box-shadow:0 0 0 2px #2f6edb24}.cds-login__field input:disabled{background:#f4f5f7}.cds-login__error{color:var(--cds-danger);margin:-3px 0 0;font-size:11px}.cds-login__submit{color:#fff;background:var(--cds-primary);border:1px solid var(--cds-primary);height:38px;font:inherit;cursor:pointer;border-radius:2px;margin-top:4px;font-weight:700}.cds-login__submit:hover:not(:disabled){background:var(--cds-primary-hover)}.cds-login__submit:disabled{cursor:wait;opacity:.7}.cds-login__footer{color:#8a929f;letter-spacing:.09em;margin:0;font-size:9px}.cds-app button:focus-visible,.cds-app a:focus-visible,.cds-app input:focus-visible{outline-offset:2px;outline:2px solid #78a6f4}@media (width<=900px){.cds-sidebar:not(.cds-drawer){display:none}.cds-mobile-header{z-index:20;color:#fff;background:var(--cds-sidebar);border-bottom:1px solid #2c3a55;grid-template-columns:40px 1fr;align-items:center;height:54px;padding:0 14px;display:grid;position:fixed;inset:0 0 auto}.cds-mobile-header strong{letter-spacing:.03em;font-size:14px}.cds-mobile-menu{color:#fff;background:0 0;border:1px solid #44526a;border-radius:2px;place-items:center;width:34px;height:34px;padding:0;display:grid}.cds-main{margin-left:0;padding:66px 12px 12px}.cds-drawer{z-index:50;visibility:hidden;transition:transform .16s;display:flex;transform:translate(-100%);box-shadow:8px 0 24px #0a12203d}.cds-drawer[aria-hidden=false]{visibility:visible;transform:translate(0)}.cds-drawer__close{z-index:2;color:#cbd4e1;cursor:pointer;background:#202e48;border:1px solid #42506a;border-radius:2px;place-items:center;width:34px;height:34px;padding:0;display:grid;position:absolute;top:12px;right:10px}.cds-drawer-backdrop{z-index:40;opacity:0;pointer-events:none;background:#0c142285;border:0;padding:0;transition:opacity .16s;display:block;position:fixed;inset:0}.cds-drawer-backdrop[aria-hidden=false]{opacity:1;pointer-events:auto}.cds-route,.cds-not-found{min-height:calc(100dvh - 78px)}.cds-login{padding:22px 20px}.cds-login__stage{grid-template-columns:1fr;gap:26px;width:min(380px,100%)}.cds-login__visual{display:none}}@media (width<=480px){.cds-route__body{margin:10px;padding:20px 16px}.cds-login__panel h1{font-size:23px}}@media (prefers-reduced-motion:reduce){.cds-drawer,.cds-drawer-backdrop,.cds-nav__group-chevron,.cds-skip-link{transition:none}}.cds-app{--cds-sidebar-width:260px;--cds-sidebar-collapsed-width:50px;--cds-reference-sidebar:#23262c;--cds-reference-active:#33383f;--cds-reference-group:#2a2e35;--cds-reference-divider:#363b43;--cds-reference-control:#eceef1;--cds-reference-title:#f1f2f4;--cds-reference-group-text:#e4e6e9;--cds-reference-item-text:#a0a5ac;--cds-reference-subtle:#757a82}.cds-reference-sidebar{width:260px;height:100dvh;min-height:0;color:var(--cds-reference-title);background:var(--cds-reference-sidebar);border:0;border-radius:0;flex-direction:column;font-family:Noto Sans KR,SCMH_NMU,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:14px;font-weight:400;line-height:21px;transition:width .18s;display:flex;position:fixed;inset:0 auto 0 0;overflow:visible}.cds-reference-sidebar.cds-drawer{display:none}.cds-reference-brand{width:260px;height:99px;min-height:99px;color:var(--cds-reference-title);border:0;border-bottom:1px solid var(--cds-reference-divider);background:0 0;align-items:center;gap:11px;margin:0;padding:19px 30px 19px 24px;display:flex;position:relative;overflow:visible}.cds-reference-brand__logo{object-fit:contain;flex:0 0 59px;width:59px;height:59px;display:block}.cds-reference-brand__publication{width:59px;max-height:59px;color:var(--cds-reference-title);letter-spacing:-2px;word-break:break-all;font-size:24px;font-weight:700;line-height:22px;overflow:hidden}.cds-sidebar__collapse{z-index:2;width:30px;height:40px;color:var(--cds-reference-subtle);cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;padding:0;display:grid;position:absolute;top:0;right:0}.cds-sidebar__collapse:hover{background:var(--cds-reference-group)}.cds-reference-brand__product{flex-direction:column;flex:0 0 130px;width:130px;min-width:0;height:40px;display:flex}.cds-reference-brand__product strong,.cds-reference-brand__product span{display:block}.cds-reference-brand__product strong{color:var(--cds-reference-title);letter-spacing:-1px;margin-top:-5px;font-size:20px;font-weight:700;line-height:30px}.cds-reference-brand__product span{color:var(--cds-reference-subtle);white-space:nowrap;letter-spacing:-.5px;text-transform:none;margin-top:0;font-size:10px;font-weight:700;line-height:15px}.cds-reference-quick-actions{width:260px;height:98px;min-height:98px;color:var(--cds-reference-item-text);border:0;border-bottom:1px solid var(--cds-reference-divider);background:0 0;margin:0;padding:15px 19px 12px 17px;overflow:hidden}.cds-reference-quick-actions time{width:223px;height:20px;color:var(--cds-reference-item-text);white-space:nowrap;font-size:13px;font-weight:500;line-height:20px;display:block}.cds-reference-quick-actions .cds-account__compose{margin-top:12px}.cds-reference-account{width:260px;height:70px;min-height:70px;color:var(--cds-reference-title);border:0;border-top:1px solid var(--cds-reference-divider);border-bottom:1px solid var(--cds-reference-divider);background:0 0;align-items:center;gap:8px;margin:0;padding:10px 10px 10px 12px;display:flex;overflow:hidden}.cds-reference-account .cds-account__identity{flex:auto;align-items:center;gap:8px;min-width:0;height:48px;display:flex}.cds-reference-account .cds-account__avatar{width:40px;height:40px;color:var(--cds-reference-group-text);background:var(--cds-reference-group);border:0;border-radius:50%;flex:0 0 40px;place-items:center;font-size:15px;font-weight:500;line-height:20px;display:grid}.cds-reference-account .cds-account__copy{flex-direction:column;flex:auto;gap:1px;min-width:0;display:flex}.cds-reference-account .cds-account__copy strong,.cds-reference-account .cds-account__copy span{text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;overflow:hidden}.cds-reference-account .cds-account__copy strong{color:var(--cds-reference-title);font-size:13px;font-weight:500;line-height:19px}.cds-reference-account .cds-account__copy span{color:var(--cds-reference-subtle);font-size:12px;font-weight:400;line-height:17px}.cds-reference-account .cds-account__actions{border:0;flex:none;gap:1px;height:40px;display:flex}.cds-reference-account .cds-account__actions button{width:30px;height:40px;min-height:40px;color:var(--cds-reference-item-text);cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;padding:0;font-size:0;display:grid;position:relative}.cds-reference-account .cds-account__actions button:hover{color:var(--cds-reference-title);background:var(--cds-reference-group)}.cds-reference-account .cds-account__actions button:first-child:after{content:"";background:#d7003a;border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:5px}.cds-reference-account .cds-account__actions button span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.cds-account__compose{width:223px;height:30px;color:var(--cds-reference-sidebar);background:var(--cds-reference-control);text-align:center;border:0;border-radius:2px;justify-content:center;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:500;line-height:19px;display:flex}.cds-account__compose:hover{background:#fff}.cds-account__compose-icon{display:none}.cds-reference-navigation{width:260px;min-height:0;color:var(--cds-reference-group-text);background:0 0;border:0;flex:auto;margin:0;padding:0;overflow:auto}.cds-reference-navigation .cds-nav__group,.cds-reference-navigation .cds-nav__group+.cds-nav__group{margin:0;padding:0}.cds-reference-navigation .cds-nav__group-heading{margin:0}.cds-reference-navigation .cds-nav__group-title{width:260px;height:42px;min-height:42px;color:var(--cds-reference-group-text);background:var(--cds-reference-group);letter-spacing:normal;border:0;border-radius:0;grid-template-columns:18px 1fr 13px;align-items:center;column-gap:12px;padding:0 20px;font-size:14px;font-weight:400;line-height:21px;display:grid}.cds-reference-navigation .cds-nav__group-title:hover,.cds-reference-navigation .cds-nav__group-title[aria-expanded=true]{color:var(--cds-reference-group-text);background:var(--cds-reference-group)}.cds-reference-navigation .cds-nav__group-title>svg:first-child{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4px;width:16px;height:16px;color:var(--cds-reference-item-text)}.cds-reference-navigation .cds-nav__group-chevron{width:13px;height:13px;color:var(--cds-reference-subtle);transform:rotate(0)}.cds-reference-navigation .cds-nav__group-title[aria-expanded=true] .cds-nav__group-chevron{transform:rotate(180deg)}.cds-reference-navigation .cds-nav__items{gap:0;display:grid}.cds-reference-navigation .cds-nav__items[hidden]{display:none}.cds-reference-navigation .cds-nav__item{width:260px;height:38px;min-height:38px;color:var(--cds-reference-item-text);background:var(--cds-reference-sidebar);letter-spacing:-.5px;border:0;border-radius:0;align-items:center;gap:0;padding:0 20px 0 50px;font-size:13px;font-weight:400;line-height:19px;display:flex}.cds-reference-navigation .cds-nav__item:hover{color:var(--cds-reference-title);background:var(--cds-reference-group)}.cds-nav__item[aria-current=page]{width:260px;height:38px;min-height:38px;color:var(--cds-reference-title);background:var(--cds-reference-active);box-shadow:inset 2px 0 0 var(--cds-reference-control);letter-spacing:-.5px;border:0;border-radius:0;padding:0 20px 0 50px;font-size:13px;font-weight:400;line-height:19px}.cds-reference-navigation .cds-nav__current-arrow{display:none}.cds-reference-workspace{color:#333;background:#f5f7fa;border:0;border-radius:0;width:calc(100% - 260px);height:100dvh;min-height:100dvh;margin:0 0 0 260px;padding:8px;font-family:Noto Sans KR,SCMH_NMU,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:14px;font-weight:400;line-height:21px;transition:width .18s,margin-left .18s;position:relative;overflow:visible}.cds-reference-sidebar[data-collapsed=true]{z-index:20;width:50px}.cds-reference-sidebar[data-collapsed=true]>.cds-reference-brand,.cds-reference-sidebar[data-collapsed=true]>.cds-reference-quick-actions,.cds-reference-sidebar[data-collapsed=true]>.cds-reference-account,.cds-reference-sidebar[data-collapsed=true]>.cds-reference-navigation{display:none}.cds-collapsed-rail{z-index:20;width:50px;height:100dvh;min-height:0;color:var(--cds-reference-title);background:var(--cds-reference-sidebar);flex-direction:column;display:flex;position:relative;overflow:visible}.cds-collapsed-rail__toggle{width:50px;height:42px;min-height:42px;color:var(--cds-reference-subtle);cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;padding:0;display:grid}.cds-reference-sidebar .cds-collapsed-rail__toggle:hover,.cds-reference-sidebar .cds-collapsed-rail__toggle:focus-visible{background:var(--cds-reference-group)}.cds-collapsed-rail__navigation{flex-direction:column;flex:auto;width:50px;min-height:0;display:flex;overflow:visible}.cds-collapsed-rail__action{width:50px;height:52px;min-height:52px;color:var(--cds-reference-item-text);cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;padding:0;display:grid;position:relative}.cds-collapsed-rail__action:after,.cds-collapsed-rail__toggle:after{z-index:30;content:attr(data-tooltip);max-width:180px;color:var(--cds-reference-group-text);background:var(--cds-reference-group);border:1px solid var(--cds-reference-divider);opacity:0;pointer-events:none;visibility:hidden;white-space:nowrap;border-radius:3px;padding:6px 9px;font-size:13px;font-weight:500;line-height:19px;transition:opacity .12s,transform .12s,visibility .12s;position:absolute;top:50%;left:calc(100% + 8px);transform:translate(-4px,-50%);box-shadow:0 5px 14px #1b233633}.cds-collapsed-rail__action:hover:after,.cds-collapsed-rail__action:focus-visible:after,.cds-collapsed-rail__toggle:hover:after,.cds-collapsed-rail__toggle:focus-visible:after{opacity:1;visibility:visible;transform:translateY(-50%)}.cds-collapsed-rail__action:hover{background:var(--cds-reference-group)}.cds-collapsed-rail__action[aria-current=page]{color:var(--cds-reference-title);background:var(--cds-reference-active)}.cds-reference-sidebar .cds-collapsed-rail__action:focus-visible{z-index:1;outline-offset:-3px;outline:2px solid #9ebcf5;position:relative}.cds-reference-workspace[data-sidebar-collapsed=true]{width:calc(100% - var(--cds-sidebar-collapsed-width));margin-left:var(--cds-sidebar-collapsed-width)}@media (width<=900px){.cds-reference-sidebar.cds-drawer{width:260px;display:flex}.cds-reference-workspace{width:100%;margin-left:0;padding:66px 12px 12px}.cds-reference-workspace[data-sidebar-collapsed=true]{width:100%;margin-left:0}}.cds-app :where(button,input,select,textarea):focus-visible,.cds-app :where([tabindex]):focus-visible{outline-offset:2px;outline:2px solid #78a7ff}.cds-page-header{background:var(--cds-panel);border-bottom:1px solid var(--cds-border);justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:12px 16px;display:flex}.cds-page-header__copy{min-width:0}.cds-page-header__section,.cds-page-header__description{margin:0}.cds-page-header__section{color:var(--cds-muted);letter-spacing:.1em;margin-bottom:2px;font-size:9px;font-weight:700}.cds-page-header h1{margin:0;font-size:17px;line-height:1.3}.cds-page-header__description{color:var(--cds-muted);margin-top:3px;font-size:11px}.cds-page-header__actions,.cds-filter-bar__actions,.cds-action-toolbar__actions,.cds-action-toolbar__leading{align-items:center;gap:8px;display:flex}.cds-subtabs{background:var(--cds-panel);border-bottom:1px solid var(--cds-border);padding:0 16px}.cds-subtabs__list{gap:20px;min-width:max-content;display:flex}.cds-subtabs button{min-height:38px;color:var(--cds-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0 1px;display:inline-flex;position:relative}.cds-subtabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.cds-subtabs button:hover,.cds-subtabs button[aria-selected=true]{color:var(--cds-text)}.cds-subtabs button[aria-selected=true]{font-weight:700}.cds-subtabs button[aria-selected=true]:after{background:var(--cds-primary)}.cds-subtabs button:disabled{color:#aeb5c1;cursor:not-allowed}.cds-subtabs__count{min-width:17px;color:var(--cds-muted);text-align:center;background:#eef1f5;border:1px solid #e0e4eb;border-radius:8px;padding:0 4px;font-size:9px;line-height:15px}.cds-filter-bar{border:1px solid var(--cds-border);background:#f7f8fa;justify-content:space-between;align-items:flex-end;gap:12px;min-height:58px;margin:12px 16px 0;padding:11px 12px;display:flex}.cds-filter-bar__fields{flex-wrap:wrap;flex:auto;align-items:flex-end;gap:8px;min-width:0;display:flex}.cds-filter-bar label,.cds-form-section label{color:#4c5462;gap:5px;font-size:11px;font-weight:600;display:grid}.cds-filter-bar :where(input,select),.cds-form-section :where(input,select){height:var(--cds-control-height)}.cds-app :where(input,select,textarea){min-width:0;color:var(--cds-text);background:#fff;border:1px solid #cfd5df;border-radius:2px;padding:0 9px}.cds-app textarea{resize:vertical;min-height:92px;padding-top:8px;padding-bottom:8px}.cds-app :where(input,select,textarea)::placeholder{color:#989fab}.cds-app :where(input,select,textarea):disabled{color:#8a919d;cursor:not-allowed;background:#f0f2f5}.cds-button,.cds-action-toolbar button,.cds-page-state button{height:var(--cds-control-height);cursor:pointer;background:#fff;border:1px solid #cbd1db;border-radius:2px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-weight:700;display:inline-flex}.cds-app button:disabled{color:#8a919d;cursor:not-allowed;pointer-events:none;background:#f0f2f5;border-color:#cbd1db}.cds-button:active,.cds-action-toolbar button:active,.cds-page-state button:active{transform:translateY(1px)}.cds-button--primary{color:#fff;background:var(--cds-primary);border-color:var(--cds-primary)}.cds-button--primary:hover{background:var(--cds-primary-hover);border-color:var(--cds-primary-hover)}.cds-button--secondary:hover,.cds-action-toolbar button:hover,.cds-page-state button:hover{background:#f3f5f8}.cds-action-toolbar{background:var(--cds-panel);border-bottom:1px solid var(--cds-border);justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:8px 16px;display:flex}.cds-action-toolbar__summary{font-size:12px;font-weight:700}@media (width<=640px){.cds-page-header,.cds-filter-bar,.cds-action-toolbar{flex-direction:column;align-items:stretch}.cds-page-header__actions,.cds-filter-bar__actions,.cds-action-toolbar__actions{justify-content:flex-end}.cds-subtabs{overflow-x:auto}}.cds-table-wrap{background:var(--cds-panel);border:1px solid var(--cds-border);-webkit-overflow-scrolling:touch;overflow-x:auto}.cds-data-table{border-collapse:collapse;width:100%;min-width:760px;font-size:12px;line-height:1.4}.cds-data-table th,.cds-data-table td{vertical-align:middle;border-bottom:1px solid #e4e7ed;border-right:1px solid #e4e7ed;height:38px;padding:7px 10px}.cds-data-table th:last-child,.cds-data-table td:last-child{border-right:0}.cds-data-table th{color:#4d5665;white-space:nowrap;background:#f4f6f8;height:36px;font-size:11px;font-weight:700}.cds-data-table tbody tr:last-child td{border-bottom:0}.cds-data-table tbody tr:hover{background:#f8faff}.cds-data-table__interactive-row{cursor:pointer}.cds-data-table__interactive-row:active{background:#eef3fc}.cds-data-table__cell--left{text-align:left}.cds-data-table__cell--center{text-align:center}.cds-data-table__cell--right{text-align:right}.cds-data-table__empty{color:var(--cds-muted);text-align:center;height:136px!important}.cds-pagination{background:var(--cds-panel);justify-content:center;align-items:center;gap:4px;min-height:58px;padding:12px 16px;display:flex}.cds-pagination__pages{flex:none;gap:4px;display:inline-flex}.cds-pagination button{color:#515a68;cursor:pointer;background:#fff;border:1px solid #d3d8e0;border-radius:2px;min-width:32px;height:32px;padding:0 8px}.cds-pagination button:hover:not(:disabled){color:var(--cds-primary);border-color:#9db9ea}.cds-pagination button[aria-current=page]{color:#fff;background:var(--cds-primary);border-color:var(--cds-primary);font-weight:700}.cds-pagination button:disabled{color:#afb5bf;cursor:not-allowed;background:#f4f5f7}.cds-pagination__ellipsis{width:24px;height:32px;color:var(--cds-muted);place-items:center;display:grid}.cds-pagination--reference{background:0 0;gap:0;min-height:31px;padding:0;display:inline-flex}.cds-pagination--reference .cds-pagination__pages{gap:0}.cds-pagination--reference button{border-radius:0;justify-content:center;align-items:center;width:34px;min-width:34px;height:31px;padding:0;display:inline-flex}.cds-pagination--reference>button+button,.cds-pagination--reference .cds-pagination__pages button:first-child,.cds-pagination--reference .cds-pagination__pages button+button,.cds-pagination--reference .cds-pagination__pages+button{margin-left:-1px}.cds-pagination--reference>button:first-child{border-radius:3px 0 0 3px}.cds-pagination--reference>button:last-child{border-radius:0 3px 3px 0}.cds-pagination--reference button:hover:not(:disabled){z-index:1;position:relative}.cds-list-pagination{justify-content:space-between;align-items:flex-start;gap:16px;min-height:55px;margin-top:12px;display:flex}.cds-list-pagination>select{color:#495057;background:#fff;border:1px solid #ced4da;border-radius:3px;flex:0 0 80px;width:80px;height:31px;padding:0 26px 0 8px;font-size:13px}.cds-list-pagination__right{align-items:flex-start;gap:18px;margin-left:auto;display:flex}.cds-list-pagination__total{color:#555d68;white-space:nowrap;padding-top:7px;font-size:13px}.cds-list-pagination .cds-pagination{flex:none;min-height:31px;display:inline-flex}.cds-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.cds-list-pagination{overscroll-behavior-x:contain;scrollbar-width:thin;flex-wrap:wrap;align-items:flex-start;gap:8px;max-width:100%;display:flex;overflow-x:hidden}.cds-list-pagination>select{flex:0 0 80px}.cds-list-pagination__right{flex-direction:column;flex:180px;gap:6px;min-width:0;margin-left:0}.cds-list-pagination .cds-pagination{justify-content:flex-start;max-width:100%;overflow-x:auto}.cds-pagination{overscroll-behavior-x:contain;scrollbar-width:thin;justify-content:flex-start;max-width:100%;overflow-x:auto}.cds-pagination--legacy>button:first-child,.cds-pagination--legacy>button:last-child{display:none}}.cds-dialog-layer{z-index:70;background:#17203138;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cds-dialog{max-height:calc(100dvh - 40px);color:var(--cds-text);background:var(--cds-panel);border:1px solid #bfc7d3;flex-direction:column;display:flex}.cds-modal{width:min(680px,100%)}.cds-detail-panel-layer{background:0 0;justify-content:flex-end;align-items:stretch;padding:0}.cds-detail-panel{border-top:0;border-bottom:0;border-right:0;width:min(840px,92vw);max-height:100dvh}.cds-dialog__header{border-bottom:1px solid var(--cds-border);flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:9px 12px 9px 16px;display:flex}.cds-dialog__header h2{margin:0;font-size:15px;line-height:1.35}.cds-dialog__close{color:#515a68;cursor:pointer;background:#fff;border:1px solid #d2d7df;border-radius:2px;flex:0 0 32px;place-items:center;width:32px;height:32px;padding:0;display:grid}.cds-dialog__close:hover{background:#f1f3f6}.cds-dialog__body{min-height:0;padding:16px;overflow:auto}.cds-dialog__footer{border-top:1px solid var(--cds-border);background:#f7f8fa;flex:none;justify-content:flex-end;align-items:center;gap:8px;min-height:52px;padding:8px 16px;display:flex}.cds-form-section{background:var(--cds-panel);border:1px solid var(--cds-border);min-width:0;margin:0;padding:14px 16px 16px}.cds-form-section+.cds-form-section{margin-top:12px}.cds-form-section legend{padding:0 5px;font-size:13px;font-weight:800}.cds-form-section__description{color:var(--cds-muted);margin:0 0 12px;font-size:11px}.cds-form-section__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;display:grid}.cds-page-state{min-height:176px;color:var(--cds-muted);text-align:center;background:var(--cds-panel);border:1px solid var(--cds-border);flex-direction:column;justify-content:center;align-items:center;padding:28px 16px;display:flex}.cds-page-state strong{color:var(--cds-text);font-size:13px}.cds-page-state p{margin:5px 0 0;font-size:11px}.cds-page-state__mark{border:1px solid #aeb7c5;border-radius:50%;width:24px;height:24px;margin-bottom:10px}.cds-page-state--error .cds-page-state__mark{border-color:var(--cds-danger)}.cds-page-state__action{margin-top:12px}.cds-page-state__skeleton{gap:7px;width:min(320px,72%);margin-bottom:18px;display:grid}.cds-page-state__skeleton i{background:#e7eaf0;height:8px;display:block}.cds-page-state__skeleton i:nth-child(2){width:82%}.cds-page-state__skeleton i:nth-child(3){width:58%}@media (width<=640px){.cds-dialog-layer{align-items:stretch;padding:0}.cds-modal,.cds-detail-panel{border:0;width:100%;max-height:100dvh}.cds-form-section__fields{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.cds-app *,.cds-app :before,.cds-app :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.cds-room-page{min-width:0;overflow:hidden}.cds-room-form{gap:12px;padding:16px;display:grid}.cds-room-form__wide{grid-column:1/-1}.cds-room-form__wide textarea{width:100%}.cds-room-form__actions{justify-content:flex-end;display:flex}.cds-room-file-name{min-height:18px;color:var(--cds-muted);font-size:10px;font-weight:500}.cds-photo-grid{background:#f7f8fa;min-height:300px;padding:16px}.cds-photo-grid .cds-page-state{min-height:250px}@media (width<=640px){.cds-room-form,.cds-photo-grid{padding:12px}}.cds-schedule-calendar,.cds-schedule-list{min-width:0;overflow:hidden}.cds-schedule-calendar__toolbar{z-index:2;background:var(--cds-panel);border-bottom:1px solid var(--cds-border);flex-wrap:wrap;align-items:center;gap:10px 16px;min-height:58px;padding:11px 16px;display:flex;position:relative}.cds-schedule-register{position:relative}.cds-schedule-register__menu{z-index:5;background:#fff;border:1px solid #bfc7d3;width:132px;padding:4px;display:grid;position:absolute;top:calc(100% + 2px);left:0;box-shadow:0 8px 18px #17233c1f}.cds-schedule-register__menu button{color:#3e4756;text-align:left;cursor:pointer;background:#fff;border:0;min-height:32px;padding:6px 9px}.cds-schedule-register__menu button:hover,.cds-schedule-register__menu button:focus-visible{color:#fff;background:var(--cds-primary)}.cds-schedule-inline-check,.cds-schedule-field--checkbox{min-height:var(--cds-control-height);white-space:nowrap;grid-template-columns:auto 1fr;align-items:center;gap:6px!important;display:inline-flex!important}.cds-schedule-inline-check input,.cds-schedule-field--checkbox input{width:15px;accent-color:var(--cds-primary);margin:0;padding:0;height:15px!important}.cds-schedule-view-switch{display:inline-flex}.cds-schedule-view-switch button,.cds-schedule-period>button:not(.cds-button){height:var(--cds-control-height);color:#434c5a;cursor:pointer;background:#fff;border:1px solid #cbd1db;place-items:center;min-width:48px;padding:0 10px;display:inline-grid}.cds-schedule-view-switch button+button{margin-left:-1px}.cds-schedule-view-switch button[aria-pressed=true]{color:#fff;background:#263650;border-color:#263650;position:relative}.cds-schedule-period{align-items:center;gap:8px;min-width:0;margin-left:auto;display:flex}.cds-schedule-period>button:not(.cds-button){border-color:#0000;min-width:34px;padding:0}.cds-schedule-period strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:230px;font-size:17px;line-height:1.25;overflow:hidden}.cds-schedule-calendar__workspace{grid-template-columns:250px minmax(0,1fr);min-width:0;height:calc(100dvh - 160px);min-height:600px;display:grid}.cds-schedule-calendar__aside{border-right:1px solid var(--cds-border);background:#fff;padding:16px}.cds-mini-calendar>strong{margin-bottom:12px;font-size:13px;display:block}.cds-mini-calendar__weekdays,.cds-mini-calendar__days{text-align:center;grid-template-columns:repeat(7,1fr);display:grid}.cds-mini-calendar__weekdays{color:#586171;margin-bottom:4px;font-size:10px;font-weight:700}.cds-mini-calendar__days{row-gap:3px;font-size:10px}.cds-mini-calendar__days span{place-items:center;width:24px;height:24px;margin:auto;display:grid}.cds-mini-calendar__outside{color:#c0c5cd}.cds-mini-calendar__today{color:#fff;background:var(--cds-primary);border-radius:50%;font-weight:800}.cds-schedule-calendar__filters{border-top:1px solid var(--cds-border);gap:8px;margin-top:18px;padding-top:16px;display:grid}.cds-schedule-calendar__filters label{color:#596272;gap:4px;font-size:10px;font-weight:700;display:grid}.cds-schedule-calendar__filters select{width:100%;height:var(--cds-control-height)}.cds-schedule-legend{border-top:1px solid var(--cds-border);gap:9px;margin:18px 0 0;padding:16px 0 0;font-size:11px;list-style:none;display:grid}.cds-schedule-legend li{align-items:center;gap:7px;display:flex}.cds-schedule-legend i{border-radius:50%;width:9px;height:9px}.cds-schedule-legend__reporting{background:#89b658}.cds-schedule-legend__duty{background:#8c949f}.cds-schedule-legend__article{background:#547ac4}.cds-schedule-legend__photo{background:#dba34c}.cds-schedule-legend__graphic{background:#2ca8b7}.cds-schedule-calendar__grid-wrap{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff;min-width:0;max-width:100%;overflow:auto}.cds-calendar-grid{color:#303744;background:#fff;min-width:780px;min-height:100%;font-size:11px}.cds-calendar-grid--month{flex-direction:column;height:100%;display:flex}.cds-calendar-grid__weekdays{border-top:1px solid var(--cds-border);border-left:1px solid var(--cds-border);grid-template-columns:repeat(7,1fr);display:grid}.cds-calendar-grid__weekdays>div{border-right:1px solid var(--cds-border);border-bottom:1px solid var(--cds-border);background:#fafbfc;place-items:center;height:28px;font-weight:700;display:grid}.cds-calendar-grid__sunday,.cds-calendar-day--sunday{color:#c6474e}.cds-calendar-grid__saturday,.cds-calendar-day--saturday{color:#3c67ad}.cds-calendar-grid__month-days{border-left:1px solid var(--cds-border);flex:auto;grid-template-rows:repeat(6,minmax(92px,1fr));min-height:570px;display:grid}.cds-calendar-grid__month-row{grid-template-columns:repeat(7,1fr);display:grid}.cds-calendar-day{border-right:1px solid var(--cds-border);border-bottom:1px solid var(--cds-border);background:#fff;min-width:0;padding:7px}.cds-calendar-day--outside{color:#bdc2cb;background:#fcfcfd}.cds-calendar-day--today{background:#fff9df!important}.cds-calendar-time-row{grid-template-columns:68px repeat(var(--cds-calendar-columns), minmax(110px, 1fr));min-width:780px;display:grid}.cds-calendar-time-row--heading{z-index:1;background:#fff;position:sticky;top:0}.cds-calendar-time-axis,.cds-calendar-time-heading,.cds-calendar-time-cell{border-right:1px solid var(--cds-border);border-bottom:1px solid var(--cds-border);min-width:0}.cds-calendar-time-axis{color:#606978;white-space:nowrap;background:#fafbfc;justify-content:flex-end;align-items:flex-start;min-height:42px;padding:5px 7px;display:flex}.cds-calendar-time-heading{background:#fafbfc;min-height:30px;padding:6px 8px;font-weight:700}.cds-calendar-time-row--all-day .cds-calendar-time-axis,.cds-calendar-time-row--all-day .cds-calendar-time-cell{min-height:104px}.cds-calendar-time-cell{background:#fff;min-height:42px}.cds-schedule-list>.cds-table-wrap{margin:0 16px 16px}.cds-schedule-list>.cds-action-toolbar{margin-top:4px}@media (width<=1100px){.cds-schedule-period{justify-content:center;width:100%;margin-left:0}.cds-schedule-calendar__workspace{grid-template-columns:210px minmax(0,1fr)}}@media (width<=640px){.cds-schedule-calendar__toolbar{align-items:flex-start}.cds-schedule-view-switch{margin-left:auto}.cds-schedule-period{justify-content:flex-start}.cds-schedule-period strong{flex:auto;min-width:0;font-size:14px}.cds-schedule-calendar__workspace{grid-template-columns:minmax(0,1fr);height:auto;min-height:0}.cds-schedule-calendar__aside{border-right:0;border-bottom:1px solid var(--cds-border);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding:12px;display:grid}.cds-schedule-calendar__filters{border-top:0;margin-top:0;padding-top:0}.cds-schedule-legend{display:none}.cds-schedule-list>.cds-table-wrap{margin-left:12px;margin-right:12px}}@media (width<=420px){.cds-schedule-calendar__aside{grid-template-columns:minmax(0,1fr)}.cds-mini-calendar{display:none}}.cds-news-page,.cds-article-page{min-width:0;color:var(--cds-text)}.cds-news-page .cds-filter-bar>.cds-filter-bar__fields>label:first-child{width:min(310px,100%)}.cds-news-page .cds-filter-bar input[type=search]{width:100%}.cds-news-filter-group{border:0;min-width:0;margin:0;padding:0}.cds-news-filter-group legend{color:#4c5462;margin-bottom:5px;font-size:11px;font-weight:700}.cds-news-filter-group>span{min-height:var(--cds-control-height);background:#fff;border:1px solid #cfd5df;flex-wrap:wrap;align-items:center;gap:4px 10px;padding:0 8px;display:flex}.cds-news-filter-group label{color:#515a68;white-space:nowrap;align-items:center;gap:4px;font-size:11px;font-weight:500;display:inline-flex}.cds-news-filter-group input{width:13px;height:13px;margin:0}.cds-news-filter-group small,.cds-news-list-note{color:var(--cds-muted);font-size:10px}.cds-news-source{color:#fff;letter-spacing:.03em;background:#586171;border-radius:2px;justify-content:center;align-items:center;min-width:60px;min-height:22px;padding:0 7px;font-size:9px;font-weight:800;display:inline-flex}.cds-news-source--hound{background:#5475c9}.cds-news-source--octopus{background:#657080}.cds-news-title{align-items:center;gap:9px;min-width:300px;display:flex}.cds-news-title img,.cds-news-title__image-empty{object-fit:cover;background:#e8ebf0;flex:0 0 52px;width:52px;height:34px}.cds-news-title__image-empty{color:#9ca4b0;place-items:center;font-size:8px;font-weight:800;display:grid}.cds-news-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.45;overflow:hidden}.cds-news-photo-grid{border-bottom:1px solid var(--cds-border);background:#e7ebf1;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));align-content:start;gap:10px;min-height:360px;padding:16px;display:grid}.cds-news-photo-card{min-width:0;color:var(--cds-text);text-align:left;cursor:pointer;background:#fff;border:1px solid #d9dee7;border-radius:2px;padding:0;display:grid;position:relative;overflow:hidden}.cds-news-photo-card:hover{border-color:#9db3dc}.cds-news-photo-card:active{transform:translateY(1px)}.cds-news-photo-card__source{color:#515967;min-height:30px;padding:7px 9px;font-size:10px;font-weight:700}.cds-news-photo-card img{object-fit:cover;background:#d9dee7;width:100%;height:160px}.cds-news-photo-card strong{min-height:51px;padding:9px 10px 3px;font-size:12px;line-height:1.45}.cds-news-photo-card>span:last-child{color:var(--cds-muted);padding:0 10px 9px;font-size:10px}.cds-article-layout{grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:14px;padding:16px;display:grid}.cds-article-content,.cds-article-meta{border:1px solid var(--cds-border);background:#fff}.cds-article-content{padding:24px}.cds-article-content>h1{letter-spacing:-.025em;margin:14px 0 8px;font-size:24px;line-height:1.45}.cds-article-subtitles{color:#505968;margin:0;padding:0;font-size:13px;list-style:none}.cds-article-byline{color:var(--cds-muted);border-top:1px solid var(--cds-border);border-bottom:1px solid var(--cds-border);flex-wrap:wrap;gap:7px 18px;margin:16px 0 20px;padding:10px 0;font-size:10px;display:flex}.cds-article-content figure{margin:0 0 20px}.cds-article-content figure img{object-fit:contain;background:#f1f3f6;width:100%;max-height:640px;display:block}.cds-article-content figcaption{color:var(--cds-muted);padding-top:7px;font-size:10px}.cds-article-image-empty{color:#9199a6;background:#f4f6f8;border:1px dashed #ced4dd;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:110px;margin-bottom:20px;font-size:10px;display:flex}.cds-article-body,.cds-article-source-text p{color:#303744;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.85}.cds-article-keywords{flex-wrap:wrap;gap:5px;margin:22px 0 0;padding:0;list-style:none;display:flex}.cds-article-keywords li{color:#53617a;background:#f0f3f8;border:1px solid #dce2eb;padding:4px 7px;font-size:10px}.cds-article-source-text,.cds-source-preview{border-top:1px solid var(--cds-border);margin-top:24px;padding-top:18px}.cds-article-source-text h2,.cds-article-meta h2{margin:0 0 12px;font-size:14px}.cds-article-source-text p{color:#555e6c;font-size:12px}.cds-article-meta{padding:16px;position:sticky;top:14px}.cds-article-meta dl{margin:0}.cds-article-meta dl div{border-top:1px solid #e5e8ed;grid-template-columns:68px minmax(0,1fr);gap:8px;padding:9px 0;font-size:11px;display:grid}.cds-article-meta dt{color:var(--cds-muted)}.cds-article-meta dd{overflow-wrap:anywhere;margin:0}.cds-article-meta a{color:var(--cds-primary);margin-top:12px;font-size:11px;font-weight:700;display:inline-flex}.cds-source-preview header{justify-content:space-between;align-items:center;gap:12px;display:flex}.cds-source-preview header>div{align-items:center;gap:7px;min-width:0;display:flex}.cds-source-preview header span{color:var(--cds-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.cds-source-preview iframe{border:1px solid var(--cds-border);background:#f4f6f8;width:100%;height:520px;margin-top:12px}.cds-source-preview>p{color:var(--cds-danger);font-size:11px}.cds-revision-request{color:#4c5462;gap:7px;font-size:11px;font-weight:700;display:grid}.cds-revision-request textarea{width:100%}@media (width<=900px){.cds-article-layout{grid-template-columns:1fr}.cds-article-meta{position:static}}@media (width<=640px){.cds-news-photo-grid{grid-template-columns:1fr;padding:12px}.cds-news-photo-card img{height:210px}.cds-article-layout{padding:10px}.cds-article-content{padding:16px}.cds-article-content>h1{font-size:20px}.cds-source-preview header{flex-direction:column;align-items:stretch}}.cds-editor-page{min-width:0;color:var(--cds-text)}.cds-editor-layout{grid-template-columns:minmax(0,1fr) 264px;align-items:start;gap:12px;padding:14px;display:grid}.cds-editor-canvas,.cds-editor-sidebar>section,.cds-editor-notice{border:1px solid var(--cds-border);background:#fff}.cds-editor-canvas{min-width:0;padding:20px 22px 26px}.cds-editor-canvas__header{color:var(--cds-muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;font-size:10px;display:flex}.cds-editor-field{color:#4b5564;gap:6px;font-size:11px;font-weight:700;display:grid}.cds-editor-field input,.cds-editor-field select,.cds-editor-field textarea,.cds-editor-subtitles input{width:100%;color:var(--cds-text);background:#fff;border:1px solid #cbd2dc;border-radius:1px}.cds-editor-field input,.cds-editor-field select,.cds-editor-subtitles input{min-height:34px;padding:6px 9px}.cds-editor-field--title input{letter-spacing:-.025em;min-height:46px;padding:8px 11px;font-size:20px;font-weight:700}.cds-editor-subtitles{border:0;gap:6px;margin:14px 0 18px;padding:0;display:grid}.cds-editor-subtitles legend{color:#4b5564;margin-bottom:6px;font-size:11px;font-weight:700}.cds-editor-subtitles>div{grid-template-columns:minmax(0,1fr) 34px;gap:5px;display:grid}.cds-editor-subtitles>div>button,.cds-editor-subtitles__add,.cds-editor-toolbar button{color:#566071;background:#f8f9fb;border:1px solid #cbd2dc;justify-content:center;align-items:center;display:inline-flex}.cds-editor-subtitles>div>button{min-width:34px;min-height:34px}.cds-editor-subtitles__add{gap:5px;width:max-content;min-height:30px;padding:0 9px;font-size:10px;font-weight:700}.cds-editor-toolbar{background:#f1f3f6;border:1px solid #cbd2dc;border-bottom:0;flex-wrap:wrap;align-items:center;gap:3px;min-height:38px;padding:4px;display:flex}.cds-editor-toolbar button{border-color:#0000;width:28px;height:28px;padding:0}.cds-editor-toolbar button.is-group-start{border-left-color:#c9cfd8;margin-left:5px}.cds-editor-toolbar button:disabled{color:#9aa2ad;opacity:1;cursor:not-allowed}.cds-editor-field--body{gap:0}.cds-editor-field--body>textarea{resize:vertical;border-radius:0;min-height:620px;padding:24px 26px;font-size:14px;font-weight:400;line-height:1.9}.cds-editor-sidebar{gap:10px;display:grid}.cds-editor-sidebar>section{padding:14px}.cds-editor-sidebar h2{margin:0 0 13px;font-size:13px}.cds-editor-sidebar dl{margin:14px 0 0}.cds-editor-sidebar dl>div{border-top:1px solid #e5e8ed;grid-template-columns:58px minmax(0,1fr);gap:7px;padding:8px 0;font-size:10px;display:grid}.cds-editor-sidebar dt{color:var(--cds-muted)}.cds-editor-sidebar dd{overflow-wrap:anywhere;margin:0}.cds-editor-sidebar img{object-fit:contain;background:#eef1f5;width:100%;max-height:180px;margin-bottom:11px;display:block}.cds-editor-image-empty{color:#8e97a5;background:#f3f5f7;border:1px dashed #cbd2dc;align-content:center;place-items:center;gap:5px;min-height:100px;margin-bottom:11px;font-size:10px;display:grid}.cds-editor-notice{color:#596273;border-left:3px solid #718bc4;margin:0;padding:11px 13px;font-size:10px;line-height:1.55}.cds-editor-page button:not(:disabled):active{transform:translateY(1px)}.cds-editor-page input:focus-visible,.cds-editor-page select:focus-visible,.cds-editor-page textarea:focus-visible,.cds-editor-page button:focus-visible{outline:2px solid var(--cds-focus);outline-offset:1px}@media (width<=900px){.cds-editor-layout{grid-template-columns:1fr}.cds-editor-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.cds-editor-notice{grid-column:1/-1}}@media (width<=640px){.cds-editor-layout{padding:9px}.cds-editor-canvas{padding:14px 12px 18px}.cds-editor-field--title input{min-height:42px;font-size:17px}.cds-editor-field--body>textarea{min-height:460px;padding:16px 14px}.cds-editor-sidebar{grid-template-columns:1fr}.cds-editor-notice{grid-column:auto}}.cds-collection-page{min-width:0;overflow:hidden}.cds-collection-page .cds-filter-bar label:first-child :where(input,select){min-width:180px}.cds-collection-summary{background:var(--cds-panel);border:1px solid var(--cds-border);grid-template-columns:repeat(4,minmax(0,1fr));margin:12px 16px;display:grid}.cds-collection-summary>span{min-height:54px;color:var(--cds-muted);border-right:1px solid var(--cds-border);align-content:center;gap:3px;padding:9px 12px;font-size:10px;display:grid}.cds-collection-summary>span:last-child{border-right:0}.cds-collection-summary strong{color:var(--cds-text);font-variant-numeric:tabular-nums;font-size:12px}.cds-collection-badge{color:#354256;letter-spacing:.04em;background:#eef1f5;border:1px solid #d9dee6;justify-content:center;align-items:center;min-width:62px;min-height:22px;padding:0 6px;font-size:9px;font-weight:800;display:inline-flex}.cds-collection-link{text-underline-offset:2px;color:var(--cds-primary)!important}.cds-collection-link:hover{text-decoration-thickness:2px}.cds-monitoring-status{color:#495465;background:#f1f3f6;border:1px solid #d9dee6;justify-content:center;align-items:center;min-width:52px;min-height:22px;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.cds-monitoring-status--healthy,.cds-monitoring-status--active{color:#1d6545;background:#edf6f1;border-color:#bfdacb}.cds-monitoring-status--warning,.cds-monitoring-status--delayed{color:#805c14;background:#faf6e9;border-color:#e5d7ac}.cds-monitoring-status--error{color:#9b3640;background:#fbf0f1;border-color:#e8c3c7}.cds-monitoring-count{color:var(--cds-primary);text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:2px 1px;font-weight:800;text-decoration:underline}.cds-monitoring-errors{padding:12px 16px 0}.cds-monitoring-errors .cds-action-toolbar{border:1px solid var(--cds-border);border-bottom:0;padding-left:0;padding-right:0}.cds-monitoring-meta{border-top:1px solid var(--cds-border);border-left:1px solid var(--cds-border);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.cds-monitoring-meta>div{grid-template-columns:92px minmax(0,1fr);min-width:0;display:grid}.cds-monitoring-meta dt,.cds-monitoring-meta dd{border-right:1px solid var(--cds-border);border-bottom:1px solid var(--cds-border);min-height:36px;margin:0;padding:8px 9px}.cds-monitoring-meta dt{color:#505a68;background:#f4f6f8;font-size:10px;font-weight:700}.cds-monitoring-meta dd{overflow-wrap:anywhere;font-variant-numeric:tabular-nums;font-size:11px}.cds-monitoring-detail-section{border-top:1px solid var(--cds-border);margin-top:16px;padding-top:12px}.cds-monitoring-detail-section h3{margin:0 0 9px;font-size:12px}.cds-monitoring-detail-section p{margin:0;font-size:11px}.cds-monitoring-file-list,.cds-monitoring-run-list,.cds-monitoring-log-list{margin:0;padding:0;list-style:none}.cds-monitoring-file-list li,.cds-monitoring-run-list li{border:1px solid var(--cds-border);justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:6px 8px;display:flex}.cds-monitoring-file-list li+li,.cds-monitoring-run-list li+li{border-top:0}.cds-monitoring-file-list li>span,.cds-monitoring-run-list li>span{gap:2px;min-width:0;display:grid}.cds-monitoring-file-list strong,.cds-monitoring-run-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cds-monitoring-file-list small,.cds-monitoring-run-list small{color:var(--cds-muted);font-size:9px}.cds-monitoring-log-list{color:#d7dfeb;background:#182235;border:1px solid #111a2a;max-height:260px;overflow:auto}.cds-monitoring-log-list li{border-bottom:1px solid #2b374b;grid-template-columns:132px 44px minmax(0,1fr);gap:8px;padding:7px 9px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;display:grid}.cds-monitoring-log-list li:last-child{border-bottom:0}.cds-monitoring-log-list time,.cds-monitoring-log-list strong{color:#92a0b4}.cds-monitoring-log-list span{overflow-wrap:anywhere;white-space:pre-wrap}.cds-monitoring-muted,.cds-monitoring-error{border:1px solid var(--cds-border);background:#f5f7f9;min-height:34px;padding:9px 10px;font-size:10px!important}.cds-monitoring-error{color:var(--cds-danger);background:#fbf2f3;border-color:#e7c7ca}@media (width<=760px){.cds-collection-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.cds-collection-summary>span:nth-child(2){border-right:0}.cds-collection-summary>span:nth-child(-n+2){border-bottom:1px solid var(--cds-border)}.cds-monitoring-meta{grid-template-columns:1fr}}@media (width<=480px){.cds-collection-summary,.cds-monitoring-errors{margin-left:12px;margin-right:12px}.cds-monitoring-errors{padding:12px 0 0}.cds-monitoring-file-list li,.cds-monitoring-run-list li{flex-direction:column;align-items:stretch}.cds-monitoring-file-list button,.cds-monitoring-run-list button{width:100%}.cds-monitoring-log-list li{grid-template-columns:1fr;gap:3px}}.cds-reference-integration{color:#333;background:#fff;min-width:0;padding:0 16px;font-family:Noto Sans KR,SCMH_NMU,sans-serif;font-size:13px;line-height:19px}.cds-reference-integration .cds-page-header{min-height:56px}.cds-reference-integration .cds-filter-bar,.cds-reference-integration .cds-action-toolbar{min-height:48px}.cds-reference-integration .cds-data-table th{height:40px;padding:4px 8px;font-size:13px;font-weight:400}.cds-reference-integration .cds-data-table td{height:42px;padding:4px 8px;font-size:13px}.cds-crow-page{min-width:0;overflow:hidden}.cds-crow-stats{background:var(--cds-panel);border:1px solid var(--cds-border);grid-template-columns:repeat(4,minmax(0,1fr));margin:12px 16px;display:grid}.cds-crow-stats>div{border-right:1px solid var(--cds-border);justify-content:space-between;align-items:center;gap:8px;min-height:58px;padding:10px 12px;display:flex}.cds-crow-stats>div:last-child{border-right:0}.cds-crow-stats span{color:var(--cds-muted);font-size:10px}.cds-crow-stats strong{color:var(--cds-text);font-variant-numeric:tabular-nums;font-size:18px}.cds-crow-status{color:#495465;background:#f1f3f6;border:1px solid #d9dee6;justify-content:center;align-items:center;min-width:48px;min-height:22px;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.cds-crow-status--active{color:#1d6545;background:#edf6f1;border-color:#bfdacb}.cds-crow-status--modified{color:#1f5c96;background:#edf4fb;border-color:#bfd3e8}.cds-crow-status--deleted{color:#9b3640;background:#fbf0f1;border-color:#e8c3c7}.cds-crow-status--replaced{color:#805c14;background:#faf6e9;border-color:#e5d7ac}.cds-crow-detail-meta{border-top:1px solid var(--cds-border);border-left:1px solid var(--cds-border);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.cds-crow-detail-meta>div{grid-template-columns:76px minmax(0,1fr);min-width:0;display:grid}.cds-crow-detail-meta :where(dt,dd){border-right:1px solid var(--cds-border);border-bottom:1px solid var(--cds-border);min-height:34px;margin:0;padding:8px;font-size:10px}.cds-crow-detail-meta dt{color:#505a68;background:#f4f6f8;font-weight:700}.cds-crow-detail-section,.cds-crow-similarity{border-top:1px solid var(--cds-border);margin-top:16px;padding-top:12px}.cds-crow-detail-section h3,.cds-crow-similarity>h3{margin:0 0 9px;font-size:12px}.cds-crow-revisions,.cds-crow-model ul{margin:0;padding:0;list-style:none}.cds-crow-revision,.cds-crow-model li{border:1px solid var(--cds-border);padding:9px;font-size:11px}.cds-crow-revision+.cds-crow-revision,.cds-crow-model li+li{border-top:0}.cds-crow-revision header{color:var(--cds-muted);justify-content:space-between;gap:8px;font-size:10px;display:flex}.cds-crow-revision header strong{color:var(--cds-text)}.cds-crow-revision p{margin:6px 0}.cds-crow-revision pre,.cds-crow-body{overflow-wrap:anywhere;color:#354256;font:inherit;white-space:pre-wrap;background:#f7f8fa;border:1px solid #e2e6ec;margin:0;padding:9px;line-height:1.65}.cds-crow-model{margin-top:10px}.cds-crow-model h4{color:#fff;letter-spacing:.05em;background:#263750;margin:0;padding:7px 9px;font-size:10px}.cds-crow-model li>strong{margin-bottom:7px;display:block}.cds-crow-model dl{gap:4px;margin:0;display:grid}.cds-crow-model dl>div{grid-template-columns:62px minmax(0,1fr);display:grid}.cds-crow-model :where(dt,dd){margin:0;font-size:10px}.cds-crow-model dt{color:var(--cds-muted)}.cds-crow-model a{color:var(--cds-primary);text-underline-offset:2px;margin-top:7px;font-size:10px;font-weight:700;display:inline-block}.cds-crow-muted{color:var(--cds-muted);margin:0;font-size:10px}@media (width<=720px){.cds-crow-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cds-crow-stats>div:nth-child(2){border-right:0}.cds-crow-stats>div:nth-child(-n+2){border-bottom:1px solid var(--cds-border)}.cds-crow-detail-meta{grid-template-columns:1fr}}.cds-check-page{min-width:0;overflow:hidden}.cds-check-page__body{padding:16px}.cds-check-form,.cds-check-results,.cds-ethics-output{background:var(--cds-panel);border:1px solid var(--cds-border)}.cds-check-form{gap:13px;max-width:980px;margin:0 auto;padding:16px;display:grid}.cds-check-form__heading,.cds-check-results__summary,.cds-check-model>header,.cds-ethics-output>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.cds-check-form__heading{border-bottom:1px solid var(--cds-border);padding-bottom:11px}.cds-check-form__heading p,.cds-check-model header p,.cds-ethics-output header p{color:var(--cds-muted);letter-spacing:.1em;margin:0 0 2px;font-size:9px;font-weight:700}.cds-check-form__heading h2,.cds-check-model header h2,.cds-ethics-output header h2{margin:0;font-size:14px}.cds-check-form__heading>span{color:var(--cds-danger);font-size:10px}.cds-check-form label{color:#4c5462;gap:5px;font-size:11px;font-weight:700;display:grid}.cds-check-form input{height:var(--cds-control-height)}.cds-check-form textarea{width:100%;line-height:1.65}.cds-check-form label:last-of-type textarea{min-height:clamp(220px,32dvh,300px)}.cds-similarity-method-notice{color:#5e6f88;border:1px solid var(--cds-border);background:#f7f9fc;margin:0 0 12px;padding:14px;font-size:13px;line-height:1.7}.cds-check-form__actions{justify-content:flex-end;padding-top:2px;display:flex}.cds-check-form__actions button:disabled{color:#f3f5f8;cursor:not-allowed;background:#9ba7b9;border-color:#9ba7b9}.cds-check-results{gap:12px;padding:14px;display:grid}.cds-check-results__summary{min-height:38px;color:var(--cds-muted);border:1px solid var(--cds-border);background:#f7f8fa;padding:0 11px;font-size:11px}.cds-check-results__summary strong{color:var(--cds-text)}.cds-check-model{border:1px solid var(--cds-border)}.cds-check-model>header,.cds-ethics-output>header{border-bottom:1px solid var(--cds-border);background:#f7f8fa;min-height:52px;padding:8px 12px}.cds-check-model>header>span{min-width:38px;color:var(--cds-primary);text-align:center;background:#eef4ff;border:1px solid #cfddf7;border-radius:10px;padding:3px 7px;font-size:10px;font-weight:800}.cds-check-model__empty{color:var(--cds-muted);text-align:center;margin:0;padding:24px 12px}.cds-check-articles{margin:0;padding:0;list-style:none}.cds-check-articles li{border-top:1px solid #edf0f4}.cds-check-articles li:first-child{border-top:0}.cds-check-articles__item{min-height:68px;color:inherit;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;text-decoration:none;display:grid}.cds-check-articles__link:hover .cds-check-articles__copy strong{text-decoration:underline}.cds-check-articles__link:focus-visible{outline:2px solid var(--cds-primary);outline-offset:-2px}.cds-check-articles__score{color:var(--cds-primary);text-align:center;background:#f3f7ff;border:1px solid #ccdcf7;padding:6px 4px;font-size:13px;font-weight:800}.cds-check-articles__copy{min-width:0}.cds-check-articles__copy strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.cds-check-articles__copy p,.cds-check-articles__copy small{color:var(--cds-muted);margin:3px 0 0;font-size:10px}.cds-check-articles__copy small{display:block}.cds-check-articles__keyword{color:var(--cds-primary);white-space:nowrap;background:#eef4ff;border-radius:4px;margin:0 4px 2px 0;padding:1px 5px;font-weight:700;display:inline-block}.cds-ethics-output{max-width:980px;margin:0 auto}.cds-ethics-output pre{overflow-wrap:anywhere;min-height:320px;color:var(--cds-text);font:inherit;white-space:pre-wrap;margin:0;padding:18px;line-height:1.75}@media (width<=640px){.cds-check-page__body{padding:10px}.cds-check-form,.cds-check-results{padding:11px}.cds-check-form label:last-of-type textarea,.cds-ethics-output pre{min-height:240px}.cds-check-articles__item{grid-template-columns:46px minmax(0,1fr);gap:9px}}.cds-integration-shell,.cds-settings,.cds-notifications{min-width:0;overflow:hidden}.cds-integration-shell__panel{background:var(--cds-panel);border:1px solid var(--cds-border);margin:16px}.cds-integration-shell__status{border-bottom:1px solid var(--cds-border);align-items:center;gap:10px;min-height:64px;padding:10px 14px;display:flex}.cds-integration-shell__icon{width:34px;height:34px;color:var(--cds-primary);background:#eef3ff;border:1px solid #d9e2f7;flex:0 0 34px;place-items:center;display:grid}.cds-integration-shell__status p,.cds-integration-shell__status h2{margin:0}.cds-integration-shell__status p{color:var(--cds-muted);letter-spacing:.08em;font-size:9px;font-weight:700}.cds-integration-shell__status h2{font-size:15px}.cds-integration-shell__status dl{margin:0 0 0 auto}.cds-integration-shell__status dl div{align-items:center;gap:8px;display:flex}.cds-integration-shell__status dt{color:var(--cds-muted);font-size:10px}.cds-integration-shell__status dd{color:#5d6674;background:#f0f2f5;border:1px solid #d8dde5;margin:0;padding:3px 7px;font-size:10px;font-weight:700}.cds-integration-shell__panel>.cds-page-state{border:0}.cds-notifications>.cds-page-state{margin:16px}.cds-notifications .cds-dialog{width:min(400px,100%)}.cds-notifications .cds-dialog__body{padding:0}.cds-notifications .cds-dialog__body .cds-page-state{border:0;min-height:136px}.cds-settings__workspace{background:#f0f2f5;grid-template-columns:minmax(320px,1fr) minmax(520px,1.45fr);min-height:calc(100dvh - 66px);display:grid}.cds-settings__user-panel,.cds-settings__application{background:var(--cds-panel);min-width:0;padding:18px 20px}.cds-settings__user-panel{border-right:1px solid var(--cds-border);flex-direction:column;display:flex}.cds-settings__user-panel h2,.cds-settings__application h2,.cds-settings__subsection h3{margin:0}.cds-settings__user-panel h2,.cds-settings__application h2{font-size:17px}.cds-settings__identity{align-items:center;gap:14px;margin-top:22px;display:flex}.cds-settings__identity>div{gap:3px;min-width:0;display:grid}.cds-settings__identity strong{font-size:16px}.cds-settings__identity span,.cds-settings__identity small{color:var(--cds-muted)}.cds-settings__identity span{font-size:11px;font-weight:700}.cds-settings__identity small{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.cds-settings__logo{color:#fff;background:#d7dbe2;border:1px solid #cbd1db;flex:0 0 96px;place-items:center;width:96px;height:96px;font-size:28px;font-weight:800;display:grid;overflow:hidden}.cds-settings__logo img{object-fit:contain;background:#fff;width:100%;height:100%}.cds-settings__details{border-top:1px solid var(--cds-border);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;margin:22px 0 0;display:grid}.cds-settings__details div{border-bottom:1px solid var(--cds-border);grid-template-columns:84px minmax(0,1fr);align-items:center;min-height:46px;display:grid}.cds-settings__details dt{color:var(--cds-muted);font-size:10px;font-weight:700}.cds-settings__details dd{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:11px;overflow:hidden}.cds-settings__account-actions{justify-content:flex-end;gap:8px;margin-top:auto;padding-top:20px;display:flex}.cds-settings__application{align-content:start;gap:10px;display:grid}.cds-settings__application>h2{margin-bottom:3px}.cds-settings__row{grid-template-columns:104px minmax(0,1fr);align-items:center;gap:8px;min-height:36px;display:grid}.cds-settings__row>span{color:#4c5462;font-size:11px;font-weight:700}.cds-settings__application .cds-settings__row>select{max-width:190px}.cds-settings__application>.cds-settings__row:first-of-type{grid-template-columns:104px repeat(3,minmax(110px,1fr))}.cds-settings__row--menu{align-items:start}.cds-settings__row--menu>span{padding-top:9px}.cds-settings__row--menu ol{border:1px solid var(--cds-border);margin:0;padding:0;list-style:none}.cds-settings__row--menu li{color:#4b5360;border-bottom:1px solid var(--cds-border);align-items:center;gap:8px;min-height:31px;padding:5px 9px;font-size:11px;display:flex}.cds-settings__row--menu li:last-child{border-bottom:0}.cds-settings__subsection{border-top:1px solid var(--cds-border);gap:6px;margin-top:8px;padding-top:14px;display:grid}.cds-settings__subsection h3{margin-bottom:4px;font-size:15px}.cds-settings__subsection small{color:var(--cds-muted);font-size:9px}.cds-settings__apply-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.cds-settings-form{gap:12px;display:grid}.cds-settings-form label{color:#4c5462;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:12px;font-size:11px;font-weight:700;display:grid}.cds-settings-form input{height:var(--cds-control-height)}.cds-settings-form__summary{border:1px solid var(--cds-border);background:#f6f7f9;align-items:center;gap:10px;min-height:54px;padding:9px 12px;display:flex}.cds-settings-form__summary>span{gap:2px;display:grid}.cds-settings-form__summary small{color:var(--cds-muted);font-size:9px}.cds-settings-form__notice{color:#515a68;border:1px solid var(--cds-border);background:#f6f7f9;margin:0;padding:10px 12px;font-size:10px}@media (width<=1100px){.cds-settings__workspace{grid-template-columns:1fr}.cds-settings__user-panel{border-right:0;border-bottom:1px solid var(--cds-border);min-height:420px}}@media (width<=640px){.cds-integration-shell__panel,.cds-notifications>.cds-page-state{margin:12px}.cds-integration-shell__status{flex-wrap:wrap;align-items:flex-start}.cds-integration-shell__status dl{width:100%;margin-left:44px}.cds-settings__user-panel,.cds-settings__application{padding:14px 12px}.cds-settings__identity{align-items:flex-start}.cds-settings__logo{flex-basis:72px;width:72px;height:72px}.cds-settings__details{grid-template-columns:1fr}.cds-settings__account-actions{flex-direction:column;align-items:stretch}.cds-settings__application>.cds-settings__row:first-of-type,.cds-settings__row,.cds-settings-form label{grid-template-columns:1fr}.cds-settings__application .cds-settings__row>select{max-width:none}}@media (width<=1439px){.cds-work-panel,.cds-route,.cds-room-page,.cds-newsroom-page,.cds-collection-page,.cds-crow-page,.cds-check-page,.cds-settings{min-width:0}.cds-table-wrap{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}}@media (width<=900px){.cds-sidebar:not(.cds-drawer){display:none}.cds-mobile-header{display:grid}.cds-main{margin-left:0}}@media (width<=640px){.cds-dialog-layer{padding:0}.cds-modal,.cds-detail-panel{border:0;border-radius:0;width:100vw;max-width:none;height:100dvh;max-height:100dvh}.cds-table-wrap{max-width:100%;overflow-x:auto}}.cds-workspace-split{background:#fff;grid-template-columns:minmax(0,1fr);min-width:0;display:grid;position:relative}.cds-workspace-split[data-workspace-split=open]{grid-template-columns:minmax(0,1fr) minmax(560px,min(822px,44vw));margin-left:-16px;margin-right:-16px}.cds-workspace-split__list,.cds-workspace-split__detail{overscroll-behavior:contain;scrollbar-width:thin;min-width:0;min-height:0;overflow:auto}.cds-settings{color:#333;background:#fff;min-width:0;padding:0 16px;font-family:Noto Sans KR,SCMH_NMU,sans-serif;font-size:14px;line-height:21px}.cds-settings__workspace{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.cds-settings__user-panel,.cds-settings__application{background:#fff;border:1px solid #e1e4e8;min-height:800px;padding:16px}.cds-reference-modal-backdrop{z-index:1200;background:#00000073;place-items:center;display:grid;position:fixed;inset:0}.cds-alert-modal,.cds-profile-modal,.cds-password-modal{background:#fff;border:1px solid #e1e4e8;flex-direction:column;padding:16px;display:flex;overflow:hidden}.cds-alert-modal{width:400px;height:199px}.cds-profile-modal{width:574px;height:800px}.cds-password-modal{width:574px;height:292px}.cds-reference-modal__header{justify-content:space-between;align-items:flex-start;min-height:28px;display:flex}.cds-reference-modal__header h2{margin:0;font-size:14px;font-weight:500;line-height:21px}.cds-reference-modal__header button{color:#999;background:0 0;border:0;padding:0;font-size:18px}.cds-reference-modal__body{flex:1;min-height:0;overflow:auto}.cds-reference-modal__footer{border-top:1px solid #e6e8eb;justify-content:flex-end;align-items:center;gap:8px;min-height:64px;display:flex}.cds-alert-modal__message{place-items:center;height:83px;margin:0;display:grid}.cds-profile-modal .cds-settings-form{grid-template-columns:1fr;gap:8px;display:grid}.cds-profile-modal .cds-settings-form :where(input,select),.cds-password-modal .cds-settings-form input{border:1px solid #d5d9de;border-radius:3px;width:100%;height:32px;padding:0 8px;font-size:13px}.cds-password-modal .cds-settings-form{gap:2px;display:grid}.cds-workspace-split__list{height:calc(100dvh - 154px)}.cds-workspace-split__detail{background:#fff;border-left:1px solid #e6e8eb;height:calc(100dvh - 154px)}@media (width>=901px) and (width<=1599px){.cds-workspace-split[data-workspace-split=open]{margin-left:0;margin-right:0;display:block}.cds-workspace-split[data-workspace-split=open] .cds-workspace-split__list{width:100%;overflow:hidden}.cds-workspace-split[data-workspace-split=open] .cds-workspace-split__detail{z-index:40;width:700px;max-width:calc(100vw - 72px);height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);box-shadow:none;border:1px solid #d5d9de;position:fixed;inset:8px 8px 8px auto;overflow:auto}}@media (width<=900px){.cds-workspace-split[data-workspace-split=open]{margin-left:0;margin-right:0;display:block}.cds-workspace-split[data-workspace-split=open] .cds-workspace-split__list{overflow:hidden}.cds-workspace-split[data-workspace-split=open] .cds-workspace-split__detail{z-index:40;border:0;width:100%;height:100dvh;max-height:100dvh;position:fixed;inset:0;overflow:auto}}.cds-nooki-page{color:#333;background:#fff;flex-direction:column;min-width:0;height:100%;min-height:0;padding:0 16px;font-family:Noto Sans KR,SCMH_NMU,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:14px;line-height:21px;display:flex;overflow:hidden}.cds-newsroom-tabs{border-bottom:1px solid #e6e8eb;flex:none;align-items:stretch;gap:25px;height:39px;display:flex}.cds-newsroom-tabs button{color:#999;background:0 0;border:0;border-radius:0;min-width:55px;padding:0;font-size:14px;line-height:38px;position:relative}.cds-newsroom-tabs button[aria-current=page]{color:#333;font-weight:500}.cds-newsroom-tabs button[aria-current=page]:after{content:"";background:#5670d1;height:2px;position:absolute;bottom:-1px;left:0;right:0}.cds-nooki-categories{flex-wrap:wrap;flex:none;align-content:flex-start;align-items:flex-start;width:100%;max-width:100%;height:auto;min-height:41px;padding-top:9px;display:flex;overflow:hidden visible}.cds-nooki-categories button{color:#333;letter-spacing:-.39px;white-space:nowrap;background:#fff;border:1px solid #ced4da;border-radius:10px;flex:none;height:26px;margin:3px;padding:2px 8px;font-size:13px;font-weight:400;line-height:19.5px}.cds-nooki-categories button[aria-pressed=true]{color:#fff;background:#5670d1;border-color:#5670d1}.cds-regional-regions{min-height:47px}.cds-regional-regions button{flex:none}.cds-regional-regions button[data-active-region=true]{box-shadow:inset 0 0 0 2px #5670d1}.cds-regional-districts{border-top:1px solid #e6e8eb;align-items:center;gap:3px;padding:3px 0 6px}.cds-regional-districts button{margin:0}.cds-regional-districts strong{color:#495057;white-space:nowrap;margin-right:3px;font-size:13px;font-weight:700;line-height:19.5px}.cds-regional-districts>span{color:#6c757d;align-items:center;min-height:26px;padding:3px 5px;font-size:13px;line-height:19.5px;display:inline-flex}.cds-regional-districts>span[role=alert]{color:#c63b45}.cds-regional-districts>span button{margin-left:4px}.cds-nooki-filters{white-space:nowrap;flex:none;align-items:flex-start;gap:8px;width:100%;min-width:0;max-width:100%;height:58px;padding-top:16px;display:flex;position:relative}.cds-nooki-filters :where(select,input,button){color:#495057;background:#fff;border:1px solid #ced4da;border-radius:3px;height:32px;margin:0;font-size:13px;font-weight:400}.cds-nooki-filters select{padding:0 26px 0 6px}.cds-nooki-filters [data-newsroom-sort]{width:150px}.cds-nooki-filters [data-nooki-filter=period]{width:100px}.cds-nooki-filters [data-nooki-filter=start],.cds-nooki-filters [data-nooki-filter=end]{width:130px;padding:0 7px}.cds-nooki-filters>span{margin:5px 7px 0}.cds-nooki-filters [data-nooki-filter=keyword]{flex:240px;width:auto;min-width:0;max-width:100%;padding:0 8px}.cds-nooki-filters button{letter-spacing:-.5px;padding:0 10px;font-size:14px;line-height:30px}.cds-nooki-filters [data-nooki-filter=search]{color:#fff;background:#373d55;border-color:#fff;width:58px}.cds-nooki-filters [data-nooki-filter=reset]{color:#666;border-color:#d5d9de;width:59px}.cds-nooki-page>.cds-workspace-split{flex:auto;min-height:0}.cds-nooki-page>.cds-workspace-split :is(.cds-workspace-split__list,.cds-workspace-split__detail){height:100%}.cds-nooki-list{flex-direction:column;min-width:0;height:100%;min-height:0;padding-top:17px;display:flex}.cds-nooki-list>.cds-table-wrap{border:0;border-radius:0;flex:auto;min-height:0;overflow:hidden auto}.cds-nooki-list>.cds-list-pagination{flex:none}.cds-nooki-table{table-layout:fixed;color:#333;width:100%;min-width:0;font-size:14px;line-height:21px}.cds-workspace-split[data-workspace-split=open] .cds-nooki-table{width:100%;min-width:0}.cds-nooki-table th,.cds-nooki-table td{background:#fff;border:0;border-bottom:1px solid #e6e8eb;height:40px;padding:4px;font-size:14px;font-weight:400}.cds-nooki-table thead th{border-top:1px solid #e6e8eb}.cds-nooki-table td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cds-nooki-table th:first-child,.cds-nooki-table td:first-child{width:120px}.cds-nooki-table th:nth-child(2),.cds-nooki-table td:nth-child(2){width:80px}.cds-nooki-table th:nth-child(3),.cds-nooki-table td:nth-child(3){width:120px}.cds-nooki-table :is(th,td):nth-child(-n+3){white-space:nowrap}.cds-nooki-table th:nth-child(4),.cds-nooki-table td:nth-child(4){width:auto}.cds-nooki-table th:nth-child(5),.cds-nooki-table td:nth-child(5){width:200px}.cds-nooki-table th:nth-child(6),.cds-nooki-table td:nth-child(6){width:70px}.cds-nooki-table th:nth-child(7),.cds-nooki-table td:nth-child(7){width:54px}.cds-nooki-table tbody tr:nth-child(odd) td{background:#f4f7f9}.cds-nooki-table tbody tr[data-selected] td,.cds-nooki-table tr[data-selected]{background:#e0edbb}.cds-nooki-row-title{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.cds-nooki-row-title strong{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:14px;font-weight:400;overflow:hidden}.cds-article-research__list-icon{color:#6c757d;flex:none;justify-content:center;align-items:center;display:inline-flex}.cds-article-research__list-icon--completed{color:#2563eb}.cds-nooki-row-title small{color:#fff;white-space:nowrap;background:#aaa;border-radius:2px;place-items:center;min-width:65px;height:20px;padding:0 8px;font-size:12px;line-height:20px;display:inline-grid}.cds-nooki-embargo{color:#333;white-space:nowrap;flex:none;align-items:center;gap:3px;margin-left:auto;font-size:12px;display:inline-flex}.cds-embargo-badge{color:#7a4b00;background:#f5cf90;border-radius:3px;margin:0 16px 8px;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex}.cds-source-filter{flex:none;position:relative}.cds-source-filter__trigger{min-width:100px;padding:0 10px}.cds-source-filter__menu{z-index:100;background:#fff;border:1px solid #ced4da;width:260px;padding:8px;position:absolute;top:36px;left:0;box-shadow:0 4px 12px #1b233629}.cds-source-filter__menu>input{width:100%;padding:0 7px}.cds-source-filter__actions{gap:5px;padding:7px 0;display:flex}.cds-source-filter__actions button{color:#4c5564;background:#f7f8fa;border:1px solid #d9dde4;height:26px;padding:0 7px;font-size:12px}.cds-source-filter__options{max-height:230px;overflow:auto}.cds-source-filter__option{cursor:pointer;align-items:center;gap:7px;min-height:29px;padding:3px 5px;font-size:13px;display:flex}.cds-source-filter__option>input{flex:none;width:auto}.cds-source-filter__option>span{overflow-wrap:anywhere;min-width:0}.cds-source-filter__empty{color:#8993a2;margin:8px 4px;font-size:12px}.cds-nooki-meta-cell__separator,.cds-nooki-meta-cell__importance,.cds-nooki-time__mobile,.cds-nooki-title-time,.cds-nooki-mobile-source,.cds-regional-area-cell__separator,.cds-regional-area-cell__district,.cds-regional-time__mobile,.cds-regional-title-time{display:none}.cds-nooki-photo-icon{color:#333;vertical-align:middle;display:inline-block}.cds-row-actions{display:inline-block;position:relative}.cds-row-actions__trigger{color:#333;cursor:pointer;background:0 0;border:0;padding:3px 5px;line-height:0}.cds-row-actions__trigger:hover{background:#f1f3f6;border-radius:2px}.cds-row-actions__menu{z-index:900;background:#fff;border:1px solid #c9ced8;border-radius:2px;min-width:128px;padding:4px 0;position:fixed;transform:translate(-100%);box-shadow:0 4px 12px #1b233629}.cds-row-actions__menu button{text-align:left;width:100%;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;padding:7px 12px;display:block}.cds-row-actions__menu button:hover{background:#f1f3f6}.cds-row-actions__menu button:disabled{color:#9aa3b2;cursor:default}.cds-nooki-detail{color:#333;background:#fff;min-height:100%}.cds-nooki-detail__header{justify-content:space-between;align-items:center;height:72px;padding:20px 16px;display:flex}.cds-nooki-detail__actions{align-items:center;gap:8px;display:flex}.cds-article-research__detail-button{height:var(--cds-control-height);color:#333;background:#fff;border:1px solid #cbd1db;border-radius:2px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-weight:700;display:inline-flex}.cds-article-research__button-icon{flex:none}.cds-article-research__button-icon--spinning{animation:.9s linear infinite cds-article-research-spin}@keyframes cds-article-research-spin{to{transform:rotate(360deg)}}.cds-article-research__detail-button:hover{background:#f3f5f8}.cds-article-research__detail-button:disabled{color:#9aa3b2;cursor:wait}.cds-article-research__title-row{align-items:center;gap:12px;min-width:0;display:flex}.cds-article-research__title-row .cds-nooki-detail__headline{flex:auto;min-width:0}.cds-article-research__summary{color:#667085;background:#f7f8fa;border:1px solid #e4e7ed;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;font-size:12px;display:flex}.cds-article-research__summary>div{gap:3px;display:grid}.cds-article-boost{gap:16px;display:grid}.cds-article-boost__summary,.cds-article-boost__banner{color:#667085;background:#f7f8fa;border:1px solid #e4e7ed;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:12px;display:flex}.cds-article-boost__summary>div{gap:3px;display:grid}.cds-article-boost__summary strong{color:#232936;font-size:14px}.cds-article-boost__banner{color:#875f1d;background:#fff8ed;border-color:#f4d8a8}.cds-article-research__summary strong{color:#232936;font-size:14px}.cds-article-research__summary time{white-space:nowrap}.cds-article-research__banner{color:#3f4d72;background:#f5f7fc;border:1px solid #d9dff1;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;display:flex}.cds-article-research__banner--failed_retryable,.cds-article-research__banner--failed_final{color:#8a4d18;background:#fff8f1;border-color:#f0d7be}.cds-article-research__restart-action{margin-bottom:16px}.cds-article-research__cards{gap:12px;display:grid}.cds-article-research__card{background:#fff;border:1px solid #e0e4ea;border-radius:3px;padding:16px}.cds-article-research__card h3{color:#232936;margin:7px 0 14px;font-size:17px;line-height:1.45}.cds-article-research__category{color:#55607a;background:#eef2f7;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:700;display:inline-flex}.cds-article-research__meta{gap:8px;margin:0;display:grid}.cds-article-research__meta>div{grid-template-columns:72px minmax(0,1fr);gap:12px;display:grid}.cds-article-research__meta dt{color:#7a8494;font-size:12px;font-weight:700}.cds-article-research__meta dd{color:#3f4857;overflow-wrap:anywhere;white-space:pre-wrap;min-width:0;margin:0;font-size:13px;line-height:1.6}.cds-article-research__meta a{color:#285bb2;text-decoration:underline}.cds-article-research-toast-region{z-index:1200;pointer-events:none;gap:8px;width:min(360px,100vw - 40px);display:grid;position:fixed;bottom:20px;left:20px}.cds-article-research-toast{color:#fff;background:#2d3445;border-radius:3px;padding:12px 14px;font-size:13px;line-height:1.5;box-shadow:0 8px 20px #1b233633}.cds-article-research-demo{color:#232936;background:#eef1f5;min-height:100vh;padding:32px;font-family:Noto Sans KR,SCMH_NMU,sans-serif}.cds-article-research-demo__topbar{justify-content:space-between;align-items:flex-end;gap:20px;max-width:1240px;margin:0 auto 20px;display:flex}.cds-article-research-demo__topbar p{color:#697386;margin:0 0 4px;font-size:12px}.cds-article-research-demo__topbar h1{margin:0;font-size:24px;line-height:1.35}.cds-article-research-demo__topbar>span{color:#697386;font-size:12px}.cds-article-research-demo__workspace{background:#fff;border:1px solid #dce1e8;max-width:1240px;min-height:680px;margin:0 auto;box-shadow:0 10px 28px #1b233614}.cds-article-research-demo .cds-nooki-detail__content{max-width:880px;margin:0 auto;padding:24px 32px 40px}.cds-article-research-demo__actions{gap:8px;margin-top:28px;display:flex}.cds-article-research-demo__actions button{color:#3f4857;cursor:pointer;background:#fff;border:1px solid #cbd1db;border-radius:3px;min-height:34px;padding:0 12px}.cds-article-research-demo__actions button:hover{background:#f3f5f8}@media (width<=700px){.cds-article-research-demo{padding:16px}.cds-article-research-demo__topbar{display:block}.cds-article-research-demo__topbar>span{margin-top:8px;display:block}.cds-article-research-demo .cds-nooki-detail__content{padding:20px}.cds-article-research-demo__actions{flex-direction:column}}.cds-nooki-detail__header button.cds-button--secondary{height:var(--cds-control-height);color:#333;background:#fff;border:1px solid #cbd1db;border-radius:2px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-weight:700;display:inline-flex}.cds-nooki-detail__header button.cds-button--secondary:hover{background:#f3f5f8}.cds-nooki-detail__header button.cds-button--secondary:disabled{color:#8a919d;cursor:not-allowed;pointer-events:none;background:#f0f2f5;border-color:#cbd1db}.cds-source-view{gap:16px;display:grid}.cds-source-view h3{margin:0 0 8px;font-size:14px}.cds-source-view__filename{margin:0 0 8px}.cds-source-view__empty{color:#8a94a6;margin:0}.cds-source-view__url{color:#285bb2;overflow-wrap:anywhere;font-size:13px;font-weight:500;line-height:20px;text-decoration:underline;display:inline-block}.cds-source-view iframe{border:1px solid #e4e7ed;width:100%;height:420px;margin-top:10px}.cds-source-view__text{color:#3f4857;overflow-wrap:anywhere;white-space:pre-wrap;background:#f7f8fa;border:1px solid #e4e7ed;max-height:420px;margin:10px 0 0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.6;overflow:auto}.cds-source-view__unsupported{color:#8a94a6;margin:10px 0 0}.cds-source-view .rhwp-viewer{background:#f3f5f8;border:1px solid #d9dee8;border-radius:2px;grid-template-rows:auto minmax(0,1fr);height:420px;min-height:0;display:grid;overflow:hidden}.cds-source-view .source-viewer-toolbar{color:#232936;background:#fff;border-bottom:1px solid #d9dee8;justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:8px 10px;font-size:12px;font-weight:600;display:flex}.cds-source-view .source-viewer-toolbar>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cds-source-view .source-viewer-page-count{color:#6c7482;white-space:nowrap;border:1px solid #d9dee8;border-radius:999px;flex:none;padding:3px 7px;font-size:11px;font-weight:700}.cds-source-view .rhwp-scroll-pages{align-content:start;justify-items:center;gap:14px;min-height:0;padding:14px;display:grid;overflow:auto}.cds-source-view .rhwp-page-frame{justify-items:center;gap:6px;width:min(100%,794px);min-width:0;display:grid}.cds-source-view .rhwp-page-number{color:#6c7482;white-space:nowrap;font-size:11px;font-weight:700}.cds-source-view .rhwp-page{box-sizing:border-box;background:#fff;border:1px solid #d9dee8;width:100%;min-width:0;min-height:0;overflow:hidden;box-shadow:0 8px 18px #23293614}.cds-source-view .rhwp-page svg{width:100%;max-width:100%;height:auto;margin:0 auto;display:block}.cds-source-view .source-preview-state{color:#6c7482;text-align:center;padding:24px}.cds-source-view .source-preview-state.error{color:#c53b45}.cds-source-email{gap:14px;margin:0;display:grid}.cds-source-email dt{margin-bottom:4px;font-weight:700}.cds-source-email dd{margin:0}.cds-source-email ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.cds-source-email__photo{color:#55607a;background:#eef2f7;border-radius:2px;margin-left:6px;padding:1px 6px;font-size:12px;display:inline-block}.cds-nooki-detail__header button{color:#999;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;gap:2px;padding:0;font-size:13px;font-weight:500;line-height:18px;display:flex}.cds-nooki-detail__content{padding:0 24px 60px}.cds-nooki-detail__topline{justify-content:space-between;align-items:center;min-height:24px;margin-bottom:16px;display:flex}.cds-nooki-detail__topline .cds-embargo-badge{margin:0}.cds-nooki-detail__topline .cds-nooki-detail__manuscript{margin-bottom:0}.cds-nooki-detail__manuscript{justify-content:flex-end;align-items:center;gap:8px;height:24px;margin-bottom:16px;display:flex}.cds-nooki-detail__manuscript span{color:#fff;white-space:nowrap;background:#aaa;border-radius:3px;align-items:center;height:24px;padding:0 8px;font-size:12px;font-weight:700;line-height:18px;display:flex}.cds-article-boost__tabs{border:1px solid #cbd1db;border-radius:3px;height:24px;display:inline-flex;overflow:hidden}.cds-article-boost__tabs button{color:#667085;min-width:42px;font:inherit;cursor:pointer;background:#fff;border:0;border-right:1px solid #cbd1db;padding:0 8px;font-size:12px;font-weight:700}.cds-article-boost__tabs button:last-child{border-right:0}.cds-article-boost__tabs button[aria-selected=true]{color:#fff;background:#343b4a}.cds-nooki-detail__meta{color:#777;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;min-height:46px;margin-top:8px;font-size:14px;display:flex}.cds-nooki-detail__headline{letter-spacing:-1.2px;min-height:48px;margin:0;padding:0;font-size:34px;font-weight:700;line-height:48px}.cds-nooki-detail__subtitles{color:#333;border-left:4px solid #333;margin:28px 0 0;padding:0 0 0 18px;font-size:18px;font-weight:700;line-height:28px;position:relative}.cds-nooki-detail__subtitles p{margin:0}.cds-nooki-detail__subtitles p+p{margin-top:4px}.cds-nooki-detail__image{text-align:center;margin:20px 0 40px}.cds-nooki-detail__image img{object-fit:contain;width:auto;max-width:500px;max-height:354px;margin:0 auto;display:block}.cds-nooki-detail__image figcaption{color:#777;margin-top:8px;font-size:13px}.cds-nooki-detail__body{color:#444;white-space:pre-wrap;margin-top:20px;font-family:GulimChe,굴림체,Noto Serif KR,serif;font-size:17px;font-weight:400;line-height:25.5px}.cds-nooki-detail__related{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:32px;display:grid}.cds-nooki-detail__related img{width:100%;height:auto}.cds-nooki-detail__state{margin:24px}.cds-regional-filters [data-regional-filter=region]{width:112px}.cds-regional-filters [data-regional-filter=start],.cds-regional-filters [data-regional-filter=end]{width:130px;padding:0 7px}.cds-regional-filters [data-regional-filter=search]{flex:560px;width:auto;min-width:0;max-width:100%;padding:0 8px}.cds-regional-filters [data-regional-filter=submit]{color:#fff;background:#373d55;border-color:#fff;width:58px}.cds-regional-filters [data-regional-filter=reset]{color:#666;border-color:#d5d9de;width:59px}.cds-regional-table{min-width:0}.cds-regional-table th:first-child,.cds-regional-table td:first-child{width:120px}.cds-regional-table th:nth-child(2),.cds-regional-table td:nth-child(2){width:80px}.cds-regional-table th:nth-child(3),.cds-regional-table td:nth-child(3){width:120px}.cds-regional-table :is(th,td):nth-child(-n+3){white-space:nowrap}.cds-regional-table th:nth-child(4),.cds-regional-table td:nth-child(4){width:auto}.cds-regional-table th:nth-child(5),.cds-regional-table td:nth-child(5){width:90px}.cds-regional-table th:nth-child(6),.cds-regional-table td:nth-child(6){width:54px}.cds-regional-detail .cds-nooki-detail__meta{gap:16px}.cds-regional-detail .cds-nooki-detail__meta time{margin-left:0}@media (width>=901px){.cds-nooki-list>.cds-table-wrap{overflow-x:auto}.cds-nooki-table,.cds-workspace-split[data-workspace-split=open] .cds-nooki-table{min-width:1069px}.cds-nooki-table th:nth-child(4),.cds-nooki-table td:nth-child(4){min-width:320px}}@media (width<=1599px){.cds-workspace-split[data-workspace-split=open] .cds-nooki-list>.cds-table-wrap{overflow-y:hidden}}@media (width>=901px) and (width<=1599px){.cds-nooki-filters{gap:6px}.cds-nooki-filters [data-newsroom-sort]{flex:0 0 150px;width:150px}.cds-nooki-filters [data-nooki-filter=period]{flex:0 0 88px;width:88px}.cds-nooki-filters [data-nooki-filter=start],.cds-nooki-filters [data-nooki-filter=end]{flex:0 0 118px;width:118px}.cds-nooki-filters [data-nooki-filter=keyword]{flex:240px;width:auto;min-width:0;max-width:100%}}@media (width>=901px) and (width<=1100px){.cds-nooki-filters{flex-wrap:wrap;row-gap:6px;height:auto;min-height:58px;padding-bottom:8px}.cds-nooki-filters [data-newsroom-sort]{flex-basis:150px;width:150px}.cds-nooki-filters [data-nooki-filter=period]{flex-basis:80px;width:80px}.cds-nooki-filters [data-nooki-filter=start],.cds-nooki-filters [data-nooki-filter=end]{flex-basis:110px;width:110px}.cds-nooki-filters [data-nooki-filter=keyword]{flex:180px;width:auto;min-width:0;max-width:100%}.cds-nooki-filters [data-nooki-filter=search],.cds-nooki-filters [data-nooki-filter=reset]{width:54px}}@media (width<=900px){.cds-reference-workspace{background:#fff}.cds-nooki-page{padding:0}.cds-nooki-detail__header{height:auto;min-height:72px;padding:16px}.cds-nooki-detail__actions{flex-wrap:wrap;justify-content:flex-end}.cds-article-research__summary,.cds-article-research__banner{flex-direction:column;align-items:flex-start}.cds-article-research__meta>div{display:block}.cds-article-research__meta dt{margin-bottom:2px}.cds-nooki-filters{white-space:normal;grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr);align-items:start;gap:6px;height:auto;min-height:0;padding:8px 0 12px;display:grid;overflow:visible}.cds-nooki-filters :where(select,input,button){width:100%;min-width:0}.cds-nooki-filters [data-nooki-filter=period]{display:none}.cds-nooki-filters [data-newsroom-sort]{flex:none;grid-area:1/1/auto/-1}.cds-nooki-filters [data-nooki-filter=start]{flex:none;grid-area:2/1}.cds-nooki-filters [data-nooki-filter=end]{flex:none;grid-area:2/3}.cds-nooki-filters>span{text-align:center;grid-area:2/2;margin:5px 0 0}.cds-source-filter{grid-area:3/1/auto/-1;width:100%;min-width:0}.cds-source-filter__trigger{width:100%}.cds-source-filter__menu{box-sizing:border-box;width:min(320px,100vw - 16px);max-width:calc(100vw - 16px)}.cds-nooki-filters [data-nooki-filter=keyword]{flex:none;grid-area:4/1/auto/-1;width:100%}.cds-nooki-filters [data-nooki-filter=search]{flex:none;grid-area:5/1;width:100%}.cds-nooki-filters [data-nooki-filter=reset]{flex:none;grid-area:5/3;width:100%}.cds-regional-filters [data-newsroom-sort]{flex:none;grid-area:1/1/auto/-1;width:100%}.cds-regional-filters [data-regional-filter=start]{flex:none;grid-area:2/1;width:100%}.cds-regional-filters [data-regional-filter=end]{flex:none;grid-area:2/3;width:100%}.cds-regional-filters [data-regional-filter=search]{flex:none;grid-area:3/1/auto/-1;width:100%}.cds-regional-filters [data-regional-filter=submit]{flex:none;grid-area:4/1;width:100%}.cds-regional-filters [data-regional-filter=reset]{flex:none;grid-area:4/3;width:100%}.cds-nooki-list>.cds-table-wrap{background:#fff;overflow-x:auto}.cds-nooki-table{table-layout:fixed;width:100%;min-width:0}.cds-nooki-table th:first-child,.cds-nooki-table td:first-child{width:84px}.cds-nooki-table th:nth-child(2),.cds-nooki-table td:nth-child(2),.cds-nooki-table th:nth-child(3),.cds-nooki-table td:nth-child(3){display:none}.cds-nooki-table th:nth-child(4),.cds-nooki-table td:nth-child(4){width:auto}.cds-nooki-table th:nth-child(5),.cds-nooki-table td:nth-child(5),.cds-nooki-table th:nth-child(6),.cds-nooki-table td:nth-child(6){display:none}.cds-nooki-table th:nth-child(7),.cds-nooki-table td:nth-child(7){width:40px}[data-nooki-mobile-meta-label]:after{content:" / 중요도"}.cds-nooki-meta-cell__separator,.cds-nooki-meta-cell__importance,.cds-nooki-time__mobile{display:inline}.cds-nooki-time__desktop{display:none}.cds-nooki-title-time{color:#6c757d;flex:none;font-size:12px;font-weight:400;display:inline}.cds-nooki-mobile-source{color:#6c757d;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:42%;font-size:11px;font-weight:400;line-height:18px;display:inline-block;overflow:hidden}.cds-nooki-row-title{flex-wrap:wrap;justify-content:flex-start;gap:2px 6px}.cds-nooki-row-title strong{flex:auto;min-width:0}.cds-regional-table{table-layout:fixed;width:100%;min-width:0}.cds-regional-table th:first-child,.cds-regional-table td:first-child{width:84px}.cds-regional-table th:nth-child(2),.cds-regional-table td:nth-child(2),.cds-regional-table th:nth-child(3),.cds-regional-table td:nth-child(3){display:none}.cds-regional-table th:nth-child(4),.cds-regional-table td:nth-child(4){width:auto}.cds-regional-table th:nth-child(5),.cds-regional-table td:nth-child(5){display:none}.cds-regional-table th:nth-child(6),.cds-regional-table td:nth-child(6){width:40px}[data-regional-mobile-area-label]:after{content:"지역"}[data-regional-mobile-area-label]{font-size:0}[data-regional-mobile-area-label]:after{font-size:14px}.cds-regional-area-cell__separator,.cds-regional-area-cell__district,.cds-regional-time__mobile{display:inline}.cds-regional-time__desktop{display:none}.cds-regional-title-time{color:#6c757d;flex:none;font-size:12px;font-weight:400;display:inline}.cds-regional-table .cds-nooki-row-title small{order:1}.cds-regional-table .cds-nooki-row-title .cds-nooki-embargo{order:2;margin-left:0}}.cds-content-shell,.cds-news-photo-page,.cds-room-page[data-room-shell=newsroom]{color:#333;background:#fff;min-width:0;padding:0 16px;font-family:Noto Sans KR,SCMH_NMU,sans-serif;font-size:14px;line-height:21px}.cds-content-filters,.cds-photo-filters{white-space:nowrap;align-items:flex-start;gap:8px;height:58px;padding-top:9px;display:flex}.cds-content-filters :where(select,input,button),.cds-photo-filters :where(select,input,button){background:#fff;border:1px solid #d5d9de;border-radius:3px;height:32px;padding:0 8px;font-size:13px}.cds-content-filters input[type=search],.cds-photo-filters input[type=search]{width:min(320px,22vw)}.cds-photo-filters [data-photo-filter=period]{width:100px}.cds-photo-filters [data-photo-filter=from],.cds-photo-filters [data-photo-filter=to]{width:130px}.cds-photo-filters>span{margin-top:5px}.cds-photo-filters [data-photo-filter=type],.cds-photo-filters [data-photo-filter=status]{width:112px}.cds-photo-filters [data-photo-filter=keyword]{width:320px}.cds-content-filters button[type=submit],.cds-photo-filters button[type=submit]{color:#fff;background:#373d55;border-color:#373d55;width:58px;font-size:14px}.cds-content-filters__trash,.cds-photo-filters button:last-child{margin-left:auto}.cds-content-actions{border-top:1px solid #e6e8eb;align-items:center;gap:8px;height:60px;display:flex}.cds-content-actions :where(button,select){border:1px solid #d5d9de;border-radius:3px;height:32px;padding:0 10px}.cds-content-actions label{align-items:center;gap:5px;font-size:13px;display:inline-flex}.cds-content-table .cds-table-wrap{background:#dee4eb;border-radius:0;min-height:710px}.cds-content-table .cds-data-table{table-layout:fixed;min-width:1610px}.cds-content-table th{background:#fff;border:1px solid #e6e8eb;height:55px;padding:4px;font-size:13px;font-weight:400}.cds-content-table td{height:51px;padding:4px;font-size:13px}.cds-content-pagination{align-items:center;gap:8px;height:44px;display:flex}.cds-content-pagination span{margin-left:auto}.cds-news-photo-page .cds-workspace-split[data-workspace-split=open]{grid-template-columns:minmax(0,1fr) 822px}.cds-photo-list{background:#dee4eb;min-height:700px}.cds-news-photo-grid{grid-template-columns:repeat(auto-fill,minmax(216px,1fr));gap:12px;min-height:700px;padding:16px}.cds-news-photo-card{border:1px solid #e1e4e8;border-radius:0;align-content:start}.cds-news-photo-card[data-selected]{outline:2px solid #5670d1}.cds-news-photo-card img{height:154px}.cds-news-photo-card strong{min-height:42px;padding:8px 10px 2px;font-size:13px;font-weight:400}.cds-photo-detail{background:#fff;min-height:838px;padding:16px}.cds-photo-detail header,.cds-photo-detail footer{align-items:center;gap:8px;min-height:52px;display:flex}.cds-photo-detail header button:first-child{margin-right:auto}.cds-photo-detail h1{margin:20px 0 6px;font-size:18px;line-height:28px}.cds-photo-detail>img{object-fit:contain;background:#222;width:100%;max-height:650px;margin-top:16px;display:block}.cds-room-page[data-room-kind=briefing] .cds-filter-bar,.cds-room-page[data-room-kind=graphic] .cds-filter-bar{min-height:58px}.cds-room-page[data-room-kind=briefing] .cds-table-wrap,.cds-room-page[data-room-kind=graphic] .cds-table-wrap,.cds-room-page [data-photo-grid]{background:#dee4eb;min-height:710px}.cds-editor-page{color:#333;background:#f6f7fa;min-height:calc(100dvh - 16px);font-family:Noto Sans KR,SCMH_NMU,Apple SD Gothic Neo,Malgun Gothic,sans-serif}.cds-editor-page .cds-page-header{background:#fff;border:0;border-bottom:1px solid #ced4da;min-height:48px;padding:6px 16px}.cds-editor-page .cds-page-header__section{display:none}.cds-editor-page .cds-page-header h1{font-size:15px;font-weight:500}.cds-editor-page .cds-button{border-radius:3px;height:32px;font-size:13px;font-weight:400}.cds-editor-page .cds-button:disabled{color:#999;background:#eef0f3;border-color:#ced4da}.cds-editor-layout{grid-template-columns:minmax(640px,1fr) 330px;gap:0;padding:0}.cds-editor-canvas,.cds-editor-sidebar>section,.cds-editor-notice{border-color:#ced4da;border-radius:0}.cds-editor-canvas{min-height:calc(100dvh - 64px);padding:32px 64px 40px}.cds-editor-canvas__header{margin-bottom:24px}.cds-editor-field--title input{border-width:0 0 1px;border-radius:0;min-height:60px;padding:8px 16px;font-size:30px;font-weight:700}.cds-editor-field--body>textarea{border-color:#ced4da;border-radius:0;min-height:610px;padding:24px 16px;font-size:17px;line-height:1.7}.cds-editor-toolbar{background:#fafafa;border-color:#ced4da;min-height:46px;padding:6px 10px}.cds-editor-sidebar{background:#fafafa;border-left:1px solid #ced4da;gap:0}.cds-editor-sidebar>section{border-width:0 0 1px;padding:18px 16px}.cds-editor-notice{border-width:0 0 1px;border-left-style:none;border-left-color:currentColor;margin:0}.cds-business-page{color:#333;background:#fff;min-width:0;padding:0 16px;font-family:Noto Sans KR,SCMH_NMU,sans-serif;font-size:14px;line-height:21px}.cds-business-page .cds-workspace-split[data-workspace-split=open]{grid-template-columns:minmax(0,782px) minmax(0,822px);justify-content:space-between}.cds-business-list{min-width:0;padding-right:0}.cds-business-page .cds-page-header{min-height:56px}.cds-business-page .cds-filter-bar,.cds-business-page .cds-action-toolbar{min-height:48px}.cds-business-page :where(input,select,textarea,button){border-radius:3px}.cds-business-page .cds-data-table th{height:44px;padding:4px 8px;font-size:14px;font-weight:400}.cds-business-page .cds-data-table td{height:48px;padding:4px 8px;font-size:13px;line-height:19px}.cds-business-page .cds-data-table tr[data-selected] td{background:#e0edbb}.cds-business-pane{background:#fff;border:1px solid #e1e4e8;min-height:838px;padding:16px;overflow-y:auto}.cds-business-pane__header{justify-content:space-between;align-items:flex-start;min-height:36px;display:flex}.cds-business-pane__header h2{margin:0;font-size:18px;line-height:28px}.cds-business-pane__header button{min-width:32px;height:28px}.cds-business-pane .cds-form-section{margin-top:36px}.cds-business-pane label{color:#333;font-size:13px;line-height:19px}.cds-business-pane :where(input,select){background:#fff;border:1px solid #d5d9de;width:100%;height:36px;padding:0 8px}.cds-business-pane textarea{resize:vertical;border:1px solid #d5d9de;width:100%;min-height:120px;padding:8px}.cds-business-pane__options{border:1px solid #e6e8eb;flex-wrap:wrap;gap:16px;margin:24px 0 0;padding:16px;display:flex}.cds-business-pane__options label{align-items:center;gap:6px;width:auto;display:inline-flex}.cds-business-pane__options input{width:14px;height:14px}.cds-business-pane__footer{border-top:1px solid #e6e8eb;justify-content:flex-end;gap:8px;min-height:60px;padding-top:16px;display:flex}.cds-business-pane__footer button{border:1px solid #d5d9de;min-width:58px;height:32px;padding:0 10px;font-size:14px;line-height:30px}.cds-business-pane--notice .cds-form-section{grid-template-columns:1fr}.cds-business-pane--report .cds-form-section,.cds-business-pane--beats .cds-form-section,.cds-business-pane--sources .cds-form-section{grid-template-columns:repeat(2,minmax(0,1fr))}.cds-schedule-calendar,.cds-schedule-list{color:#333;background:#fff;min-width:0;padding:0 16px;font-family:Noto Sans KR,SCMH_NMU,sans-serif;font-size:14px;line-height:21px}.cds-schedule-calendar__toolbar{border-bottom:1px solid #e6e8eb;flex-wrap:wrap;align-items:center;gap:8px;min-height:104px;padding:8px 0;display:flex}.cds-schedule-calendar__scope,.cds-schedule-calendar__categories{align-items:center;gap:8px;display:flex}.cds-schedule-calendar__scope label{align-items:center;gap:5px;font-size:13px;display:inline-flex}.cds-schedule-calendar__scope select{border:1px solid #d5d9de;border-radius:3px;width:110px;height:32px;padding:0 8px}.cds-schedule-calendar__categories{order:4;width:100%}.cds-schedule-calendar__categories label{white-space:nowrap;border:1px solid #d5d9de;border-radius:10px;align-items:center;gap:5px;height:26px;padding:0 8px;font-size:13px;display:inline-flex}.cds-schedule-calendar__categories input{width:13px;height:13px;margin:0}.cds-schedule-calendar__categories i{border-radius:50%;width:8px;height:8px}.cds-schedule-calendar__period{margin-left:auto}.cds-schedule-calendar__workspace{grid-template-columns:240px minmax(0,1fr);min-height:710px;display:grid}.cds-schedule-calendar__aside{border-right:1px solid #e6e8eb;padding:16px}.cds-mini-calendar{width:208px;min-height:215px}.cds-calendar-grid--month{min-width:1120px}.cds-calendar-grid__weekdays>div{border:1px solid #e6e8eb;height:40px;padding:10px 8px;font-size:13px;font-weight:400}.cds-calendar-day{border:1px solid #e6e8eb;min-height:105px;padding:8px;font-size:13px}.cds-calendar-time-row{min-height:52px}.cds-calendar-time-row--heading{min-height:44px}.cds-calendar-time-row--all-day{min-height:48px}.cds-schedule-list .cds-data-table th{height:44px}.cds-schedule-list .cds-data-table td{height:48px}.cds-schedule-list [role=dialog] form,.cds-schedule-calendar [role=dialog] form{font-size:13px;line-height:19.5px}.cds-schedule-calendar [data-schedule-registration=reporting],.cds-schedule-calendar [data-schedule-registration=article]{min-height:640px}.cds-schedule-calendar [data-schedule-registration=duty]{min-height:420px}.cds-schedule-list [data-schedule-registration=work]{min-height:430px}.cds-schedule-list [data-schedule-registration=photo],.cds-schedule-list [data-schedule-registration=graphic]{min-height:560px}.cds-room-page[data-room-shell=myroom]{color:#333;background:#fff;min-width:0;padding:0 16px;font-family:Noto Sans KR,SCMH_NMU,sans-serif;font-size:14px;line-height:21px}.cds-room-page[data-room-kind=content] .cds-filter-bar{min-height:58px}.cds-room-page[data-room-kind=content] .cds-action-toolbar{min-height:60px;position:relative}.cds-room-page[data-room-kind=content] .cds-table-wrap,.cds-room-page[data-room-kind=labels] .cds-table-wrap{background:#dee4eb;border-radius:0;min-height:710px}.cds-label-help{z-index:20;color:#333;background:#fff;border:1px solid #e1e4e8;width:291px;min-height:113px;padding:16px;position:absolute;top:48px;left:284px;box-shadow:0 5px 14px #262d412e}.cds-label-help strong{margin-bottom:8px;font-size:14px;display:block}.cds-label-help p{margin:0;font-size:13px;line-height:19px}.cds-reference-overlay{z-index:1000;background:#00000073;place-items:center;display:grid;position:fixed;inset:0}.cds-photo-register-modal{background:#fff;border:1px solid #e1e4e8;width:min(1344px,100vw - 64px);height:min(760px,100vh - 80px);padding:16px;overflow:auto}.cds-photo-register-modal>header,.cds-trash-modal>header{justify-content:space-between;align-items:flex-start;height:32px;display:flex}.cds-photo-register-modal h2,.cds-trash-modal h2{margin:0;font-size:18px;line-height:27px}.cds-photo-register-form{grid-template-columns:1fr 1fr;gap:18px;margin-top:12px;display:grid}.cds-photo-register-drop{color:#999;background:#f4f7f9;border:1px solid #d5d9de;flex-direction:column;justify-content:center;align-items:center;min-height:610px;padding:16px;display:flex}.cds-photo-register-drop button{position:absolute;top:126px}.cds-photo-register-drop input[type=file]{opacity:0;width:100%;height:70px}.cds-photo-register-form .cds-form-section{align-content:start}.cds-photo-register-form .cds-form-section :where(input,select){height:32px}.cds-photo-register-form footer{grid-column:1/-1;justify-content:flex-end;gap:8px;height:48px;display:flex}.cds-trash-modal{background:#fff;border:1px solid #e1e4e8;width:min(1344px,100vw - 64px);height:min(807px,100vh - 64px);padding:16px;overflow:hidden}.cds-trash-modal .cds-filter-bar{min-height:64px}.cds-trash-modal .cds-action-toolbar{min-height:60px}.cds-trash-modal .cds-table-wrap{background:#dee4eb;border-radius:0;min-height:640px}.cds-collection-time__mobile,.cds-monitoring-time__mobile{display:none}@media (width<=900px){.cds-app,.cds-main,.cds-reference-workspace,.cds-route,.cds-editor-page{min-width:0;max-width:100%}.cds-app,.cds-main{overflow-x:hidden}.cds-reference-workspace{background:#fff;padding:58px 8px 8px;overflow-x:hidden}.cds-regional-detail .cds-nooki-detail__manuscript{min-width:0;display:flex}}@media (width<=640px){.cds-reference-integration,.cds-integration-shell,.cds-notifications,.cds-business-page,.cds-schedule-calendar,.cds-schedule-list,.cds-room-page,.cds-settings,.cds-check-page,.cds-crow-page,.cds-content-shell,.cds-news-photo-page,.cds-article-page,.cds-editor-page{width:100%;padding-left:0;padding-right:0}.cds-page-header{flex-direction:column;align-items:stretch;gap:8px;min-height:0;padding:10px 8px}.cds-page-header__actions{justify-content:stretch;width:100%}.cds-page-header__actions>*{flex:auto;min-width:0}.cds-filter-bar{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:8px;min-height:0;margin:8px 0 0;padding:8px;display:grid}.cds-filter-bar__fields{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:8px;min-width:0;display:grid}.cds-filter-bar__fields>*{width:100%;min-width:0}.cds-filter-bar__fields>label{gap:5px;min-width:0;display:grid}.cds-filter-bar__fields>label:has(input[type=search]){grid-column:1/-1}.cds-filter-bar__fields>label:has(input[type=search]) input{width:100%}.cds-filter-bar__fields>:where(input,select,textarea){width:100%}.cds-filter-bar__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-width:0;display:grid}.cds-filter-bar__actions>*{width:100%;min-width:0}.cds-filter-bar__actions>.cds-button--primary{order:-1}.cds-filter-bar__actions>:only-child{grid-column:1/-1}.cds-action-toolbar{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:8px;min-height:0;padding:8px;display:grid}.cds-action-toolbar__leading,.cds-action-toolbar__actions{width:100%;min-width:0}.cds-action-toolbar__leading{flex-wrap:wrap}.cds-action-toolbar__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.cds-action-toolbar__actions>*{width:100%;min-width:0}.cds-table-wrap{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;width:100%;min-width:0;max-width:100%;overflow-x:auto}.cds-data-table:not(.cds-nooki-table):not(.cds-regional-table){table-layout:fixed;width:100%;min-width:620px}.cds-data-table:not(.cds-nooki-table):not(.cds-regional-table) :is(th,td){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cds-data-table:not(.cds-nooki-table):not(.cds-regional-table) .cds-data-table__empty{white-space:normal}.cds-list-pagination{flex-wrap:wrap;width:100%;margin-top:8px;padding-inline:0;overflow-x:hidden}.cds-collection-summary,.cds-crow-stats,.cds-monitoring-errors{margin-left:0;margin-right:0}.cds-monitoring-errors{padding-left:0;padding-right:0}.cds-collection-time__desktop,.cds-monitoring-time__desktop{display:none}.cds-collection-time__mobile,.cds-monitoring-time__mobile{display:inline}.cds-collection-page .cds-data-table{min-width:720px}.cds-collection-page .cds-data-table thead th{text-align:center}.cds-collection-page .cds-data-table :is(th,td):first-child{width:82px}.cds-collection-page .cds-data-table :is(th,td):nth-child(2){width:96px}.cds-collection-page .cds-data-table :is(th,td):nth-child(3){text-overflow:clip;white-space:normal;overflow-wrap:anywhere;width:210px;overflow:visible}.cds-collection-page .cds-data-table :is(th,td):nth-child(4){text-overflow:clip;white-space:normal;overflow-wrap:anywhere;width:260px;overflow:visible}.cds-collection-page .cds-data-table :is(th,td):nth-child(5){width:72px}.cds-collection-page .cds-data-table :is(th,td):nth-child(6){width:86px}.cds-monitoring-page .cds-data-table{min-width:760px}.cds-monitoring-page .cds-data-table :is(th,td):first-child{width:96px}.cds-monitoring-page .cds-data-table :is(th,td):nth-child(2){text-overflow:clip;white-space:normal;overflow-wrap:anywhere;width:260px;overflow:visible}.cds-monitoring-page .cds-data-table :is(th,td):nth-child(3){width:90px}.cds-monitoring-page .cds-data-table :is(th,td):nth-child(4){width:96px}.cds-monitoring-page .cds-data-table :is(th,td):nth-child(5),.cds-monitoring-page .cds-data-table :is(th,td):nth-child(6){width:100px}.cds-integration-shell__panel{margin:8px 0}.cds-integration-shell__status{flex-wrap:wrap;align-items:flex-start;padding:10px}.cds-integration-shell__status dl{width:100%;margin:0}.cds-notifications>.cds-page-state{margin:8px 0}.cds-business-pane{min-height:0;padding:10px}.cds-business-pane .cds-form-section{margin-top:16px}.cds-business-pane--report .cds-form-section,.cds-business-pane--beats .cds-form-section,.cds-business-pane--sources .cds-form-section{grid-template-columns:minmax(0,1fr)}.cds-label-help{width:auto;top:calc(100% + 8px);left:8px;right:8px}.cds-settings__workspace{grid-template-columns:minmax(0,1fr);min-height:0}.cds-settings__user-panel,.cds-settings__application{padding:12px}.cds-settings__user-panel{border-right:0;border-bottom:1px solid var(--cds-border)}.cds-settings__details{grid-template-columns:minmax(0,1fr);gap:0}.cds-settings__application>.cds-settings__row:first-of-type,.cds-settings__row{grid-template-columns:92px minmax(0,1fr)}.cds-settings__row>:where(select,input,ol,small){min-width:0;max-width:100%}.cds-settings__account-actions,.cds-settings__apply-actions{flex-wrap:wrap}.cds-settings__account-actions>*,.cds-settings__apply-actions>*{flex:140px;min-width:0}.cds-check-page__body{padding:8px}.cds-check-form,.cds-check-results{max-width:none;padding:10px}.cds-check-form__heading,.cds-check-results__summary,.cds-check-model>header,.cds-ethics-output>header{flex-direction:column;align-items:flex-start}.cds-check-form__actions{justify-content:stretch}.cds-check-form__actions button{width:100%}.cds-newsroom-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:100%;min-width:0;height:40px;display:grid}.cds-newsroom-tabs button{text-align:center;width:100%;min-width:0}.cds-nooki-detail{width:100%;min-width:0;overflow-x:hidden}.cds-nooki-detail__header{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;height:auto;min-height:52px;padding:10px 12px;display:grid}.cds-nooki-detail__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;min-width:0;display:grid}.cds-nooki-detail__actions button{width:100%;min-width:0;padding-left:6px;padding-right:6px}.cds-nooki-detail__content{min-width:0;padding:0 12px 32px}.cds-nooki-detail__manuscript{height:auto;min-height:24px;margin-bottom:10px}.cds-nooki-detail__headline{letter-spacing:-.6px;overflow-wrap:anywhere;word-break:keep-all;min-height:0;font-size:22px;line-height:1.35}.cds-nooki-detail__meta{overflow-wrap:anywhere;flex-wrap:wrap;justify-content:flex-start;gap:4px 8px;min-height:32px;margin-top:8px;font-size:12px;line-height:1.4}.cds-regional-detail .cds-nooki-detail__meta time{margin-left:0}.cds-nooki-detail__subtitles{overflow-wrap:anywhere;word-break:keep-all;border-left-width:3px;margin-top:16px;padding-left:12px;font-size:15px;line-height:1.55}.cds-nooki-detail__image{margin:16px 0 24px}.cds-nooki-detail__image img{width:100%;max-width:100%;height:auto;max-height:none}.cds-nooki-detail__image figcaption,.cds-nooki-detail__related figcaption{overflow-wrap:anywhere;font-size:12px}.cds-nooki-detail__body{overflow-wrap:anywhere;word-break:keep-all;margin-top:16px;font-size:16px;line-height:1.8}.cds-nooki-detail__related{grid-template-columns:minmax(0,1fr);margin-top:24px}.cds-nooki-detail__related figure{margin:0}.cds-nooki-detail__state{overflow-wrap:anywhere;margin:16px 12px}.cds-article-layout{grid-template-columns:minmax(0,1fr);gap:8px;min-width:0;padding:0}.cds-article-content,.cds-article-meta{min-width:0;padding:12px}.cds-article-page{min-width:0;overflow-x:hidden}.cds-article-page .cds-page-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.cds-article-page .cds-page-header__actions>*{width:100%;min-width:0}.cds-article-page .cds-page-header__actions>:last-child{grid-column:1/-1}.cds-article-content>h1{overflow-wrap:anywhere;word-break:keep-all;min-width:0;font-size:21px;line-height:1.4}.cds-article-subtitles,.cds-article-byline{overflow-wrap:anywhere}.cds-article-subtitles{line-height:1.6}.cds-article-byline{gap:5px 10px;line-height:1.45}.cds-article-content figure img{width:100%;max-width:100%;height:auto;max-height:none}.cds-article-content figcaption{overflow-wrap:anywhere}.cds-article-body,.cds-article-source-text p{overflow-wrap:anywhere;word-break:keep-all;font-size:15px;line-height:1.8}.cds-article-meta{position:static}.cds-source-preview header{gap:8px}.cds-source-preview header>div,.cds-source-preview header button{width:100%;min-width:0}.cds-source-preview iframe{height:360px}.cds-editor-layout{padding:0}.cds-editor-canvas{padding:12px 10px 16px}.cds-editor-sidebar>section{padding:12px 10px}.cds-reference-modal-backdrop{padding:8px}.cds-alert-modal,.cds-profile-modal,.cds-password-modal{width:100%;max-width:100%;height:auto;max-height:calc(100dvh - 16px);padding:12px}.cds-reference-modal__footer{flex-wrap:wrap;min-height:52px}.cds-reference-modal__footer>*{flex:120px;min-width:0}.cds-schedule-calendar__toolbar{grid-template-columns:minmax(0,1fr);align-items:stretch;min-height:0;padding:8px 0;display:grid}.cds-schedule-register,.cds-schedule-inline-check,.cds-schedule-view-switch,.cds-schedule-period{width:100%;margin-left:0}.cds-schedule-register>button{width:100%}.cds-schedule-calendar__scope{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.cds-schedule-calendar__scope label{gap:4px;min-width:0;display:grid}.cds-schedule-calendar__scope select{width:100%}.cds-schedule-calendar__categories{flex-wrap:wrap;order:0;width:100%}.cds-schedule-view-switch{grid-template-columns:repeat(3,minmax(0,1fr));margin-left:0;display:grid}.cds-schedule-view-switch button{min-width:0}.cds-schedule-period{grid-template-columns:34px minmax(0,1fr) 34px auto;align-items:center;display:grid}.cds-schedule-calendar__workspace{grid-template-columns:minmax(0,1fr);min-height:0}.cds-schedule-calendar__aside{display:none}.cds-schedule-calendar__grid-wrap{width:100%;min-width:0;overflow-x:auto}.cds-calendar-grid--month{min-width:720px}.cds-schedule-list>.cds-table-wrap{margin-left:0;margin-right:0}.cds-content-filters,.cds-photo-filters{white-space:normal;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;height:auto;padding:8px 0 12px;display:grid}.cds-content-filters>:where(select,input,button),.cds-photo-filters>:where(select,input,button){width:100%;min-width:0}.cds-content-filters>input[type=search],.cds-photo-filters>input[type=search],.cds-photo-filters [data-photo-filter=keyword]{grid-column:1/-1}.cds-content-filters>span,.cds-photo-filters>span{place-items:center;margin:0;display:grid}.cds-content-filters__trash{grid-column:1/-1;margin-left:0}.cds-content-actions{flex-wrap:wrap;height:auto;min-height:0;padding:8px 0}.cds-content-actions>*{flex:140px;min-width:0}.cds-content-table .cds-table-wrap{min-height:280px}.cds-content-table .cds-data-table{min-width:980px}.cds-news-photo-grid,.cds-room-page[data-room-kind=briefing] .cds-table-wrap,.cds-room-page[data-room-kind=graphic] .cds-table-wrap,.cds-room-page [data-photo-grid]{min-height:280px}.cds-photo-detail{min-height:0;padding:10px}.cds-photo-register-modal,.cds-trash-modal{width:100%;max-width:100%;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);padding:10px}.cds-photo-register-form{grid-template-columns:minmax(0,1fr);gap:12px}.cds-photo-register-drop{min-height:200px}.cds-photo-register-drop button{position:static}.cds-photo-register-form footer{flex-wrap:wrap}.cds-trash-modal .cds-table-wrap{min-height:280px}.cds-content-pagination{flex-wrap:wrap;height:auto;padding:8px 0}.cds-content-pagination span{margin-left:auto}}@media (width<=380px){.cds-filter-bar__fields,.cds-schedule-calendar__scope,.cds-content-filters,.cds-photo-filters{grid-template-columns:minmax(0,1fr)}.cds-content-filters>input[type=search],.cds-photo-filters>input[type=search],.cds-photo-filters [data-photo-filter=keyword],.cds-content-filters__trash{grid-column:auto}.cds-filter-bar__fields>label:has(input[type=search]){grid-column:auto}}html,body,#root{min-width:320px;min-height:100%;margin:0}.cds-app,.cds-app *,.cds-app :before,.cds-app :after{box-sizing:border-box}.cds-app button,.cds-app input,.cds-app select,.cds-app textarea{font:inherit}.cds-app a{color:inherit}
