#qna {
  display: none;
  background-color: #E6E6E6;
  width: 80%;
  text-align: center;
  border-radius: 10px;
}

.answerBox {
  width: 70%;
}

.qBox {
  background-color: white;
  text-align: center;
  border-radius: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  font-weight: bold;
  width: 80%
}

.answerList {
  background-color: #3D56B2;
  border-radius: 10px;
  display: block;
  width: 90%;
  border: 0px;
  font-size: 18px;
  color: white;
}

.answerList:hover, .answerList:focus {
  background-color: whitesmoke;
  color: black;
  font-color: black;
}

.status {
  height: 20px;
  width: 80%;
  background-color: white;
  border-radius: 10px;
}

.statusBar {
  height: 100%;
  border-radius: 10px;
  background: #14279B;
}
