/* docs_sidebar.css */
/* 아이콘 회전 처리 */
.rotate {
    transition: transform 0.5s ease;
}
.rotate.rotate-up {
    transform: rotate(180deg);
}