/*faq begin*/
.faq-article {
  position: relative;
  z-index: 1;
  display:block;
  width:100%;
  max-width:1200px;
  margin:0 auto 7% auto;
  padding:5%;
  text-align:center;
  background-color:#f3fdff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
  border-radius: 16px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.faq-article:after {
  content: '';
  display: table;
  clear: both;
}
.faq-article.language-en {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.guide-section {
  display:inline-block;
  width:100%;
  vertical-align:top;
}
.guide {
  display:block;
  margin:0 1.2%;
  text-align:left;
}
@media screen and (max-width: 1000px) {
   .faq-article {
        width: 85%;
    }
}
@media screen and (max-width: 480px) {
    .index-faq-bg {
        background-image: url(../img/faq_m.jpg);
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-position: top;
    }
   .faq-article {
        width: 92%;
    }
}
.more-guide {
  display: none;
  margin-top: 20px;
  padding:4% 5%;
  font-size:21px;
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  color:#666666;
  background-color: #ffffff;
  border-radius: 13px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.more-guide h2{
  font-size:17px;
  font-weight:normal;
  color:#222222;
  }
.more-guide u,  
.more-guide strong{
  color:#000000;
  } 
.more-guide em{
  color:#F39;
  text-decoration:none;
  font-style:normal;
  font-weight:bold;
  }
.more-guide p {
  margin:0 0 15px 0;
  padding:0;
  line-height:170%;
}
.more-guide a {
  display:inline-block;
  color: #18b5b7;
  line-height: 1.36;
  text-decoration:underline;
}
.more-guide a:hover {
  color: #222222;  
}
.more-guide img{ 
  width:100%;
  max-width:428px;
  margin:0 15px 0 0;
  }
.more-guide img:last-child {
  margin:0;
}
.view-more {
  display:block;
  padding:25px 0;
  border-bottom:1px solid #eeeeee;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.view-more, .faq-question label, .faq-question span {
  cursor:pointer;
}
.guide:last-child div.view-more {
  border:0;
}

.faq-question label {
    display:table-cell;
    width:95%;
    padding:0 20px 0 0;
    vertical-align:middle;
    font-weight: 500;
    font-size: 30px;
    line-height:1.25;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
}
.faq-question span {
  display:table-cell;
  width:5%;
  font-size:32px;
  color:#cccccc;
  text-align:right;
  vertical-align:middle;
}
.faq-question {
  display:table;
  width:100%;
  font-weight:400;
  color:#3a7372;
}
.view-more:hover {
  color:#FC0;
}
.view-more-icon:after {
  display: inline-block;
  content: "\f107";
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.is-active .view-more-icon:after {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.first-child .is-active .view-more-icon:after {
  transform: rotate(360deg)!important;
}
@media screen and (max-width: 700px) {
    .faq-question label {
      font-size:20px;
      padding: 0 10px 0 0;
    }
    .faq-question label b{
        display: none;
    }
    .faq-question span {
        font-size: 24px;
    }
    .more-guide {
        font-size: 15px;
        line-height: 1.1;
        margin-top: 10px;
    }
    .more-guide p {
      line-height: 150%;
    }
    .more-guide p b{
        color: #9163af;
    }
}
@media screen and (max-width: 376px) {
    .faq-question label {
      font-size:16px;
    }
    .view-more {
        padding: 12px 0;
    }
}
/*faq end*/ 