@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+TC&family=Overpass:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Noto+Sans+TC&family=Overpass:wght@400;700;800&display=swap");
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, 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;
  vertical-align: baseline;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Overpass", "Noto Sans TC";
  background: #fff;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
@media (max-width: 991px) {
  body::before {
    background-position: bottom 50px right 100px;
  }
}
@media (max-width: 767px) {
  body::before {
    background-position: left;
    background-image: url(../image/index/e_bg_mb.png);
  }
}

body.loading {
  opacity: 1;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

main {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 160px;
}
@media (max-width: 767px) {
  main {
    margin-top: 144px;
  }
}
main .bgbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  pointer-events: none;
}
@media (max-width: 991px) {
  main .bgbx {
    display: none;
  }
}
main .bgbx .container {
  position: relative;
  height: 100%;
}
main .bgbx .container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 108%;
  width: 50%;
  height: 100%;
  background-color: #6b539f;
}
main .bgbx .container::after {
  position: absolute;
  content: "";
  top: 30px;
  right: -275px;
  background: url(../images/allpage-bg.png) no-repeat center/contain;
  width: 397px;
  height: 271px;
  z-index: -1;
}

#Wrapper {
  position: relative;
}

header.ch.menu-expanded {
  background: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 40px 65px;
  width: 100%;
  -webkit-transition: background-color 0.4s 0.8s ease;
  transition: background-color 0.4s 0.8s ease;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  header {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  header .title-bar {
    position: relative;
    z-index: 999;
  }
}
header .logo {
  z-index: 999;
  width: 51px;
  height: 80px;
  display: block;
  background: url(../images/logo.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  header.menu-expanded .logo {
    background: url(../images/logo.png) no-repeat center/cover;
  }
}
header .navBox.open {
  right: 0;
}
@media (max-width: 767px) {
  header .navBox.open {
    pointer-events: all;
  }
}
header .navBox.open::before {
  top: 0;
}
@media (max-width: 767px) {
  header .navBox.open::before {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
}
@media (max-width: 767px) {
  header .navBox.open .mo-flex {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: 0.6s 0.6s ease;
    transition: 0.6s 0.6s ease;
  }
}
@media (max-width: 767px) {
  header .navBox.open .copyright {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: 0.6s 0.6s ease;
    transition: 0.6s 0.6s ease;
  }
}
header .navBox {
  position: fixed;
  top: 0;
  right: -305px;
  z-index: 990;
  min-width: 304px;
  max-width: 304px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100vh;
  overflow: auto;
  display: block;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 767px) {
  header .navBox {
    min-width: 100%;
    right: 0;
    top: 0%;
    height: auto;
    padding-bottom: 25px;
    background: none;
    pointer-events: none;
  }
  header .navBox::before {
    position: absolute;
    content: "";
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.6s 0.6s ease;
    transition: 0.6s 0.6s ease;
  }
}
header .h-conbtn.hid {
  opacity: 0;
  pointer-events: none;
}
header .h-conbtn {
  position: fixed;
  top: 40px;
  right: 125px;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.25px;
  font-weight: 800;
  color: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  header .h-conbtn {
    display: none;
  }
}
@media (max-width: 767px) {
  header .mo-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 155px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    pointer-events: none;
  }
}
header ul.mmenu {
  width: 100%;
  position: absolute;
  top: 160px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 215px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  header ul.mmenu {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0px;
    top: auto;
    width: 49%;
  }
  header ul.mmenu::before {
    position: absolute;
    content: "";
    right: -1%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
  }
}
header ul.mmenu > li {
  text-align: right;
}
@media (max-width: 767px) {
  header ul.mmenu > li {
    text-align: left;
  }
}
header ul.mmenu > li:nth-child(1) a {
  font-weight: 700;
}
header ul.mmenu > li:nth-child(1) a::before {
  right: 0;
  bottom: 3px;
  width: 100%;
  opacity: 0;
}
header ul.mmenu > li:nth-child(1) a span {
  display: inline-block;
  position: relative;
}
header ul.mmenu > li:nth-child(1) a span::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
@media (min-width: 768px) {
  header ul.mmenu > li:nth-child(1) a:hover {
    padding-right: 0;
  }
  header ul.mmenu > li:nth-child(1) a:hover span:before {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  header ul.mmenu > li:not(:first-child):hover a {
    padding-right: 30px;
  }
  header ul.mmenu > li:not(:first-child):hover a::before {
    width: 25px;
  }
}
header ul.mmenu > li a {
  position: relative;
  font-size: 0.875rem;
  color: #000;
  letter-spacing: 0.25px;
  line-height: 1.2;
  display: block;
  width: 100%;
  padding: 5px 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  header ul.mmenu > li a {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}
header ul.mmenu > li a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 0;
  background-color: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media all and (max-width: 575px) {
  header ul.mmenu > li a {
    padding: 5px 0;
    margin: 0px 0;
    display: block;
  }
}
@media all and (min-width: 769px) {
  header ul.mmenu > li {
    margin-bottom: 8px;
  }
  header ul.mmenu > li a:hover:after, header ul.mmenu > li.active a:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  header ul.mmenu > li {
    margin-bottom: 10px;
  }
  header ul.mmenu > li:last-child {
    margin-bottom: 0;
  }
}
header .menuicon {
  position: fixed;
  top: 27px;
  right: 56px;
  z-index: 998;
}
@media (max-width: 767px) {
  header .menuicon {
    top: 17px;
    right: 22px;
  }
}
@media all and (max-width: 575px) {
  header .menuicon .mpsrel {
    width: 40px;
    height: 40px;
  }
}
@media all and (min-width: 576px) {
  header .menuicon .mpsrel {
    width: 40px;
    height: 40px;
  }
}
header .menuicon .bar, header .menuicon .bar:after, header .menuicon .bar:before {
  -webkit-transition: all 0.25s, background-color 0.4s 0.5s;
  transition: all 0.25s, background-color 0.4s 0.5s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  width: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 575px) {
  header .menuicon .bar, header .menuicon .bar:after, header .menuicon .bar:before {
    width: 20px;
  }
}
header .menuicon .bar:before {
  background-color: #333;
  top: -5px;
  margin-left: 0px;
  width: 20px;
}
@media all and (max-width: 575px) {
  header .menuicon .bar:before {
    width: 20px;
    top: 0;
  }
}
header .menuicon .bar:after {
  background-color: #333;
  top: 8px;
  margin-left: 0px;
  width: 20px;
}
@media all and (max-width: 575px) {
  header .menuicon .bar:after {
    width: 20px;
  }
}
header.menu-expanded .menuicon .mpsrel {
  background-color: rgba(255, 255, 255, 0);
}
header.menu-expanded .menuicon .bar {
  background: rgba(0, 0, 0, 0);
}
header.menu-expanded .menuicon .bar:before {
  top: 0px;
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #333;
  width: 25px;
}
@media all and (max-width: 575px) {
  header.menu-expanded .menuicon .bar:before {
    width: 25px;
  }
}
header.menu-expanded .menuicon .bar:after {
  top: 0px;
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #333;
  width: 25px;
}
@media all and (max-width: 575px) {
  header.menu-expanded .menuicon .bar:after {
    width: 25px;
  }
}
header .h-botbx {
  position: absolute;
  bottom: 50px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 215px;
  width: 100%;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  header .h-botbx {
    max-width: 100%;
    width: 49%;
    top: 0px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    right: 0px;
    position: relative;
    padding-bottom: 0;
  }
}
header .h-botbx ul {
  text-align: right;
}
header .h-botbx ul li {
  font-size: 0.875rem;
  color: #000;
  letter-spacing: 0.25px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  header .h-botbx ul li {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}
header .h-botbx ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  header .h-botbx ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
header .h-botbx ul li a {
  padding: 5px 0;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-weight: 700;
}
@media (max-width: 767px) {
  header .h-botbx ul li a {
    display: block;
  }
}
header .h-botbx ul li a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 5px;
  height: 1px;
  width: 100%;
  background-color: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
@media (min-width: 768px) {
  header .h-botbx ul li a:hover::before {
    opacity: 1;
  }
}
header .h-botbx .group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  header .h-botbx .group-link {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    right: 0;
    bottom: 2px;
  }
}
header .h-botbx .group-link a {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  header .h-botbx .group-link a:hover {
    opacity: 0.7;
  }
}
header .h-botbx .group-link a:not(:first-child) {
  margin-left: 5px;
}
@media (max-width: 767px) {
  header .h-botbx .group-link a:not(:first-child) {
    margin-left: 13px;
  }
}
header .copyright {
  font-size: 0.875rem;
  color: #000;
  letter-spacing: 0.25px;
  line-height: 1.2;
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 58px;
}
@media (max-width: 767px) {
  header .copyright {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    pointer-events: none;
  }
}

footer {
  background-color: #000000;
  padding: 30px 90px;
}
@media (max-width: 1500px) {
  footer {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 20px;
    padding-top: 25px;
    padding-bottom: 17px;
  }
}
footer .f-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1199px) {
  footer .f-bx {
    display: block;
  }
}
footer .f-bx .l-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
  font-family: "Overpass" "Noto Sans TC";
}
@media (max-width: 767px) {
  footer .f-bx .l-bx {
    display: block;
  }
}
footer .f-bx .l-bx a {
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
  font-family: "Overpass";
}
footer .f-bx .l-bx .f-logo {
  width: 210px;
  height: 49px;
  margin-right: 70px;
}
@media (max-width: 1500px) {
  footer .f-bx .l-bx .f-logo {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  footer .f-bx .l-bx .f-logo {
    width: 140px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  footer .f-bx .l-bx .f-logo {
    width: 236px;
    height: 56px;
  }
}
footer .f-bx .l-bx ul {
  margin-right: 65px;
}
@media (max-width: 1500px) {
  footer .f-bx .l-bx ul {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  footer .f-bx .l-bx ul {
    margin-right: 0;
    margin-top: 20px;
  }
}
footer .f-bx .l-bx ul span {
  font-weight: 400;
  margin-right: 5px;
}
footer .f-bx .l-bx .adr-bx {
  margin-right: 65px;
}
@media (max-width: 1500px) {
  footer .f-bx .l-bx .adr-bx {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  footer .f-bx .l-bx .adr-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  footer .f-bx .l-bx .adr-bx .ti {
    margin-right: 5px;
    font-weight: 400;
  }
}
footer .f-bx .l-bx .adr-bx a {
  display: block;
}
footer .f-bx .l-bx .group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  footer .f-bx .l-bx .group-link {
    margin-top: 25px;
  }
}
footer .f-bx .l-bx .group-link a {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  footer .f-bx .l-bx .group-link a {
    width: 27px;
    height: 27px;
  }
}
footer .f-bx .l-bx .group-link a:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 991px) {
  footer .f-bx .l-bx .group-link a:not(:last-child) {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  footer .f-bx .l-bx .group-link a:not(:last-child) {
    margin-right: 20px;
  }
}
footer .f-bx .l-bx .group-link a img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
footer .f-bx .l-bx .group-link a .hov {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media (min-width: 992px) {
  footer .f-bx .l-bx .group-link a:hover .unhov {
    opacity: 0;
  }
  footer .f-bx .l-bx .group-link a:hover .hov {
    opacity: 1;
  }
}
footer .f-bx .r-bx {
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0px;
  font-weight: 300;
  color: #e5e5e5;
  font-family: "Overpass";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  footer .f-bx .r-bx {
    margin-top: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  footer .f-bx .r-bx {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}
footer .f-bx .r-bx .termbtn {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  footer .f-bx .r-bx .termbtn:hover {
    color: #d8d1e8;
  }
}
footer .f-bx .r-bx a {
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 0px;
  font-weight: 300;
  color: #e5e5e5;
  font-family: "Overpass";
}
footer .f-bx .r-bx span {
  margin: 0 8px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  footer .f-bx .r-bx span {
    margin: 0 1px;
  }
}

.show-topbtn.top_btn {
  opacity: 1;
  pointer-events: all;
}

.top_btn {
  position: fixed;
  right: 60px;
  bottom: 65px;
  cursor: pointer;
  width: 73px;
  height: 73px;
  z-index: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.top_btn span {
  font-size: 1rem;
  line-height: 1.88;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #000;
  font-family: "Overpass";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.top_btn .bg {
  position: absolute;
  height: 64px;
  width: 1px;
  right: 22px;
  bottom: 21px;
  background: #E5E5E5;
  overflow: hidden;
}
.top_btn .bg::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 12px;
  background: #000;
  -webkit-animation: topani 2s linear infinite;
          animation: topani 2s linear infinite;
}
@-webkit-keyframes topani {
  0% {
    bottom: 0;
  }
  90% {
    bottom: 100%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes topani {
  0% {
    bottom: 0;
  }
  90% {
    bottom: 100%;
  }
  100% {
    bottom: 100%;
  }
}
.top_btn.fix {
  position: absolute;
}
@media (max-width: 767px) {
  .top_btn {
    right: 25px;
    bottom: 20px;
  }
}

#top-menu-ul {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #top-menu-ul {
    margin: 0 auto;
    padding: 0;
    padding-top: 40px;
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
  }
}
@media (min-width: 768px) {
  #top-menu-ul {
    margin: 0 auto;
    padding-top: 40px;
  }
}
#top-menu-ul .item_Menu {
  margin: 0 auto;
  overflow: hidden;
  height: 40px;
}
#top-menu-ul .item_menu_Box {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  text-align: center;
}
#top-menu-ul .item_menu_Box .item_menu_list {
  white-space: nowrap !important;
  padding-bottom: 0px;
  text-align: center;
  font-size: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#top-menu-ul .item_menu_Box li {
  height: 40px;
}
#top-menu-ul .item_menu_Box li a {
  position: relative;
  display: block;
  letter-spacing: 0.6px;
  min-width: 105px;
  padding: 0px 20px;
  height: 100%;
  background-color: #d8d1e8;
  margin: 0 1px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#top-menu-ul .item_menu_Box li a div {
  color: #6b539f;
  line-height: 2.6;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  #top-menu-ul .item_menu_Box li a:hover {
    background-color: #6b539f;
  }
  #top-menu-ul .item_menu_Box li a:hover div {
    color: #fff;
  }
}
#top-menu-ul .item_menu_Box li.active a {
  background-color: #000;
}
#top-menu-ul .item_menu_Box li.active a div {
  color: #fff;
}

