* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline-style: none;
}

body {
  position: relative;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  background-color: #000;
  color: #FFF;
  max-width: 100%;
  width: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}
body.locked {
  overflow: hidden;
  height: 100vh;
}
body .loading {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: -o-linear-gradient(135deg, #ff6b00, #ff8a00);
  background: linear-gradient(-45deg, #ff6b00, #ff8a00);
  background-size: 400% 400%;
  -webkit-animation: Gradient 8s ease infinite alternate;
  animation: Gradient 8s ease infinite alternate;
}
body .loading > .film {
  width: 86px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
body .loading > .film img {
  width: 100%;
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}
body .loading > span {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-size: 80px;
}
body .loading > span > span {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .loading > span > span > span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
body .loading > span > span > span > span {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 99em;
}
body.theme-light {
  background-color: #fff;
  color: #333;
}
body.theme-light header .myv-logo.dark {
  display: none;
}
body.theme-light header .myv-logo.light {
  display: block;
}
body.theme-light header.float {
  background-color: rgba(255, 255, 255, 0.9);
}
body.theme-light footer {
  background-color: #373D4B;
}
body.header-trans header {
  position: fixed;
  top: 0;
  left: 0;
}

header {
  padding-bottom: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 62px;
  z-index: 99;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
header.float {
  background-color: rgba(30, 30, 30, 0.9);
  position: fixed;
  top: 0;
  left: 0;
}
header .myv-logo {
  display: inline-block;
  position: relative;
}
header .myv-logo img {
  height: 50px;
  width: auto;
  -webkit-transition: height 0.05s ease-in;
  -o-transition: height 0.05s ease-in;
  transition: height 0.05s ease-in;
}
@media screen and (max-width: 768px) {
  header .myv-logo img {
    height: 46px;
  }
}
@media screen and (max-width: 440px) {
  header .myv-logo img {
    height: 38px;
  }
}
header .myv-logo.light {
  display: none;
}
header .wrap {
  padding: 0 20px;
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .social ul.icon-list li {
  display: inline-block;
  border: solid 3px transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 4px;
}
header .social ul.icon-list li > div {
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 440px) {
  header .social ul.icon-list li > div {
    width: 30px;
    height: 30px;
  }
}
header .social ul.icon-list li:hover {
  border: solid 3px #ff6b00;
  border-radius: 100px;
}
header .social a {
  display: block;
}
header .social img {
  display: block;
  width: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

footer {
  line-height: 23px;
  position: relative;
  z-index: 900;
  background-color: #272727;
  color: #FFF;
}
footer .copyright {
  text-align: center;
  padding: 8px 10px;
  margin-top: 0;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 425px) {
  footer .copyright {
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .twm-logo {
  display: inline-block;
  position: relative;
}
footer .twm-logo img {
  width: 94px;
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.main-content {
  padding-top: 0;
  padding-bottom: 0;
  min-height: calc(100vh - 40px);
}
.container {
  width: 96%;
  max-width: 1097px;
  margin: 0 auto;
}

.video iframe {
  width: 96%;
  margin: 0 2%;
  z-index: 100;
  position: relative;
}

.notice {
  background-color: #2c200a;
  padding-top: 46px;
  padding-bottom: 46px;
  color: #a0a0a0;
  position: relative;
}
.notice .container {
  width: 90%;
}
.notice .title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 27px;
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .notice .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.notice .notice-content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notice .notice-content {
    font-size: 14px;
  }
}
.notice .notice-content ol {
  margin-bottom: 8px;
}
.notice .notice-content li {
  padding-left: 5px;
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 8px;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media screen and (max-width: 425px) {
  .notice .notice-content li {
    font-family: "Arial", sans-serif;
  }
}
.notice .notice-content li a {
  text-decoration: underline;
}
.notice .notice-content li li {
  list-style-type: upper-alpha;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

#top {
  width: 48px;
  height: 48px;
  padding: 5px;
  text-align: center;
  border-radius: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #5a4a2d;
  border: 2px solid #fff;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 768px) {
  #top {
    display: none !important;
  }
}