html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #212121;
  line-height: 1;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12pt;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100% !important;
  }
}
.header {
  height: 86px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 150;
}
.header .tNav {
  height: 100%;
  background: #16192d;
  text-align: left;
  padding-top: 25px;
  position: relative;
}
.header .tNav a,
.header .tNav span {
  box-sizing: border-box;
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  outline: none;
  text-decoration: none;
}
.header .tNav .brand {
  display: inline-block;
  vertical-align: middle;
}
.header .tNav .brand a {
  width: 170px;
  color: #5f6368;
  display: inline-block;
  padding: 0.5em 0;
  font-size: 1.3em;
}
.header .tNav .brand a img {
  display: inline-block;
  line-height: 1em;
  margin-right: 0.2em;
  vertical-align: text-bottom;
}
.header .tNav .brand h1 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.header .tNav .brand .img_div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 18.0586907449%;
  overflow: hidden;
}
.header .tNav .brand .img_div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header .tNav .container {
  display: flex;
  align-items: center;
}
.header .tNav .container > ul {
  display: inline-block;
  vertical-align: middle;
}
.header .tNav .container > ul > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header .tNav .container > ul > li::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f27920;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: 0.3s;
}
.header .tNav .container > ul > li:hover::after, .header .tNav .container > ul > li.active::after {
  transform: scale(1);
}
.header .tNav .links {
  margin-left: 2em;
}
.header .tNav .links a {
  color: #fff;
  letter-spacing: 0.25px;
  transition: color 0.2s;
}
.header .tNav .links > li + li {
  margin-left: 2em;
}
.header .tNav .links > li > a {
  padding: 1.6em 0;
}
.header .tNav li a i {
  line-height: 0;
  margin-left: 0.3em;
}
.header .tNav li.dropdown {
  background: #16192d;
}
.header .tNav li.dropdown > ul {
  background: #16192d;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: calc(100% + 2em);
  opacity: 0;
  position: absolute;
  top: -100vh;
  z-index: 1;
  left: -1em;
}
.header .tNav li.dropdown > ul > li + li a,
.header .tNav li.dropdown > ul > li + li span {
  box-shadow: 0 1px 0 rgba(223, 223, 223, 0.5) inset;
}
.header .tNav li.dropdown > ul li {
  white-space: nowrap;
}
.header .tNav li.dropdown > ul li a {
  padding: 0.9em 1em;
  transition: background-color 0.2s, color 0.2s;
}
.header .tNav li.dropdown > ul li a:hover {
  background: #ccc;
  color: #333;
}
.header .tNav li.dropdown > ul li span {
  padding: 0.6em 1em;
  margin-bottom: 5px;
  color: #f27920;
  font-size: 700;
  cursor: default;
}
.header .tNav li.dropdown > ul li ul {
  margin-top: -0.3em;
}
.header .tNav li.dropdown:hover > ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  opacity: 1;
  top: 100%;
  transition: opacity 0.2s;
}
.header .tNav .rLinks {
  margin-left: auto;
}
.header .tNav .rLinks li::after {
  content: unset !important;
}
.header .tNav .rLinks li span.txt {
  border-radius: 0.3em;
  color: #fff;
  letter-spacing: 0.5px;
  transition: 0.3s;
  line-height: 2.4em;
  padding: 0 1.1em;
  cursor: pointer;
}
.header .tNav .rLinks li span.txt:hover {
  color: #16192d;
  background-color: #fff;
}
.header .tNav .rLinks li span.txt.txt-disable:hover {
  color: #fff;
  background-color: transparent;
  cursor: auto;
}

