/* COZ-NAV-BREAKPOINT-FIX 20260619 (static pages only). Desktop nav (10 items) needs ~960px but the hamburger only appeared at <=768px, so 769-992px clipped the rightmost items (정보/데이터). Switch to the hamburger menu up to 992px, mirroring the <=768px behaviour. */
@media (max-width:992px){
  .coz-nav-desktop{display:none!important}
  .coz-mobile-menu-btn{display:flex!important}
  .coz-mobile-nav:not([hidden]){display:flex!important}
  .coz-mobile-nav-group > .coz-mobile-submenu{display:none}
  .coz-mobile-nav-group.is-open > .coz-mobile-submenu{display:block}
}
