.sldc-topbar{margin:10px 0 18px}
.sldc-topbar__list{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;margin:0;padding:12px 18px;list-style:none;background:#f4f7f9;border:1px solid #e4eaee;border-radius:12px}
.sldc-topbar__item{position:relative;margin:0;padding:0;font-size:13px;font-weight:600;line-height:1.4;color:#4c5c66;white-space:nowrap}
.sldc-topbar__item + .sldc-topbar__item::before{content:"";position:absolute;left:-9px;top:50%;width:1px;height:12px;margin-top:-6px;background:#d6e0e6}
.sldc-topbar__item--night{color:#1f6f86}
.sldc-topbar__item--tel a{color:#123a4a;font-weight:800;text-decoration:none}
.sldc-topbar__item--tel a:hover{color:#1f6f86}
@media (max-width:767px){
.sldc-topbar{margin:8px 0 14px}
.sldc-topbar__list{gap:6px 14px;padding:10px 14px;border-radius:10px}
.sldc-topbar__item{font-size:12px}
.sldc-topbar__item + .sldc-topbar__item::before{left:-7px;height:10px;margin-top:-5px}
}

/* 가로 목차 바 */
.sldc-topnav{position:sticky;top:var(--sldc-topnav-top,150px);z-index:60;display:flex;align-items:center;gap:14px;width:100%;margin:0 0 22px;padding:2px 16px;background:rgba(255,255,255,.94);backdrop-filter:saturate(160%) blur(6px);border:1px solid #e4eaee;border-radius:10px;box-shadow:0 4px 14px rgba(20,50,70,.06);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}
.sldc-topnav::-webkit-scrollbar{display:none}
.sldc-topnav__label{flex:0 0 auto;font-size:12px;font-weight:800;letter-spacing:.08em;color:#26332f;white-space:nowrap}
.sldc-topnav__list{display:flex;flex:0 0 auto;align-items:center;gap:20px}
.sldc-topnav__list a{display:inline-block;padding:9px 0;font-size:13.5px;font-weight:600;line-height:1.3;color:#4c5c66;text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent}
.sldc-topnav__list a.is-current{color:#123a4a;border-bottom-color:#1f6f86}
.sldc-topnav__list a:hover{color:#1f6f86;border-bottom-color:#1f6f86}
@media (max-width:767px){
.sldc-topnav{gap:10px;margin-bottom:18px;padding:2px 12px;border-radius:9px}
.sldc-topnav__list{gap:14px}
.sldc-topnav__list a{font-size:13px;padding:6px 0}
}

/* 우측 하단 상하 이동 버튼 */
.sldc-rail{position:fixed;right:20px;bottom:24px;z-index:9990;display:flex;flex-direction:column;gap:10px;opacity:0;pointer-events:none;transition:opacity .2s ease}
.sldc-rail.is-on{opacity:1;pointer-events:auto}
.sldc-rail__btn{display:flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:1px solid #e4eaee;border-radius:50%;background:#fff;color:#26332f;font-size:17px;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(20,50,70,.12);transition:color .15s ease,border-color .15s ease,transform .15s ease}
.sldc-rail__btn:hover{color:#1f6f86;border-color:#bcd3dd;transform:translateY(-1px)}
@media (max-width:980px){.sldc-rail{right:14px;bottom:96px;gap:8px}.sldc-rail__btn{width:42px;height:42px;font-size:16px}}
