.plan {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 61px);
  top: 61px;
  left: 0px;

  /* Scroll Bar Hidden */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.plan::-webkit-scrollbar {
  display: none;
}
