@charset "UTF-8";
/* RESET All ELEMENT */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
html, body, div, span, table, caption, tbody, tfoot, thead, tr, th, td, font, img, small, strong, sub, sup, p, a, dl, dt, dd, ol, ul, li, form, label {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* SPECIAL RESET */
ol, ul {
  list-style: none;
}

/*th,td{font-weight:normal;text-align:left;}*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

:focus {
  outline: none;
}

/*============================================
=                    Base                    =
============================================*/
html * {
  max-height: 1000000px;
  /*-webkit-text-size-adjust: 100%;*/
}

a {
  color: #535353;
  text-decoration: none;
}

a, area {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}

img {
  vertical-align: top;
}

/*iframeRwd*/
/*=============================================
=                   plugin                    =
=============================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/*=============================================
=                  All setting               =
=============================================*/
/*=============================================
=                    base                     =
=============================================*/
body {
  font: normal 12px/18px Arial,'Noto Sans TC','Microsoft JhengHei','微軟正黑體';
  color: #0073BE;
}

input, select, textarea {
  font: normal 12px/18px Arial,'Noto Sans TC','Microsoft JhengHei','微軟正黑體';
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

a {
  color: #0073BE;
  text-decoration: none;
}

body, html {
  height: 100%;
}

@media screen and (min-width: 414px) {
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #0073BE;
  }
  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }
  *::-webkit-scrollbar-track {
    background: #f4f4f4;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #0073BE;
    border-radius: 10px;
    border: 3px solid #f4f4f4;
  }
}

/*=============================================
=                   loading                   =
=============================================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
  background: rgba(247, 240, 221, 0.8);
  z-index: 10;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.loading.on {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.loading .block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading .block .circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: sky-light-dark 5s linear infinite;
          animation: sky-light-dark 5s linear infinite;
  background: #B1D9EF;
}

.loading .block .sun {
  display: block;
  position: absolute;
  top: 30%;
  left: 100px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fdc407;
  -webkit-transform-origin: 100% 500%;
          transform-origin: 100% 500%;
  -webkit-animation: sun-rise-set 5s linear infinite;
          animation: sun-rise-set 5s linear infinite;
}

.loading .block .bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes sun-rise-set {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-color: #fdaf43;
  }
  50%, 70% {
    background-color: #fdf507;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-color: #fdaf43;
  }
}

@keyframes sun-rise-set {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-color: #fdaf43;
  }
  50%, 70% {
    background-color: #fdf507;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-color: #fdaf43;
  }
}

@-webkit-keyframes sky-light-dark {
  0% {
    opacity: 0;
  }
  30%, 50%, 80% {
    opacity: 1;
    background: #B1D9EF;
  }
  100% {
    opacity: 0;
    background: #5e727c;
  }
}

@keyframes sky-light-dark {
  0% {
    opacity: 0;
  }
  30%, 50%, 80% {
    opacity: 1;
    background: #B1D9EF;
  }
  100% {
    opacity: 0;
    background: #5e727c;
  }
}

/*=============================================
=                 Structural                  =
=============================================*/
.wrapper {
  position: relative;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  text-align: center;
  background: #fff;
  min-height: 750px;
  font-family: 'Ubuntu','Noto Sans TC';
  -webkit-transition: all .6s;
  transition: all .6s;
  overflow: clip;
}

.pcShow {
  display: block;
}

.mShow {
  display: none;
}

/*=============================================
=                    header                   =
=============================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  margin: 0 auto;
  padding: 10px 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-family: 'Ubuntu','Noto Sans TC';
}

.header .block {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.header .block .menu {
  position: relative;
  float: left;
}

.header .block .menuList {
  position: relative;
  float: right;
  text-align: right;
  width: 85%;
  right: 1%;
}

.header .block .menuList .block {
  position: relative;
  float: left;
}

.header .block .menuList .block .navBtn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: auto;
  margin: .8% 2%;
  text-align: center;
  letter-spacing: 1px;
  color: #0073BE;
  font-weight: bold;
}

.header .block .menuList .block .navBtn:last-child {
  margin: .8% 5% .8% 2%;
}

.header .block .logo {
  width: 47px;
  height: 27px;
  left: 1%;
  display: inline-block;
}

.header .block .navOpen {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5%;
  width: 35px;
  height: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
  display: none;
}

.header .block .navOpen .menuBtn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .block .navOpen .menuBtn i {
  position: relative;
  display: block;
  width: 23px;
  height: 3px;
  background: #FFB700;
  border-radius: 10px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.header .block .navOpen .menuBtn i:nth-child(1) {
  top: -5px;
}

.header .block .navOpen .menuBtn i:nth-child(3) {
  top: 5px;
}

.header .block .navOpen.on .menuBtn i {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.header .block .navOpen.on .menuBtn i:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4px;
}

.header .block .navOpen.on .menuBtn i:nth-child(2) {
  opacity: 0;
}

.header .block .navOpen.on .menuBtn i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -2px;
}

.header .block .navOpen.mShow {
  display: none;
}

.header .menuBox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(94deg, transparent 0%, rgba(247, 240, 221, 0.8) 50%, #f7f0dd 100%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  margin-left: 500px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header .menuBox .block {
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}

.header .menuBox .block .navBtn {
  position: relative;
  display: block;
  padding: 60px 0;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transform: skew(-3deg);
          transform: skew(-3deg);
  color: #0073BE;
}

.header .menuBox .block .navBtn:before {
  content: '⚑';
  display: block;
  position: absolute;
  right: -35px;
  margin: 0 8px 0 10px;
  color: #0073BE;
}

.header .menuBox.on {
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

/*=============================================
=                    swiper                   =
=============================================*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  color: #444444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: #0073BE;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 37px;
  z-index: 2;
  margin-top: auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.swiperBtn {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.swiperBtn .swiper-button-next, .swiperBtn .swiper-button-prev {
  margin-top: 0;
  width: 15px;
  height: 22px;
}

.swiperBtn .swiper-button-next {
  background: url(../img/arrow-r.svg);
  background-size: auto 100%;
  right: 2%;
}

.swiperBtn .swiper-button-prev {
  background: url(../img/arrow-l.svg);
  background-size: auto 100%;
  left: 2%;
}

/*=============================================
=                     index                   =
=============================================*/
.main {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .dec {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  background: #FFB700;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .main {
    max-width: 750px;
  }
}

