﻿@charset "UTF-8";
@import url(../fonts.css);
.footer-content, .site-header .container, .site-header {
  zoom: 1;
}
.footer-content:after, .site-header .container:after, .site-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
  font-family: "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:lang(vi-vn) body {
  font-family: Segoe UI, "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
}

* {
  outline: none;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

::-webkit-search-cancel-button {
  display: none;
}

.btn {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  text-align: center;
  color: white;
  font-size: 15px;
  background: #444;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  transition: 0.3s;
}
.btn.on-touch {
  color: white;
  background: #222;
  text-decoration: none;
}
.btn.btn-blue {
  background: #0D64CD;
}
.btn.btn-blue.on-touch {
  background: #033A7B;
}
.btn.btn-gray {
  background: #aaa;
}
.btn.btn-gray.on-touch {
  background: #888;
}
.btn.btn-green {
  background: #0D64CD;
}
.btn.btn-green.on-touch {
  background: #2b4914;
}
.btn.btn-white {
  color: #676767;
  font-weight: bold;
  background: white;
}
.btn.btn-white.on-touch {
  color: white;
  background: #444;
}
.btn.btn-single {
  width: 100%;
  max-width: 300px;
  margin: 0;
}

/*頂部選單 start
-------------------------------------------------- */
.site-header {
  width: 100%;
  min-width: 1170px;
  position: relative;
  border-top: 3px solid #0D64CD;
  border-bottom: 1px solid #EEE;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
}
.site-header.min .container {
  height: 60px;
}
.site-header.min .logo {
  width: 55px;
}
.site-header.min .global-nav-pc {
  height: 60px;
  padding-top: 0px;
}
.site-header .container, .site-header .logo, .site-header .global-nav-pc, .site-header .global-nav-mobile {
  transition: 0.4s;
}
.site-header .container {
  width: 1170px;
  height: 80px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.site-header .logo {
  float: left;
  width: 74px;
  margin-right: 10px;
}
.site-header .logo img {
  width: 100%;
  max-width: 74px;
  vertical-align: top;
}
.site-header .global-nav-normal {
  float: right;
  width: calc(100% - 180px);
  height: 70px;
  text-align: right;
  padding-top: 15px;
  overflow: hidden;
  /*--社群連結--*/
  /*-----*/
}
.site-header .global-nav-normal ul {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.site-header .global-nav-normal li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #676767;
  font-weight: bold;
  margin-left: 5px;
}
.site-header .global-nav-normal li a {
  color: #676767;
  padding: 5px 10px 5px;
  display: inline-block;
  line-height: 1.3;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 10px;
}
.site-header .global-nav-normal li a.on-touch, .site-header .global-nav-normal li a.active {
  color: white;
  background: #0D64CD;
  text-decoration: none;
}
.site-header .global-nav-normal li a img {
  height: 100%;
}
.site-header .global-nav-normal .gnn-function a {
  border: 1px solid #0d6507;
  background: #FFF;
  color: #0d6507;
}
.site-header .global-nav-normal .share_box {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.site-header .global-nav-normal .share_box .sh_icon {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 3px;
  width: 50px;
  vertical-align: middle;
}
.site-header .global-nav-normal .share_box .sh_icon a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  opacity: 1;
  transition: 0.4s;
}
.site-header .global-nav-normal .share_box .sh_icon a:hover {
  opacity: 0.5;
}
.site-header .global-nav-normal .share_box .sh_icon img {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0 auto;
}
.site-header .global-nav-mobile {
  transition: 0.4s;
  display: none;
  float: right;
  padding-top: 17px;
}
.site-header .global-nav-mobile .gnn-function {
  display: inline-block;
}
.site-header .global-nav-mobile .gnn-function a {
  min-width: 84px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  background: #FFF;
  border-radius: 6px;
  background: #005BAC;
  transition: 0.2s;
}
.site-header .global-nav-mobile .gnn-function a.active {
  background: #01437c;
}
@media (max-width: 768px) {
  .site-header {
    min-width: 0;
  }
  .site-header .container {
    width: 100%;
    height: 55px;
  }
  .site-header .logo {
    width: 50px;
  }
  .site-header .global-nav-normal {
    display: none;
    height: 100%;
    padding-top: 0px;
  }
  .site-header .global-nav-normal li {
    font-size: 13px;
    margin-left: 12px;
  }
  .site-header .global-nav-normal li a {
    padding: 4px 15px 5px;
  }
  .site-header .global-nav-mobile {
    display: block;
    margin-top: 12px;
    padding-top: 0;
  }
}
@media (max-width: 568px) {
  .site-header .container {
    height: 50px;
  }
  .site-header .logo {
    width: 46px;
  }
  .site-header .global-nav-normal {
    width: 75%;
  }
  .site-header .global-nav-normal ul {
    padding-top: 5px;
  }
  .site-header .global-nav-normal li {
    font-size: 12px;
    margin-left: 8px;
  }
  .site-header .global-nav-normal li a {
    padding: 4px 13px 4px;
  }
  .site-header .global-nav-mobile {
    margin-top: 9px;
  }
  .site-header .global-nav-mobile .nav-mobile-icon {
    width: 28px;
  }
  .site-header .global-nav-mobile ul {
    top: 51px;
  }
}

/*頂部選單 end -------------------------------------------------- */
/* Footer
-------------------------------------------------- */
/* Footer
-------------------------------------------------- */
.footer {
  width: 100%;
  background-color: #303030;
  position: relative;
}

.footer a {
  transition: 0.4s;
  text-decoration: none;
}

.footer a:hover, .footer a:focus {
  text-decoration: none;
}

.footer-content {
  width: 1170px;
  height: auto;
  margin: 0 auto;
  padding: 40px 15px 40px;
  text-align: center;
  position: relative;
  z-index: 12;
  background-color: #303030;
}

.footer .ft-social {
  width: 100%;
  margin: 0px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .ft-social .fts-icon {
  width: 24px;
  display: block;
  margin-right: 16px;
}

.footer .ft-social .fts-icon:last-child {
  margin-right: 0px;
}

.footer .ft-social .fts-icon img {
  width: 100%;
  display: block;
}

.footer .ft-social .fts-icon.fsu-none {
  display: none;
}

.footer .ft-info2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.footer .ft-info2 .fi-txt {
  color: #FFF;
  font-size: 14px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer .ft-info2 .fi-txt a {
  color: #00DEFF;
  font-size: 14px;
}

.footer .ft-info2 .fi-txt + .fi-txt {
  margin-left: 16px;
}

.footer .ft-info2 .ft-ic {
  display: block;
  width: 20px;
  margin-right: 4px;
}

.footer .ft-info2 .ft-ic img {
  width: 100%;
  display: block;
}

.footer .ft-info-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer.ft-new2 .ft-info-box {
  justify-content: center;
  padding: 0;
  border-top: none;
}

.footer.ft-new2 .ft-info-box .fib-copyright {
  text-align: center;
}

.footer .ft-info-box .fib-l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer .ft-info-box .fib-r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer .ft-info-box .fib-logo {
  width: 126px;
  margin-right: 16px;
}

.footer .ft-info-box .fib-logo img {
  width: 100%;
  display: block;
}

.footer .ft-info-box .fib-copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.footer .ft-info-box .fib-copyright .fic-tip {
  margin-bottom: 8px;
}

.footer .ft-info-box .fibr-img {
  height: 40px;
  margin-left: 16px;
}

.footer .ft-info-box .fibr-img img {
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .footer-content {
    width: 100%;
  }
  .footer .footer-content {
    padding: 32px 15px;
  }
  .footer .ft-info-box .fib-logo {
    display: none;
  }
  .footer .ft-info-box .fib-copyright {
    text-align: center;
  }
}
/*----*/
/*footer end -------------------------------------------------- */
/*app 連結 start
-------------------------------------------------- */
.app-link-pc {
  width: 150px;
  height: auto;
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 15;
  visibility: visible;
  padding: 12px 12px 9px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 15;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 5px 0px 0px 5px;
  transition: 0.4s;
  transform: scale(1);
  transform-origin: 100% 0%;
}

.app-link-pc a {
  transition: 0.4s;
}

.app-link-pc .appstore-icon li {
  margin-bottom: 10px;
}

.app-link-pc .appstore-icon li:last-child {
  margin-bottom: 0;
}

.app-link-pc .appstore-icon li a {
  display: block;
  border: 1px solid #888;
  background: rgba(0, 0, 0, 0);
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}

.app-link-pc .appstore-icon li a.on-touch {
  background: rgba(0, 0, 0, 0.5);
}

.app-link-pc .appstore-icon img {
  width: 100%;
  vertical-align: bottom;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}

.app-link-pc.alp-hidden {
  visibility: hidden;
  transform: scale(0);
}

.app-link-pc .app-link-social {
  display: block;
  width: 100%;
  margin-top: 7px;
  text-align: center;
}

.app-link-pc .app-link-social li {
  width: 48%;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  color: white;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  border-right: 1px dotted #555;
}

.app-link-pc .app-link-social li .als-g {
  font-size: 26px;
  vertical-align: -3px;
}

.app-link-pc .app-link-social li a {
  width: 100%;
  display: block;
  color: white;
  text-decoration: none;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.app-link-pc .app-link-social li a.on-touch {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.app-link-pc .app-link-social li:last-child {
  border-right: none;
}

.app-link-pc .app-link-tip {
  color: #999;
  font-size: 12px;
  text-align: justify;
  line-height: 1.5;
  margin: 10px 0;
}

@media (max-width: 820px) {
  .app-link-pc {
    display: none;
  }
}
.alp-close {
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  color: white;
  font-size: 13px;
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 16;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: 0.4s;
}

.alp-close .icon-shrink2 {
  line-height: inherit;
}

.alp-close .icon-enlarge2:before {
  content: "\e98b" !important;
}

@media (max-width: 820px) {
  .alp-close {
    display: none;
  }
}
.app-link-mobile {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.app-link-mobile .appstore-icon li {
  margin-bottom: 15px;
  width: 100%;
}

.app-link-mobile .appstore-icon li:last-child {
  margin-bottom: 0;
}

.app-link-mobile .appstore-icon li a {
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.app-link-mobile .appstore-icon li a.on-touch {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.app-link-mobile .appstore-icon .appicon-img img {
  max-width: 90px;
}

.app-link-mobile .appstore-icon p {
  font-size: 16px;
  color: #EEE;
  font-weight: bold;
}

.app-link-mobile .appstore-icon .app-link-address a {
  display: inline-block;
  margin-right: 20px;
}

.app-link-mobile .appstore-icon .app-link-address a:last-child {
  margin-right: 0;
}

.app-link-mobile .appstore-icon .app-link-address img {
  width: 60px;
}

@media (max-width: 820px) {
  .app-link-mobile {
    display: block;
  }
}
/*app 連結 end -------------------------------------------------- */
/*app 連結 start
-------------------------------------------------- */
.app-link-pc {
  width: 150px;
  height: auto;
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 15;
  visibility: visible;
  padding: 12px 12px 9px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 15;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 5px 0px 0px 5px;
  transition: 0.4s;
  transform: scale(1);
  transform-origin: 100% 0%;
}
.app-link-pc a {
  transition: 0.4s;
}
.app-link-pc .appstore-icon li {
  margin-bottom: 10px;
}
.app-link-pc .appstore-icon li:last-child {
  margin-bottom: 0;
}
.app-link-pc .appstore-icon li a {
  display: block;
  border: 1px solid #888;
  background: rgba(0, 0, 0, 0);
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}
.app-link-pc .appstore-icon li a.on-touch {
  background: rgba(0, 0, 0, 0.5);
}
.app-link-pc .appstore-icon img {
  width: 100%;
  vertical-align: bottom;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
}
.app-link-pc.alp-hidden {
  visibility: hidden;
  transform: scale(0);
}
.app-link-pc .app-link-social {
  display: block;
  width: 100%;
  margin-top: 7px;
  text-align: center;
}
.app-link-pc .app-link-social li {
  width: 48%;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  color: white;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  border-right: 1px dotted #555;
}
.app-link-pc .app-link-social li .als-g {
  font-size: 26px;
  vertical-align: -3px;
}
.app-link-pc .app-link-social li a {
  width: 100%;
  display: block;
  color: white;
  text-decoration: none;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.app-link-pc .app-link-social li a.on-touch {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.app-link-pc .app-link-social li:last-child {
  border-right: none;
}
.app-link-pc .app-link-tip {
  color: #999;
  font-size: 12px;
  text-align: justify;
  line-height: 1.5;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .app-link-pc {
    display: none;
    position: static;
  }
}

.alp-close {
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  color: white;
  font-size: 13px;
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 16;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: 0.4s;
}
.alp-close .icon-shrink2 {
  line-height: inherit;
}
.alp-close .icon-enlarge2:before {
  content: "\e98b" !important;
}
@media (max-width: 768px) {
  .alp-close {
    display: none;
    position: static;
  }
}

.app-link-mobile {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.app-link-mobile .appstore-icon li {
  margin-bottom: 15px;
  width: 100%;
}
.app-link-mobile .appstore-icon li:last-child {
  margin-bottom: 0;
}
.app-link-mobile .appstore-icon li a {
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.app-link-mobile .appstore-icon li a.on-touch {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.app-link-mobile .appstore-icon .appicon-img img {
  max-width: 90px;
}
.app-link-mobile .appstore-icon p {
  font-size: 16px;
  color: #EEE;
  font-weight: bold;
}
.app-link-mobile .appstore-icon .app-link-address a {
  display: inline-block;
  margin-right: 20px;
}
.app-link-mobile .appstore-icon .app-link-address a:last-child {
  margin-right: 0;
}
.app-link-mobile .appstore-icon .app-link-address img {
  width: 60px;
}
@media (max-width: 768px) {
  .app-link-mobile {
    display: block;
  }
}
/*app 連結 end -------------------------------------------------- */
/*-- floating Button start --*/
.container-floating {
  display: none;
  position: fixed;
  bottom: 95px;
  right: 17px;
  z-index: 990;
  transition: 0.3s;
}
.container-floating.cfl-active {
  height: 200px;
}
.container-floating.cfl-active2 {
  bottom: -300px;
}
@media (max-width: 768px) {
  .container-floating {
    display: block;
  }
}

#floating-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #db4437;
  position: absolute;
  bottom: 0px;
  right: 0;
  cursor: pointer;
}
#floating-button.is-active .ic-share {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  animation: is-rotate 0.3s linear;
}
#floating-button.is-active .ic-clear {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  animation: is-rotate 0.3s linear;
}

.ic-clear, .ic-share {
  color: white;
  width: 45px;
  height: 45px;
  line-height: 46px;
  font-size: 21px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ic-share {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: 0.3s;
  animation: is-rotate2 0.3s linear;
}

.ic-clear {
  font-size: 16px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: 0.3s;
  animation: is-rotate2 0.3s linear;
}

.nds .ic-fb, .nds .ic-line {
  color: white;
  width: 40px;
  height: 40px;
  line-height: 42px;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 23px;
  text-decoration: none;
  transition: 0.3s;
  animation: plus-out 0.3s linear;
}
.nds .ic-line {
  font-size: 21px;
}

@keyframes plus-out {
  from {
    opacity: 0;
    transform: rotateZ(360deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes is-rotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes is-rotate2 {
  from {
    transform: rotateZ(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}
.nds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  z-index: 300;
  transform: scale(0);
  cursor: pointer;
}

.nd1 {
  background: #00c300;
  bottom: 55px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

.nd3 {
  background: #4267b2;
  bottom: 55px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

.nd4 {
  background: #4267b2;
  bottom: 105px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.container-floating.cfl-active .nds {
  animation: bounce-nds 0.1s linear;
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}
.container-floating.cfl-active .nd3 {
  animation-delay: 0.08s;
}
.container-floating.cfl-active .nd4 {
  animation-delay: 0.15s;
}
.container-floating.cfl-active .nd5 {
  animation-delay: 0.2s;
}

/*----*/
body {
  -webkit-text-size-adjust: 100%;
  padding-top: 0;
}

input, select, textarea {
  font-family: "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
}

/*內容區塊定義 start
-------------------------------------------------- */
.site-body {
  width: 100%;
  position: relative;
  background: #FFF;
}

/*內容區塊定義 end -------------------------------------------------- */
/*fake
-------------------------------------------------- */
[class^=fake-] {
  display: none;
}

/*fake end -------------------------------------------------- */
/*scrollToTop start
-------------------------------------------------- */
.scrollToTop {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: fixed;
  bottom: 100px;
  right: 30px;
  visibility: hidden;
  background: #000000;
  text-decoration: none;
  z-index: 99;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 2px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: 0.4s;
}
.scrollToTop.visible {
  visibility: visible;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.scrollToTop.on-touch {
  color: #ffffff;
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.scrollToTop:hover, .scrollToTop:focus {
  text-decoration: none;
  color: #ffffff;
}
.scrollToTop img {
  width: 100%;
}
.scrollToTop .t-icon {
  font-size: 25px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 17px;
}
@media (max-width: 768px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 40px;
    right: 20px;
  }
  .scrollToTop .t-icon {
    font-size: 22px;
    padding-top: 15px;
  }
  .scrollToTop .t-text {
    display: none;
  }
}

/*scrollToTop end -------------------------------------------------- */