    /* 예시 – 섹션별 색만 다르게 */
.drop--data      > .dropbtn { background:#eef6ff !important; }
.drop--achive    > .dropbtn { background:#fff6ea !important; }
.drop--community > .dropbtn { background:#eefcf0 !important; }
#sub_down{
    display: none;
}
#bo_vc,
#bo_vc_w,
.cmt_btn{
    display:none;
}
/* current 표시 보강 */
.sub-menu a.current p { font-weight:700; text-decoration:underline; }
