@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
nav {
  z-index: 2;
  position: fixed;
  /* menu */
}
nav .searchButtonM {
  position: fixed;
  top: 5px;
  text-align: center;
  line-height: 60px;
  right: 0px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1;
}
nav .searchButtonM i {
  color: #a77343;
}
nav .headerm {
  top: 0px;
  position: fixed;
  z-index: 1;
  width: 100%;
  color: black;
  height: 60px;
  margin: 0;
  display: flex;
  background-color: #fff;
  opacity: 0.9;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  align-items: center;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.05);
  border-top: #faeed3 5px solid;
}
nav .headerm .bar {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
nav .headerm .bar .box {
  margin-left: calc(50% - 10px);
  margin-top: calc(50% - 7.5px);
}
nav .headerm .bar .box .first,
nav .headerm .bar .box .second,
nav .headerm .bar .box .third {
  height: 2px;
  background-color: #343439;
  margin-top: 2px;
  margin-bottom: 3px;
  position: relative;
  width: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform-origin: 50% 50%;
}
nav .headerm .mark {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: auto;
  margin: auto;
}
nav .headerm .mark .logo {
  background-position: top;
  height: 34px;
  width: 58px;
  background-repeat: no-repeat;
  background-size: 75%;
  background-image: url(../../image/home/logo.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: -15px;
  position: relative;
}
nav .headerm .mark .name {
  width: auto;
  color: #bd743b;
  display: inline-block;
  left: 50px;
  top: 10px;
  letter-spacing: 5px;
  font-size: 14px;
  margin-right: 25px;
}
nav .menu {
  position: fixed;
  top: 0px;
  left: -100%;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  border-bottom: 1px solid #eff1f3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*nav-cancel */
}
nav .menu.open {
  left: 0;
}
nav .menu .each.nav-cancel {
  text-align: left;
  width: 60px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  line-height: 60px;
}
nav .menu .each {
  display: block;
  text-align: left;
  color: #bca456;
  font-size: 20px;
  letter-spacing: 6px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  line-height: 80px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
nav .menu .each:hover {
  color: #a77343;
}
nav .headerpc {
  top: 0;
  background-color: #fff;
  position: relative;
  background-size: 100%;
  background-position: top;
  color: #000;
  height: 90px;
  margin: 0;
  position: fixed;
  z-index: 1;
  width: 100%;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 568px) {
  nav .headerpc {
    height: 75px;
  }
}
nav .headerpc .wrap {
  margin: auto;
  list-style: none;
  display: block;
  padding-left: 0;
  height: 100%;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  position: relative;
}
nav .headerpc .wrap .buttons_wrap {
  position: absolute;
  right: 25px;
  top: 25px;
}
@media (max-width: 768px) {
  nav .headerpc .wrap .buttons_wrap {
    display: none;
  }
}
nav .headerpc .wrap .each {
  width: 130px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 35px;
  cursor: pointer;
  color: #707070;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
@media (max-width: 1024px) {
  nav .headerpc .wrap .each {
    width: 100px;
  }
}
nav .headerpc .wrap .each i {
  font-size: 12px;
  margin-right: 0px;
  margin-left: -15px;
}
nav .headerpc .wrap .each:hover > .text {
  border-bottom: 1px solid #707070;
}
nav .headerpc .wrap .each .text {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav .headerpc .wrap .logo {
  height: 54px;
  width: 220px;
  line-height: 0;
  margin-top: 0;
  background-image: url(/image/nav-logo-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  left: 15px;
  margin-left: 0px;
  background-position: left;
}
@media (max-width: 1024px) {
  nav .headerpc .wrap .logo {
    height: 47px;
    width: 190px;
  }
}
@media (max-width: 568px) {
  nav .headerpc .wrap .logo {
    height: 35px;
    width: 142px;
    top: 19px;
  }
}
nav .headerpc .searchinput {
  position: absolute;
  right: 20px;
  width: 70px;
  height: 20px;
  border: 1px solid #dac787;
  border-radius: 20px;
  transition: all 0.3s;
  top: 30px;
}
nav .headerpc .searchinput:focus {
  width: 118px;
  transition: all 0.3s;
}
nav .headerpc .searchButton {
  position: absolute;
  right: 30px;
  top: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
nav .headerpc .searchButton i {
  color: #dac787;
}
nav .headerpc .searchButton:hover i {
  color: #aa9240;
}
nav .headerpc .searchButton .fa-search {
  transition: all 0.3s;
}
nav .headerpc .searchButton .fa-search.scroll {
  top: 33px;
  transition: all 0.3s;
}
nav .item {
  /*background-color: red;*/
  position: absolute;
  height: 300px;
  z-index: 9;
  background-color: #000;
  opacity: 0;
  width: 100vw;
  opacity: 0.3;
  cursor: pointer;
}
/* search */
/* .............................. */
.searchWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.searchWrap .searchWrapCancel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
.searchWrap .searchCenter {
  margin: auto;
  top: calc(50% - 80px);
  background-color: #fff;
  width: 400px;
  height: 170px;
  position: absolute;
  left: calc(50% - 200px);
  /* form */
}
.searchWrap .searchCenter form {
  text-align: center;
  padding-bottom: 15px;
}
.searchWrap .searchCenter form label {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.searchWrap .searchCenter form label .text {
  display: inline-block;
}
.searchWrap .searchCenter form label input[type='radio'] {
  padding: 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.searchWrap .searchCenter .thetitle {
  text-align: center;
  color: #bca456;
  font-size: 22px;
  letter-spacing: 5px;
  margin: 10px;
}
.searchWrap .searchCenter input[type='text'] {
  width: 300px;
  margin: auto;
  display: block;
  height: 30px;
  background-color: transparent;
  font-size: 20px;
}
.searchWrap .searchCenter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9c9c9;
}
.searchWrap .searchCenter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9c9c9;
}
.searchWrap .searchCenter :-ms-input-placeholder {
  /* IE 10+ */
  color: #c9c9c9;
}
.searchWrap .searchCenter :-moz-placeholder {
  /* Firefox 18- */
  color: #c9c9c9;
}
.searchWrap .searchCenter .searchIcon {
  position: absolute;
  right: 35px;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  color: #bca456;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
nav .headerpc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  width: 100vw;
  height: 100vh;
  background-color: white;
  transition: all 0.6s;
  display: none;
}
@media (max-width: 768px) {
  nav .headerpc:before {
    display: block;
  }
}
nav .headerpc .nav-mobile-toggle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  right: 25px;
  top: 22px;
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  nav .headerpc .nav-mobile-toggle {
    display: block;
  }
}
nav .headerpc .nav-mobile-toggle span {
  width: 24px;
  height: 1px;
  position: absolute;
  background-color: #707070;
  right: 0;
  margin: auto;
  left: 0;
  border-radius: 0px;
  transition: all 0.3s ease;
}
nav .headerpc .nav-mobile-toggle span:nth-child(1) {
  top: calc(50% - 6px);
}
nav .headerpc .nav-mobile-toggle span:nth-child(2) {
  top: 50%;
}
nav .headerpc .nav-mobile-toggle span:nth-child(3) {
  top: calc(50% + 6px);
}
nav .header-mobile {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 90px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transform: translateX(100%);
  opacity: 0;
}
@media (max-width: 768px) {
  nav .header-mobile {
    display: flex;
  }
}
@media (max-width: 568px) {
  nav .header-mobile {
    top: 75px;
  }
}
nav .header-mobile-items {
  display: flex;
  flex-flow: column;
  list-style: none;
  align-items: center;
  margin: 0;
  margin-top: -30%;
  padding: 0;
  width: 100%;
}
nav .header-mobile .header-mobile-item + .header-mobile-item {
  margin-top: 50px;
}
nav .header-mobile-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .header-mobile-item a {
  font-size: 14px;
  color: #707070;
  position: relative;
  padding-bottom: 5px;
  width: 100%;
  text-align: center;
}
nav .header-mobile-item a:before {
  content: '';
  width: 38px;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-55%);
}
nav.active .headerpc:before {
  transform: translateX(0%);
  z-index: -1;
}
nav.active .header-mobile {
  opacity: 1;
  transform: translateX(0%);
  transition: all 0.6s;
}
nav.active .headerpc .nav-mobile-toggle {
  transform: scale(1.29) rotate(180deg);
}
nav.active .headerpc .nav-mobile-toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
nav.active .headerpc .nav-mobile-toggle span:nth-child(2) {
  left: -2px !important;
  opacity: 0;
}
nav.active .headerpc .nav-mobile-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
