#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: #aa0078;
    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/#cb60b3+0,c146a1+50,a80077+51,db36a4+100;Pink+Gloss */
background: #cb60b3; /* Old browsers */
background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */
  
    border-radius: 20px;
  }
  


