.legal-jump-nav{
  position:sticky;
  top:70px;
  z-index:120;
  display:flex;
  gap:7px;
  margin:22px 0 30px;
  padding:9px;
  overflow-x:auto;
  border:1px solid var(--bd);
  border-radius:14px;
  background:rgba(253,251,255,.94);
  box-shadow:0 8px 24px rgba(45,16,84,.07);
  backdrop-filter:blur(12px);
  scrollbar-width:none
}
.legal-jump-nav::-webkit-scrollbar{display:none}
.legal-jump-nav a{
  flex:0 0 auto;
  min-width:44px;
  min-height:44px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  color:var(--text2);
  font-size:11px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap
}
.legal-jump-nav a:first-child{background:var(--ac-bg);color:var(--ac)}
.legal-anchor{scroll-margin-top:132px}
.legal-mail-button{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 18px;
  border-radius:var(--rs);
  background:var(--ac);
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-decoration:none
}
.legal-mail-mark{
  width:21px;height:21px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.35);border-radius:50%;
  font-family:'Gowun Batang',serif;font-size:9px
}
@media(max-width:760px){
  .legal-jump-nav{
    top:60px;
    margin-left:-4px;
    margin-right:-4px;
    padding:7px;
    border-radius:12px
  }
  .legal-jump-nav a{min-height:44px}
  .legal-anchor{scroll-margin-top:116px}
}
