:focus{
    outline: none;
}

#tabs{
    border: none;
}

#tabs ul li img
{
    width:100%;
}

.qatab{
  width: 100%;
  background: transparent;
}


.tablist{
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tablist li{
    margin:0 15%;
}

.tab-content{
  width: 60%;
  margin: 0 auto;
}

.accordion {
    background-color: #fcf5E0 !important;
    color: #122B4F;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 1.2rem !important;
	font-family:'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
  }

  .active,
  .accordion:hover {
    background-color: #122B4F;
    font-size: 1.2rem;
	font-family:'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
  }

  .accordion:after {
    content: '\002B';
    color: #122B4F;
    font-size: 1.2rem;
	font-family:'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .active:after {
    content: "\2212";
  }

  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }

  .panel p{
    color:#122B4F;
    font-size: 1.2rem;
	font-family:'Noto Sans TC', sans-serif ,Georgia, 'Times New Roman', Times, serif;

  }

  .panelimg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .panel img{
    max-width: 70%;
  }

  .panel .middle img{
    max-width: 25%;
  }

  .div-intr-space{
    height: 4rem;
  }