.flex-direction-nav {
  display: none;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 10;
  background-color: #000000;
}
.flex-direction-nav a:after {
  position: absolute;
  top: 0;
}
.flex-direction-nav a.flex-next {
  width: 7px;
  height: 7px;
  border-top: 1px solid #ff6400;
  border-left: 1px solid #ff6400;
  background-color: transparent;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: -14px;
  top: 13px;
}
.flex-direction-nav a.flex-prev {
  width: 7px;
  height: 7px;
  border-top: 1px solid #ff6400;
  border-left: 1px solid #ff6400;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -14px;
  top: 13px;
}
@media (max-width: 414px) {
  .flex-direction-nav {
    display: block;
  }
}

.open_flexslider .item_Menu {
  position: relative;
}
.open_flexslider .item_Menu::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  z-index: 3;
}
.open_flexslider .item_Menu::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  z-index: 3;
}
@media (max-width: 767px) {
  .open_flexslider .item_menu_Box li:first-child:first-child {
    margin-left: 25px;
  }
}
.open_flexslider .flex-direction-nav {
  display: block;
}

/*----------------------編輯器------------------------*/
.editor_Content ol {
  list-style-type: decimal;
  padding-left: 10px;
}
.editor_Content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_Content img {
  max-width: 100%;
  height: auto !important;
}
.editor_Content b,
.editor_Content strong {
  font-weight: bold;
  font-size: inherit;
}
.editor_Content em {
  font-style: italic;
}
.editor_Content a {
  text-decoration: underline;
  color: #0782c1;
}
.editor_Content iframe {
  max-width: 100%;
}
.editor_Content h1,
.editor_Content h2,
.editor_Content h3,
.editor_Content h4,
.editor_Content h5,
.editor_Content h6 {
  margin: inherit;
}
.editor_Content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_Content td,
.editor_Content th,
.editor_Content tr {
  margin: initial;
}
.editor_Content table {
  border-collapse: inherit;
}