.nav-mobile {
  width: 100%;
  position: absolute;
  right: -180%;
  opacity: 0;
  background-color: rgba(34, 34, 34, 0.9);
  height: calc(100vh - 75px);
  z-index: 100;
  overflow: hidden;
  transition: right 0.3s ease, opacity 0.3s ease;
}
.nav-mobile .nav-wrap {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
}
.nav-mobile .sub-title {
  display: block;
  font-size: 18px;
  color: #ffd43b;
  font-weight: 700;
}
.nav-mobile .sub-title .fas {
  margin-left: 6px;
}
.nav-mobile .link {
  display: block;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 700;
}
.nav-mobile .link.sub-title {
  color: #ffd43b;
}
.nav-mobile .link:hover {
  color: #ccc;
}
.nav-mobile .main-list-item {
  position: relative;
}
.nav-mobile .main-list-item::before {
  background-color: #999;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}
.nav-mobile .main-list-item + .main-list-item {
  padding-top: 20px;
}
.nav-mobile .main-list-item + .main-list-item::before {
  content: "";
}
.nav-mobile .sub-list {
  padding-left: 15px;
  padding-top: 20px;
  position: relative;
}
.nav-mobile .sub-list::before {
  content: "";
  background-color: #999;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}
.nav-mobile .sub-list .sub-list-item {
  position: relative;
}
.nav-mobile .sub-list .sub-list-item::before {
  background-color: #999;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}
.nav-mobile .sub-list .sub-list-item + .sub-list-item {
  padding-top: 20px;
}
.nav-mobile .sub-list .sub-list-item + .sub-list-item::before {
  content: "";
}
.nav-mobile .sub-list .sub-list-item .link {
  font-weight: 300;
}
.nav-mobile .secondary-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: calc(50% - 82px);
  right: 0;
  transform: translateY(-50%);
}
.nav-mobile .secondary-list:nth-child(1) {
  border-radius: 12px;
}
.nav-mobile .secondary-list .secondary-list-item .link {
  text-align: center;
  padding: 15px 8px;
  background-color: #ccc;
  color: #fff;
  font-size: 14px;
}
.nav-mobile .secondary-list .secondary-list-item .link .img-div {
  position: relative;
  width: 35px;
  margin: 0 auto 8px;
}
.nav-mobile .secondary-list .secondary-list-item .link .img-div img {
  width: 100%;
}
.nav-mobile .secondary-list .secondary-list-item:nth-child(1) .link {
  background-color: #0f79c8;
  border-radius: 12px 0 0 0;
}
.nav-mobile .secondary-list .secondary-list-item:nth-child(2) .link {
  background-color: #00af7d;
  border-top: 2.5px solid #333;
  border-bottom: 2.5px solid #333;
}
.nav-mobile .secondary-list .secondary-list-item:nth-child(3) .link {
  background-color: #d75055;
  border-radius: 0 0 0 12px;
}

.breadcrumbs {
  background-color: #f6f6f6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  word-spacing: 0;
  padding: 2em 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 1.1em;
  vertical-align: middle;
}
.breadcrumbs li i {
  font-size: 0.8em;
  margin: 0 0.8em;
}
.breadcrumbs a {
  color: #4285f4;
  transition: color 0.2s;
}
.breadcrumbs a:hover {
  color: #222;
}

footer {
  font-size: 0.8em;
  padding: 1em 0;
  text-align: center;
}

.web_goTop {
  position: fixed;
  bottom: -100%;
  right: 24px;
  z-index: 100;
  transition: 0.3s;
}
.web_goTop.active {
  bottom: 96px;
}
.web_goTop-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #007bff;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(120, 95, 73, 0.2);
  transition: 0.3s;
}
.web_goTop-inner:hover {
  background-color: #007bff;
  color: #fff;
}

.mobile-title {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.burgerBtn {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 40px;
  height: 35px;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.burgerBtn .group {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.burgerBtn .group div {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #fff;
  border: 1.5px solid #333;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.burgerBtn .group .line1 {
  top: 3px;
}
.burgerBtn .group .line2,
.burgerBtn .group .line3 {
  top: 50%;
  margin-top: -1.5px;
}
.burgerBtn .group .line3 {
  opacity: 0;
}
.burgerBtn .group .line4 {
  bottom: 0;
}

.menu-show .nav-mobile {
  display: block;
}

.menu-open {
  overflow-y: hidden;
}
.menu-open .nav-mobile {
  right: 0;
  opacity: 1;
}
.menu-open .burgerBtn .group {
  transform: rotate(360deg);
}
.menu-open .burgerBtn .group div {
  background-color: #74c0fc;
}
.menu-open .burgerBtn .group .line1,
.menu-open .burgerBtn .group .line4 {
  top: 0;
  opacity: 0;
}
.menu-open .burgerBtn .group .line2 {
  transform: rotate(45deg);
}
.menu-open .burgerBtn .group .line3 {
  opacity: 1;
  transform: rotate(-45deg);
}

#loading {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  font-size: 10vh;
  height: 100vh;
  justify-content: center;
  left: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 200;
}
#loading.active {
  opacity: 1;
}
#loading.active i {
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    color: white;
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  to {
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .login .burgerBtn {
    display: block;
  }
  .header .tNav .container > .links,
  .header .tNav .rLinks {
    display: none !important;
  }
}/*# sourceMappingURL=basic.css.map */