   /* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
a, a:focus {
  color: #b6b6b6;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
a:hover, a:focus:hover {
  color: #c1c1c1;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt15 {
  margin-top: 15px;
}

.mt12 {
  margin-top: 12px;
}

.mt24 {
  margin-top: 24px;
}

.mt35 {
  margin-top: 35px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb24 {
  margin-bottom: 24px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fs13 {
  font-size: 13px;
}

.fs48 {
  font-size: 48px;
}

.fs72 {
  font-size: 72px;
}

.fblack {
  color: #000;
}

.fwhite {
  color: #fff;
}

/*Font weight*/
.fbold {
  font-weight: bold;
}

.sourcehansans-tc-bold {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.sourcehansans-tc-medium {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.sourcehansans-tc-regular {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "CgAlpGthNo3";
  src: url(../myfont/AlpinGothicCGNo3.otf);
}
.falpin, footer {
  font-family: "CgAlpGthNo3", "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
}

.froboto-regular {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.froboto-medium {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.froboto-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.mtitle {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.thtitle,
.submenu > li > a,
.swiper-slide .swiperbtn,
.mpress .mtitle,
.submtitle {
  font-family: "CgAlpGthNo3", "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
}

body {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #aeaeae;
  background-color: #000;
  line-height: 22px;
  overflow-x: hidden;
}

header {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-weight: 500;
  -moz-transition: top 0.8s, background-color 0.5s;
  -o-transition: top 0.8s, background-color 0.5s;
  -webkit-transition: top 0.8s, background-color 0.5s;
  transition: top 0.8s, background-color 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
}
header span {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 14px;
  width: 2px;
  background-color: #444;
  display: inline-block;
  margin-right: 4px;
  vertical-align: -2px;
}
header a {
  color: #6b6b6b;
}
header a:hover, header a.active {
  color: #c1c1c1;
}
header a:hover span, header a.active span {
  background-color: #b6a160;
}
header.nav-up {
  top: -100px;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header img.mlogo {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 100;
}
header.active {
  background-color: black;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu.hide-for-small-only {
  padding: 30px;
}
.menu.hide-for-small-only a {
  margin-right: 8px;
}

footer {
  padding: 40px 30px 10px;
  color: #b6b6b6;
  font-size: 13px;
}
footer a:hover {
  color: #b6a160;
}
footer .mlogo > div {
  float: left;
}
footer .mlogo img {
  margin-right: 40px;
  margin-bottom: 40px;
}

.mpsrel {
  position: relative;
}

.bgcover {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.bgcover + img {
  display: none;
}

.pagenav {
  color: #444;
  font-weight: 700;
  font-size: 13px;
  margin-top: 24px;
}
.pagenav span.pgnav.mleft {
  margin-right: 3px;
}
.pagenav span.pgnav.mright {
  margin-left: 3px;
}
.pagenav span:not(.pgnav) {
  padding: 0 5px;
}
.pagenav a {
  color: #444;
}
.pagenav a:hover, .pagenav a.active {
  color: #b6a160;
}
.pagenav a.active {
  pointer-events: none;
}

.top-bar {
  display: none;
  padding: 0;
  letter-spacing: 0.1em;
}
.top-bar .title-bar .menu-icon::after {
  background-color: #b6a160;
  box-shadow: 0 6px 0 #b6a160, 0 12px 0 #b6a160;
}
.top-bar .title-bar .menu-icon:hover::after {
  background-color: #b6a160;
  box-shadow: 0 6px 0 #b6a160, 0 12px 0 #b6a160;
}
.top-bar .top-bar-left ul li {
  background: #000;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-bar .top-bar-left ul li:last-child {
  border-bottom: none;
}
.top-bar .top-bar-left ul li a {
  color: #fff;
  font-family: inherit;
  transition: 0.6s;
  border-left: 3px solid #000;
  padding: 0.7rem 12px;
}
.top-bar .top-bar-left ul li:hover a:not(.menut) {
  color: #fff;
  background: #333;
  border-left: 3px solid #eee;
}
.top-bar .top-bar-left ul li a.menut {
  cursor: inherit;
  background: #555;
  border-left: 3px solid #555;
}

@media screen and (min-width: 64em) and (max-width: 75em) {
  footer .mlogo img {
    margin-bottom: 20px;
  }

  footer .text-right {
    width: 100%;
    display: block;
    text-align: left !important;
  }

  footer br {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer {
    padding: 40px 15px;
  }

  footer .mlogo img {
    margin-bottom: 20px;
  }

  footer .text-right {
    width: 100%;
    display: block;
    text-align: left !important;
  }

  footer br {
    display: none;
  }
}
@media screen and (max-width: 39.9375em), only screen and (max-device-height: 480px), only screen and (max-device-width: 640px) {
  .top-bar {
    display: block;
    width: 100%;
  }

  .top-bar .top-bar-left {
    width: 100%;
  }

  header img.mlogo {
    top: 20px;
    right: 12px;
  }

  footer {
    padding: 40px 15px;
  }

  footer .mlogo img {
    margin-right: 10px;
    margin-bottom: 20px;
  }

  footer .text-right {
    float: left !important;
    text-align: left !important;
  }

  footer .row.columns > div {
    width: 100%;
    display: block;
  }

  footer br {
    display: none;
  }
}
.submenu {
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.submenu.mshow {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.copyr .bgalpha, .mpress .watchmore {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.submenu > li > a {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header img.mlogo {
  -moz-transition: top 0.8s;
  -o-transition: top 0.8s;
  -webkit-transition: top 0.8s;
  transition: top 0.8s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
header img.mlogo.nav-up {
  top: -180px;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#lightcase-nav a[class*="lightcase-icon-"] .mtitle {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
