@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
h1 {
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 1;
}
h2 {
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 1;
}
h3 {
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 1;
}
h4 {
  font-size: 1.7rem;
  font-weight: lighter;
  line-height: 1.6;
}
h5 {
  font-size: 1.3rem;
  font-weight: lighter;
  line-height: 1.2;
}
h6 {
  font-size: 1rem;
  font-weight: lighter;
  line-height: 1;
}
p {
  font-size: 1.3rem;
  font-weight: lighter;
  line-height: 1.8;
  letter-spacing: .1rem;
}
p .bold {
  font-weight: bold;
}
p .italic {
  font-style: italic;
}
a {
  text-decoration: none;
}
.banner {
  background-image: url(../images/banner-contact.png);
}
.contentWrap {
  padding-bottom: 80px;
}
#filter {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #filter {
    margin-bottom: 15px;
  }
}
#filter .title {
  position: relative;
  color: #808080;
  font-size: 1.7rem;
  line-height: 40px;
  padding-left: 40px;
  border-bottom: 1px solid #004d96;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#filter .title:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 10px;
  background-image: url(../images/faq-filter-arrow-grey.png);
  left: 10px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#filter .content {
  background-color: #94CEEB;
  text-align: center;
  display: none;
  overflow: hidden;
}
#filter .content .box {
  display: inline-block;
  margin: 20px 15px;
}
#filter .content .box h4 {
  color: #004d96;
  font-size: 1.7rem;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #filter .content .box h4 {
    font-size: 1.3rem;
  }
}
#filter .content .box ul:after {
  content: "";
  display: block;
  clear: both;
}
#filter .content .box ul li {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: 120px;
  height: 36px;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  line-height: 36px;
  border: 1px solid #FFF;
  background-color: #94CEEB;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#filter .content .box ul li:nth-child(3n-2) {
  clear: left;
}
#filter .content .box ul li:hover {
  color: #004d96;
  border: 1px solid #004d96;
}
#filter .content .box ul li.actived {
  color: #004d96;
  background-color: #FFF;
  border: 1px solid white;
}
@media only screen and (max-width: 767px) {
  #filter .content .box ul li {
    width: 100px;
  }
}
#filter.actived .title {
  color: white;
  background-color: #1babe0;
  border-bottom: 1px solid #1babe0;
}
#filter.actived .title:before {
  background-image: url(../images/faq-filter-arrow-white.png);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.catalog {
  border: 1px solid #004d96;
  margin-bottom: 20px;
}
.catalog > .title {
  position: relative;
  color: #FFF;
  font-size: 2.5rem;
  line-height: 120px;
  background-color: #004d96;
  padding-left: 100px;
  padding-right: 100px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog > .title {
    line-height: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog > .title {
    font-size: 1.7rem;
    line-height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog > .title:after {
  content: "+";
  display: block;
  position: absolute;
  right: 100px;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  margin-top: -30px;
  border: 1px solid white;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog > .title:after {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog > .title:after {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin-top: -15px;
  }
}
.catalog > .title span {
  display: inline-block;
  width: 40px;
  margin-left: 20px;
  color: #004d96;
  line-height: 40px;
  text-align: center;
  background-color: #FFF;
}
@media only screen and (max-width: 767px) {
  .catalog > .title span {
    width: 30px;
    margin-left: 10px;
    line-height: 30px;
  }
}
.catalog > .content {
  padding: 40px 100px 20px;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog > .content {
    padding: 30px 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog > .content {
    padding: 10px 10px 0;
  }
}
.catalog > .content .question {
  position: relative;
  border: 1px solid #EBEBEB;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .catalog > .content .question {
    margin-bottom: 10px;
  }
}
.catalog > .content .question .switch {
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 100px;
  height: 85px;
  background-color: #1babe0;
  cursor: pointer;
}
.catalog > .content .question .switch span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.catalog > .content .question .switch span:before {
  content: "";
  display: block;
  width: 57px;
  height: 10px;
  background-image: url(../images/arrow-white.png);
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -28px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog > .content .question .switch span:after {
  content: "Open";
  display: block;
  height: 85px;
  overflow: hidden;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  line-height: 120px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.catalog > .content .question .switch span:hover:before {
  top: 16px;
}
.catalog > .content .question .switch span:hover:after {
  letter-spacing: 5px;
  text-indent: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog > .content .question .switch {
    right: 20px;
    width: 60px;
  }
  .catalog > .content .question .switch span:before {
    display: none;
  }
  .catalog > .content .question .switch span:after {
    line-height: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog > .content .question .switch {
    display: none;
  }
}
.catalog > .content .question .title {
  color: #004d96;
  font-size: 1.7rem;
  line-height: 1.4;
  padding: 30px;
  background-color: #EBEBEB;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .catalog > .content .question .title {
    font-size: 1.3rem;
    padding: 20px 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog > .content .question .title {
    padding: 10px;
  }
}
.catalog > .content .question .content {
  display: none;
  padding: 50px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog > .content .question .content {
    padding: 25px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog > .content .question .content {
    padding: 10px;
  }
}
.catalog > .content .question .content.editor strong {
  font-weight: bold;
}
.catalog > .content .question .content.editor h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.catalog > .content .question .content.editor h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.catalog > .content .question .content.editor h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.catalog > .content .question .content.editor h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.catalog > .content .question .content.editor h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.catalog > .content .question .content.editor h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.catalog > .content .question .content.editor a {
  text-decoration: underline;
}
.catalog > .content .question .content.editor b {
  font-weight: bold;
}
.catalog > .content .question .content.editor i {
  font-style: italic;
}
.catalog > .content .question .content.editor p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.catalog > .content .question .content.editor small {
  font-size: smaller;
}
.catalog > .content .question .content.editor img {
  display: inline-block;
  max-width: 100%;
}
.catalog > .content .question .content.editor ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.catalog > .content .question .content.editor ul li {
  display: list-item;
  list-style-type: disc;
}
.catalog > .content .question .content.editor iframe {
  width: 100%;
  height: 500px;
}
.catalog > .content .question .content.editor ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.catalog > .content .question .content.editor ol li {
  display: list-item;
  list-style-type: decimal;
}
.catalog > .content .question .tag {
  padding: 20px 180px 10px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .catalog > .content .question .tag {
    padding: 20px 110px 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog > .content .question .tag {
    display: none;
    padding: 10px 10px 5px;
    text-align: center;
  }
}
.catalog > .content .question .tag:after {
  content: "";
  display: block;
  clear: both;
}
.catalog > .content .question .tag li {
  float: left;
  min-width: calc(100px - 10px);
  height: 36px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #1babe0;
  color: #1babe0;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .catalog > .content .question .tag li {
    float: none;
    display: inline-block;
    margin: 0 0 5px;
    font-size: 1rem;
    line-height: 30px;
    height: 30px;
    min-width: calc(80px - 10px);
  }
}
.catalog > .content .question.actived .switch span {
  overflow: hidden;
}
.catalog > .content .question.actived .switch span:before {
  top: inherit;
  bottom: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.catalog > .content .question.actived .switch span:after {
  content: "Close";
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .catalog > .content .question.actived .switch span:after {
    line-height: 85px;
  }
}
.catalog > .content .question.actived .switch span:hover:before {
  bottom: 16px;
}
.catalog.actived > .title:after {
  content: "-";
  line-height: 52px;
}
@media only screen and (max-width: 767px) {
  .catalog.actived > .title:after {
    line-height: 24px;
  }
}
