@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap");
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
}

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

textarea:focus, input:focus {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.nav-cont, .footer-cont {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1200px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  line-height: 1.5;
  font-family: Arial, "Noto Sans TC", serif;
  font-size: 16px;
  color: #363636;
}

.wrapper {
  position: relative;
  width: 100%;
}

.nav-cont, .footer-cont {
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1200px;
}

.nav-index {
  position: absolute;
  bottom: 100px;
  width: 100%;
  z-index: 1;
}

.nav-index-innerbottom {
  position: relative;
  bottom: auto;
}

.nav-index-innerbottom .nav-index-menu {
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .nav-index-innerbottom .nav-index-menu {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .nav-index-innerbottom .nav-index-menu {
    margin-bottom: 20px;
  }
}

.nav-index-menu {
  position: relative;
  margin: 0 auto;
  width: 800px;
  padding-top: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .nav-index-menu {
    width: 100%;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 414px) {
  .nav-index-menu {
    margin-bottom: 40px;
  }
}

.nav-index-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 1px;
  background: #fff;
  top: 13px;
  left: 10%;
}

.nav-index-menu a {
  display: block;
  position: relative;
  float: left;
  width: 20%;
  height: 60px;
  padding-top: 12px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #e5a88b;
}

@media only screen and (max-width: 960px) {
  .nav-index-menu a {
    font-size: 13px;
  }
}

.nav-index-menu a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0px;
  left: 50%;
  margin-left: -2px;
  background: #fff;
  border-radius: 100%;
}

.nav-index-menu a:nth-child(1):hover ~ .dot {
  left: 10%;
  margin-left: -2px;
  opacity: 1;
}

.nav-index-menu a:nth-child(2):hover ~ .dot {
  left: 30%;
  margin-left: -2px;
  opacity: 1;
}

.nav-index-menu a:nth-child(3):hover ~ .dot {
  left: 50%;
  margin-left: -2px;
  opacity: 1;
}

.nav-index-menu a:nth-child(4):hover ~ .dot {
  left: 70%;
  margin-left: -2px;
  opacity: 1;
}

.nav-index-menu a:nth-child(5):hover ~ .dot {
  left: 90%;
  margin-left: -2px;
  opacity: 1;
}

.nav-index-menu a .nav-en, .nav-index-menu a .nav-tw {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  text-align: center;
  display: block;
}

.nav-index-menu a .nav-en {
  opacity: 1;
}

.nav-index-menu a .nav-tw {
  opacity: 0;
}

@media only screen and (min-width: 1201px) {
  .nav-index-menu a:hover {
    color: #fff;
  }
  .nav-index-menu a:hover .nav-tw {
    opacity: 1;
    margin-top: -40px;
  }
  .nav-index-menu a:hover .nav-en {
    opacity: 0;
  }
}

.nav-index .dot {
  width: 8px;
  height: 8px;
  background: #ffc600;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 0%;
  opacity: 0;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.nav {
  position: relative;
  height: 80px;
  width: 100%;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .nav {
    height: 80px;
  }
}

.nav.is-scroll {
  position: fixed;
  background: rgba(22, 38, 53, 0.95);
  top: 0;
  height: 80px;
}

.nav.is-scroll .nav-menu {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .nav.is-scroll .nav-cont {
    padding: 0;
  }
  .nav.is-scroll .nav-menu {
    margin-top: 0px;
  }
}

.nav-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.nav-logo a {
  width: 215px;
  height: 47px;
  display: block;
  background: url("/img/logo-white-s.png") no-repeat;
  background-size: contain;
}

.nav-menu {
  margin-top: 20px;
}

.nav-menu a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #e5a88b;
}

.nav-menu a:not(:last-child) {
  margin-right: 32px;
}

.nav-menu a .nav-en, .nav-menu a .nav-tw {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  text-align: center;
  display: block;
}

.nav-menu a .nav-en {
  opacity: 1;
}

.nav-menu a .nav-tw {
  opacity: 0;
}

@media only screen and (min-width: 1201px) {
  .nav-menu a:hover {
    color: #fff;
  }
  .nav-menu a:hover .nav-tw {
    opacity: 1;
    margin-top: -40px;
  }
  .nav-menu a:hover .nav-en {
    opacity: 0;
  }
}

.nav-menu a.is-active {
  color: #fff;
}

.nav-menu a.is-active .nav-tw {
  opacity: 1;
  margin-top: -40px;
}

.nav-menu a.is-active .nav-en {
  opacity: 0;
}

@media only screen and (max-width: 960px) {
  .nav-menu a:not(:last-child) {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .nav-menu {
    position: fixed;
    right: -180px;
    top: 0;
    width: 180px;
    background: #162635;
    height: 100vh;
    padding-top: 100px;
    margin-top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .nav-menu a {
    display: block;
    height: 48px;
    margin-bottom: 12px;
    overflow: auto;
    line-height: 1.5;
  }
  .nav-menu a:not(:last-child) {
    margin-right: 0px;
  }
  .nav-menu a .nav-en, .nav-menu a .nav-tw {
    opacity: 1;
  }
  .nav-menu a .nav-en {
    font-size: 12px;
    color: #855239;
  }
  .nav-menu.is-active {
    right: 0;
  }
}

.nav-cs {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nav-cs {
    position: relative;
    width: 80%;
    margin: 20px auto 0;
    padding-top: 20px;
    display: block;
    border-top: 1px solid #855239;
    display: block;
    text-align: center;
  }
  .nav-cs .cs-icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin: 0 auto;
    background-size: 50%;
    background-color: #855239;
  }
}

.nav-trigger {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nav-trigger {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    z-index: 10;
    cursor: pointer;
  }
  .nav-trigger span {
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #e5a88b;
    display: block;
    border-radius: 2px;
    top: 12px;
    left: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-trigger span:after, .nav-trigger span:before {
    display: block;
    content: '';
    position: absolute;
    height: 2px;
    background-color: #e5a88b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-trigger span:before {
    top: 10px;
    width: 24px;
    left: 12px;
  }
  .nav-trigger span:after {
    top: 20px;
    width: 28px;
    left: 8px;
  }
  .nav-trigger.is-active {
    width: 64px;
  }
  .nav-trigger.is-active span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px;
    width: 16px;
    left: 48px;
  }
  .nav-trigger.is-active span:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 16px;
    top: 0;
    left: 0;
  }
  .nav-trigger.is-active span:after {
    width: auto;
    height: auto;
    background-color: transparent;
    content: 'CLOSE';
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    color: #e5a88b;
    font-size: 12px;
    top: 16px;
    left: -36px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 20px;
}

.footer-info {
  color: #fff;
  font-size: 14px;
}

.footer-info p {
  line-height: 1.5;
  margin: 0;
  letter-spacing: 2px;
}

.footer-info p span {
  margin-right: 12px;
}

.footer-copyright {
  position: absolute;
  letter-spacing: 1px;
  color: #fff;
  font-size: 10px;
  right: 0;
  bottom: 0px;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 20px;
    height: 260px;
  }
  .footer-info {
    text-align: center;
  }
  .footer-info p span {
    line-height: 1.2;
    margin: 0 8px;
  }
  .footer-info p span.block {
    display: block;
  }
  .footer-copyright {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 12px 0 auto;
  }
}

@media only screen and (max-width: 414px) {
  .footer-info p span.block-mobile {
    display: block;
  }
}

.cs {
  position: fixed;
  z-index: 5;
  right: 36px;
  bottom: 36px;
}

.cs-ask {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  top: -12px;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 2px;
}

.cs-ask:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -6px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.cs-icon {
  position: relative;
  width: 84px;
  height: 84px;
  background: #ffc600 url("../img/cs.png") 50% 50% no-repeat;
  border-radius: 50%;
  background-size: 65%;
}

.cs-icon a {
  width: 100%;
  height: 100%;
  display: block;
}

.cs:hover .cs-ask {
  opacity: 1;
}

@media only screen and (max-width: 414px) {
  .cs {
    right: 24px;
    bottom: 24px;
  }
  .cs-icon {
    width: 72px;
    height: 72px;
    background-size: 60%;
  }
}

/*popup*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.overlay-close {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 22;
  width: 30px;
  height: 30px;
  background-color: #ffc600;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.overlay-close:before, .overlay-close:after {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 4px;
  background-color: #000;
  top: 13px;
  left: 7px;
}

.overlay-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.overlay-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.overlay-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.overlay-main {
  position: absolute;
  z-index: 21;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 692px;
  width: 90%;
  padding: 40px;
}

@media only screen and (max-width: 414px) {
  .overlay-close {
    right: -8px;
  }
  .overlay-main {
    padding: 24px;
  }
}

.about {
  height: 495px;
  background: url("../img/bg-about.png") top 0% right 30% no-repeat;
}

.about-cont {
  color: #7b571b;
  font-size: 18px;
  line-height: 2.25;
}

@media only screen and (max-width: 600px) {
  .about {
    background-color: #fff4e2;
    background-position: bottom -48px right 10%;
    background-size: 125%;
  }
  .about-cont {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .about {
    height: 420px;
    background-position: bottom -28px right 0%;
    background-size: 100%;
  }
  .about-cont {
    font-size: 15px;
  }
}

.contact {
  height: 537px;
  background: url("../img/bg-contact.png") 0% 0% no-repeat;
}

.contact-cont form {
  width: 80%;
  position: relative;
  margin: 0 auto;
}

.contact-cont form p {
  margin: 0 0 24px;
}

.contact-cont form input, .contact-cont form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  width: calc(100% - 92px);
  padding: 2px 8px;
}

.contact-cont form input {
  height: 36px;
}

.contact-cont form textarea {
  resize: none;
  height: 180px;
}

.contact-cont form label {
  color: #7b571b;
  font-size: 18px;
  width: 84px;
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
}

.contact-cont form button {
  display: block;
  position: relative;
  margin: 32px auto 0;
  width: 160px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  padding: 6px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}

@media only screen and (max-width: 600px) {
  .contact {
    background-color: #fff4e2;
    background-position: bottom -28px left 0%;
    background-size: 125%;
  }
  .contact-cont form {
    width: 100%;
  }
  .contact-cont form button {
    width: 100%;
    margin: 16px auto 0;
    padding: 8px;
  }
}

@media only screen and (max-width: 414px) {
  .contact {
    height: 480px;
    background-position: bottom -12px left 0%;
  }
  .contact-cont form p {
    margin: 0 0 20px;
  }
  .contact-cont form input, .contact-cont form textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    outline: none;
    width: calc(100% - 80px);
  }
  .contact-cont form input {
    height: 32px;
  }
  .contact-cont form textarea {
    height: 200px;
  }
  .contact-cont form label {
    font-size: 15px;
    width: 72px;
    line-height: 32px;
  }
}
/*# sourceMappingURL=common.css.map */