.contents > .inner::-webkit-scrollbar {
    width: 10px;
}
.contents > .inner::-webkit-scrollbar {
    width: 2px;
}
.contents > .inner::-webkit-scrollbar-thumb {
    background-color: #373737;
    border-radius: 0px;
}
.contents > .inner::-webkit-scrollbar-track {
    background-color: #e1e1e1;
}