@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: local("Crimson Text Regular"), local("CrimsonText-Regular"), url(../fonts/CrimsonText-Regular.ttf);
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.text {
  line-height: 1.8;
}
.text p {
  margin-bottom: 20px;
}
.text p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
#browser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  cursor: pointer;
}

.browser_content {
  position: absolute;
  width: 500px;
  height: 260px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -130px;
  padding: 40px;
  margin: -170px 0 0 -290px;
  background: #FFF;
  border-radius: 5px;
  text-align: center;
}
.browser_content h1 {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.browser_content p {
  margin-top: 30px;
}

.browser_note {
  color: #666;
  line-height: 1.7;
  padding: 0 20px;
}
.browser_note .autoWrap {
  display: inline-block;
}

.browser_chosen {
  position: relative;
  width: 480px;
  margin: 20px auto 0;
  overflow: hidden;
}
.browser_chosen a {
  float: left;
  margin: 0 28px 20px;
  color: #666;
  line-height: 1.7;
  font-size: 12px;
}

@media only screen and (max-width: 599px) {
  .browser_content {
    width: 100%;
    height: auto;
    padding: 40px 0 0;
    margin: -235px 0 0 -50%;
    border-radius: 0;
  }

  .browser_chosen {
    width: 240px;
  }
}
/* ===================================
 * 						main style
 * =================================== */
html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", "微軟正黑體", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #ccc;
  background-color: #141616;
}

a {
  text-decoration: none;
  color: #ccc;
}

img, main {
  display: block;
}

small {
  font-size: 0.875rem;
}

