.container-main[data-v-09ce3e2f] {
  height: calc(100vh - 18.125rem);
  width: 100%;
  overflow-y: scroll;
}
.container-main .question-box[data-v-09ce3e2f] {
  margin-top: 0.625rem;
}
.container-main .question-box[data-v-09ce3e2f]:hover {
  border: 0.0625rem solid transparent;
  transition: border-color 0.3s ease;
  border-color: blue;
  background-color: #f2f6fc;
}
.container-main .question-box-check[data-v-09ce3e2f] {
  border: 0.0625rem solid transparent;
  transition: border-color 0.3s ease;
  border-color: blue;
  background-color: #f2f6fc;
}

