@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400");
/* Document
 * ========================================================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
 * ========================================================================== */
body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
 * ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
 * ========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
 * ========================================================================== */
details, menu {
  display: block;
}

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
canvas {
  display: inline-block;
}

template, [hidden] {
  display: none;
}

/* Customize
 * ========================================================================== */
html, body {
  height: 100%;
}

body {
  font-size: 13px;
  color: #C2C2C2;
  font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
  background-color: #000;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

/* OFTEN USED
 *------------------------------- */
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#browser, #loading, .bg, #cycle, #open > li {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loading, .bg, #open > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* FOR PROJECT
 *------------------------------- */
/* FOR FROM
 *------------------------------- */
#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
 * ========================================================================== */
.en {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

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

/*-------------- Loading 設定 -------------- */
#loading {
  position: fixed;
  z-index: 99;
  background-image: url("../images/0.jpg");
}
#loading .loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 79px;
  margin-left: -39px;
  margin-top: -39.5px;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
}
#loading .processing, #loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 10px;
  margin-left: -40px;
  margin-top: -5px;
  margin-top: 50px;
  background: url(../images/loading1.gif) center center no-repeat;
}

/*-------------- Header設定 -------------- */
.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #050209;
  display: none;
  z-index: 2;
}

#logo {
  position: fixed;
  top: -10px;
  position: fixed;
  left: 50%;
  width: 95px;
  margin-left: -47.5px;
  height: 95px;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 0 10px #fff;
  z-index: 3;
  opacity: 0;
}
#logo img {
  margin: 8.5px;
  width: 100%;
  height: auto;
  max-width: 78px;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#menu {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #B5975B;
  font-size: 14px;
  cursor: pointer;
  z-index: 3;
  display: none;
}

/*-------------- 導覽列設定 -------------- */
.nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 305px;
  background: rgba(30, 20, 30, 0.9);
  z-index: 1;
  display: none;
}

#navigation {
  position: fixed;
  top: 30px;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
#navigation ul {
  position: absolute;
  width: 50%;
  display: inline;
}
#navigation ul:first-child {
  right: 50%;
  margin-right: 75px;
  text-align: right;
}
#navigation ul:nth-child(2) {
  left: 50%;
  margin-left: 75px;
}
#navigation ul > li {
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  display: inline;
}
#navigation ul > li a {
  color: #A1A1A1;
}
#navigation ul > li a:hover > .en {
  opacity: 0;
}
#navigation ul > li a:hover > .tw {
  opacity: 1;
}
#navigation ul > li a:hover {
  color: #fff;
}
#navigation ul .en {
  display: inline;
}
#navigation ul .tw {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
}

/*-------------- footer設定 -------------- */
.copyright {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  text-align: right;
  opacity: 0;
}
.copyright p, .copyright a {
  font-size: 12px;
  color: #666;
}
.copyright a:hover {
  text-decoration: underline;
}

/*-------------- 基本版面 -------------- */
.golden {
  color: #B5975B;
}

.white {
  color: #fff;
}

.ib {
  display: inline-block;
}

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

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

.bg {
  position: fixed;
  background-image: url("../images/0.jpg");
  z-index: 0;
  overflow: hidden;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------ */
@media only screen and (max-width: 1100px) {
  .header-bg, #menu {
    display: block;
  }

  #logo {
    top: 10px;
    left: 15px;
    margin-left: 0;
    width: 40px;
    height: 40px;
    background: none;
    box-shadow: none;
  }
  #logo img {
    margin: 0;
  }

  #navigation {
    top: 65px;
    display: none;
  }
  #navigation ul {
    position: relative;
    width: 100%;
    display: block;
  }
  #navigation ul:first-child {
    right: 0;
    margin-right: 0;
    text-align: center;
  }
  #navigation ul:nth-child(2) {
    left: 0;
    margin-left: 0;
    text-align: center;
  }
  #navigation ul:nth-child(2) > li:last-child::after {
    border: none;
  }
  #navigation ul > li {
    line-height: 40px;
    display: block;
  }
  #navigation ul > li::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 1px;
    border-bottom: 1px dotted #B5975B;
    opacity: 0.6;
  }

  /*-------------- 基本版面 -------------- */
  #back-to-top {
    bottom: 55px;
    right: 20px;
  }

  .main-con {
    padding: 60px 20px;
  }
}
/* Set page
 * ========================================================================== */
.menu-bg {
  background: #fff;
}

/* 輪播設定
 *------------------------------- */
#cycle {
  position: fixed;
  z-index: 0;
  overflow: hidden;
}

#open {
  position: relative;
  height: 100%;
}
#open > li {
  position: absolute;
  opacity: 0;
  -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;
}
#open > li.on {
  z-index: 2;
}

/* 彈出視窗設定
 *------------------------------- */
.index-promo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-promo-box {
  padding: 50px;
  background-color: #444;
  color: #fefefe;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-promo-box h2 {
  color: #B5975B;
}
.index-promo-box hr {
  display: block;
  width: 100%;
  border: none;
  height: 3px;
  background-color: #B5975B;
  margin: 0 0 20px 0;
}
.index-promo-box p {
  margin: 0px;
  line-height: 1.5;
}
.index-promo-box p.time {
  margin-top: 20px;
}
.index-promo-box-btn {
  display: flex;
  margin-top: 20px;
}
.index-promo-box-btn .circCont {
  position: relative;
}
.index-promo-box-btn .circCont .circle {
  width: 48px;
  height: 48px;
  border: 1px solid #B5975B;
  display: block;
  background: none;
  color: #B5975B;
  outline: none;
  cursor: pointer;
}
.index-promo-box-btn .circCont:hover:before {
  width: 15px;
}
.index-promo-box-btn .circCont:hover:after {
  width: 15px;
}
.index-promo-box-btn .circCont:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 1px;
  border-left: 8px solid currentColor;
  border-right: 8px solid currentColor;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.index-promo-box-btn .circCont:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 1px;
  border-left: 8px solid currentColor;
  border-right: 8px solid currentColor;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------ */
@media only screen and (max-width: 1100px) {
  #open {
    height: 125%;
  }
}
