/* 옵션다모아 공통 헤더 — 신뢰형 체크 BI */
.site-head{background:rgba(255,255,255,.94)!important;border-bottom:1px solid #e6eaf0!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.site-head .inner{min-height:76px;padding-top:0!important;padding-bottom:0!important}
.site-head .brand{gap:12px!important}
.site-head .brand img{width:36px!important;height:36px!important;border-radius:10px!important;box-shadow:0 5px 16px rgba(36,88,230,.20)}
.site-head .brand-copy{display:flex;flex-direction:column;line-height:1.08}
/* 로고 글자 크기는 px로 못 박는다 — 홈만 모바일에서 루트가 16px로 줄고 나머지 페이지는
   17px을 유지해서, 같은 rem을 써도 페이지마다 다른 크기로 그려지기 때문이다.
   값은 홈 기준: 데스크탑 1.08rem×17px=18.4px, 모바일 .95rem×16px=15.2px. */
.site-head .brand-copy b{color:#102a56;font-size:18.4px!important;letter-spacing:-.055em!important;font-weight:850!important}
.site-head .top-nav{margin-left:auto!important;gap:26px!important}
/* 호버·현재 페이지는 배경 칩 대신 본문 강조와 같은 검정 텍스트 + 밑줄로 표시한다 */
.site-head .top-nav a{border:0!important;border-bottom:2px solid transparent!important;
  padding:8px 2px!important;border-radius:0!important;color:#667085!important;
  transition:color .15s ease,border-color .15s ease}
.site-head .top-nav a:hover{color:#101114!important;background:none!important;border-bottom-color:#101114!important}
.site-head .top-nav a.active{color:#101114!important;background:none!important;border-bottom-color:#101114!important}
@media(max-width:700px){
  .site-head .inner{min-height:66px}
  .site-head .brand img{width:32px!important;height:32px!important}
  .site-head .brand-copy b{font-size:15.2px!important}
  .site-head .top-nav{margin-left:auto!important;gap:12px!important}
  .site-head .top-nav a{padding:6px 0!important;border-radius:0!important;background:none!important;font-size:.75rem!important}
}
