/* @import url("../fonts_CenturyGothic.css"); */
@font-face {
    font-family: 'CenturyGothic';
    src: url('../../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot') format('embedded-opentype'),
         url('../fonts/CenturyGothic.woff2') format('woff2'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf') format('truetype'),
         url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot');
  src: url('../fonts/CenturyGothic.eot') format('embedded-opentype'),
       url('../fonts/CenturyGothic.woff2') format('woff2'),
       url('../fonts/CenturyGothic.woff') format('woff'),
       url('../fonts/CenturyGothic.ttf') format('truetype'),
       url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face {
  font-family: mvc-i;
  src: url('../fonts/MinionVariableConcept-Italic.otf');
}
@font-face {
  font-family: mvc;
  src: url('../fonts/MinionVariableConcept-Roman.otf');
}
/* @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css); */
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
h2.nbtitle {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 36px;
  color: #000;
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1920px) {
  h2.nbtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 1536px) {
  h2.nbtitle {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  h2.nbtitle {
    font-size: 22px;
  }
}

h3.subtitle {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 30px;
  color: #000;
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1920px) {
  h3.subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 1536px) {
  h3.subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 960px) {
  h3.subtitle {
    font-size: 20px;
  }
}

p.nb-article {
  margin: 0;
  padding: 0 0 15px;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 24px;
  color: #666;
  line-height: 1.6;
}

@media screen and (max-width: 1920px) {
  p.nb-article {
    font-size: 20px;
  }
}

@media screen and (max-width: 1536px) {
  p.nb-article {
    font-size: 18px;
  }
}

@media screen and (max-width: 960px) {
  p.nb-article {
    font-size: 18px;
  }
}

p.notetext {
  font-size: 20px;
  color: #666;
  margin: 0;
  padding: 15px 0;
}

@media screen and (max-width: 1920px) {
  p.notetext {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  p.notetext {
    font-size: 14px;
    line-height: 1.3;
  }
}

.block {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 24px;
  color: #666;
  line-height: 1.6;
  overflow-x: hidden;
}

.block img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.block img.full {
  width: 100%;
}

.block .imgxs {
  display: none;
}

.block h2 {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 36px;
  color: #000;
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.5;
}

.block h3 {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 30px;
  color: #000;
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.5;
}

.block p {
  margin: 0;
  padding: 0 0 15px;
}

.block sup {
  font-size: 80%;
}

.block ul, .block li {
  list-style: none;
}

.block .note {
  font-size: 20px;
  color: #666;
  margin: 0;
  padding: 15px 0;
}

.block .data-num span, .block .data-num b {
  font-size: 300%;
  font-weight: 400;
}

.block.center, .block .center {
  text-align: center;
}

.block .container-full {
  width: 100%;
  margin: 0 auto;
  max-width: 3440px;
}

.block .container {
  width: 80%;
  margin: 0 auto;
  max-width: 3000px;
}

.block.sp {
  padding: 5% 0;
}

.block.spbt {
  padding-bottom: 5%;
}

.block.sptop {
  padding-top: 5%;
}

.block.spsub {
  padding: 3% 0;
}

.block.spsubbt {
  padding-bottom: 3%;
}

.block.spsubtop {
  padding-top: 3%;
}

@media screen and (max-width: 1920px) {
  .block {
    font-size: 20px;
  }
  .block h2 {
    font-size: 28px;
  }
  .block h3 {
    font-size: 24px;
  }
  .block .note {
    font-size: 16px;
  }
}

@media screen and (max-width: 1536px) {
  .block {
    font-size: 18px;
  }
  .block .container {
    width: 85%;
  }
  .block h2 {
    font-size: 26px;
  }
  .block h3 {
    font-size: 22px;
  }
  .block .note {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .block {
    font-size: 18px;
  }
  .block h2 {
    font-size: 22px;
  }
  .block h3 {
    font-size: 20px;
  }
  .block .note {
    font-size: 14px;
    line-height: 1.3;
  }
  .block .imglg {
    display: none;
  }
  .block .imgxs {
    display: block;
  }
  .block .data-num {
    font-size: 18px;
  }
  .block.sp {
    padding: 8vh 0;
  }
  .block.spbt {
    padding-bottom: 8vh;
  }
  .block.sptop {
    padding-top: 8vh;
  }
  .block.spsub {
    padding: 5vh 0;
  }
  .block.spsubbt {
    padding-bottom: 5vh;
  }
  .block.spsubtop {
    padding-top: 5vh;
  }
}

.blockw {
  color: #fff;
}

.blockw h2, .blockw h3, .blockw p {
  color: #fff;
}

.box-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .box-sc {
    display: block;
  }
}

.box-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

@media screen and (max-width: 960px) {
  .box-sc.box-xs,
  .box-cc.box-xs,
  .box-s.box-xs,
  .box-c.box-xs {
    display: block;
  }
  .ulxs {
    counter-reset: li;
  }
  .ulxs li {
    position: relative;
    width: 100%;
    text-align: left !important;
    margin-left: 40px !important;
    padding: 10px 0 !important;
  }
  .ulxs li::before {
    content: counter(li);
    counter-increment: li;
    border-radius: 25px;
    display: inline-block;
    width: 14px;
    text-align: center;
    position: absolute;
    left: -40px;
    font-weight: bold;
    background: #f00;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.delighter.right {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.top {
  -webkit-transform: translatey(30%);
  -ms-transform: translatey(30%);
  transform: translatey(30%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.top.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(-30%);
  -ms-transform: translatey(-30%);
  transform: translatey(-30%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}

.block{
  font-family: "CenturyGothic";
  background-color: black;
  color: #EAEAEA;
  position: relative;
  overflow: hidden;
}
.mvcfont{
  font-family: mvc;
}
.block-row {
  width: 80%;
  max-width: 2200px;
  margin: 0 auto;
  overflow: hidden;
}
.textcenter{
  text-align: center;
}
@media (max-width: 500px) {
  .block-row {
    width: 90%;
  }
}
.block h2.msiText{
  font-size: 35px;
  line-height: 1.2em;
  /* font-family: 'CenturyGothic'; */
  font-family: mvc-i;
  margin-bottom: 40px;
  color: #EAEAEA
}
.block p.msiText{
  font-size: 24px;
  line-height: 1.7em;
  font-family: 'CenturyGothic';
}

@media( max-width: 2600px ){

  .block p.msiText{
    font-size: 18px;
  }
}
@media( max-width: 1920px ){
  .block h2.msiText{
    margin-bottom: 20px;
  }
  .block p.msiText{
    font-size: 14px;
  }
}

.up-fade-out {
  transition: 0.7s;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
.ufo-in {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


.olshow-s{
  animation: animatedgradient 1s ease-in-out;
}
.olshow .photos-block{
  opacity: 0;
}
.opacitystart{
  animation: opcityc 0.5s ease-in-out;
}

.fade-out,
.r-fade-out {
  transition: 1s;
  opacity: 0;
}
.fo-in {
  opacity: 1;
}
@keyframes opcityc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 100% 100%;
    opacity: 0;
  }
  100% {
    background-position: 0% 0%;
    opacity: 1
  }
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.embed-container { 
  position: relative;
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}