/*				.appdl a {
color: #fff;
background-color: #056DAE;
padding: 7px 15px;
font-weight: bold;
border-radius: 2px;

}*/
/*.faqbtn1>div ,.faqbtn2>div ,.faqbtn3>div,.faqbtn4>div {
border-right: 1px solid #CBCBCB;
}*/
/* overlay box */
.divCenter {
  margin: auto;
}

.faqSection {
  background: #f9f9f9;
  font-size: 16px;
}
.faqSection table,
.faqSection tr,
.faqSection td,
.faqSection p {
  margin: 0;
  padding: 0;
  border: 0;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline: 0;
  font-size: 100%;
}

.faqHead {
  background: #fff;
}
.faqHead h4 {
  cursor: pointer;
  position: relative;
  padding: 10px 0 10px 30px;
  border-top: 1px solid #999;
  font-family: "Citi-Sans-Text", "Citi-Sans-TC-Text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.faqHead h4:before {
  background: url(../img/sample.png) no-repeat;
  transform: rotate(0deg);
  transition: 0.3s all linear;
  left: 0;
  top: calc(50% - 4px);
  position: absolute;
  content: "";
  width: 15px;
  height: 8px;
}
.faqHead h4.opened:before {
  transform: rotate(180deg);
}

.faqQns {
  background: #fff;
  display: none;
}

.faqbtn1.active {
  border-color: #056dae;
  border-color: #056dae;
}

.faqbtn2.active {
  border-color: #056dae;
  border-color: #056dae;
}

.faqbtn3.active {
  border-color: #056dae;
  border-color: #056dae;
}

.faqbtn1 {
  padding: 5px 0;
  border-bottom: 3px solid #cbcbcb;
  width: 20%;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: relative;
  vertical-align: middle;
}
.faqbtn1 > div {
  padding: 10px 0;
  padding: 10px 0;
}
.faqbtn1:after {
  content: "";
  border-right: 1px solid #cbcbcb;
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
}

.faqbtn2 {
  padding: 5px 0;
  border-bottom: 3px solid #cbcbcb;
  width: 20%;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: relative;
  vertical-align: middle;
}
.faqbtn2 > div {
  padding: 10px 0;
  padding: 10px 0;
}
.faqbtn2:after {
  content: "";
  border-right: 1px solid #cbcbcb;
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
}

.faqbtn3 {
  padding: 5px 0;
  border-bottom: 3px solid #cbcbcb;
  width: 20%;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: relative;
  vertical-align: middle;
}
.faqbtn3 > div {
  padding: 10px 0;
  padding: 10px 0;
}
.faqbtn3:after {
  content: "";
  border-right: 1px solid #cbcbcb;
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
}

.faq2c {
  display: none;
}

.faq3c {
  display: none;
}

.exall {
  cursor: pointer;
  color: #056dae;
  font-weight: bold;
  padding: 15px 15px 10px 15px;
  margin-bottom: -10px;
  text-align: right;
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
}

.faqArea {
  padding-bottom: 52px;
  padding: 40px 0 80px;
}
.faqArea > .row > h4 {
  text-align: center;
  padding: 0 0 40px 0;
  font-family: "Citi-Sans-Text", "Citi-Sans-TC-Text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.tcsec {
  background: #f9f9f9;
  font-size: 16px;
  padding-bottom: 47px;
}
.tcsec ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 37px;
}
.tcsec ul li {
  font-size: 16px;
  margin: 0;
  line-height: 21px;
}
.tcsec ul li a {
  color: #000;
}
.tcsec ol {
  margin-left: 15px;
  margin-top: 20px;
}
.tcsec ol li {
  font-size: 16px;
  margin: 0;
  line-height: 21px;
}
.tcsec ol > li {
  list-style-type: decimal;
}
.tcsec ol > li:before {
  content: "";
}

.faq3s {
  background: #fff;
  width: 100%;
  display: table;
  position: relative;
}

.exallc {
  display: none;
}

.faqbtn4 {
  padding: 5px 0;
  border-bottom: 3px solid #cbcbcb;
  width: 20%;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: relative;
  vertical-align: middle;
}
.faqbtn4 > div {
  padding: 10px 0;
}
.faqbtn4:after {
  content: "";
  border-right: 1px solid #cbcbcb;
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
}

.faqbtn5 {
  padding: 5px 0;
  border-bottom: 3px solid #cbcbcb;
  width: 20%;
  display: table-cell;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: relative;
  vertical-align: middle;
}
.faqbtn5 > div {
  padding: 10px 0;
}

.faqbtn4.active {
  border-color: #056dae;
}

.faqbtn5.active {
  border-color: #056dae;
}

.faq4c {
  display: none;
}

.faq5c {
  display: none;
}

.faq {
  padding: 0 20px 0 60px;
  border-top: 1px solid #999;
  padding-left: 60px;
}
.faq .qn {
  cursor: pointer;
  position: relative;
}
.faq .qn .faq-q {
  padding: 10px 0;
  font-family: "Citi-Sans-Text", "Citi-Sans-TC-Text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  position: relative;
}
.faq .qn .faq-q:before {
  background: url(../img/sample.png) no-repeat;
  transform: rotate(0deg);
  transition: 0.3s all linear;
  left: -30px;
  top: calc(50% - 4px);
  position: absolute;
  content: "";
  width: 15px;
  height: 8px;
}
.faq .qn.opened .faq-q:before {
  transform: rotate(180deg);
}
.faq .ans {
  padding: 0;
  font-family: "Citi-Sans-Text", "Citi-Sans-TC-Text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 0 0 20px 0;
}
.faq .ans p {
  padding: 0;
  font-family: "Citi-Sans-Text", "Citi-Sans-TC-Text", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.faq .ans p a {
  color: #056dae;
}

.black {
  color: #000;
}

.popup {
  margin-top: 15px;
  text-decoration: underline;
  cursor: pointer;
  display: block;
}

.faqQns.opened {
  display: block;
}
.faqQns.opened .faq:first-child {
  border-top: 0;
}

.ans {
  display: none;
}

.faqselect {
  border: 0;
  background-color: #eeeceb;
  padding: 18.9px;
  font-size: 16px;
  color: #494949;
  width: 100%;
  margin-bottom: 18.9px;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .exall {
    position: relative;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tcsec {
    background: #fff;
    padding: 40px 0;
  }
  .faqArea {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .visibleMobile {
    display: none !important;
  }
  .visibleXSM {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .visibleDesktop {
    display: none !important;
  }
  .exall {
    text-align: center;
  }
}
.container {
  width: 1020px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.faqSection h2 {
  margin: 0;
}

@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.0909%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}/*# sourceMappingURL=current.css.map */