.mo_use {
  display: none;
}

@media (max-width: 767px) {
  .mo_use {
    display: block;
  }

  .pc_use {
    display: none;
  }
}
/*----------------------頁數------------------------*/
.page {
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .page {
    margin-top: 55px;
    width: 100vw;
    left: -25px;
    position: relative;
  }
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}
.page dt a,
.page dd a {
  display: block;
  height: 41px;
  width: 35px;
  text-align: center;
  line-height: 2.6;
  font-size: 1rem;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 350px) {
  .page dt a,
.page dd a {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .page dt a:hover,
.page dd a:hover {
    background: #d8d1e8;
    color: #6b539f;
  }
}
.page dd.active a {
  background: #000;
  color: #fff;
}
.page dt.ltbn a {
  margin-right: 17px;
  width: 95px;
  height: 41px;
  margin: 0 auto;
  position: relative;
  top: 15px;
}
@media (max-width: 767px) {
  .page dt.ltbn a {
    width: 60px;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .page dt.ltbn a {
    width: 40px;
  }
}
.page dt.ltbn a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 15px);
  height: 1px;
  background-color: #d7d7d7;
}
@media (min-width: 768px) {
  .page dt.ltbn a:hover {
    background-color: #fff;
  }
  .page dt.ltbn a:hover svg.hov .svg-elem-1 {
    stroke-dashoffset: 0;
  }
}
.page dt.ltbn a .star {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/pagebtn.png) no-repeat center/contain;
}
.page dt.ltbn a svg {
  position: absolute;
  width: 33px;
  height: 33px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page dt.ltbn a svg.hov .svg-elem-1 {
  stroke-dashoffset: 261.0895080566px;
  stroke-dasharray: 261.0895080566px;
  -webkit-transition: stroke-dashoffset 1s ease 0s;
  transition: stroke-dashoffset 1s ease 0s;
}
.page dt.ltbn a svg.hov {
  z-index: 5;
}
.page dt.ltbn a svg.unhov {
  z-index: 2;
}
.page dt.ltbn a svg.unhov .svg-elem-1 {
  stroke: #d7d7d7 !important;
  stroke-width: 2 !important;
}
.page dt.rtbn a {
  margin-left: 17px;
  width: 95px;
  height: 41px;
  margin: 0 auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: relative;
  top: 15px;
}
@media (max-width: 767px) {
  .page dt.rtbn a {
    width: 60px;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .page dt.rtbn a {
    width: 40px;
  }
}
.page dt.rtbn a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 15px);
  height: 1px;
  background-color: #d7d7d7;
}
@media (min-width: 768px) {
  .page dt.rtbn a:hover {
    background-color: #fff;
  }
  .page dt.rtbn a:hover svg.hov .svg-elem-1 {
    stroke-dashoffset: 0;
  }
}
.page dt.rtbn a .star {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/pagebtn.png) no-repeat center/contain;
}
.page dt.rtbn a svg {
  position: absolute;
  width: 33px;
  height: 33px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(120deg);
          transform: translateY(-50%) rotateZ(120deg);
}
.page dt.rtbn a svg.hov {
  z-index: 5;
}
.page dt.rtbn a svg.unhov {
  z-index: 2;
}
.page dt.rtbn a svg.hov .svg-elem-1 {
  stroke-dashoffset: 261.0986633301px;
  stroke-dasharray: 261.0986633301px;
  -webkit-transition: stroke-dashoffset 1s ease 0s;
  transition: stroke-dashoffset 1s ease 0s;
}
.page dt.rtbn a svg.unhov .svg-elem-1 {
  stroke: #d7d7d7 !important;
  stroke-width: 2 !important;
}

