/* colors */
/* clearBoth */
/* clearBoth */
/* breakpoints */
/* breakpoints */
/* font */
* {
  box-sizing: border-box; }

html {
  font-size: 16px;
  touch-action: auto; }

:lang(en) {
  display: block;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

body {
  font-family: "Microsoft JhengHei";
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.4;
  color: #232323;
  text-rendering: optimizeLegibility;
  background-color: #f4f7fc;
  letter-spacing: 0.01em; }

::-webkit-scrollbar {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: bold; }

h1 {
  font-family: "Merriweather", serif;
  margin: 0 auto 16px;
  padding: 0;
  font-size: 32px;
  color: #ffffff;
  width: 100%; }
  @media (max-width: 820px) {
    h1 {
      font-size: 24px; } }

.stxt {
  color: #ffffff;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px; }

h2 {
  font-family: "Merriweather", serif;
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem; }

h3 {
  font-family: "Merriweather", serif;
  margin: 0 auto;
  padding: 0;
  font-size: 1.25rem; }

h4 {
  font-family: "Merriweather", serif;
  margin: 0 auto;
  padding: 0;
  font-size: 1.125rem; }

h5 {
  font-family: "Merriweather", serif;
  margin: 0 auto;
  padding: 0;
  font-size: 1rem; }

h6 {
  font-family: "Merriweather", serif;
  margin: 0 auto;
  padding: 0;
  font-size: 0.875rem; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

blockquote, q {
  quotes: none; }

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

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

a {
  transition: 0.3s ease-in;
  text-decoration: none;
  display: inline-block; }
  a:link {
    color: #232323; }
  a:visited {
    color: #232323; }
  a:hover {
    color: #232323; }
  a:active {
    color: #232323; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  clear: both;
  zoom: 1;
  position: relative;
  max-width: 820px;
  margin: 0 auto; }
  .wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media (max-width: 820px) {
    .wrapper {
      max-width: calc(100vw - 48px); } }

header .wrapper {
  max-width: 95vw; }

.bold {
  font-weight: bold; }

.container {
  position: relative;
  clear: both;
  zoom: 1; }
  .container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/* wideView */
.wideView {
  position: relative;
  overflow: hidden; }

.mainView {
  width: 100%;
  height: 85vh;
  position: relative;
  cursor: move;
  opacity: 1;
  transition: 0.3s ease-in;
  z-index: 2; }
  .mainView.divMain {
    top: 0;
    left: 0;
    overflow: scroll;
    /* needed for safari to show the x axis scrollbar */
    background-color: black; }
  @media (max-width: 1600px) {
    .mainView {
      height: 90vh; } }
  @media (max-width: 414px) {
    .mainView {
      height: 640px; } }
  @media (max-width: 375px) {
    .mainView {
      height: 560px; } }

/* RelateNews */
.RelateNews {
  margin: 40px 0 64px; }

.RelateTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px; }

.itemBox {
  float: left;
  width: 32%;
  margin-right: 2%; }
  .itemBox:nth-child(3n) {
    margin-right: 0; }
  .itemBox h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    height: 44px;
    text-align: justify; }
  .itemBox .wrap {
    height: 172px; }
  @media (max-width: 414px) {
    .itemBox {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 24px; }
      .itemBox .wrap {
        width: 120px;
        height: 90px;
        margin-right: 16px;
        display: inline-block;
        vertical-align: top; }
      .itemBox h2 {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 142px);
        margin-top: 0; } }

.wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }
  .wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

/* hiddenBox */
.BoxOpen .hiddenBox .wrap {
  -webkit-animation: imgWrapShow 0.3s  0.3s forwards;
  animation: imgWrapShow 0.3s  0.3s forwards; }

.hiddenBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  width: 820px;
  height: 576px;
  z-index: 5; }
  .hiddenBox .wrap {
    height: 450px;
    opacity: 0;
    transition: all 0.3s ease-in; }
  .hiddenBox .title {
    margin: 16px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff; }
  .hiddenBox .desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff; }
    .hiddenBox .desc p {
      padding: 0 0 5px 0; }
  @media (max-width: 1600px) {
    .hiddenBox {
      width: 680px;
      height: 490px; }
      .hiddenBox .wrap {
        height: 360px; } }
  @media (max-width: 1180px) {
    .hiddenBox {
      width: 640px;
      height: 466px; }
      .hiddenBox .wrap {
        height: 360px; } }
  @media (max-width: 820px) {
    .hiddenBox {
      width: calc(100vw - 48px); } }
  @media (max-width: 414px) {
    .hiddenBox {
      width: 100%;
      height: 426px; }
      .hiddenBox .wrap {
        height: 260px; }
      .hiddenBox .title {
        margin-top: 0; }
      .hiddenBox .mbScroll {
        margin: 16px 32px 0;
        overflow: auto;
        height: 200px; } }

