

.qanda-mainseparate{
  display: flex;
  flex-direction: column;

  
}

  .qanda-category{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #deb887;
    width: 100%;
    height: auto;
    border: #b66e0f solid 8px;
    border-radius: 6px;

  }

  .qanda-category-title-cover{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 20vh 0;

  }

  .qanda-category-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
    border: #333 solid 30px;
    border-radius: 30px;
    border-style:double;
    font-size: 7vw;
    font-weight: bold;
  }

    .qanda-category-title-ToCosmos{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 90%;
      height: 100%;
      border: #333 solid 30px;
      border-radius: 30px;
      border-style:double;
      font-size: 6vw;
      font-weight: bold;
      
    }

  .qanda-category-content-cover{
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    width: auto;
    height: auto;
    margin: 30px 30px 0 30px;
  
  }

  .qanda-category-content-cover-atag{
    width: calc(50% - 1px);
    height: auto;
  }

  .qanda-category-content-cover-under{
    width: 100%;
    height: 30px;
    background-color: #deb887;

  }

  .qanda-category-content{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    height: 10vh;
    border: #818181 solid 1px;
    font-size: clamp(1rem, 2vw, 100px);
    font-weight: bold;

  }

    .qanda-category-content:hover{
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      background-color: #545454;
      width: 100%;
      height: 10vh;
      border: #818181 solid 1px;
      color: white;
      font-size: clamp(1rem, 2vw, 100px);
      font-weight: bold;

    }

.qanda-separate{
  display: flex;
  width: 100%;
}

.qanda-box-i{
  background-color: #FF1493;
  width: 50px;
  height: 50px; 
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
  color: white;
  font-size: 30px;
  font-weight: bold;
  flex-shrink: 0; 

}

.qanda-box-sub{
  width: 100%;
  height: 20px;
  background-color: #FF1493;

}

.qanda-box-qestion{
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #ffc0cb;
  border: #FF1493 solid 2px;
  align-items: center;
  padding: 10px 10px;

}

.q-head{
  display: flex;
  align-items: flex-end;
  width: 100%;

}

.arrow{
  background-color: #FF1493;
  width: 100px;
  height: 50px;
  margin: 0 0 0 0;
  clip-path: polygon(30% 50%, 30% 0, 70% 0, 70% 50%, 100% 50%, 50% 100%, 0 50%);

}

.arrow-home{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  
}

.shell-qanda{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
  border: #333 solid 3px;
  border-radius: 20px;
  
}

.shell-qanda-title{
  position: absolute;
  top: 0;
  left: 3%;
  z-index: 2;
  width: 50%;
  height: 30px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 6%;
  margin-right: 44%;
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);

  color: white;
  text-align: center;
  font-weight: bold;

}

.qanda-set-container {
  position: relative;   
  width: 100%;      
  margin-bottom: 50px; 
  padding-top: 30px;    
}

.qanda-scroll{
  box-sizing: border-box;
  margin: 0 0 0 20px;
  padding: 5px;
  top: 20px;
  width: 100%;
  height: 90vh;
  background-color: #f0fff0;
  border: #333 solid 4px;
  position: sticky;
  overflow: scroll;
}

.qanda-scroll-title{
  display: flex;
  background-color: #696969;
  margin: 5px;
  width: auto;
  height: 50px;
  color: #f0fff0;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  clip-path: polygon(5% 0%, 95% 0%, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0% 70%, 0% 30%);

}

.qanda-scroll-all{
  display: flex;
  flex-flow: column;
  width: auto;
  height: auto;

}

.qanda-scroll-all-content{
  display: flex;
  margin: 20px 3% 5px 3%;
  padding: 3px 0 3px 15px;
  width: auto;
  height: auto;
  background-color: cadetblue;
  box-shadow: 4px 4px rgb(18, 50, 52);
  color: white;
  font-weight: bold;
  align-items: center;
  
}

    .qanda-scroll-all-content:hover{
      background-color: white;
      color: black;

    }