/*----------------------語言------------------------*/
.lang_tw .tw {
  display: block;
}
.lang_tw .en {
  display: none;
}

.lang_en .tw {
  display: none;
}
.lang_en .en {
  display: block;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #BEBEBE;
  line-height: 30px;
  font-size: 1rem;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BEBEBE;
  line-height: 56px;
  font-size: 1rem;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BEBEBE;
  line-height: 56px;
  font-size: 1rem;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #BEBEBE;
  line-height: 30px;
  font-size: 1rem;
}

::-webkit-textarea-placeholder {
  /* WebKit browsers */
  color: #BEBEBE;
  line-height: 30px;
  font-size: 1rem;
}

:-ms-textarea-placeholder {
  /* Internet Explorer 10+ */
  color: #BEBEBE;
  line-height: 30px;
  font-size: 1rem;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mo {
  display: none;
}
@media (max-width: 767px) {
  .mo {
    display: block;
  }
}

.sh-morebtn {
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.25px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 35px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (max-width: 767px) {
  .sh-morebtn {
    font-size: 0.8125rem;
  }
}
.sh-morebtn::before {
  position: absolute;
  content: "";
  left: 0;
  width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background: #fff;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 767px) {
  .sh-morebtn:hover {
    padding-left: 50px;
  }
  .sh-morebtn:hover::before {
    width: 40px;
  }
}

.f16 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #000;
}

.f14 {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #888888;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.mo {
  display: none;
}
@media (max-width: 767px) {
  .mo {
    display: block;
  }
}

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0 16px;
  }
}