.en {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.tw {
  font-family: "微軟正黑體", sans-serif;
}

.ib {
  display: inline-block;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.column--2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

/*----------------
 * 	Basic Layout 
 *----------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #141616;
  z-index: 10;
}

.lo {
  position: absolute;
  width: 200px;
  height: 52px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -26px;
}
.lo img {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.lo-mask {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: rgba(204, 204, 204, 0.1);
  overflow: hidden;
}
.lo-line {
  position: absolute;
  left: -30px;
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #ffffff);
  -moz-animation: loading 1.4s linear infinite;
  -webkit-animation: loading 1.4s linear infinite;
  animation: loading 1.4s linear infinite;
}

.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  background: rgba(20, 22, 22, 0.9);
  z-index: 4;
}
.header-logo-mask {
  position: fixed;
  top: 30px;
  left: 40px;
  width: 200px;
  height: 32px;
  overflow: hidden;
  z-index: 8;
}
.header-logo {
  width: 100%;
  height: 100%;
}
.header-logo img {
  height: 100%;
}

#menu {
  display: none;
  position: fixed;
  top: 25px;
  right: 40px;
  cursor: pointer;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 7;
}

.burger-wrap {
  position: relative;
  width: 28px;
  margin-bottom: 3px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.burger {
  position: relative;
  width: 100%;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.burger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #ebe9e9;
  transition: top .2s, opacity .2s, transform .2s;
}
.burger-line:nth-child(1) {
  top: 0;
}
.burger-line:nth-child(2) {
  top: 8px;
}
.burger-line:nth-child(3) {
  top: 16px;
}
.burger.on .burger-line:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.burger.on .burger-line:nth-child(2) {
  opacity: 0;
}
.burger.on .burger-line:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.nav-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 0;
  background: #141616;
  z-index: 3;
}

.nav {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 5;
}
.nav li {
  position: relative;
  margin: 0 5px;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1.5px;
}
.nav li.on {
  opacity: 0.6;
}
.nav a {
  display: inline-block;
  color: #fff;
}

.sub-nav {
  position: fixed;
  top: 170px;
  left: 0;
  margin-top: -35px;
  width: 100%;
  background: rgba(34, 34, 34, 0.5);
  overflow: hidden;
  z-index: 6;
}
.sub-nav li {
  position: relative;
  margin: 0 5px;
  height: 35px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: center;
  overflow: hidden;
}
.sub-nav li.on {
  opacity: 0.6;
}
.sub-nav a {
  display: inline-block;
  color: #fff;
}

.nav-fade li:hover .en {
  opacity: 0;
}
.nav-fade li:hover .tw {
  opacity: 1;
}
.nav-fade a {
  padding: 0 15px;
}
.nav-fade .tw {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  white-space: nowrap;
}

.nav-slide li:hover a {
  margin-top: -100%;
}
.nav-slide a {
  -moz-transition: margin-top 0.6s ease-in-out;
  -o-transition: margin-top 0.6s ease-in-out;
  -webkit-transition: margin-top 0.6s ease-in-out;
  transition: margin-top 0.6s ease-in-out;
}
.nav-slide a div {
  padding: 0 15px;
}

.fade-in {
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.fade-up {
  -moz-transition: opacity 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.width-ltr {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #141616;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

#wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.top-mask {
  position: absolute;
  top: 170px;
  width: 100%;
  height: calc(100vh - 170px);
  overflow: hidden;
  z-index: 2;
}
.top-view {
  position: absolute;
  width: 100%;
  height: calc(100vh - 170px);
}
.top-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

#main {
  position: relative;
  padding-top: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  position: relative;
  background: #141616;
  overflow: hidden;
}

.wrap-heading {
  color: #E54478;
  margin-bottom: 30px;
  padding-top: 80px;
}
.wrap-heading:first-child {
  padding-top: 0;
}
.wrap-heading .h1 {
  display: inline;
}

.h1 {
  font-size: 1rem;
  color: #E54478;
}

.sub-heading {
  display: inline-block;
  font-family: "微軟正黑體", sans-serif;
  margin-left: 5px;
  letter-spacing: 1px;
}

.text {
  position: relative;
  margin: auto;
  width: 100%;
  text-align: left;
}

.footer {
  position: relative;
  padding: 60px 20px 30px;
  background: #000;
  text-align: center;
  z-index: 1;
}
.footer-name {
  margin-bottom: 5px;
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
}
.footer-tel {
  margin-bottom: 20px;
  color: white;
  font-family: "Crimson Text", serif;
}
.footer-tel span {
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer-social {
  margin-bottom: 20px;
}
.footer-social li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 50%;
  background: #4d4d4d;
  cursor: pointer;
}
.footer-social li:hover {
  color: #4d4d4d;
  background: #ccc;
}
.footer-social li a {
  display: block;
  width: 40px;
  height: 40px;
}
.footer-social li a:hover {
  color: #4d4d4d;
}
.footer a:hover {
  text-decoration: underline;
}

.copyright {
  line-height: 1.2;
}
.copyright small, .copyright a {
  font-size: 0.75rem;
}

.wechat-box {
  position: absolute;
  padding: 5px;
  width: 150px;
  display: none;
  bottom: 50px;
  right: 50%;
  margin-right: -80px;
}
.wechat-box img {
  width: 100%;
  height: 100%;
}
.wechat-text {
  font-size: 16px;
  height: 48px;
  line-height: 18px;
  background: #FFF;
  color: #333;
}

#go-top {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 40px;
  width: 50px;
  height: 50px;
  background: #000 url(../images/backtotop.png) no-repeat center center;
  opacity: 0.6;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
#go-top:hover {
  opacity: 1;
}

@-webkit-keyframes moveDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes moveDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-o-keyframes moveDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes moveDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.scroll-down {
  position: fixed;
  width: 120px;
  height: 40px;
  bottom: 8vh;
  left: 50%;
  margin-left: -60px;
  background: url("../images/scroll-down.png") no-repeat center 5px;
  text-align: center;
  color: white;
  cursor: pointer;
  z-index: 3;
  -moz-animation: moveDown 3s infinite;
  -webkit-animation: moveDown 3s infinite;
  animation: moveDown 3s infinite;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------*/
@media screen and (max-width: 1100px) {
  .header-bg {
    height: 130px;
  }
  .header-logo-mask {
    top: 15px;
  }

  #menu {
    display: block;
  }

  .nav {
    display: none;
    top: 160px;
  }
  .nav li {
    height: 40px;
    line-height: 40px;
  }
  .nav .flex-center {
    flex-direction: column;
  }

  .sub-nav {
    position: relative;
    top: 0;
    margin-top: 0;
    z-index: 0;
  }

  .top-mask {
    top: 130px;
    height: calc(100vh - 130px);
  }
  .top-view {
    height: calc(100vh - 130px);
  }
}
@media screen and (max-width: 780px) {
  .header-bg {
    height: 100px;
  }
  .header-logo-mask {
    top: 10px;
    left: 5vw;
  }

  #menu {
    right: 5vw;
  }

  .nav {
    top: 120px;
  }

  .top-mask {
    top: 100px;
    height: calc(100vh - 100px);
  }
  .top-view {
    height: calc(100vh - 100px);
  }
}
