/* 스크롤바 설정*/ .type1::-webkit-scrollbar{ width: 6px; } /* 스크롤바 막대 설정*/ .type1::-webkit-scrollbar-thumb{ height: 17%; background-color: rgba(255,255,255,1); /* 스크롤바 둥글게 설정 */ border-radius: 10px; } /* 스크롤바 뒷 배경 설정*/ .type1::-webkit-scrollbar-track{ background-color: rgba(0,0,0,0); }