@charset "utf-8";
body{
	overflow: overlay;
	overflow-x: hidden;
}
::-webkit-scrollbar {
	width: 10px;
	position: relative;
	z-index: 90;
}
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .6);
	position: relative;
	z-index: 90;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .9);
}
::-webkit-scrollbar-track {
	background: transparent;
}


