/* K Biz Note v51 - 모든 화면 상단 메뉴·카테고리 고정 */
html{scroll-padding-top:150px;overflow-x:clip!important}
body{overflow-x:clip!important;overflow-y:visible!important}
.site-header,
.fc-top,
.kbn-standalone-sticky-header,
.kbn-public-sticky-header,
body.admin-page .site-header,
body>.topbar,
body>.top{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  z-index:1200!important;
  isolation:isolate;
}
.site-header,
.kbn-standalone-sticky-header,
.kbn-public-sticky-header{
  box-shadow:0 8px 22px rgba(15,23,42,.06);
}
.kbn-standalone-sticky-header{
  width:100%;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid #dfe7ec;
  backdrop-filter:blur(12px);
}
.kbn-standalone-brand-row{
  max-width:1180px;
  min-height:60px;
  margin:0 auto;
  padding:8px 18px 6px;
  display:flex;
  align-items:center;
}
.kbn-standalone-brand{display:flex;align-items:center;gap:10px;color:#172435;text-decoration:none;min-width:0}
.kbn-standalone-brand>span:last-child{display:flex;align-items:baseline;gap:8px;min-width:0;white-space:nowrap;overflow:hidden}
.kbn-standalone-brand strong{font-size:17px;letter-spacing:-.04em;white-space:nowrap}
.kbn-standalone-brand em{font-style:normal;font-size:12px;font-weight:800;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kbn-standalone-mark{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:13px;background:linear-gradient(135deg,#183b56,#0f766e);color:#fff;font-size:21px;font-weight:900}
.kbn-sticky-category-strip{
  width:min(1180px,100%);
  margin:0 auto;
  padding:0 18px 10px;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:7px;
}
.kbn-sticky-category-strip a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:40px;
  padding:7px 8px;
  border:1px solid #dfe7ec;
  border-radius:11px;
  background:#fff;
  color:#243442;
  font-size:13px;
  font-weight:850;
  line-height:1.15;
  letter-spacing:-.04em;
  text-align:center;
  text-decoration:none;
  white-space:normal;
  word-break:keep-all;
}
.kbn-sticky-category-strip a:hover{background:#eef7f6;color:#0e5860;border-color:#cbdde1}
.kbn-sticky-category-strip a.is-active,
.kbn-sticky-category-strip a[aria-current="page"]{background:#153f5b;border-color:#153f5b;color:#fff}

/* 공통 공개 헤더: 모바일에서도 네 카테고리를 한 줄에 유지 */
@media(max-width:900px){
  html{scroll-padding-top:132px}
  body:not(.admin-page) .site-header{top:0!important}
  body:not(.admin-page) .site-header .main-nav{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    width:100%!important;
    overflow:visible!important;
  }
  body:not(.admin-page) .site-header .main-nav a{
    min-width:0!important;
    white-space:normal!important;
    word-break:keep-all!important;
  }
  .fc-top{padding-bottom:8px!important;box-shadow:0 8px 22px rgba(8,19,33,.18)}
  .fc-top .fc-top-inner{gap:8px!important}
  .fc-top .fc-nav{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:5px!important;overflow:visible!important;padding-bottom:0}
  .fc-top .fc-nav::-webkit-scrollbar{display:none}
  .fc-top .fc-nav a{display:flex!important;justify-content:center;min-width:0!important;padding:0 4px!important;text-align:center;white-space:normal!important;word-break:keep-all}
}
@media(max-width:560px){
  html{scroll-padding-top:124px}
  .kbn-standalone-brand-row{min-height:50px;padding:6px 8px 4px}
  .kbn-standalone-mark{width:32px;height:32px;flex-basis:32px;border-radius:10px;font-size:18px}
  .kbn-standalone-brand strong{font-size:15px}
  .kbn-standalone-brand em{font-size:10.5px}
  .kbn-sticky-category-strip{padding:0 6px 7px;gap:4px}
  .kbn-sticky-category-strip a{min-height:38px;padding:4px 2px;border-radius:9px;font-size:clamp(8.7px,2.65vw,11px);letter-spacing:-.06em}
}
@media print{
  .kbn-standalone-sticky-header,.kbn-sticky-category-strip{display:none!important}
  html{scroll-padding-top:0}
}
