#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: #ff8a16;
    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/#ff8914+0,ffb951+100 */
background: linear-gradient(to bottom,  #ff8914 0%,#ffb951 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    border-radius: 20px;
  }
  


