* {
  -webkit-box-sizing: border-box;
  -moz-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;
  color: #333;
  font-size: 14px;
}

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

footer {
  line-height: 23px;
  position: relative;
  z-index: 900;
}

footer .notice {
  font-size: 2.5em;
  display: block;
  text-align: center;
  font-family: "Noto Sans TC","SF Pro TC","SF Pro Display","SF Pro Icons","PingFang TC","Microsoft JhengHei","Helvetica Neue","Helvetica","Arial",sans-serif;
}

footer .twm-logo {
  display: inline-block;
  position: relative;
  top: 4px;
}

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;
}

header {
  padding-bottom: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 62px;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

header.float {
  background-color: rgba(204, 0, 46, 0.85);
}

header .myv-logo {
  display: inline-block;
  position: relative;
  top: 15px;
}

@media screen and (max-width: 768px) {
  header .myv-logo {
    top: 17px;
  }
}

@media screen and (max-width: 440px) {
  header .myv-logo {
    top: 19px;
  }
}

header .myv-logo img {
  height: 36px;
  width: auto;
  -webkit-transition: height .05s ease-in;
  -moz-transition: height .05s ease-in;
  -ms-transition: height .05s ease-in;
  -o-transition: height .05s ease-in;
  transition: height .05s ease-in;
}

@media screen and (max-width: 768px) {
  header .myv-logo img {
    height: 26px;
  }
}

@media screen and (max-width: 440px) {
  header .myv-logo img {
    height: 18px;
  }
}

header .wrap {
  padding: 0 20px;
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}

header .social {
  position: absolute;
  right: 20px;
  top: 12px;
}

@media screen and (max-width: 768px) {
  header .social {
    top: 11px;
  }
}

header .social ul.icon-list li {
  display: inline-block;
  border: solid 3px transparent;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 4px;
}

header .social ul.icon-list li > div {
  width: 34px;
  height: 34px;
}

@media screen and (max-width: 768px){
  header .social ul.icon-list li > div {
    width: 24px;
    height: 24px;
  } 
  header .social ul.icon-list li{
    margin-left: 0;
  }
  header .wrap{
    padding: 0 16px;
  }  
  header .social{
    right: 16px;
  }  
}

@media screen and (max-width: 440px){



}

header .social ul.icon-list li:hover {
  border: solid 3px #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

header .social a {
  display: block;
}

header .social img {
  display: block;
  width: 100%;
}

@-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);
  }
}

body {
  background-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: -webkit-linear-gradient(135deg, #24190a, #cf9d32);
  background: -o-linear-gradient(135deg, #24190a, #cf9d32);
  background: linear-gradient(-45deg, #24190a, #cf9d32);
  background-size: 400% 400%;
  -webkit-animation: Gradient 8s ease infinite alternate;
  -moz-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 1.0s linear infinite;
  animation: loading 1.0s 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;
}

html {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

#top {
  width: 48px;
  height: 48px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 40px;
  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;
  }
}
