@charset "utf-8";


@font-face 
{
    font-family: 'NOTOSANSCJKKR-REGULAR';
    src: url('../Assets/font/NOTOSANSCJKKR-REGULAR.ttf');
}

::-webkit-scrollbar 
{
	width: 8px; height: 8px; border: 3px solid #fff;
/* 	display: none; */
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('') #efefef}
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)}