@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
  -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', 'Microsoft JhengHei' ,sans-serif;
  font-size: 14px;
}

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

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

footer .notice {
  font-size: 2.5em;
  display: block;
  text-align: center;
}

footer .copyright {
  text-align: center;
  background-color: #2b332e;
  color: #FFF;
  padding: 8px 10px;
  margin-top: 0;
  font-size: 12px;
  position: relative;
}

@media screen and (max-width: 376px) {
  footer .copyright {
    padding: 6px 8px;
  }
}

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: #2b332e;
  padding-top: 30px;
  padding-bottom: 40px;
  color: #fff;
  position: relative;
}

.notice .container {
  width: 90%;
}

.notice .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.notice .notice-content {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .notice .notice-content {
    font-size: 13px;
  }
}

.notice .notice-content li {
  padding-left: 5px;
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 8px;
  font-family: arial;
}

.notice .notice-content li a {
  text-decoration: underline;
}

.notice .notice-content li li {
  list-style-type: upper-alpha;
}

header {
  padding-bottom: 0;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  background-color: #fff;
  z-index: 99;
  position: relative;
  width: 100%;
  -webkit-transition: height .2s ease-out;
  -moz-transition: height .2s ease-out;
  -ms-transition: height .2s ease-out;
  -o-transition: height .2s ease-out;
  transition: height .2s ease-out;
}

header.float {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.99);
  height: 50px;
}

header.float .wrap {
  height: 50px;
}

header.float .myv-logo {
  top: -3px;
}

header.float .myv-logo img {
  height: 38px;
}

header.float .social {
  top: 7px;
}

header.float .social .download, header.float .social .facebook, header.float .social .line {
  width: 36px;
  height: 36px;
}

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

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

header .myv-logo img {
  height: 50px;
  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: 46px;
  }
}

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

header .wrap {
  padding: 10px 20px;
  position: relative;
}

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

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

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

header .social img {
  display: inline-block;
  width: 100%;
  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;
}

header .social img:hover {
  border: solid 3px #e2e2e2;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

header .social .download, header .social .share, header .social .facebook, header .social .line {
  display: inline-block;
}

header .social .download, header .social .facebook, header .social .line {
  width: 46px;
  height: 46px;
  margin-left: 0px;
  -webkit-transition: width .05s ease-in;
  -moz-transition: width .05s ease-in;
  -ms-transition: width .05s ease-in;
  -o-transition: width .05s ease-in;
  transition: width .05s ease-in;
}

@media screen and (max-width: 440px) {
  header .social .download, header .social .facebook, header .social .line {
    width: 36px;
    height: 36px;
  }
}
