@font-face {
  font-family: "MStif";
  font-display: fallback;
  font-weight: 900;
  src: url("/font/MStiffHeiHK-UltraBold.woff2") format("woff2"), url("/font/MStiffHeiHK-UltraBold.woff") format("woff"), url("/font/MStiffHeiHK-UltraBold.ttf") format("truetype");
}
#Serv_Contact .top-info, #term-content .term-title {
  font-size: 27px;
}
@media (max-width: 1199px) {
  #Serv_Contact .top-info, #term-content .term-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #Serv_Contact .top-info, #term-content .term-title {
    font-size: 0.5em;
  }
}
@media (max-width: 576px) {
  #Serv_Contact .top-info, #term-content .term-title {
    font-size: 0.55em;
  }
}
@media (max-width: 359px) {
  #Serv_Contact .top-info, #term-content .term-title {
    font-size: 0.62em;
  }
}

#Serv_Contact .flex .info .button-link, #Serv_Contact .flex .info div, #Serv_Contact .flex .info ul li, #Serv_Contact .download-info, #Serv_Contact .accordion-title.download-title .text, .c-accordion-wrapper .serv-contact-intro {
  font-size: 24px;
}
@media (max-width: 1199px) {
  #Serv_Contact .flex .info .button-link, #Serv_Contact .flex .info div, #Serv_Contact .flex .info ul li, #Serv_Contact .download-info, #Serv_Contact .accordion-title.download-title .text, .c-accordion-wrapper .serv-contact-intro {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  #Serv_Contact .flex .info .button-link, #Serv_Contact .flex .info div, #Serv_Contact .flex .info ul li, #Serv_Contact .download-info, #Serv_Contact .accordion-title.download-title .text, .c-accordion-wrapper .serv-contact-intro {
    font-size: 0.45em;
  }
}
@media (max-width: 576px) {
  #Serv_Contact .flex .info .button-link, #Serv_Contact .flex .info div, #Serv_Contact .flex .info ul li, #Serv_Contact .download-info, #Serv_Contact .accordion-title.download-title .text, .c-accordion-wrapper .serv-contact-intro {
    font-size: 0.52em;
  }
}
@media (max-width: 359px) {
  #Serv_Contact .flex .info .button-link, #Serv_Contact .flex .info div, #Serv_Contact .flex .info ul li, #Serv_Contact .download-info, #Serv_Contact .accordion-title.download-title .text, .c-accordion-wrapper .serv-contact-intro {
    font-size: 0.58em;
  }
}

.c-accordion-wrapper .serv-contact-intro {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .c-accordion-wrapper .serv-contact-intro {
    font-size: 0.4em;
  }
}

#Serv_BlackList .td {
  word-break: break-word;
}

#Serv_Contact {
  position: relative;
  width: 100%;
  display: block;
}
#Serv_Contact .top-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#Serv_Contact .top-info .info-box {
  position: relative;
  width: calc(50% - 10px);
  border: 2px solid #e8a418;
  margin-bottom: 20px;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #33040d;
}
#Serv_Contact .top-info .info-box .icon {
  position: relative;
  width: 25%;
}
#Serv_Contact .top-info .info-box .icon img {
  position: relative;
  width: 65%;
}
#Serv_Contact .top-info .info-box .text {
  position: relative;
  width: 75%;
  padding: 1em 8% 1em 0;
  font-weight: bold;
}
#Serv_Contact .top-info .info-box .text .title {
  position: relative;
  background-color: #560003;
  text-align: center;
  padding: 1em;
  border-radius: 11px;
}
#Serv_Contact .top-info .info-box .text .detail {
  position: relative;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
#Serv_Contact .top-info .info-box .text .detail .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Serv_Contact .top-info .info-box a {
  position: relative;
  color: white;
}
#Serv_Contact .top-info .info-box a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@media (max-width: 800px) {
  #Serv_Contact .top-info .info-box {
    width: 100%;
  }
}
#Serv_Contact .c-accordion-wrapper .accordion-title::after {
  display: none;
}
#Serv_Contact .textYellow {
  color: #e9b950;
}
#Serv_Contact .button-link {
  background: rgb(233, 121, 77);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 121, 77)), to(rgb(188, 90, 20)));
  background: linear-gradient(to bottom, rgb(233, 121, 77) 0%, rgb(188, 90, 20) 100%);
  position: relative;
  color: white;
  width: 45%;
  display: block;
  border-radius: 45px;
  margin: 0 0.5em;
  -webkit-box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.2901960784);
          box-shadow: 1px 5px 5px 2px rgba(0, 0, 0, 0.2901960784);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
#Serv_Contact .button-link:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
@media (max-width: 1199px) {
  #Serv_Contact .button-link {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #Serv_Contact .button-link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #Serv_Contact .button-link {
    font-size: 0.9em;
  }
}
#Serv_Contact .accordion-title.download-title {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
#Serv_Contact .accordion-title.download-title .text {
  color: white;
  background: transparent;
  font-family: "Heiti TC", "Microsoft JhengHei", Verdana;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 576px) {
  #Serv_Contact .accordion-title.download-title .text {
    width: 100%;
    text-align: left;
  }
}
#Serv_Contact .accordion-content {
  text-align: left;
}
#Serv_Contact .download-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #eabb54;
  padding: 0.8em 4%;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: transparent;
}
#Serv_Contact .download-info .name {
  position: relative;
}
#Serv_Contact .download-info .file-link {
  position: relative;
}
#Serv_Contact .download-info .file-link img {
  position: relative;
  width: 46px;
}
#Serv_Contact .download-info:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  background-color: rgba(255, 191, 71, 0.1607843137);
}
@media (max-width: 576px) {
  #Serv_Contact .download-info {
    padding: 1em 9% 1em 4%;
  }
  #Serv_Contact .download-info .file-link img {
    width: 8vw;
  }
}
#Serv_Contact .flex {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Serv_Contact .flex .info {
  position: relative;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 30%;
}
#Serv_Contact .flex .info ul {
  position: relative;
}
#Serv_Contact .flex .info div {
  text-align: left;
}
#Serv_Contact .flex .info .button-link {
  text-decoration: none;
  width: 62%;
  display: block;
  border-radius: 45px;
  padding: 0.3em;
}
#Serv_Contact .flex .info:nth-child(2) {
  border-right: 2px solid #eabb54;
  border-left: 2px solid #eabb54;
  width: 50%;
  padding: 0 5%;
}
#Serv_Contact .flex .info:nth-child(3) {
  width: 20%;
}
@media (max-width: 800px) {
  #Serv_Contact .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #Serv_Contact .flex .info {
    width: 100%;
  }
  #Serv_Contact .flex .info:nth-child(1) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0.5em;
  }
  #Serv_Contact .flex .info:nth-child(2) {
    border-top: 2px solid #eabb54;
    border-right: 0;
    border-left: 0;
    width: 100%;
    padding: 0.5em;
  }
  #Serv_Contact .flex .info:nth-child(3) {
    width: 100%;
    padding-bottom: 1em;
  }
}

.accordion-card-text {
  padding: 0 1.3em;
}
.accordion-card-text ul {
  margin: 0;
  padding: 0 0.7em !important;
}/*# sourceMappingURL=service.css.map */