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