@-webkit-keyframes imgWrapShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes imgWrapShow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.boxOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  display: none; }

.maskOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in; }

.BoxOpen .mainView.divMain {
  overflow: hidden; }

.BoxOpen .maskOverlay {
  opacity: 1;
  z-index: 3; }

.BoxOpen .pausekeydown {
  display: block; }

.BoxOpen .hiddenBox {
  display: block; }

.BoxOpen .ctrlImg {
  display: block; }

.ListOpen .mainView.divMain {
  overflow: hidden; }

.ListOpen .boxOverlay {
  display: block; }

.ListOpen .hiddenList {
  display: block; }

.closeBtn {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-align-items: center;
  -ms-justify-content: center; }
  .closeBtn svg {
    display: block; }
  .closeBtn.list {
    top: 14%;
    right: 0; }
  @media (max-width: 414px) {
    .closeBtn {
      right: 24px; }
      .closeBtn.list {
        top: 10%;
        right: 0; } }

.ctrlImg {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  display: none; }
  .ctrlImg svg {
    width: 40px;
    height: 40px;
    display: block; }

.nextImg {
  right: 24px; }
  @media (max-width: 414px) {
    .nextImg {
      right: 10px; } }

.prevImg {
  left: 24px; }
  @media (max-width: 414px) {
    .prevImg {
      left: 10px; } }

.locatList {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  opacity: 1;
  transition: 0.3s ease-in; }
  .locatList svg {
    width: 32px;
    height: 29px;
    display: block;
    margin: 15px auto 0; }
  @media (max-width: 414px) {
    .locatList {
      bottom: -45px;
      margin-left: -45px;
      width: 90px;
      height: 90px; }
      .locatList svg {
        width: 25px;
        height: 23px; } }

.hiddenList {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  width: 800px;
  height: 100%; }
  @media (max-width: 820px) {
    .hiddenList {
      width: calc(100vw - 48px); } }

.articleCollect {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 414px) {
    .articleCollect {
      align-items: flex-start;
      flex-direction: column; } }

.hiddenTitle {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 24px; }
  @media (max-width: 414px) {
    .hiddenTitle {
      font-size: 20px;
      margin-bottom: 16px; } }

.centralList {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-align-items: flex-start;
  -ms-justify-content: center; }

.listBox {
  width: 50%;
  cursor: pointer;
  margin-bottom: 16px;
  clear: both;
  zoom: 1; }
  .listBox:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .listBox .wrap {
    width: 160px;
    height: 90px;
    float: left;
    margin-right: 16px; }
  .listBox .title {
    margin-left: 176px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold; }
  @media (max-width: 414px) {
    .listBox {
      width: inherit;
      margin-bottom: 5px; }
      .listBox:last-child {
        margin-bottom: 0; }
      .listBox .wrap {
        width: 100px;
        height: 56px; }
      .listBox .title {
        margin-left: 116px;
        font-size: 16px; } }

.smPCscreen .listBox {
  margin-bottom: 10px; }
  .smPCscreen .listBox .wrap {
    width: 128px;
    height: 72px;
    margin-right: 10px; }
  .smPCscreen .listBox .title {
    margin-left: 138px; }

/* begin loading */
.loading.unintro.unmanual .prepareLoader {
  opacity: 1;
  z-index: 2; }

.loading.unintro.unmanual .intro {
  opacity: 0;
  z-index: -1; }

.loading.unintro.unmanual .manual {
  opacity: 0;
  z-index: -1; }

.loading.unintro.unmanual .mainView {
  opacity: 0;
  z-index: -1; }

.loading.unintro.unmanual .locatList {
  opacity: 0;
  z-index: -1; }

.loading.unintro.unmanual .infoBtns {
  opacity: 0;
  z-index: -1; }

.loading.unintro.unmanual .boxOverlay {
  display: block;
  z-index: 1; }

.unintro.unmanual .prepareLoader, .unintro .prepareLoader {
  opacity: 0;
  z-index: -1; }

.unintro.unmanual .intro, .unintro .intro {
  opacity: 1;
  z-index: 2; }

.unintro.unmanual .manual, .unintro .manual {
  opacity: 0;
  z-index: -1; }

