.scrollContainer{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scrollBox {
  position: relative;
  top:30px;
  width: 1333px;
  height: 783px;
  overflow-x: hidden;
  overflow-y: auto;
}



.scrollBg {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ccc;
  /* border-radius: 20px; */
  width: 10px;
  height: 920px;
}

.scrollSize {
  width: 100%;
  height: 100%;
  position: relative;
}

.scrollMove {
  background-color: #6f8fe7;
  /* border-radius: 20px; */
  height: 400px;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  width: 100%;
}

.scrollBox::-webkit-scrollbar {
  position: relative;
  top: 10px;
  right: 40px;
  background-color: #ccc;
  /* border-radius: 20px; */
  width: 10px;
  height: 920px;
}

/* 스크롤바 막대 꾸미기 */
.scrollBox::-webkit-scrollbar-thumb {
  background-color: #6f8fe7;
  /* border-radius: 20px; */
  height: 400px;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  width: 100%;
}

/* 스크롤바 트랙 꾸미기 */
.scrollBox::-webkit-scrollbar-track {
  width: 100%;
  height: 100%;
  position: relative;
}
