@charset "UTF-8";
.container.help .faq-category .subtitle {
  margin-bottom: 10px; }
.container.help .subtitle {
  font-size: 24px;
  margin-bottom: 30px; }

div.quick-links {
  background-color: #eee;
  padding: 0 20px; }

.faq-category {
  min-height: 250px;
  margin-bottom: 40px; }
  .faq-category.links {
    margin-bottom: 0; }
  .faq-category p.text {
    font-size: 16px; }
  .faq-category .title-wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-end;
    height: 75px;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 20px; }
  .faq-category div.read-more {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
  .faq-category div.item {
    margin-bottom: 15px; }
  .faq-category div.item.last {
    margin-bottom: 40px; }
  .faq-category a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #4D5154;
    font-size: 14px; }
    .faq-category a:hover {
      color: #9b9b9b; }
  .faq-category a.read-more {
    margin-bottom: 0; }

@media screen and (min-width: 720px) {
  .faq .title {
    font-size: 38px; } }
.faq .breadcrumb {
  padding: 0;
  background-color: white;
  font-size: 14px;
  margin-bottom: 40px; }
  .faq .breadcrumb span {
    margin-left: 5px;
    font-family: Barlow, 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Verdana, Arial, 'Microsoft YaHei';
    font-size: 14px; }
.faq ol {
  margin-bottom: 40px; }
  .faq ol li.text {
    margin-bottom: 15px; }
.faq .remarks {
  margin-bottom: 5px; }
.faq .question {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: Barlow, 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Verdana, Arial, 'Microsoft YaHei'; }
.faq .text.answer-p {
  margin-bottom: 20px; }
.faq button.q-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  align-items: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-left: 0;
  white-space: normal;
  text-align: left;
  text-decoration-color: #4D5154; }
  .faq button.q-header:hover {
    text-decoration: underline solid #4D5154; }
  .faq button.q-header img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .faq button.q-header.active img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
.faq .arrow-down {
  margin-right: 5px; }
.faq .card-body {
  padding: 25px 32px; }
  .faq .card-body p {
    margin-bottom: 40px; }
  .faq .card-body p:last-child {
    margin-bottom: 0; }
.faq .accordion {
  padding-bottom: 60px; }
  .faq .accordion:last-child {
    margin-bottom: 0; }
  .faq .accordion .subtitle {
    margin-top: 60px; }
    .faq .accordion .subtitle:first-child {
      margin-top: 0; }
  .faq .accordion .card {
    margin-top: 20px; }
    .faq .accordion .card:first-child {
      margin-top: 0; }
  .faq .accordion img {
    height: 24px;
    max-width: 24px; }
.faq .padding-20 {
  padding-top: 20px; }

.livechat-link {
  height: 40px;
  display: inline-block; }

.livechat-icon {
  height: 40px;
  margin-right: 20px; }

.top-tip {
  background-color: #f5f5ff;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  margin-bottom: 40px; }
  .top-tip p.text.bold {
    font-weight: normal; }
  .top-tip p.text.no-margin {
    margin-bottom: 0; }
  .top-tip p.text.small-margin {
    margin-bottom: 30px; }
  .top-tip span.bold {
    font-weight: normal; }
  .top-tip button.q-header {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row;
    align-items: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding-left: 0;
    white-space: normal;
    text-align: left;
    text-decoration-color: #4D5154; }
    .top-tip button.q-header:hover {
      text-decoration: underline solid #4D5154; }
    .top-tip button.q-header img {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .top-tip button.q-header.active img {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .top-tip .accordion {
    padding-bottom: 0; }
    .top-tip .accordion .card-header,
    .top-tip .accordion .card {
      background-color: transparent;
      border: none; }
    .top-tip .accordion .card {
      margin-top: 0; }
    .top-tip .accordion .card-header {
      padding: 0; }
    .top-tip .accordion .card a {
      font-weight: 300; }

.video-list .video-icon {
  width: 100%;
  max-width: 550px;
  border: 1px solid #d8d8d8; }
.video-list p.text.info {
  margin-bottom: 30px; }
.video-list .title-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  align-items: flex-start;
  margin: 10px 0; }
.video-list .video-item {
  margin-bottom: 40px; }
.video-list .video-item .subtitle.video {
  font-size: 20px;
  margin-bottom: 0; }
.video-list p.text {
  margin-bottom: 10px; }
.video-list .link-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; }
  .video-list .link-list a {
    margin-bottom: 3px; }

.modal.video .modal-header {
  border-bottom: 0; }
.modal.video div.modal-dialog {
  max-width: 600px; }

.modal-backdrop.show {
  background-color: white;
  opacity: 0.7; }

/*# sourceMappingURL=faq_zh.css.map */