.main .page {
  position: relative;
  width: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 60px;
}

.main .page .block {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 750px;
}

.main .page h2 {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #F7F0DD;
  font-weight: bold;
  margin: 0 0 30px;
  width: auto;
  display: inline-block;
  padding: 20px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #F7F0DD;
}

.main .page h3 {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #EF3333;
  font-weight: bolder;
  margin: 0px 0 0;
}

.main .page h4 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: #F7F0DD;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}

.main .page h5 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: bold;
  color: #3d4ca8;
  margin: 0;
}

.main .page .note {
  font-size: 15px;
  color: #565656;
  line-height: 1.7;
  margin: 10px auto;
}

.main .page .note p {
  padding: 3px 0;
}

.main .page .txt1 p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.7;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.main .page .txt1 b {
  display: inherit;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #FFB700;
}

.main .page .txt2 p {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
  font-weight: 200;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.main .page .txt3 p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
  font-weight: 200;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: 300;
}

.main .page .txt4 p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #F7F0DD;
  font-weight: 200;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: 300;
}

.main .page .foreword {
  position: relative;
  padding: 10px 0 40px;
}

.main .page .foreword .cont {
  position: relative;
  float: left;
  width: 88%;
}

.main .page .foreword .icon {
  width: 6%;
  margin: 5px 3% 5px 0;
}

.main .page .foreword .txt1 p {
  padding: 0;
}

.main .page .socialBox {
  position: relative;
  margin: 0px auto;
  text-align: center;
  display: block;
}

.main .page .socialBox .socialBtn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 1%;
  border-radius: 50%;
  border: 2px solid #565656;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.main .page .socialBox .socialBtn.on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .socialBox .socialBtn.on:nth-child(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.main .page .socialBox .socialBtn.on:nth-child(3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.main .page .socialBox .social-fb {
  background: url(../img/social_fb.svg?v=1) 50% 50% no-repeat;
}

.main .page .socialBox .social-line {
  background: url(../img/social_line.svg?v=1) 50% 50% no-repeat;
}

.main .page .socialBox .social-url {
  background: url(../img/social_url.svg?v=1) 50% 50% no-repeat;
}

.main .page .contBox {
  position: relative;
  display: block;
  margin: 1rem auto 3rem;
}

.main .page .contBox .type {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  max-width: 750px;
  margin: 50px auto 0;
}

.main .page .contBox .type:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #c5c5c5;
}

.main .page .contBox .type .tag {
  position: relative;
  display: inline-block;
  width: 100%;
}

.main .page .contBox .type .tag span {
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 8px;
  background: #F7F0DD;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: 1px;
}

.main .page .contBox .type .tag:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 100%;
  height: 1px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #c5c5c5;
}

.main .page .contBox .type ul {
  position: relative;
  display: block;
  margin: 20px auto 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #F7F0DD;
  margin-left: 20px;
}

.main .page .contBox .type ul li {
  list-style-type: disc;
}

.main .page .contBox .type ul li span {
  position: relative;
  display: inline-block;
  padding: 2px 8px;
  background: #dfdfdf;
  color: #F7F0DD;
  margin: 0 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
}

.main .page .contBox .swiperCont {
  position: relative;
  display: block;
  margin: 1.5% auto;
}

.main .page .contBox .swiperCont .swiper-container .swiper-slide {
  position: relative;
  display: inline-block;
  text-align: left;
}

.main .page .contBox .swiperCont .swiper-container .swiper-slide .txt {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
  color: #565656;
  letter-spacing: .5px;
  text-align: justify;
}

.main .page .contBox .swiperCont .swiperBtn .swiper-button-prev {
  left: -5%;
}

.main .page .contBox .swiperCont .swiperBtn .swiper-button-next {
  right: -5%;
}

.main .page .contBox .swiperStyle1 {
  max-width: 1100px;
}

.main .page .contBox .swiperStyle2 .swiper-container .swiper-slide {
  border: 1px solid #565656;
}