.unintro.unmanual .mainView, .unintro .mainView {
  opacity: 1;
  z-index: -1; }

.unintro.unmanual .locatList, .unintro .locatList {
  opacity: 1;
  z-index: -1; }

.unintro.unmanual .infoBtns, .unintro .infoBtns {
  opacity: 0.5;
  z-index: 1; }

.unintro.unmanual .boxOverlay, .unintro .boxOverlay {
  display: block;
  z-index: -1; }

.unmanual .prepareLoader {
  opacity: 0;
  z-index: -1; }

.unmanual .intro {
  opacity: 0;
  z-index: -1; }

.unmanual .manual {
  opacity: 1;
  z-index: 1; }

.unmanual .mainView {
  opacity: 1;
  z-index: -1; }

.unmanual .locatList {
  opacity: 1;
  z-index: -1; }

.unmanual .infoBtns {
  opacity: 0.5;
  z-index: -1; }

.unmanual .boxOverlay {
  display: block;
  z-index: -1; }

.commonBlackBG {
  opacity: 0;
  width: 100%;
  height: 85vh;
  transition: 0.3s ease-in;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 1600px) {
    .commonBlackBG {
      height: 90vh; } }
  @media (max-width: 414px) {
    .commonBlackBG {
      height: 640px; } }

.prepareLoader.commonBlackBG {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-align-items: center;
  -ms-justify-content: center; }

.loadgroup {
  width: 96px;
  height: 96px;
  margin: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-align-items: center;
  -ms-justify-content: center; }

.loadtxt {
  color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-align-items: center;
  -ms-justify-content: center; }

.loader {
  border: 4px solid rgba(255, 255, 255, 0.8);
  /* Light grey */
  border-top: 4px solid #86c4ff;
  /* Blue */
  border-radius: 50%;
  width: 96px;
  height: 96px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* intro */
.summary {
  width: 820px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-align-items: center;
  -ms-justify-content: center;
  flex-direction: column;
  text-align: left; }
  @media (max-width: 820px) {
    .summary {
      width: calc(100vw - 48px);
      height: 40vh; } }
  @media (max-width: 414px) {
    .summary {
      height: 53vh; } }

.team {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 8px;
  text-align: left;
  width: 100%; }

.uptime {
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  margin-bottom: 40px; }

.whitelineBtn {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 8px 32px;
  border: 1px solid #ffffff;
  border-radius: 25px; }
  .whitelineBtn:link {
    color: #ffffff; }
  .whitelineBtn:visited {
    color: #ffffff; }
  .whitelineBtn:hover {
    color: #232323;
    background-color: #ffffff; }
  .whitelineBtn:active {
    color: #232323;
    background-color: #ffffff; }

/* manual */
.manualTitle {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 32px; }
  @media (max-width: 414px) {
    .manualTitle {
      font-size: 22px; } }

.manualBox {
  width: 600px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  text-align: center; }
  @media (max-width: 820px) {
    .manualBox {
      width: 100%; } }

.manualFlex {
  text-align: center; }

.manualFlex.pc {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-align-items: center;
  -ms-justify-content: center;
  flex-direction: row; }

.manualFlex.mb {
  display: none; }

@media (max-width: 820px) {
  .manualFlex.pc {
    display: none; }
  .manualFlex.mb {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    -ms-align-items: center;
    -ms-justify-content: center;
    flex-direction: row; } }

.mbox {
  width: 120px;
  height: 120px;
  color: #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-right: 40px; }
  .mbox:last-child {
    margin-right: 0; }
  .mbox svg {
    display: block;
    margin: 0 auto; }
  .mbox .twin svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }
  @media (max-width: 820px) {
    .mbox {
      font-size: 14px;
      width: 72px;
      height: inherit; } }

.mIcon {
  height: 80px;
  line-height: 80px; }

#closeManual {
  margin: 40px auto 0; }

/* infoBtns */
.infoBtns {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-align-items: center;
  -ms-justify-content: center;
  flex-direction: row; }
  .infoBtns a {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    -ms-align-items: center;
    -ms-justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    margin: 0 10px; }
    .infoBtns a svg {
      display: block; }
  @media (max-width: 414px) {
    .infoBtns a {
      width: 35px;
      height: 35px;
      margin: 0 5px; } }

.svgClip svg {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0 auto; }
  .svgClip svg path {
    transition: fill .5s;
    fill: #E3DFD2; }
  .svgClip svg path:hover {
    fill: pink; }
