@charset "UTF-8";

.news-list {
	overflow-y: scroll;
}
.news-list::-webkit-scrollbar {
  background: transparent;
}
.news-list::-webkit-scrollbar-thumb {
  background-color: white;
}
/*
.news-list::-webkit-scrollbar-thumb:hover {
  background-color: red;
}
*/
.news-list::-webkit-scrollbar {
    width: 20px;
}

@media only screen and (min-width: 981px) {

}


@media only screen and (max-width: 980px) {

}