::-moz-selection {
  color: #fff;
  background: #c2000b;
}
::selection {
  color: #fff;
  background: #c2000b;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: "STHeitiTC-Light", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
  color: #000;
  word-wrap: break-word;
  text-align: justify;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #000;
}
.header {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-bottom: solid 1px #ddd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.hide {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .logo {
  width: 120px;
  height: 30px;
}
.navigation.navigation-holder {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  height: 50px;
  will-change: width;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
@media screen and (max-width: 767px) {
  .navigation.navigation-holder {
    position: fixed;
  }
  .menu-open .navigation.navigation-holder {
    width: 100%;
    z-index: -1;
  }
}
.menu-open .navigation.navigation-holder.navigation-hamburger {
  position: fixed;
  width: 100%;
  z-index: -1;
}
.navigation .udn-logo-reserve {
  position: absolute;
  right: 70px;
  bottom: 80px;
  color: #333;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
}
.menu-open .navigation .udn-logo-reserve {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navigation .navigation-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background: #000;
  opacity: 0;
  top: 50px;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .navigation .navigation-bg {
    display: none;
  }
}
.menu-open .navigation .navigation-bg {
  opacity: 0.3;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .navigation .navigation-lists {
    width: 100%;
    top: 50px;
    height: calc(100vh - 50px);
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    opacity: 0;
    visibility: hidden;
  }
  .menu-open .navigation .navigation-lists {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navigation .navigation-lists .menu-item {
    font-size: 18px;
    padding: 4px 40px 4px 30px;
    margin-right: 0;
    margin-bottom: 5px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.navigation-hamburger.navigation .navigation-lists {
  width: 40%;
  position: absolute;
  right: 0;
  z-index: 4;
  top: 50px;
  height: 100vh;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, top 0.3s ease-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out, top 0.3s ease-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, visibility 0.35s ease-in-out, top 0.3s ease-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, visibility 0.35s ease-in-out, top 0.3s ease-out, -webkit-transform 0.35s ease-in-out;
}
@media screen and (max-width: 767px) {
  .navigation-hamburger.navigation .navigation-lists {
    width: 100%;
    padding: 10px 0;
  }
}
.menu-open .navigation-hamburger.navigation .navigation-lists {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.navigation-hamburger.navigation .navigation-lists .menu-item {
  padding: 10px 70px 10px 60px;
  font-size: 28px;
  margin-right: 0;
  margin-bottom: 5px;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .navigation-hamburger.navigation .navigation-lists .menu-item {
    font-size: 18px;
    padding: 4px 40px 4px 30px;
  }
}
.navigation-hamburger.navigation .navigation-lists .menu-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c2000b;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.navigation-hamburger.navigation .navigation-lists .menu-item:hover {
  color: #fff;
}
.navigation-hamburger.navigation .navigation-lists .menu-item:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.navigation .menu-item {
  color: #333;
  padding: 15px;
  margin: 0 15px;
  display: inline-block;
  -webkit-transition: opacity 0.35s ease-in-out, top 0.3s ease-out, color 0.3s linear, background 0.3s linear, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, top 0.3s ease-out, color 0.3s linear, background 0.3s linear, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, top 0.3s ease-out, color 0.3s linear, background 0.3s linear;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, top 0.3s ease-out, color 0.3s linear, background 0.3s linear, -webkit-transform 0.35s ease-in-out;
  cursor: pointer;
}
.navigation .menu-item.active {
  color: #fff;
  background: #a5dee5;
}
.caption {
  line-height: 1.4;
  font-size: 16px;
  font-size: calc(0.2vmin + 14px);
}
@media screen and (max-width: 767px) {
  .caption {
    font-size: 14px;
  }
}
.container {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 15px;
}
.menu-toggler {
  cursor: pointer;
  position: fixed;
  width: 30px;
  height: 28px;
  display: none;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .menu-toggler {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.navigation-hamburger .menu-toggler {
  display: block;
}
.menu-toggler > .line {
  position: absolute;
  right: 5px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #333;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease, top 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease, top 0.2s ease 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease, top 0.2s ease 0.2s, transform 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease, top 0.2s ease 0.2s, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.menu-toggler > .line:nth-child(1) {
  top: 8px;
}
.menu-open .menu-toggler > .line:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-toggler > .line:nth-child(2) {
  top: 14px;
}
.menu-open .menu-toggler > .line:nth-child(2) {
  background: rgba(51,51,51,0);
}
.menu-toggler > .line:nth-child(3) {
  top: 20px;
}
.menu-open .menu-toggler > .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
}
.cover {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cover {
    height: inherit;
  }
}
.cover .slider-item {
  max-width: 645px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover .cover-heading {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cover .cover-heading {
    margin-bottom: 0;
    padding: 15px;
    background: rgba(0,0,0,0.5);
    position: relative;
  }
}
.cover .cover-title {
  font-size: 45px;
  line-height: 88px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cover .cover-title {
    font-size: 2.6vmax;
    line-height: 1.4;
  }
}
.cover .cover-subtitle {
  font-weight: normal;
  margin: 0;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .cover .cover-subtitle {
    font-size: 22px;
  }
}
.cover .cover-subtitle:before {
  font-family: 'fontello';
  content: "\4e";
  display: inline-block;
  color: #c2000b;
  margin-right: 5px;
}
.cover .tns-ovh {
  padding: 40px 0 !important;
}
@media screen and (max-width: 767px) {
  .cover .tns-ovh {
    padding: 60px 0 40px 0 !important;
  }
}
@media screen and (max-width: 375px) {
  .cover .tns-ovh {
    padding: 100px 0 40px 0 !important;
  }
}
.cover .tns-item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cover .tns-slide-active.tns-center {
  -webkit-transform: scale(1.2) translateX(-10px);
          transform: scale(1.2) translateX(-10px);
  z-index: 999;
  padding: 0 !important;
}
.cover .tns-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cover .motion-capture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40vw;
  height: 25vw;
}
@media screen and (max-width: 767px) {
  .cover .motion-capture {
    width: 95%;
    height: calc(100% - 50px - 22%);
    bottom: 20%;
    top: inherit;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.cover .motion-capture .rec {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cover .motion-capture .rec {
    color: #fff;
  }
}
.cover .motion-capture .rec:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #f00;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite;
}
@media screen and (max-width: 767px) {
  .cover .motion-capture .rec:before {
    position: relative;
    top: 2px;
  }
}
.cover .motion-capture .motion-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.cover .motion-capture .motion-border {
  border-color: #fff;
  border-width: 0;
  border-style: solid;
  width: 40px;
  height: 40px;
  position: absolute;
}
.cover .motion-capture .top-left {
  border-top-width: 4px;
  border-left-width: 4px;
  top: 0;
  left: 0;
}
.cover .motion-capture .top-right {
  border-top-width: 4px;
  border-right-width: 4px;
  top: 0;
  right: 0;
}
.cover .motion-capture .bottom-left {
  border-bottom-width: 4px;
  border-left-width: 4px;
  bottom: 0;
  left: 0;
}
.cover .motion-capture .bottom-right {
  border-right-width: 4px;
  border-bottom-width: 4px;
  right: 0;
  bottom: 0;
}
.article-holder {
  margin: 50px auto;
}
.article-holder .slider-wrapper {
  position: relative;
  font-size: 0;
}
.article-holder .article-extension .extension-list {
  padding-left: 30px;
}
.article-holder .article-extension .extension-list:hover {
  color: #c2000b;
}
.article-holder .author-detail {
  font-size: 18px;
  line-height: 32px;
  margin-top: 27px;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .article-holder .author-detail {
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
.article-holder .article-blockquote {
  margin-top: 57px;
  margin-bottom: 57px;
  color: #808080;
  font-size: 40px;
  line-height: 52px;
  font-weight: 300;
}
.article-holder .article-blockquote:before {
  left: -35px;
}
.article-holder .article-blockquote:after {
  right: -35px;
}
@media screen and (max-width: 767px) {
  .article-holder .article-blockquote {
    font-size: 20px;
    margin: 30px;
    line-height: 2;
  }
  .article-holder .article-blockquote:before {
    left: -25px;
  }
  .article-holder .article-blockquote:after {
    right: -25px;
  }
}
.article-holder .article-blockquote:before,
.article-holder .article-blockquote:after {
  color: #c2000b;
  opacity: 0.7;
  font-family: Arial;
}
.article-holder .article-image {
  background: #f5f5f5;
  line-height: 0;
  font-size: 0;
}
.article-holder .article-image figcaption {
  line-height: 1.4;
  color: #444;
}
@media screen and (max-width: 767px) {
  .article-holder .article-image figcaption {
    font-size: 14px;
  }
}
.article-holder p {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 32px;
  display: block;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .article-holder p {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.article-holder .article-item {
  padding: 20px 0;
  font-size: 21px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .article-holder .article-item {
    font-size: 18px;
  }
}
.article-holder .article-title {
  font-size: 50px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .article-holder .article-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.article-holder .article-video {
  margin-bottom: 40px;
}
.article-holder .article-subtitle {
  font-size: 35px;
  color: #c2000b;
  line-height: 33px;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article-holder .article-subtitle {
    line-height: 25px;
    font-size: 23px;
    margin-bottom: 15px;
  }
}
.article-holder .article-slideshow {
  margin-bottom: 35px;
}
.article-holder .article-slideshow .tns-nav {
  display: none;
}
.footer {
  background: #222;
}
.scroll-progress {
  top: 50px;
  position: fixed;
  left: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  background: transparent;
  height: 5px;
}
.scroll-progress.up {
  top: 0;
}
.scroll-progress .progress {
  height: 5px;
  background: #a5dee5;
}
.author-team {
  padding: 0 0 40px 0;
  font-size: 18px;
  line-height: 32px;
}
/*# sourceMappingURL=topic-2.css.map */