@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Roboto:wght@400;500&display=swap");
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, form#mail_form .arrow::after, form#mail_form .arrow, footer .footerSocialBox li a svg, footer .downLogo, .socialList li a svg, .m_menu .mobileSocialBox li a svg, .loadingArea, .moduleBox .moduleClose, .arrowBox .arrow svg, .btnMore .arrow::after,
.btnMore_m .arrow::after,
.btnMore_toIns .arrow::after, .btnMore .arrow,
.btnMore_m .arrow,
.btnMore_toIns .arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}

body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Noto Sans Tc", Roboto, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  overflow-x: hidden;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body:not(.WebSiteHome) .bannerArea .bannerBox .bannerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .bannerItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox .Img {
  max-width: 1400px;
  width: 60%;
  height: 400px;
  margin-left: auto;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .Img {
    height: 250px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox .Img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt {
  position: relative;
  z-index: 5;
  width: 40%;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt {
    height: 180px;
  }
}
@media (max-width: 414px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt {
    height: 150px;
  }
}
@media (max-width: 360px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt {
    height: 120px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt .titleBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 150px 0 0 40px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt .titleBox {
    padding-top: 0px;
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt .titleBox {
    padding-left: 20px;
  }
}
@media (max-width: 414px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt .titleBox .titleEn {
    font-size: 48px;
  }
}
@media (max-width: 360px) {
  body:not(.WebSiteHome) .bannerArea .bannerBox .innerTxt .titleBox .titleEn {
    font-size: 40px;
  }
}
body:not(.WebSiteHome) footer {
  margin-top: 60px;
}

@-webkit-keyframes roll {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes roll {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
address {
  font-style: normal;
}

a {
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #a40000;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

.btn_color1 {
  color: #2f2f2f;
  background-color: rgba(135, 118, 116, 0.2);
}
.btn_color1:hover {
  background-color: #a40000;
  color: #ffffff;
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
.btn_color2:hover {
  background-color: #999;
}

/*more button*/
.btnMore,
.btnMore_m,
.btnMore_toIns {
  margin: 25px 0 0 -15px;
}
.btnMore:hover a,
.btnMore_m:hover a,
.btnMore_toIns:hover a {
  color: #a40000;
}
.btnMore:hover .arrow::after,
.btnMore_m:hover .arrow::after,
.btnMore_toIns:hover .arrow::after {
  -webkit-animation: arrows 1s cubic-bezier(0.37, 0, 0.63, 1) infinite;
          animation: arrows 1s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.btnMore:hover .arrow svg,
.btnMore_m:hover .arrow svg,
.btnMore_toIns:hover .arrow svg {
  stroke: #fff;
}
.btnMore a,
.btnMore_m a,
.btnMore_toIns a {
  color: #000000;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
}
.btnMore .arrow,
.btnMore_m .arrow,
.btnMore_toIns .arrow {
  position: relative;
  display: inline-block;
}
.btnMore .arrow a,
.btnMore_m .arrow a,
.btnMore_toIns .arrow a {
  position: relative;
  z-index: 5;
}
.btnMore .arrow::after,
.btnMore_m .arrow::after,
.btnMore_toIns .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(135, 118, 116, 0.2);
}
.btnMore .arrow svg,
.btnMore_m .arrow svg,
.btnMore_toIns .arrow svg {
  display: inline-block;
  width: 11px;
  height: 7px;
  stroke: #877674;
}

/*button*/
.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
  margin: 0;
}
.btn1 a {
  min-width: 190px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 5px;
  padding: 13px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #a40000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #a40000;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

/*arrow*/
.arrowBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.arrowBox .arrow {
  position: relative;
  z-index: 5;
  padding: 25px;
  cursor: pointer;
  pointer-events: all;
}
.arrowBox .arrow svg {
  stroke: #d7d7d7;
  width: 21px;
  height: 25px;
}
.arrowBox .arrow svg:hover {
  stroke: #a40000;
}
.arrowBox .arrowPrev {
  padding-right: 10px;
}
.arrowBox .arrowPrev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrowBox .arrowNext {
  padding-left: 10px;
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

.outerWrap {
  padding-top: 80px;
  position: relative;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 66px;
  }
}

.wrap {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #a40000;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #589000;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*提醒使用cookie彈窗*/
.cookieArea .moduleWrap {
  max-width: 480px;
}
.cookieArea .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

#closeCart,
#closePrice,
#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 480px) {
  #closeCart,
#closePrice,
#closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 200px;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*leafBox*/
.leafBox {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.leafBox span {
  position: absolute;
  z-index: 5;
  display: block;
  width: 85px;
  height: 85px;
}
@media (min-width: 641px) and (max-width: 960px) {
  .leafBox span {
    width: 48px;
    height: 32px;
  }
}
@media (max-width: 640px) {
  .leafBox span {
    width: 36px;
    height: 24px;
  }
}
.leafBox span::before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  background-size: contain;
}
.leafBox span:nth-child(1) {
  top: 55.8%;
  right: 70.8%;
  -webkit-animation: bnLeaf 9s -3s ease forwards infinite, bnLeaf_fall 9s -3s ease forwards infinite;
          animation: bnLeaf 9s -3s ease forwards infinite, bnLeaf_fall 9s -3s ease forwards infinite;
}
.leafBox span:nth-child(1)::before {
  background-image: url(../images/leaf/01.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -3s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -3s ease-in-out forwards infinite;
}
.leafBox span:nth-child(2) {
  top: 58.5%;
  right: 65.5%;
  -webkit-animation: bnLeaf 9s -6.5s ease forwards infinite, bnLeaf_fall 9s -6.5s ease forwards infinite;
          animation: bnLeaf 9s -6.5s ease forwards infinite, bnLeaf_fall 9s -6.5s ease forwards infinite;
}
.leafBox span:nth-child(2)::before {
  background-image: url(../images/leaf/02.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -6.5s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -6.5s ease-in-out forwards infinite;
}
.leafBox span:nth-child(3) {
  top: 64.8%;
  right: 33%;
  -webkit-animation: bnLeaf 9s -6s ease forwards infinite, bnLeaf_fall 9s -6s ease forwards infinite;
          animation: bnLeaf 9s -6s ease forwards infinite, bnLeaf_fall 9s -6s ease forwards infinite;
}
.leafBox span:nth-child(3)::before {
  background-image: url(../images/leaf/03.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -6s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -6s ease-in-out forwards infinite;
}
.leafBox span:nth-child(4) {
  top: 54.9%;
  right: 28%;
  -webkit-animation: bnLeaf 9s -7s ease forwards infinite, bnLeaf_fall 9s -7s ease forwards infinite;
          animation: bnLeaf 9s -7s ease forwards infinite, bnLeaf_fall 9s -7s ease forwards infinite;
}
.leafBox span:nth-child(4)::before {
  background-image: url(../images/leaf/04.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -7s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -7s ease-in-out forwards infinite;
}
.leafBox span:nth-child(5) {
  top: 52.2%;
  right: 23%;
  -webkit-animation: bnLeaf 9s -4s ease forwards infinite, bnLeaf_fall 9s -4s ease forwards infinite;
          animation: bnLeaf 9s -4s ease forwards infinite, bnLeaf_fall 9s -4s ease forwards infinite;
}
.leafBox span:nth-child(5)::before {
  background-image: url(../images/leaf/05.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -4s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -4s ease-in-out forwards infinite;
}
.leafBox span:nth-child(6) {
  top: 43.2%;
  right: 21%;
  -webkit-animation: bnLeaf 9s -2s ease forwards infinite, bnLeaf_fall 9s -2s ease forwards infinite;
          animation: bnLeaf 9s -2s ease forwards infinite, bnLeaf_fall 9s -2s ease forwards infinite;
}
.leafBox span:nth-child(6)::before {
  background-image: url(../images/leaf/06.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -2s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -2s ease-in-out forwards infinite;
}
.leafBox span:nth-child(7) {
  top: 33.3%;
  right: 17%;
  -webkit-animation: bnLeaf 9s -3s ease forwards infinite, bnLeaf_fall 9s -3s ease forwards infinite;
          animation: bnLeaf 9s -3s ease forwards infinite, bnLeaf_fall 9s -3s ease forwards infinite;
}
.leafBox span:nth-child(7)::before {
  background-image: url(../images/leaf/07.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -3s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -3s ease-in-out forwards infinite;
}
.leafBox span:nth-child(8) {
  top: 37.8%;
  right: 7%;
  -webkit-animation: bnLeaf 9s -7s ease forwards infinite, bnLeaf_fall 9s -7s ease forwards infinite;
          animation: bnLeaf 9s -7s ease forwards infinite, bnLeaf_fall 9s -7s ease forwards infinite;
}
.leafBox span:nth-child(8)::before {
  background-image: url(../images/leaf/08.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -7s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -7s ease-in-out forwards infinite;
}
.leafBox span:nth-child(9) {
  top: 34.2%;
  right: 7.5%;
  -webkit-animation: bnLeaf 9s -6.5s ease forwards infinite, bnLeaf_fall 9s -6.5s ease forwards infinite;
          animation: bnLeaf 9s -6.5s ease forwards infinite, bnLeaf_fall 9s -6.5s ease forwards infinite;
}
.leafBox span:nth-child(9)::before {
  background-image: url(../images/leaf/09.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -6.5s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -6.5s ease-in-out forwards infinite;
}
.leafBox span:nth-child(10) {
  top: 27%;
  right: 9%;
  -webkit-animation: bnLeaf 9s -5.5s ease forwards infinite, bnLeaf_fall 9s -5.5s ease forwards infinite;
          animation: bnLeaf 9s -5.5s ease forwards infinite, bnLeaf_fall 9s -5.5s ease forwards infinite;
}
.leafBox span:nth-child(10)::before {
  background-image: url(../images/leaf/010.png);
  -webkit-transform-origin: center -200px;
          transform-origin: center -200px;
  -webkit-animation: bnLeaf_shake 12s -5.5s ease-in-out forwards infinite;
          animation: bnLeaf_shake 12s -5.5s ease-in-out forwards infinite;
}
.leafBox span:nth-child(4), .leafBox span:nth-child(6), .leafBox span:nth-child(8), .leafBox span:nth-child(9) {
  z-index: -1;
}

@-webkit-keyframes bnLeaf {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bnLeaf {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bnLeaf_fall {
  0% {
    -webkit-transform: translateY(-450px);
            transform: translateY(-450px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bnLeaf_fall {
  0% {
    -webkit-transform: translateY(-450px);
            transform: translateY(-450px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bnLeaf_shake {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes bnLeaf_shake {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*menu*/
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  width: 190px;
  margin-top: -10px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 40px;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 190px);
}
header .menuBox {
  margin-left: auto;
}
header .menu {
  margin-right: -5px;
}
header .menu > li {
  position: relative;
  display: inline-block;
}
header .menu > li a {
  color: #222;
  display: block;
  font-size: 16px;
  padding: 28px 14px;
  font-family: Roboto, "Noto Sans Tc";
  font-weight: 400;
  letter-spacing: 1.3px;
}
header .menu > li a.current, header .menu > li a:hover {
  color: #a40000;
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 10px;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
  color: #fff;
  background-color: #a40000;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  margin: 3px 0;
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
  padding-top: 8px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  padding: 0 30px;
  background-color: #fff;
}
.m_menu .controlBox a.main {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 8px 0 8px auto;
  border-radius: 50%;
  background: #a40000;
}
.m_menu .controlBox a.main::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -2px;
  width: 28px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span::after {
  content: "menu";
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #ffffff;
  display: block;
  width: 30px;
  margin: 3px auto 0;
  text-align: center;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main.show::after {
  width: 20px;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  opacity: 1;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
  top: -6px;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 70%;
  height: 1px;
}
.m_menu .controlBox a.main.show span::after {
  content: "close";
}
.m_menu .hideBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  padding: 60px 0 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #c80303;
}
.m_menu .nav {
  padding: 40px 20px 20px 30px;
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 15px 10px;
  font-size: 20px;
  letter-spacing: 1.2px;
  color: #2c2a2a;
  text-align: left;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.m_menu .nav a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a40000;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .nav a:hover, .m_menu .nav a.current {
  color: #a40000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.m_menu .nav a:hover::before, .m_menu .nav a.current::before {
  opacity: 1;
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown {
  position: relative;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
  color: #000;
  border: 1px solid #000;
}
.m_menu .nav .dropDown .menuMask {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 20px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  pointer-events: all;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
.m_menu .bottom {
  width: 100%;
  height: calc(100% - 470px);
  background: #f3f2f1;
  padding: 35px 30px;
}
@media (max-width: 480px) {
  .m_menu .bottom {
    height: initial;
  }
}
.m_menu .footerInfo {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  color: rgba(135, 118, 116, 0.5);
}
@media (max-width: 480px) {
  .m_menu .footerInfo {
    width: 100%;
    margin-bottom: 15px;
  }
}
.m_menu .mobileSocialBox {
  margin-bottom: 20px;
}
.m_menu .mobileSocialBox .followTitle {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: right;
  letter-spacing: 0.6px;
}
.m_menu .mobileSocialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px;
}
.m_menu .mobileSocialBox li {
  width: 36px;
  height: 36px;
  margin: 7.5px 9px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .mobileSocialBox li:hover {
  background: #877674;
}
.m_menu .mobileSocialBox li:hover svg {
  fill: #ffffff;
}
.m_menu .mobileSocialBox li:hover a {
  color: #ffffff;
}
.m_menu .mobileSocialBox li:first-child {
  margin-top: 7.5px;
}
.m_menu .mobileSocialBox li:last-child {
  margin-bottom: 7.5px;
}
.m_menu .mobileSocialBox li a {
  color: #877674;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.m_menu .mobileSocialBox li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #877674;
  margin-top: -2px;
  vertical-align: middle;
}
.m_menu .leafBox {
  top: -200px;
  right: -200px;
}

/*banner*/
.bannerArea {
  clear: both;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*socail Box*/
.sideSocialBox {
  display: block;
  position: fixed;
  top: 50%;
  right: 50px;
  z-index: 50;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.sideSocialBox.hide {
  right: -3%;
  opacity: 0;
}
@media (max-width: 1680px) {
  .sideSocialBox {
    right: 30px;
  }
}
@media (max-width: 800px) {
  .sideSocialBox {
    display: none;
    pointer-events: none;
  }
}

/*socail List*/
.socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.socialList li {
  width: 36px;
  height: 36px;
  margin: 7.5px 0;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.socialList li:hover {
  background: #877674;
}
.socialList li:hover svg {
  fill: #ffffff;
}
.socialList li:hover a {
  color: #ffffff;
}
.socialList li:first-child {
  margin-top: 0;
}
.socialList li:last-child {
  margin-bottom: 0;
}
.socialList li:last-child svg {
  width: 36px;
  height: 25px;
}
.socialList li a {
  color: #877674;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #877674;
  margin-top: -2px;
  vertical-align: middle;
}

/*sidelink*/
.sidelinkList,
.sidelinkList_m {
  position: fixed;
  z-index: 50;
  right: 50px;
  bottom: 30px;
  padding: 10px;
}
@media (max-width: 1680px) {
  .sidelinkList,
.sidelinkList_m {
    right: 20px;
  }
}
.sidelinkList:hover::after,
.sidelinkList_m:hover::after {
  -webkit-animation: roll 0.5s ease-in infinite;
          animation: roll 0.5s ease-in infinite;
}
.sidelinkList::after,
.sidelinkList_m::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  background: url(../images/circle.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 120px;
  height: 120px;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidelinkList .item,
.sidelinkList_m .item {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  width: 95px;
  height: 95px;
}
.sidelinkList .Img,
.sidelinkList_m .Img {
  position: absolute;
  z-index: 5;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sidelinkList .Txt,
.sidelinkList_m .Txt {
  text-align: center;
  padding-top: 50px;
}
.sidelinkList .Txt a,
.sidelinkList_m .Txt a {
  font-size: 15px;
  font-weight: 700;
  color: #a40000;
}

.sidelinkList_m {
  display: none;
  position: absolute;
  bottom: initial;
  top: -85px;
  right: 30px;
}
@media (max-width: 800px) {
  .sidelinkList_m {
    display: block;
  }
}

/*footer*/
footer {
  position: relative;
  padding: 60px 0 30px;
  background: url(../images/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  footer {
    margin-top: 60px;
  }
}
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
}
footer .top {
  width: 100%;
}
footer .downLogo {
  margin: -145px auto 0;
  width: 100%;
  max-width: 155px;
}
footer .downLogo img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .downLogo.none {
  opacity: 0;
}
footer .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 0 0 5px;
}
@media (max-width: 1280px) {
  footer .middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
footer .left {
  margin-right: auto;
}
@media (max-width: 1680px) {
  footer .left {
    margin-left: 100px;
  }
}
@media (max-width: 1280px) {
  footer .left {
    margin: 0;
    text-align: center;
  }
}
footer .right {
  margin: 0 10px;
}
@media (max-width: 1680px) {
  footer .right {
    margin-right: 100px;
  }
}
@media (max-width: 1280px) {
  footer .right {
    margin: 30px 0 0;
  }
}
footer .companyName {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.3px;
  color: #ffffff;
  margin: 0 0 8px 0;
}
footer .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  max-width: 350px;
}
@media (max-width: 1280px) {
  footer .infoList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .infoList li {
  padding: 2px 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .infoList li p {
  display: inline;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
footer .infoList li a,
footer .infoList li span {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
footer .infoList li:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footerSocialBox {
  margin-bottom: 20px;
}
footer .footerSocialBox .followTitle {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: right;
  letter-spacing: 0.6px;
}
@media (max-width: 1280px) {
  footer .footerSocialBox .followTitle {
    text-align: center;
  }
}
footer .footerSocialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1280px) {
	footer .footerSocialBox .socialList {
	  -webkit-box-pack: center;
      -ms-flex-pack: center;
		justify-content: center;
	}
}
footer .footerSocialBox li {
  width: 36px;
  height: 36px;
  margin: 7.5px 9px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  footer .footerSocialBox li {
    margin: 7.5px 5px;
  }
}
footer .footerSocialBox li:hover {
  background: #877674;
}
footer .footerSocialBox li:hover svg {
  fill: #ffffff;
}
footer .footerSocialBox li:hover a {
  color: #ffffff;
}
footer .footerSocialBox li:first-child {
  margin-top: 7.5px;
  margin-left: 0;
}
@media (max-width: 480px) {
  footer .footerSocialBox li:first-child {
    margin-left: 5px;
  }
}
footer .footerSocialBox li:last-child {
  margin-bottom: 7.5px;
  margin-right: 0;
}
@media (max-width: 480px) {
  footer .footerSocialBox li:last-child {
    margin-right: 5px;
  }
}
footer .footerSocialBox li a {
  color: #877674;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
footer .footerSocialBox li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #877674;
  margin-top: -2px;
  vertical-align: middle;
}
footer .bottom {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  footer .bottom {
    margin-top: 110px;
  }
}
footer .footerInfo {
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  footer .footerInfo {
    width: 100%;
    text-align: center;
  }
}
footer .footerDeco {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
footer .footerDeco .Img {
  margin: 58px auto;
  width: 1800px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
footer .footerDeco .Img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  footer .footerDeco .Img {
    height: 60px;
    bottom: initial;
  }
}
footer .footerDeco::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: block;
  width: 100%;
  height: 60px;
  background: url(../images/line_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  footer .footerDeco::after {
    display: block;
  }
}
footer .goTopBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  pointer-events: none;
}
footer .goTopBox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 304px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1280px) {
  footer .goTopBox::after {
    display: none;
  }
}
footer .topBtn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 180px;
  width: 180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: all;
}
@media (max-width: 480px) {
  footer .topBtn {
    bottom: -20px;
  }
}
footer .topBtn a {
  padding: 40px 60px;
  font-size: 15px;
  font-weight: 500;
  font-family: Roboto;
  color: #ffffff;
}
footer .topBtn svg {
  display: block;
  width: 11px;
  height: 7px;
  stroke: #ffffff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 auto 10px;
}

/*goTop animation*/
@-webkit-keyframes flutter {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  25% {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
  75% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
}
@keyframes flutter {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  25% {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
  75% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
}
.goTopLogo {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.goTopLogo.upnup {
  position: fixed;
  z-index: 49;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  opacity: 1;
  -webkit-animation: flutter ease-in both infinite;
          animation: flutter ease-in both infinite;
}

/*mail subscrible*/
form#mail_form {
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 45px;
}
@media (max-width: 640px) {
  form#mail_form {
    max-width: 480px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 420px) {
  form#mail_form {
    border-radius: 25px;
  }
}
form#mail_form .mailSubscrible {
  display: inline-block;
  width: 25px;
  height: 25px;
}
form#mail_form .title {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin: 0 13px;
  line-height: 1.2;
}
@media (max-width: 460px) {
  form#mail_form .title {
    font-size: 15px;
  }
}
form#mail_form input#subscribe_mail {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  font-family: "Noto Sans TC";
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
form#mail_form input#subscribe_mail::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans TC";
  font-size: 15px;
}
form#mail_form input#subscribe_mail::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans TC";
  font-size: 15px;
}
form#mail_form input#subscribe_mail:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans TC";
  font-size: 15px;
}
form#mail_form input#subscribe_mail::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans TC";
  font-size: 15px;
}
form#mail_form input#subscribe_mail::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans TC";
  font-size: 15px;
}
@media (max-width: 640px) {
  form#mail_form input#subscribe_mail {
    max-width: 213px;
  }
}
@media (max-width: 360px) {
  form#mail_form input#subscribe_mail {
    width: 100%;
    border-left: transparent;
    text-align: center;
    padding: 15px 0;
  }
}
form#mail_form .arrow {
  position: relative;
  display: block;
  padding: 0 5px;
  width: 35px;
  height: 35px;
  padding: 5px 12px;
}
form#mail_form .arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
}
form#mail_form .arrow svg {
  position: relative;
  z-index: 5;
  width: 11px;
  height: 7px;
  stroke: #877674;
}
form#mail_form .arrow:hover::after {
  background: #a40000;
}
form#mail_form .arrow:hover svg {
  stroke: #ffffff;
}

.privacyArea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 0 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.6s 0.1s;
  transition: all 0.6s 0.1s;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacyArea .text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.privacyArea .text a {
  color: #877674;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #fff;
}
.privacyArea .btn {
  margin-left: 25px;
  padding-top: 0;
}
.privacyArea .btn a {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 15px 35px;
}
@media (max-width: 768px) {
  .privacyArea .wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .privacyArea .text {
    width: 100%;
  }
  .privacyArea .btn {
    margin-top: 25px;
    margin-left: 0;
  }
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}
.social a:hover {
  opacity: 0.8;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #000;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea a {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btn {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.bookingArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #a40000;
}
@media (max-width: 960px) {
  .bookingArea .btn a {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
.bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea404 {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainArea404 .top {
  max-width: 380px;
  color: #a40000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mainArea404 {
    height: 50vh;
    min-height: 350px;
  }
  .mainArea404 .top {
    font-size: 24px;
  }
}
.mainArea .contentBox {
  clear: both;
  max-width: 1440px;
  margin: 0 auto;
}

.titleBox {
  position: relative;
  margin-bottom: 30px;
}
.titleBox .titleTw {
  position: relative;
  display: block;
  margin-top: -4px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 23px;
  color: #a40000;
}
.titleBox .titleTw::before, .titleBox .titleTw::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.titleBox .titleTw::before {
  background: rgba(164, 0, 0, 0.3);
  top: 5px;
}
.titleBox .titleTw::after {
  background: rgba(164, 0, 0, 0.7);
  bottom: 3px;
}
.titleBox .titleEn {
  font-family: Roboto;
  font-weight: 500;
  font-size: 55px;
  text-transform: uppercase;
  color: #877674;
}
@media (max-width: 360px) {
  .titleBox .titleEn {
    font-size: 45px;
  }
}

/*bread*/
.bread {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px 0;
}
.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 100px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1080px) {
  .bread .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 30px;
  }
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #a9a9a9;
}
.bread .wrap a:hover {
  color: #a40000;
}
.bread .wrap span {
  color: #666;
}
.bread .wrap span + a,
.bread .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
  position: relative;
}
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
  font-weight: 500;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  padding-top: 25px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #232323;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #a40000;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a {
    display: block;
    padding: 10px 40px;
    font-size: 16px;
    color: #000;
    background-color: #f0f0f0;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 25px;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
    color: #fff;
    background-color: #a40000;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #a40000;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
          animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
  background-color: #f8f8f8;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background-color: #e5e5e5;
  color: #a40000;
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink a {
    color: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover {
    background-color: #a40000;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > li > a.current, .classBoxColumn .classLink > li > a.current {
    color: #a40000;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    font-size: 14px;
    padding: 14px 15px;
    position: relative;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  border: 1px solid #a40000;
  background-color: #a40000;
  color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  border: 1px solid #a40000;
  background-color: #a40000;
  color: #fff;
}
.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.prevnext {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.tagBox {
  padding: 20px 10px;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #a40000;
  font-size: 13px;
  color: #a40000;
}
.tagBox a:hover {
  color: #fff;
  background-color: #a40000;
}
.tagBox a.current {
  color: #fff;
  background-color: #a40000;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  color: #333;
  display: block;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tab a.current {
  background-color: #a40000;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  -webkit-box-shadow: inset 0 3px 3px #8d2121;
          box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news .sideNewsList {
  margin-top: 20px;
}
.side_news .sideNewsItem {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  -webkit-transition: none;
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1081px) {
  .imh_detail:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}