#qna {
  display: none;
}

.qBox {
  background-color: #D3E1FF;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  font-family: 'Noto Sans KR', sans-serif;
  width: 80%;
}

.answerList {
  background-color: white;
  border-radius: 20px;
  display: block;
  width: 80%;
  border: 0px;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
}

.answerList:hover, .answerList:focus {
  background-color: #5FAFFF;
  color: white;
}

.status {
  height: 20px;
  width: 80%;
  background-color: white;
  border-radius: 20px;
}

.statusBar {
  height: 100%;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#56b6ff+0,a060ff+100 */
  background: rgb(86, 182, 255);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(86, 182, 255, 1) 0%, rgba(160, 96, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(86, 182, 255, 1) 0%, rgba(160, 96, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(86, 182, 255, 1) 0%, rgba(160, 96, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56b6ff', endColorstr='#a060ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
