
/* 웹킷 */
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background-color: black;
    border-radius : 16px;
}

/* 파이어폭스 */
/* * {
    scrollbar-width: 8px;
    scrollbar-color: black;
}  */