#qna{
    display: none;
  }
  
  .qBox{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 900;
    color: black;
    background-color: whitesmoke;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    border-radius: 20px;
    font-size: 1.2rem;
    width: 80%;
    word-break: keep-all;
  }
  
  .answerList{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    color: black;
    background-color: whitesmoke;
    border-radius: 20px;
    display: block;
    width: 100%;
    border: 0px;
    font-size: 1rem;
    width: 80%;
    word-break: keep-all;
  }
  
  .answerList:hover, .answerList:focus{
    background-color: #00b7ea;
    color: whitesmoke;
  }
  
  .status{
    height: 10px;
    width: 80%;
    background-color: white;
    border-radius: 10px;
  
  
  }
  
  .statusBar{
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
  background: #00b7ea; /* Old browsers */
  background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
  
    border-radius: 20px;
  }
  