.main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block {
  position: relative;
  display: inline-block;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox {
  position: relative;
  display: block;
  width: 100%;
  margin: 4% auto 0;
}

.main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews {
  position: relative;
  display: inline-block;
  width: 30%;
  margin: 0 1.4% 3%;
}

.main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .box {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
}

.main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt {
  display: block;
}

.main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt1 {
  font-size: 16px;
  margin: 10px 0 5px;
}

.main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt2 {
  font-size: 14px;
  margin: 0;
}

.main .page .contBox .swiperStyle3 {
  max-width: 1100px;
}

.main .page .contBox .swiperStyle3 .swiper-slide {
  border: 1px solid #F7F0DD;
  border-radius: 10px;
  overflow: hidden;
}

.main .page .contBox .swiperStyle3 .txtBox {
  padding: 10px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 140px;
}

.main .page .contBox .swiperStyle3 .txtBox .txt1 p {
  padding: 8px 0 5px;
}

.main .page .contBox .swiperStyle3 .txtBox .txt3 p {
  padding: 0;
  color: #000;
}

.main .page .contBox .swiperStyle3 .txtBox .txt3 p b {
  background: #FFB700;
  color: #fff;
  padding: 1px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px 0 0;
}

.main .page .contBox .swiperStyle4 {
  max-width: 1100px;
}

.main .page .contBox .swiperStyle5 {
  max-width: 1100px;
}

.main .page .contBox .swiperStyle5 .video-container {
  padding-bottom: 178%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main .page .contBox .swiperStyle5 .video-container iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
}

.main .page .contBox .swiperStyle6 .swiper-pagination {
  z-index: 3;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide {
  background: #fff;
  min-height: 400px;
  text-align: center;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .timelineCont {
  padding: 0;
  width: 100%;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .contBlock {
  position: relative;
  display: inline-block;
  font-size: 18px;
  opacity: .8;
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide-active .contBlock {
  opacity: 1;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .txt1 {
  position: relative;
  display: block;
  margin: 2% auto;
  min-height: 60px;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .img {
  position: relative;
  display: block;
  margin: 0 auto;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  display: block;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  line-height: 1.66;
  bottom: 0;
  z-index: 4;
  width: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: calc(100% / 24);
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 -6px;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 400;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 50px);
  right: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
  background: #000;
  border-radius: 2rem;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  width: 8px;
  height: 8px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
  color: #1E2022;
  font-size: 16px;
}

.main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
  background: #1E2022;
}

.main .page .imgCont {
  position: relative;
  display: inline-block;
  margin: 10px auto;
  width: 100%;
  text-align: left;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.main .page .imgCont .note {
  position: relative;
  color: #0073BE;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 8px 0;
  display: inline-block;
}

.main .page .boxCont {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px auto;
}

.main .page .newsCont .box {
  position: relative;
  display: inline-block;
  width: 45%;
  margin: 1.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .page .newsCont .box.on .coverBox {
  -webkit-transition: all .6s;
  transition: all .6s;
  height: 70%;
}

.main .page .newsCont .box.on .coverBox .txtBox {
  top: 60%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .newsCont .box.on .coverBox .txtBox .txt3 {
  opacity: 1;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .coverBox {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, 0.5)), color-stop(70%, rgba(160, 160, 160, 0)), to(rgba(160, 160, 160, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 10%, rgba(160, 160, 160, 0) 70%, rgba(160, 160, 160, 0) 100%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .coverBox .txtBox {
  top: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .coverBox .txtBox .txt3 {
  opacity: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .roleCont {
  max-width: 1100px;
}

.main .page .roleCont .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 1.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .page .roleCont .box .img {
  position: relative;
  width: calc(100% - 20px);
}

.main .page .roleCont .box .txtBox {
  background: #8F8F8F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 20px;
  text-align: left;
}

.main .page .roleCont .box .txtBox .viewBtn.mShow {
  display: none;
}

.main .page .roleCont .box .txtBox .txt3 p {
  color: #000;
  padding: 0 0 8px;
}

.main .page .roleCont .box.oddBox .img {
  z-index: 1;
}

.main .page .roleCont .box.oddBox .txtBox {
  margin: -20px 0 0 20px;
  z-index: 2;
}

.main .page .roleCont .box.evenBox .img {
  z-index: 2;
}

.main .page .roleCont .box.evenBox .txtBox {
  margin: 0 0 -20px 20px;
  z-index: 1;
}

.main .page .roleCont .box.evenBox .txtBox.evenBoxShow {
  display: none;
}

.main .page .gridCont {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto;
  max-width: 1024px;
}

.main .page .gridCont .box {
  position: relative;
  margin: 0 .7%;
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .gridCont .box .cont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10% 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  z-index: 2;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .gridCont .box .cont .sub {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main .page .gridCont .box .cont .sub .subTitle {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  padding: 12px 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .page .gridCont .box .cont .tagBox {
  position: relative;
  display: inline-block;
  color: #F7F0DD;
  font-size: 18px;
  line-height: 1.4;
  margin: 3% 4%;
  width: 100%;
  padding: 0 5% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

.main .page .gridCont .box .cont .tagBox .tag {
  position: inherit;
  display: inline-block;
  margin: 1%;
}

.main .page .gridCont .boxSP1 {
  margin-left: .8%;
}

.main .page .gridCont .boxSP2 {
  margin-left: .1%;
}

.main .page .gridCont .w20 {
  width: 20%;
}

.main .page .gridCont .w40 {
  width: 41.8%;
  vertical-align: top;
}

.main .page .gridCont .w40 .cont .tagBox {
  margin: 1%;
}

.main .page .gridCont .boxBottom {
  position: relative;
  margin: -20.5% 0 0;
}

.main .page .gridCont .boxBottom .w40 {
  margin: 21.7% 0 0;
}

.main .page .gridCont .boxBottom .boxSP3 {
  margin-left: .84%;
}

.main .page .gridAniCont {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 3% auto;
  overflow: hidden;
}

.main .page .gridAniCont .gridWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(282px * 10);
  height: 100%;
  -webkit-animation: scrollAni 20s linear infinite;
          animation: scrollAni 20s linear infinite;
}

.main .page .gridAniCont .gridWrap .col {
  position: relative;
  display: inline-block;
  width: 282px;
  height: 100%;
  margin: .14%;
}

.main .page .gridAniCont .gridWrap .card {
  position: relative;
  float: left;
  width: 100%;
  margin: 1.5% 0 1%;
  overflow: hidden;
}

.main .page .gridAniCont .gridWrap .card .keyword {
  display: block;
  position: absolute;
  top: 53%;
  left: 50%;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Noto Sans TC','Microsoft JhengHei','微軟正黑體';
}

.main .page .gridAniCont .gridWrap .card .keyword.pcShow {
  display: block;
}

.main .page .gridAniCont .gridWrap .card .hoverDec {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: left;
  background: rgba(201, 214, 223, 0.8);
  opacity: 0;
  visibility: hidden;
  left: -150px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .gridAniCont .gridWrap .card .hoverDec .txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main .page .gridAniCont .gridWrap .card:hover .hoverDec {
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .gridAniCont .gridWrap .b1 {
  height: 275px;
  background: rgba(201, 214, 223, 0.8);
}

.main .page .gridAniCont .gridWrap .b2 {
  height: 200px;
  background: rgba(201, 214, 223, 0.8);
}

.main .page .gridAniCont .gridWrap:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes scrollAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-282px * 1.2));
            transform: translateX(calc(-282px * 1.2));
  }
}

@keyframes scrollAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-282px * 1.2));
            transform: translateX(calc(-282px * 1.2));
  }
}

.main .page .txtBox {
  position: relative;
  padding: 8px 0;
  margin: 0 auto;
  max-width: 750px;
}

.main .page .videoCont {
  position: relative;
  display: block;
  margin: 5% auto 10%;
}

.main .page .videoCont .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}

.main .page .videoCont .video-container iframe, .main .page .videoCont .video-container object, .main .page .videoCont .video-container embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.main .page .videoBox {
  position: relative;
  display: inline-block;
}

.main .page .videoBox .sub {
  position: relative;
  width: 100%;
  background: #000;
}

.main .page .videoBox .fullvideo {
  padding-bottom: 57%;
}

.main .page .videoBox .fullvideo .box {
  display: block;
  position: absolute;
  width: 100%;
  height: 428px;
}

.main .page .videoBox .fullvideo .box iframe {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main .page .videoBox .selectBar .select {
  width: 33.3333%;
  height: auto;
  background: #F7F0DD;
  display: inline-block;
  float: left;
  vertical-align: middle;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-size: 16px;
  padding: 10px;
}

.main .page .videoBox .selectBar .select:nth-child(odd) {
  background: #FFB700;
}

.main .page .videoBoxStyle1 {
  width: 47.5%;
  margin: 1%;
}

.main .page .videoBoxStyle2 {
  width: 100%;
  margin: 5% auto 10%;
}

.main .page .videoBoxStyle3 {
  display: block;
}

.main .page .videoBoxStyle3 .videoCont .video-container iframe {
  display: block;
  position: absolute;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  aspect-ratio: 9 / 16;
}

.main .page .podcastBox {
  width: 100%;
  margin: 3% auto;
}

.main .page .podcastBox .box {
  position: relative;
  width: 47.5%;
  margin: 0 1.25%;
  float: left;
}

.main .page .podcastStyle1 {
  max-width: 1100px;
}

.main .page .podcastStyle2 {
  max-width: 750px;
}

.main .page .podcastStyle3 {
  max-width: 750px;
}

.main .page .podcastStyle3 iframe {
  width: 100%;
}

.main .page .tableForm {
  position: relative;
  margin: 3% auto;
}

.main .page .tableForm .table {
  position: relative;
  width: 100%;
  height: auto;
  border: 2px solid #F7F0DD;
  background: #fff;
  z-index: 2;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 20px;
  overflow: hidden;
  color: #F7F0DD;
}

.main .page .tableForm .table tr {
  text-align: left;
}

.main .page .tableForm .table td {
  padding: 15px 17px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #F7F0DD;
  border-bottom: 2px solid #F7F0DD;
}

.main .page .tableForm .table .tdB {
  background: #8F8F8F;
  font-weight: 700;
  border-left: 2px solid transparent;
  color: #0073BE;
}

.main .page .tableForm .table .nB {
  border-bottom: 2px solid transparent;
}

.main .page .tableForm .table .headTr td {
  padding: 15px 17px 10px;
}

.main .page .tableForm .table .headTr .tdB {
  width: 15%;
}

.main .page .tableForm .table .mainTd {
  width: 27%;
  font-weight: 700;
  color: #0073BE;
  background: #8F8F8F;
}

.main .page .tabTableForm .selectBar {
  position: relative;
  width: 100%;
  height: auto;
}

.main .page .tabTableForm .selectBar .selectBtn {
  position: relative;
  display: inline-block;
  width: 45%;
  font-size: 18px;
  text-align: center;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px auto 0;
  color: #0073BE;
  font-weight: bold;
  margin: 0 .5%;
  background: #8F8F8F;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  opacity: .5;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .tabTableForm .selectBar .selectBtn .icon, .main .page .tabTableForm .selectBar .selectBtn p {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main .page .tabTableForm .selectBar .selectBtn.on, .main .page .tabTableForm .selectBar .selectBtn:hover {
  opacity: 1;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .tabTableForm .selectBar .selectTab2.on {
  background: #FFB700;
  color: #fff;
}

.main .page .tabTableForm .table .nB {
  border-left: 2px solid transparent;
  border-bottom: 2px solid #FFB700;
}

.main .page .tabTableForm .table .nBB {
  border-bottom: 2px solid transparent;
}

.main .page .tabTableForm .tabTable.tab1 .mainTd, .main .page .tabTableForm .tabTable.tab1 .tdB {
  background: #8F8F8F;
  color: #0073BE;
}

.main .page .tabTableForm .tabTable.tab2 .mainTd, .main .page .tabTableForm .tabTable.tab2 .tdB {
  background: #FFB700;
  color: #fff;
}

.main .page .timeline {
  position: relative;
  width: 100%;
  height: auto;
  margin: 3% auto;
  max-width: 900px;
}

.main .page .timeline .timeCont {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.main .page .timeline .timeCont .box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main .page .timeline .timeCont .time {
  width: 11%;
  height: 120px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  line-height: 1.8;
  font-family: 'Noto Sans TC','Microsoft JhengHei','微軟正黑體';
}

.main .page .timeline .timeCont .time:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 125%;
  width: 2px;
  height: 150px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #F7F0DD;
}

.main .page .timeline .timeCont .time:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 119%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 10px;
  background: #F7F0DD;
}

.main .page .timeline .timeCont .keyCont {
  width: 65%;
  height: 120px;
  margin: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.main .page .timeline .timeCont .keyCont .event {
  position: relative;
  display: block;
  color: #F7F0DD;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans TC','Microsoft JhengHei','微軟正黑體';
}

.main .page .timeline .timeCont .keyCont .event .tag {
  position: relative;
  font-size: 14px;
  color: #FFB700;
  border: 1px solid #FFB700;
  padding: 0 3px 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  vertical-align: top;
  margin: 4px 1%;
  line-height: 1.7;
  display: inline-block;
}

.main .page .timeline .timeCont .keyCont .event p {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 85%;
}

.main .page .timeline .timeStyle3line .time {
  height: 270px;
}

.main .page .timeline .timeStyle3line .time:before {
  height: 270px;
}

.main .page .timeline .timeStyle3line .keyCont {
  height: 270px;
}

.main .page .timeline .timeStyle2line .time {
  height: 180px;
}

.main .page .timeline .timeStyle2line .time:before {
  height: 180px;
}

.main .page .timeline .timeStyle2line .keyCont {
  height: 180px;
}

.main .page .chartCont {
  position: relative;
  margin: 3% auto;
}

.main .page .extendCont {
  position: relative;
  list-style: none;
  margin: 5% 0 0;
}

.main .page .extendCont li {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .page .extendCont li .extendUrl {
  position: relative;
  color: #0073BE;
  font-weight: 400;
  display: inline;
  border-bottom: 2px solid #0073BE;
  padding-bottom: 5px;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 1.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main .page .extendCont li .extendUrl .liDec {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.main .page .extendCont li .extendUrl .liDec i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
  -webkit-animation: arrowAni1 1s infinite;
          animation: arrowAni1 1s infinite;
}

.main .page .extendCont li .extendUrl .liDec i:nth-child(1) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.main .page .extendCont li .extendUrl .liDec i:nth-child(3) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@-webkit-keyframes arrowAni1 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: .3;
  }
}

@keyframes arrowAni1 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: .3;
  }
}

.main .page .magCont {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .page .magCont .box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main .page .magCont .mag {
  width: 30%;
  margin-right: 4%;
}

.main .page .magCont .txtBox {
  width: 65%;
  vertical-align: middle;
}

.main .page .btn2Box {
  position: relative;
  display: block;
  margin: 2% 0;
  text-align: left;
}

.main .page .btn2Box .com2Btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-align: center;
  background: #F7F0DD;
  color: #fff;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .btn2Box .com2Btn:last-child {
  margin-left: 3%;
}

.main .page .btn2Box .com2Btn:hover {
  background: #FFB700;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.main .page .btn2Box .com2Btn .arrow {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0 0 5px;
  -webkit-animation: arrowAni2 1s infinite;
          animation: arrowAni2 1s infinite;
}

@-webkit-keyframes arrowAni2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes arrowAni2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.main .page .moreBtn {
  position: relative;
  display: inline-block;
  float: right;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.2;
  color: #F7F0DD;
}

.main .page .moreBtn .liDec {
  position: relative;
  display: inline-block;
}

.main .page .moreBtn .liDec i {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #F7F0DD;
  border-right: 1px solid #F7F0DD;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg) translate3d(-10px, 5px, 0);
          transform: rotate(45deg) skew(10deg, 10deg) translate3d(-10px, 5px, 0);
  -webkit-animation: arrowAni1 1s infinite;
          animation: arrowAni1 1s infinite;
}

.main .page .moreBtn .liDec i:nth-child(1) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.main .page .moreBtn .liDec i:nth-child(3) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@keyframes arrowAni1 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: .3;
  }
}

.main .page .moreBtn:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  border-bottom: 2px dotted transparent;
}

.main .page .moreBtn:hover:after {
  width: 100%;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  border-bottom: 2px dotted;
}

.main .page .viewBtn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  border-radius: 20px;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
  color: #565656;
  background: #F7F0DD;
}

.main .page .viewBtn .arrow {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #565656;
  margin: 0 0 0 5px;
  -webkit-animation: arrowAni2 1s infinite;
          animation: arrowAni2 1s infinite;
}

@keyframes arrowAni2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.main .page .marqueeCont {
  position: relative;
  margin: 3% auto;
  background: #565656;
  overflow: hidden;
}

.main .page .marqueeCont:hover .innerBox .tagBox {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.main .page .marqueeCont .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .page .marqueeCont .innerBox .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: var(--direction) var(--marquee-speed) linear infinite;
          animation: var(--direction) var(--marquee-speed) linear infinite;
}

.main .page .marqueeCont .innerBox .tagBox .tag {
  padding: 40px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.main .page .timeCont {
  position: relative;
  margin: 0 auto;
}

.main .page .timeCont .counter {
  font-size: 60px;
  line-height: 1.7;
  font-weight: 700;
  color: #FFB700;
}

.main .pageEdit .block .edit {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #717675;
  font-size: 14px;
  text-align: left;
  padding: 10% 0 25%;
}

.main .pageEdit .block .edit:before {
  content: '';
  position: relative;
  width: 35px;
  height: 4px;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  background: #F7F0DD;
}

.main .pageEdit .block .edit .box {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.main .pageEdit .block .edit .box p {
  line-height: 1.8;
  padding: 3px;
}

.float-socialBtn {
  position: fixed;
  right: 2%;
  bottom: 5%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FFB700;
  padding: 8px 10.5px 13px;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 9;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.float-socialBtn i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.float-socialBtn.on {
  bottom: calc(7% + 52px);
  -webkit-transition: all .9s;
  transition: all .9s;
  opacity: 1;
  visibility: visible;
}

.float-socialBlock {
  position: fixed;
  right: 2%;
  bottom: calc(7% + 120px);
  width: 50px;
  height: auto;
  z-index: 12;
  visibility: hidden;
}

.float-socialBlock .float-social {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 35% 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  border: 1px solid #FFB700;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.float-socialBlock.on {
  visibility: visible;
}

.float-socialBlock.on .float-social {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
  z-index: 1;
}

.float-socialBlock.on .float-social:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.float-socialBlock.on .float-social-fb {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.float-goTopBtn {
  position: fixed;
  right: 2%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #FFB700;
  color: #FFB700;
  padding: 7px 9.5px 12px;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  font-size: 12px;
}

.float-goTopBtn i, .float-goTopBtn p {
  position: relative;
  text-align: center;
  display: block;
}

.float-goTopBtn p {
  margin: 2px auto;
}

.float-goTopBtn.on {
  -webkit-transition: all .9s;
  transition: all .9s;
  opacity: 1;
  visibility: visible;
  bottom: 5%;
}

.clear {
  clear: both;
}

/*=============================================
=                  keyframes                  =
=============================================*/
@-webkit-keyframes switchMenuBg {
  0% {
    background: #8F8F8F;
    width: 60px;
  }
  100% {
    background: #0073BE;
    width: 56px;
  }
}
@keyframes switchMenuBg {
  0% {
    background: #8F8F8F;
    width: 60px;
  }
  100% {
    background: #0073BE;
    width: 56px;
  }
}

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

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

@-webkit-keyframes switchLefttoRight {
  0% {
    left: -350px;
  }
  100% {
    left: 0;
  }
}

@keyframes switchLefttoRight {
  0% {
    left: -350px;
  }
  100% {
    left: 0;
  }
}

/*=============================================
=                    footer                  =
=============================================*/
.footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
}

.footer p {
  position: relative;
  width: 90%;
  height: auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 0;
  line-height: 1.7;
  margin: 0 auto;
  font-family: 'Ubuntu','Noto Sans TC';
}

/*=============================================
=                    popup                   =
=============================================*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: z-index 1s,visibility 0.5s,opacity 1s;
  transition: z-index 1s,visibility 0.5s,opacity 1s;
}

.popup.on {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}

.popup .popWrap {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.popup .popWrap:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.popup .popCon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}

.popup .popCon .xBtn {
  display: block;
  position: absolute;
  top: -30px;
  right: -25px;
  width: 30px;
  height: 30px;
  display: block;
}

.popup .popCon .xBtn:before, .popup .popCon .xBtn:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 15px;
  background: #fff;
  display: block;
}

.popup .popCon .xBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup .popCon .xBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup .contBox {
  position: relative;
  width: 600px;
  height: 200px;
  background: #fff;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.popup .contBox.on {
  display: block;
}

/*=============================================
=                     RWD                   =
=============================================*/
@media screen and (min-width: 1500px) {
  .main .page {
    padding: 60px 0 80px;
  }
  .main .page h3 {
    font-size: 36px;
  }
  .main .page h4 {
    font-size: 32px;
    margin: 40px 0 20px;
  }
  .main .page h5 {
    font-size: 26px;
  }
  .main .page .txt1 p {
    font-size: 22px;
  }
  .main .page .txt3 p {
    font-size: 18px;
  }
  .main .page .txt4 p {
    font-size: 16px;
  }
  .main .page .block {
    max-width: 1100px;
  }
  .main .page .txtBox {
    max-width: 1100px;
  }
  .main .page .contBox .swiperCont .swiper-container .swiper-slide .txt {
    font-size: 22px;
  }
  .main .page .contBox .swiperStyle1 {
    max-width: 1200px;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt1 {
    font-size: 22px;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt2 {
    font-size: 16px;
  }
  .main .page .contBox .swiperStyle3 {
    max-width: 1200px;
  }
  .main .page .contBox .swiperStyle3 .txtBox {
    min-height: 200px;
  }
  .main .page .contBox .swiperStyle4 {
    max-width: 1200px;
  }
  .main .page .contBox .type ul {
    font-size: 18px;
  }
  .main .page .newsCont .box.on .coverBox .txtBox {
    top: 70%;
  }
  .main .page .roleCont {
    max-width: 1300px;
  }
  .main .page .gridCont {
    max-width: 1300px;
  }
  .main .page .gridCont .box .cont .sub .subTitle {
    font-size: 22px;
  }
  .main .page .extendCont li .extendUrl {
    font-size: 20px;
  }
  .main .page .btn2Box .com2Btn {
    font-size: 20px;
    border-radius: 40px;
    padding: 16px 40px;
  }
  .main .page .gridAniCont .gridWrap {
    width: calc(423px * 10);
  }
  .main .page .gridAniCont .gridWrap .col {
    width: 423px;
  }
  .main .page .gridAniCont .gridWrap .b1 {
    height: 412.5px;
  }
  .main .page .gridAniCont .gridWrap .b2 {
    height: 300px;
  }
  .main .page .gridAniCont .gridWrap .card .keyword {
    font-size: 26px;
  }
  .main .page .gridAniCont .gridWrap .card .hoverDec {
    font-size: 18px;
  }
  @-webkit-keyframes scrollAni {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-423px * 2.6));
              transform: translateX(calc(-423px * 2.6));
    }
  }
  @keyframes scrollAni {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-423px * 2.6));
              transform: translateX(calc(-423px * 2.6));
    }
  }
  .main .page .videoBox .fullvideo .box {
    height: 100%;
  }
  .main .page .marqueeCont .innerBox {
    font-size: 20px;
  }
  .main .pageEdit .block .edit {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .loading .block .circle {
    width: 200px;
    height: 200px;
  }
  .loading .block .sun {
    width: 20px;
    height: 20px;
  }
  .main .page .contBox .swiperStyle5 {
    max-width: 85%;
  }
}

@media screen and (max-width: 1100px) {
  .header .block .menuList {
    display: none;
  }
  .header .block .navOpen.mShow {
    display: block;
  }
  .header .menuBox .block .navBtn {
    padding: 2% 0;
    line-height: 1.7;
    text-align: right;
  }
  .main .page .contBox .swiperStyle1 {
    max-width: 750px;
  }
  .main .page .contBox .swiperStyle3 {
    max-width: 750px;
  }
  .main .page .contBox .swiperStyle3 .txtBox {
    min-height: 180px;
  }
  .main .page .contBox .swiperStyle4 {
    max-width: 750px;
  }
  .main .page .roleCont {
    max-width: 750px;
  }
  .main .page .roleCont .box {
    width: 45%;
    margin: 3% 1.5%;
  }
  .main .page .podcastBox .box {
    width: 55%;
    display: block;
    margin: 3% auto;
    float: none;
  }
}

@media screen and (max-width: 991px) {
  .main .page .contBox .swiperStyle1 {
    max-width: 80%;
  }
  .main .page .contBox .swiperStyle1 .swiper-container .swiper-slide {
    padding: 2%;
  }
  .main .page .contBox .swiperStyle2 {
    max-width: 90%;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .img {
    margin: 3% 1.4%;
  }
  .main .page .contBox .swiperStyle3 {
    max-width: 80%;
  }
  .main .page .contBox .swiperStyle4 {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .header .block .navOpen {
    display: block;
  }
  .main .page .contBox .title {
    max-width: 90%;
    margin: 0 auto;
  }
  .main .page .contBox .type ul {
    font-size: 18px;
  }
  .main .page .contBox .txtBox {
    max-width: 90%;
  }
  .main .page .videoBox .fullvideo .box {
    height: 395px;
  }
  .main .page .videoBox .selectBar .select {
    font-size: 24px;
    padding: 15px;
  }
  .main .page .podcastBox .box {
    width: 90%;
  }
  .main .page .podcastStyle2 {
    max-width: 90%;
  }
  .main .page .block {
    max-width: 90%;
  }
  .main .page .block .title {
    max-width: 100%;
  }
  .main .page .block .txtBox {
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .mShow {
    display: block;
  }
  .header .menuBox .block .navBtn {
    font-size: 20px;
    padding: 5% 0;
  }
  .main .kv .view .kv_box {
    width: 80%;
  }
  .main .page .contBox .swiperStyle1 .swiper-container .swiper-slide {
    padding: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .page .contBox .swiperStyle2 .swiper-container {
    width: 95%;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block {
    padding: 0;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox {
    margin: 3% auto;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews {
    width: 100%;
    margin: 2% 0;
    border-bottom: 1px solid #565656;
    padding: 0 0 4%;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .box {
    display: inline-block;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .img {
    width: 30%;
    margin: 0 2% 0 0;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt {
    width: 60%;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt1 {
    font-size: 20px;
    margin: 0 0 8px;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews:last-child {
    border-bottom: 1px solid transparent;
  }
  .main .page .contBox .swiperStyle3 {
    margin: 4% auto 1.5%;
  }
  .main .page .contBox .swiperStyle3 .swiper-container {
    width: 90%;
  }
  .main .page .contBox .swiperStyle3 .txtBox {
    padding: 2% 1%;
  }
  .main .page .contBox .swiperStyle3 .txtBox .txt1 p {
    font-size: 22px;
  }
  .main .page .contBox .swiperStyle3 .txtBox .txt3 p {
    font-size: 18px;
  }
  .main .page .contBox .swiperStyle4 {
    max-width: 80%;
    margin: 4% auto 1.5%;
  }
  .main .page .contBox .swiperStyle4 .swiper-container {
    width: 90%;
  }
  .main .page .gridCont {
    max-width: 90%;
  }
  .main .page .gridCont .w20, .main .page .gridCont .w40 {
    width: 100%;
    margin: 1% 0;
  }
  .main .page .gridCont .boxBottom {
    margin: 0;
  }
  .main .page .gridCont .boxBottom .boxSP3 {
    margin: 1% 0;
  }
  .main .page .podcastBox .box {
    width: 100%;
  }
  .main .page .gridCont .w20 {
    vertical-align: top;
  }
  .main .page .gridCont .box .cont .sub .subTitle {
    font-size: 24px;
  }
  .main .page .gridCont .box .cont .sub .tagBox {
    font-size: 22px;
    margin: 0;
  }
  .main .page .extendCont {
    margin: 10px auto 8%;
  }
  .main .page .extendCont li {
    text-align: left;
  }
  .main .page .magCont .mag {
    width: 80%;
    margin: 0 10% 5%;
  }
  .main .page .magCont .txtBox {
    width: 80%;
  }
  .main .page .tableMnote.mShow {
    display: none;
  }
  .main .page .btn2Box .com2Btn {
    font-size: 18px;
    padding: 12px 20px;
    max-width: 140px;
    display: block;
    margin: 3% auto;
  }
  .main .page .btn2Box .com2Btn:last-child {
    margin: 5% auto;
  }
  .main .page .videoBox .fullvideo {
    padding-bottom: 75%;
  }
  .main .page .videoBox .fullvideo .box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 325px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .main .page .videoCont {
    margin: 5% auto 0;
  }
  .main .page .videoBoxStyle1 {
    width: 100%;
  }
  .main .page .videoBoxStyle2 {
    margin: 5% auto 0;
  }
  .main .page .podcastStyle1 {
    max-width: 90%;
  }
  .main .page .newsCont .box {
    width: 100%;
    margin: 2% 0;
  }
  .main .page .newsCont .box .coverBox .txtBox {
    top: 60%;
  }
  .main .page .newsCont .box .coverBox .txtBox .txt1 p {
    padding: 0;
  }
  .main .page .newsCont .box .coverBox .txtBox .txt3 {
    opacity: 1;
  }
  .main .page .newsCont .box .coverBox .txtBox .txt3 p {
    padding: 0;
  }
  .main .page .newsCont .box.on .coverBox {
    height: 50%;
  }
  .main .page .newsCont .box.on .coverBox .txtBox {
    top: 60%;
  }
  .main .page .newsCont .box.on .coverBox .txtBox .txt3 {
    opacity: 1;
  }
  .main .page .timeline .timeCont {
    height: 230px;
  }
  .main .page .timeline .timeCont .time:before {
    height: 230px;
  }
  .main .page .timeline .timeCont .time:after {
    left: 114%;
  }
  .main .page .timeline .timeCont .keyCont {
    width: 75%;
    margin: 0 0 0 5%;
  }
  .main .page .timeline .timeCont .keyCont .event p {
    width: 90%;
    margin: 0 1%;
  }
  .main .page .timeline .timeStyle2line {
    height: 230px;
  }
  .main .page .timeline .timeStyle2line .time:before {
    height: 230px;
  }
  .main .page .timeline .timeStyle3line {
    height: 350px;
  }
  .main .page .timeline .timeStyle3line .time:before {
    height: 350px;
  }
  .main .pageEdit .block .edit {
    padding: 10% 0 40%;
  }
  .main .pageEdit .block .edit .box {
    width: 60%;
  }
}

@media screen and (max-width: 414px) {
  .loading .block .circle {
    width: 150px;
    height: 150px;
  }
  .loading .block .sun {
    width: 20px;
    height: 20px;
  }
  .main .dec {
    font-size: 16px;
  }
  .main .page h2 {
    font-size: 32px;
    margin: 0;
  }
  .main .page h3 {
    font-size: 24px;
  }
  .main .page .txt1 p {
    line-height: 1.5;
  }
  .main .page .foreword .cont {
    float: none;
    width: 100%;
  }
  .main .page .foreword .icon {
    width: 10%;
    margin: 0 auto 5%;
    display: block;
    float: none;
  }
  .main .page .contBox .type ul {
    font-size: 16px;
  }
  .main .page .contBox .type .tag span {
    font-size: 16px;
  }
  .main .page .contBox .txtBox {
    max-width: 90%;
  }
  .main .page .contBox .swiperStyle1 .swiper-container {
    width: 90%;
  }
  .main .page .contBox .swiperStyle2 .swiper-container {
    width: 90%;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt1 {
    font-size: 16px;
    margin: 0;
  }
  .main .page .contBox .swiperStyle2 .swiper-container .swiper-slide .block .imgBox .imgNews .subTxt .txt2 {
    font-size: 14px;
    line-height: 1.3;
  }
  .main .page .contBox .swiperStyle6 .swiper-container-wrapper--timeline .swiper-slide .txt1 {
    margin: 5% auto 0;
  }
  .main .page .roleCont {
    max-width: 90%;
  }
  .main .page .roleCont .box {
    width: 100%;
    margin: 2% 0;
  }
  .main .page .roleCont .box .img {
    width: 100%;
  }
  .main .page .roleCont .box .txtBox .viewBtn {
    margin: 2% auto;
  }
  .main .page .roleCont .box .txtBox .viewBtn.mShow {
    display: inline-block;
  }
  .main .page .roleCont .box.oddBox .txtBox {
    max-width: 100%;
    margin: 0;
  }
  .main .page .roleCont .box.evenBox .txtBox {
    max-width: 100%;
    margin: 0;
  }
  .main .page .roleCont .box.evenBox .txtBox.evenBoxHide {
    display: none;
  }
  .main .page .roleCont .box.evenBox .txtBox.evenBoxShow {
    display: block;
  }
  .main .page .block {
    max-width: 80%;
  }
  .main .page .block .contBox .txtBox {
    max-width: 100%;
  }
  .main .page .videoBox .fullvideo {
    padding-bottom: 65%;
  }
  .main .page .videoBox .fullvideo .box {
    height: 250px;
  }
  .main .page .videoBox .selectBar .select {
    font-size: 18px;
    padding: 10px 15px;
  }
  .main .page .tableFormM {
    overflow-x: auto;
  }
  .main .page .tableFormM .table {
    width: 500px;
    overflow-x: scroll;
    border-radius: 0;
    border-left: 0px solid transparent;
  }
  .main .page .tableFormM .table td {
    border-left: 2px solid transparent;
    border-right: 2px solid #FFB700;
  }
  .main .page .tableFormM .table td:first-child {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    left: 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
  .main .page .tableFormM .table .headTr .tdB {
    width: 25%;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
  .main .page .tableFormM .table .headTr .tdN {
    border-left: 2px solid transparent;
  }
  .main .page .tableMnote i, .main .page .tableMnote p {
    color: #F7F0DD;
  }
  .main .page .tableMnote i {
    position: relative;
    font-size: 16px;
    opacity: .5;
    -webkit-animation: swiperHand 3s infinite;
            animation: swiperHand 3s infinite;
  }
  .main .page .tableMnote p {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .main .page .tableMnote.mShow {
    display: block;
  }
  @-webkit-keyframes swiperHand {
    10%, 90% {
      -webkit-transform: translate3d(-1px, 0, 0) rotate(8deg);
              transform: translate3d(-1px, 0, 0) rotate(8deg);
    }
    40%, 60% {
      -webkit-transform: translate3d(-10px, 0, 0);
              transform: translate3d(-10px, 0, 0);
    }
  }
  @keyframes swiperHand {
    10%, 90% {
      -webkit-transform: translate3d(-1px, 0, 0) rotate(8deg);
              transform: translate3d(-1px, 0, 0) rotate(8deg);
    }
    40%, 60% {
      -webkit-transform: translate3d(-10px, 0, 0);
              transform: translate3d(-10px, 0, 0);
    }
  }
  .main .page .timeline .timeCont .keyCont .event {
    font-size: 18px;
    font-weight: 500;
  }
  .main .page .timeline .timeStyle3line {
    height: 320px;
  }
  .main .page .timeline .timeStyle3line .time {
    height: 320px;
  }
  .main .page .timeline .timeStyle3line .time:before {
    height: 320px;
  }
  .main .page .timeline .timeStyle3line .keyCont {
    height: 320px;
  }
  .main .page .timeline .timeStyle2line {
    height: 200px;
  }
  .main .page .timeline .timeStyle2line .time {
    height: 200px;
  }
  .main .page .timeline .timeStyle2line .time:before {
    height: 200px;
  }
  .main .page .timeline .timeStyle2line .keyCont {
    height: 200px;
  }
  .main .pageEdit .block .edit .box {
    width: 70%;
  }
  .float-socialBtn {
    right: 3%;
  }
  .float-socialBlock {
    right: 3%;
  }
  .float-goTopBtn {
    right: 3%;
  }
}

@media screen and (max-width: 375px) {
  .main .page .timeline .timeCont .keyCont .event {
    font-size: 16px;
  }
}
/*# sourceMappingURL=layout.css.map */