@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400");
/* 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;
}

/* OFTEN USE
 *------------------------------- */
#browser, #loading, #index-loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FOR FORM
 *------------------------------- */
/* animate
 *------------------------------- */
@-moz-keyframes enter-slideDown {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes enter-slideDown {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes enter-slideDown {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
#browser {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  cursor: pointer;
}

.browser_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 260px;
  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;
}
.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;
  }
}
/* Set style
 * ========================================================================== */
html, body {
  height: 100%;
}

body {
  font-size: 16px;
  color: #888;
  font-family: "Fira Sans", "微軟正黑體", Helvetica, sans-serif;
  background-color: #fff;
}

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

img {
  display: block;
}

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

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

/*-------------- Loading 設定 -------------- */
#loading, #index-loading {
  position: fixed;
  z-index: 99;
  background: #fff;
}

.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 219px;
  height: 210px;
  margin-left: -109.5px;
  margin-top: -105px;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
}

/*-------------- Header設定 -------------- */
.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
  border-bottom: 1px solid #e3e3e3;
}

#logo {
  position: fixed;
  top: 11px;
  left: 40px;
  z-index: 3;
  opacity: 0;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#logo img {
  width: auto;
  height: 50px;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#menu {
  position: fixed;
  top: 24px;
  right: 40px;
  color: #666;
  font-size: 12px;
  cursor: pointer;
  z-index: 3;
  display: none;
  text-align: right;
}
#menu span {
  color: #000;
  display: block;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

#burgerWrap {
  width: 28px;
  margin-bottom: 3px;
  display: inline-block;
  overflow: hidden;
}

.burger {
  position: relative;
  width: 28px;
  height: 20px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.burger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.burger-line:nth-child(1) {
  top: 0;
}
.burger-line:nth-child(2) {
  top: 8px;
}
.burger-line:nth-child(3) {
  top: 16px;
}

.on .burger-line:nth-child(1) {
  width: 6px;
}
.on .burger-line:nth-child(3) {
  width: 12px;
}

/*-------------- 導覽列設定 -------------- */
.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: white;
  z-index: 1;
}

#navigation {
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 2;
  font-size: 15px;
}
#navigation ul.nav {
  float: right;
}
#navigation ul.nav > li {
  position: relative;
  padding: 0 15px;
  display: inline;
  text-align: center;
}
#navigation ul.nav > li a:hover > .en {
  opacity: 0;
}
#navigation ul.nav > li a:hover > .tw {
  opacity: 1;
}
#navigation .en {
  display: inline;
}
#navigation .tw {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}

.subNav {
  width: 90%;
  max-width: 1400px;
  right: 10%;
  text-align: right;
  margin-top: 130px;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subNav li {
  position: relative;
  margin: 0 15px;
  padding: 0 15px;
  display: inline;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.subNav li:hover .en {
  opacity: 0;
}
.subNav li:hover .tw {
  opacity: 1;
}
.subNav .en {
  display: inline;
}
.subNav .tw {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}

/*-------------- footer設定 -------------- */
.copyright {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 3;
  text-align: center;
  opacity: 0;
}
.copyright p, .copyright a {
  font-size: 12px;
  color: #ccc;
}
.copyright a:hover {
  text-decoration: underline;
}

/*-------------- 側邊設定 -------------- */
.social {
  position: absolute;
  top: 150px;
  left: 7%;
  color: #000;
  z-index: 2;
}
.social span {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 15px 0;
  -ms-transform-origin: 15px 0;
  -webkit-transform-origin: 15px 0;
  transform-origin: 15px 0;
  letter-spacing: 1px;
  display: block;
}
.social .bns {
  margin-top: 90px;
}
.social .bns i {
  display: block;
  margin: 10px 0;
}

/*-------------- 動態效果 -------------- */
.fade {
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.slideUp {
  top: 40px;
}

.slideDown {
  top: -30px;
}

.slideLeft {
  left: 30px;
}

/*-------------- 基本版面 -------------- */
.br {
  display: inline-block;
}

#back-to-top, #back-to-top1 {
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding-left: 15px;
  background: url(../images/backtotop.png) no-repeat;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  display: none;
  z-index: 2;
}
#back-to-top:hover, #back-to-top1:hover {
  background-position: 0 -15px;
}

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

#top-area {
  position: relative;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
#top-area .photo {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-animation: enter-slideDown 1s ease-out;
  -webkit-animation: enter-slideDown 1s ease-out;
  animation: enter-slideDown 1s ease-out;
}

.content {
  position: relative;
  padding: 130px 0;
}
.content:first-of-type {
  padding-top: 260px;
}

.triangle1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 860px 0 0 0;
  border-color: #f1f1f1 transparent transparent transparent;
  z-index: -1;
}

.scrollDown {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 100vh;
  margin-top: -100px;
  margin-left: -50px;
  color: #fff;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.scrollDown:hover {
  color: #ccc;
}

.title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 72px;
  z-index: 2;
  text-align: center;
  text-shadow: 0px 0px 1px #999;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------ */
@media only screen and (max-width: 1750px) {
  .social {
    left: 2%;
  }
}
@media only screen and (max-width: 1100px) {
  #menu,
  #back-to-top {
    right: 5%;
  }

  #logo {
    left: 5%;
  }

  #menu {
    display: block;
  }

  #navigation {
    top: 120px;
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  #navigation ul.nav {
    float: none;
  }
  #navigation ul.nav > li {
    display: block;
    margin: 30px 0;
  }
  #navigation ul.nav > li a {
    color: #333;
  }
  #navigation ul.lang {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  #navigation ul.lang li {
    text-decoration: underline;
  }

  .subNav {
    margin-top: 80px;
  }

  .social {
    display: none;
  }

  /* 基本版面 */
  .triangle1 {
    display: none;
  }

  .content {
    padding: 80px 0;
  }
  .content:first-of-type {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 640px) {
  .loading-logo {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  #menu {
    top: 15px;
  }

  .header-bg {
    height: 60px;
  }

  #logo img {
    height: 40px;
  }

  .subNav {
    position: relative;
    margin-top: 5%;
  }
  .subNav li {
    margin: 0;
    padding: 0;
    display: block;
    text-align: right;
    line-height: 2.5;
  }

  /* 基本版面 */
  .content {
    padding: 10% 0;
  }
  .content:first-of-type {
    padding-top: 15%;
  }
  .content:last-of-type {
    padding-bottom: 80px;
  }

  .title {
    font-size: 52px;
  }
}