.container-slick {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .container-slick {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .container-slick {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .container-slick {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .container-slick {
    max-width: 1200px;
    padding: 0 16px;
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.f48 {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 1.2px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767px) {
  .f48 {
    font-size: 2.5rem;
  }
}

.f20 {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 400;
  color: #000000;
}

.f18 {
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 0.45px;
  font-weight: 400;
  color: #000000;
}

.f16 {
  font-size: 1rem;
  line-height: 1.88;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 767px) {
  .f16 {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  outline: 0;
  color: black;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.imgmaskwrap {
  position: relative;
  overflow: hidden;
}
.imgmaskwrap .masks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.transi-mask .red-mask {
  background-color: #ff6400;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
  -webkit-animation: mask_anim_t 0.7s;
          animation: mask_anim_t 0.7s;
}
.transi-mask .blue-mask {
  background-color: blue;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
  -webkit-animation: mask_anim_t 0.5s;
          animation: mask_anim_t 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.transi-mask img {
  opacity: 1;
  -webkit-animation: img_anim 0.8s;
          animation: img_anim 0.8s;
}

@-webkit-keyframes mask_anim_t {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@keyframes mask_anim_t {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes img_anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img_anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.btn1 {
  display: inline-block;
  padding: 15px 40px;
  background-color: #d8d1e8;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 2.8px;
  font-weight: 300;
  color: #6b539f;
  border: 1px solid rgba(255, 255, 255, 0);
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.btn1::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 1px;
  background-color: #6b539f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .btn1:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #d8d1e8;
  }
  .btn1:hover::before {
    background-color: #d8d1e8;
  }
}

.btn2 {
  display: inline-block;
  padding: 15px 40px;
  background-color: #6b539f;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 2.8px;
  font-weight: 300;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.btn2::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 1px;
  background-color: #d8d1e8;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .btn2:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #d8d1e8;
  }
}

.btn3 {
  display: inline-block;
  padding: 15px 40px;
  background-color: #d8d1e8;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 2.8px;
  font-weight: 300;
  color: #6b539f;
  border: 1px solid rgba(255, 255, 255, 0);
  text-align: center;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.btn3::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 1px;
  background-color: #6b539f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 992px) {
  .btn3:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #d8d1e8;
  }
  .btn3:hover::before {
    background-color: #d8d1e8;
  }
}

.btn4 {
  min-width: 85px;
  height: 31px;
  padding: 9px 20px 3px 20px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 2.8px;
  font-weight: 300;
  color: #FFF;
  background-color: #6b539f;
  display: inline-block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.page-ti {
  padding-left: 27px;
  position: relative;
}
.page-ti::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 7px;
  background: url(../images/start3.png) no-repeat center center/contain;
  width: 20px;
  height: 35px;
}
.page-ti .f16 {
  color: #6b539f;
}

.sh-menubx {
  padding: 0 65px;
}
@media (max-width: 767px) {
  .sh-menubx {
    padding: 0 24px;
  }
}
.sh-menubx .ti {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.25px;
  font-weight: 800;
  color: #000;
}
.sh-menubx .ti-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.sh-menubx .ti-list li {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}
.sh-menubx .ti-list li.active a {
  color: #000;
  pointer-events: none;
}
.sh-menubx .ti-list li.active a::before {
  opacity: 1;
}
.sh-menubx .ti-list li:not(:last-child) {
  margin-right: 25px;
}
.sh-menubx .ti-list li a {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.25px;
  font-weight: 400;
  color: #BEBEBE;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
}
.sh-menubx .ti-list li a::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
@media (min-width: 768px) {
  .sh-menubx .ti-list li a:hover {
    color: #000;
  }
}
@media (min-width: 991px) {
  .sh-menubx .ti-list .runline-btn {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
  }
}
.sh-menubx .ti-list .runline-btn .lshow.runline::before {
  left: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sh-menubx .ti-list .runline-btn .rshow.runline::after {
  right: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sh-menubx .ti-list .runline-btn .lbrtl.lshow.runline::before {
  left: -100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sh-menubx .ti-list .runline-btn .lbrtl.rshow.runline::after {
  right: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sh-menubx .ti-list .runline-btn .ltrrb.lshow.runline::before {
  left: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sh-menubx .ti-list .runline-btn .ltrrb.rshow.runline::after {
  right: -100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sh-menubx .ti-list .runline-btn .runline {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 991px) {
  .sh-menubx .ti-list .runline-btn .runline {
    display: none !important;
  }
}
.sh-menubx .ti-list .runline-btn .runline::before {
  position: absolute;
  content: "";
  width: 100%;
  left: -100%;
  height: 1px;
  background-color: #000;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.sh-menubx .ti-list .runline-btn .runline::after {
  position: absolute;
  content: "";
  width: 100%;
  right: -100%;
  height: 1px;
  background-color: #000;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.sh-menubx select {
  width: 100%;
  height: 36px;
  border: 1px solid #BEBEBE;
  padding-left: 15px;
  margin-top: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/sel.png) no-repeat 95%/14px;
}