﻿/* .faq-list-container {
  width: 71%;
  margin: -0;
} */
.faq-list div {
  margin: 0;
  padding: 0;
}
.faq-list .faq-list-container .faq-list-top {
  min-height: 50%;
  background-color: #9D54E7;
  padding: 55px 14.5%;
  text-align: center;
}

.faq-list .faq-list-container .faq-list-bottom {
  background-color: #fff;
  padding: 55px 14.5%;
  height: auto;
  /* min-height: 51%; */
}

.faq-list .faq-list-container .faq-list-top .faq-title {
  color: #25CEC1;
  font-size: 70px;
  line-height: 1.8;
  text-align: left;
  font-weight: 300;
  font-family: "Futura","libel_suit","Open Sans","Noto Sans TC","Noto Sans SC",Arial,sans-serif,Verdana,Helvetica;
}

.faq-list .faq-list-container .faq-list-top .faq-desc {
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}

.faq-list .faq-list-container .faq-list-bottom {
  color: #25CEC1;
  font-size: 24px;
}

.faq-list .faq-list-container .faq-list-bottom .faq-content {
  list-style: none;
}

.faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-question {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #9D54E7;
  font-size: 24px;
  cursor: pointer;
  padding-right: 25px;
  line-height: 45px;
  word-break:break-word;
}

html[dir=rtl] .faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-question {
  padding-right: unset;
  padding-left: 25px;
}

.faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-question.active {
  color: #25CEC1;
}

html[dir] .faq-list .faq-list-container .faq-list-bottom .faq-content-question .icon-plus {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 41px;
}

html[dir] .faq-list .faq-list-container .faq-list-bottom .faq-content-question .icon-sub {
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  right: 0;
  top: 41px;
}

/* .faq-list .faq-list-container .faq-list-bottom .faq-content-question .icon-plus::before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 100%;
  margin-left: -50%;
  margin-top: -3px;
  border-top: 6px solid #C71585;
}

.faq-list .faq-list-container .faq-list-bottom .faq-content-question .icon-plus::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  margin-top: -50%;
  margin-left: -3px;
  border-left: 6px solid #C71585;
} */

.faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-answer {
  padding-top: 30px;
  display: none;
  color:#000;
  padding-bottom: 80px;
}

.faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-answer p, span, div, ul, li, a, ol, li {
  font-size: 18px;
}

.zh-TW .faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-answer p, span, div, ul, li, a, ol, li {
  font-family: 'Microsoft JHei TC Regular', 'Open Sans Regular', arial, sans-serif;
}

.faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-answer li{
  list-style-type: disc;
  color: #000;
  line-height: 1.8;
}

.faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-answer li li{
  list-style-type: circle;
}

.faq-list .back-link-btn {
  margin: 40px 14.5%;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 30px;
  border: none;
  outline: none;
  background-color: #25CEC1;
  padding: 15px 40px;
}

.faq-list .back-to-top {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #6E6F71;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
html[dir=rtl] .faq-list .back-to-top {
  right: unset;
  left: 30px;
}
.faq-list .back-to-top:hover {
 transform: scale(1.2);
  background-color: #EC1F48;
}

@media screen and (max-width: 1250px){
  .faq-list .faq-list-container .faq-list-top .faq-title {
    font-size: 42px;
  }

  .faq-list .faq-list-container .faq-list-top .faq-desc {
    font-size: 32px;
    font-weight: 300;
  } 
}

@media screen and (max-width: 768px){
  .faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-question {
    font-size: 18px;
  }

  .faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-answer p, span, div, ul, li, a, ol, li {
    font-size: 16px;
  }

  .faq-list .faq-list-container .faq-list-bottom .faq-content ul.faq-content-answer li{
    /* font-size: 16px; */
    /* font-weight: 300; */
  }
  .faq-list .faq-list-container .faq-list-bottom .faq-content .faq-content-answer li{
    /* font-size: 16px; */
    /* font-weight: 300; */
  }

  .faq-list .back-link-btn {
    width: 71%;
  }
}

html[dir=rtl] .faq-list .faq-list-container .faq-list-bottom .faq-content-question .icon-plus{
  left: 0;
  right:unset;
}
html[dir=rtl] .faq-list .faq-list-container .faq-list-bottom .faq-content-question .icon-sub{
  left: 0;
  right:unset;
}  
html[dir=rtl] .faq-list .faq-list-container .faq-list-top .faq-title{
  text-align: right;
}
html[dir=rtl] .faq-list .faq-list-container .faq-list-top .faq-desc{
  text-align:right;
}