@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Gilda+Display&family=Noto+Serif+TC:wght@300;400;600;700&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, .classBox a, .classBox span, .titleBox .goldenLeft,
.titleBox .goldenRight, .privacyArea, footer .infoBox .side_contactInfo a::before, .slideMenuArea .infoBox .side_contactInfo a::before, .slideMenuArea .orderLineBox a::before, .slideMenuArea .menuBox a span, .slideMenuTrigger .lineOpen::before, .slideMenuTrigger .lineOpen::after, .slideMenuTrigger .lineOpen, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .rightBox .orderLineBox a::before, header .rightBox .orderLineBox a, header .rightBox .orderLineBox, header .wrap, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -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: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  -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;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #b89881;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

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

@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.indexbox.overflow, .indexbox.overflow2 {
  overflow: hidden;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #f3f2f0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  pointer-events: none;
}
#cover.show {
  opacity: 1;
}

body {
  background-color: #fff;
  font-size: 15px;
  font-family: "Gilda Display", "Noto Serif TC", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", "Heiti TC", "メイリオ", sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  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;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #b89881;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
/*
body:not(.indexbox) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  body:not(.indexbox) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
*/
}


body:not(.indexbox) .bannerArea {
  position: relative;
  min-height: 100px;
   }
  body:not(.indexbox) .bannerArea .wrap {
    max-width: 100%;
    padding: 0; 
}
  body:not(.indexbox) .bannerArea .bannerBox {
    position: relative; 
}
    @media (min-width: 1181px) {
      body:not(.indexbox) .bannerArea .bannerBox {
        border-bottom: 5px solid #ef8203;
        overflow: hidden; } 
    }
    body:not(.indexbox) .bannerArea .bannerBox img {
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }

.seoTitle {
  /*display: none;*/
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 1180px) {
  .seoTitle {
  font-size: 32px;
  }
}

@media (max-width: 640px) {
  .seoTitle {
  font-size: 27px;
  }
}

address {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
}
a:hover {
  color: #b89881;
}

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;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

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%;
  }
}

.btnBox.flex {
  -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;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn span {
  display: inline-block;
  margin-left: 5px;
}
.btnBox .btn_color_main {
  border: 1px solid #af8b71;
  background-color: #b89881;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover {
    border-color: #977155;
    background-color: #a67d60;
  }
}
.btnBox .btn_color_white {
  border: 1px solid #b89881;
  background-color: #fff;
  color: #b89881;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #af8b71;
    background-color: #b89881;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #bebebe;
  background-color: #cbcbcb;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background-color: #ababab;
  }
}
.btnBox .btn_color_darkgray {
  border: 1px solid #8d8d8d;
  background-color: #9a9a9a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_darkgray:hover {
    border-color: #6d6d6d;
    background-color: #7a7a7a;
  }
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #000;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    border-color: #000;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.outerWrap {
  position: relative;
  overflow-y: unset !important;
  -webkit-perspective: 999999px !important;
          perspective: 999999px !important;
  background: #f3f2f0;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 55px;
    padding-bottom: calc(env(safe-area-inset-bottom));
    -webkit-perspective: unset !important;
            perspective: unset !important;
  }
}
@media (max-width: 640px) {
  .outerWrap {
    /*padding-top: 65px;*/
  }
}
/*
.outerWrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#44372a), to(#44372a)), -webkit-gradient(linear, left top, left bottom, from(#44372a), to(#44372a));
  background-image: linear-gradient(#44372a, #44372a), linear-gradient(#44372a, #44372a);
  background-repeat: no-repeat;
  background-size: 1px 100%;
  background-position: 5.2%, 94.6%;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .outerWrap::before {
    display: none;
  }
}
*/

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

/*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;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.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 .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #b89881;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #b89881;
  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: #000;
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #b89881;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #b89881;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: #d9c8bc;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #c1a591;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #b89881;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #b89881;
}
.moduleBox.cart .cartBox {
  border-top: 2px solid #b89881;
  border-bottom: 2px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #b89881;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  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;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #b89881;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #b89881;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.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;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f2f0;
  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: 87px;
}
.loadingArea .loadLogo .logo {
  width: 80%;
  margin: 0 auto;
}
.loadingArea .loadLogo .text {
  width: 100%;
  padding-top: 10px;
}
.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 .leftTop::before {
  content: "";
  position: absolute;
  top: 11%;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #b89881;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.loadingArea .leftTop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5.2%;
  display: block;
  width: 1px;
  height: 0;
  background: #b89881;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.loadingArea .rightBottom::before {
  content: "";
  position: absolute;
  bottom: 11%;
  right: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #b89881;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.loadingArea .rightBottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 6.1%;
  display: block;
  width: 1px;
  height: 0;
  background: #b89881;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.show .loadLogo .text img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.loadingArea.show .leftTop::before {
  width: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.loadingArea.show .leftTop::after {
  height: 100%;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.loadingArea.show .rightBottom::before {
  width: 100%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.loadingArea.show .rightBottom::after {
  height: 100%;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.loadingArea.hide {
  opacity: 0;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    /*background-color: rgba(10,9,9,0.8);*/
    /*background-color: rgba(100,50,140,0.9);*/
    background-color: rgba(33,33,33,0.9);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dbdbdb;
    /*border-bottom: 1px solid #b99b6f;*/
}
/*
body:not(.indexbox) header {
    background-color: rgba(100,50,140,0.9);
    border-bottom: 1px solid #b3b2b1;
}
*/
@media (max-width: 1200px) {
    header {
        display: none;
    }
}
header .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: none;
    padding: 0 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1600px) {
    header .wrap {
        padding: 0 20px;
    }
}
header .logo {
    width: 222px;
}
@media (max-width: 1600px) {
    header .logo {
        width: 160px;
    }
}
header .logo a {
    display: block;
    width: 100%;
    height: 75px;
    background: url("../images/logo.png") no-repeat center;
    background-size: contain;
    text-indent: -9999px;
}
header .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .langBox {
    margin-left: 35px;
    position: relative;
}
@media (max-width: 1600px) {
    header .langBox {
        margin-left: 24px;
    }
}
header .langBox .funcListLanguage {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 37.5px;
    width: 100%;
    padding-bottom: 17.5px;
    background-color: #fff;
}
header .langBox .funcListLanguage li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .langBox .funcListLanguage li a {
    padding: 10px;
    font-size: 16px;
    color: #000;
    width: 100%;
}
header .langBox .funcListLanguage li a:hover {
    color: #ef8203;
}
header .langBox button {
    min-width: 160px;
    height: 30px;
    /*border: 1px solid #222223;*/
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ef8203;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

header .langBox button a {
    color: #fff;
}

@media (max-width: 1600px) {
    header .langBox button {
        min-width: 140px;
    }
}
@media (max-width: 1400px) {
    header .langBox button {
        min-width: 120px;
    }
}
header .langBox button:hover {
    background-color: #ef8203;
    color: #fff;
}
header .langBox button:hover a {
    color: #fff;
}
header .langBox button:hover .icon.icon {
    background-color: #fff;
}
header .langBox button .icon.langIcon {
    margin-right: 9px;
    -webkit-mask: no-repeat url(../images/lang.png) center;
    mask: no-repeat url(../images/lang.png) center;
    background-color: #fff;
    width: 17px;
    height: 17px;
}
@media (max-width: 1400px) {
    header .langBox button .icon.langIcon {
        display: none;
    }
}
header .langBox button .icon.arrowIcon {
    margin-left: 9px;
    width: 10px;
    height: 5px;
    -webkit-mask: no-repeat url(../images/arrow.png) center;
    mask: no-repeat url(../images/arrow.png) center;
    background-color: #222223;
}
header .top,
header .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}
header .top {
    margin-bottom: 12px;
}
header .top > a:before {
    content: "‧";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
header .loginBox {
    position: relative;
    z-index: 1;
}
header .loginBox > a:before {
    content: "‧";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
header .loginBox .submenu {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 130%;
    width: 160px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header .loginBox .submenu a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
header .loginBox .submenu a:not(:last-child) {
    border-bottom: 1px solid #eee;
}
header .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}
header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
header .menu > li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
header .menu > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1600px) {
    header .menu > li a {
        padding: 5px 16px;
    }
}
@media (max-width: 1400px) {
    header .menu > li a {
        padding: 5px 8px;
    }
}
header .menu > li > a:after,
header .menu > li > span:after,
header .menu > li > span a:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
}
header .menu > li > a:hover a,
header .menu > li > span:hover a,
header .menu > li > span a:hover a {
    color: #ef8203;
}
header .menu > li > a.current,
header .menu > li > span.current,
header .menu > li > span a.current {
    color: #ef8203;
}
header .menu > li > a.current a,
header .menu > li > span.current a,
header .menu > li > span a.current a {
    color: #ef8203;
}

header .menu > li > a.current::after,
header .menu > li > span.current::after,
header .menu > li > span a.current::after {
    background-color: #ef8203;
    width: 50%;
}

header .menu > li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #fff;
}

.menu .submenu a:hover {
  color: #fff;
  background-color: #ef8203;
}


@media (max-width: 1240px) {

.nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background-color: #999;
  }
}



header .menuBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/*slideMenu*/
.slideMenuTrigger {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1180px) {
  .slideMenuTrigger {
    pointer-events: fill;
  }
}
@media (max-width: 640px) {
  .slideMenuTrigger {
    width: 22px;
    height: 22px;
  }
}
.slideMenuTrigger.show .line {
  width: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
}
.slideMenuTrigger.show .line::before {
  width: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}
.slideMenuTrigger.show .line::after {
  width: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.slideMenuTrigger.show .lineOpen {
  height: 100%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
}
.slideMenuTrigger.show .lineOpen::before {
  height: 50%;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 1;
}
.slideMenuTrigger.show .lineOpen::after {
  height: 100%;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  opacity: 1;
}
.slideMenuTrigger .line {
  width: 100%;
  height: 1px;
  background-color: #b89881;
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 1;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 1px;
  background-color: #b89881;
  opacity: 1;
}
.slideMenuTrigger .line::before {
  width: 50%;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 640px) {
  .slideMenuTrigger .line::before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.slideMenuTrigger .line::after {
  width: 100%;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 640px) {
  .slideMenuTrigger .line::after {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.slideMenuTrigger .lineOpen {
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 1;
  margin: auto;
  display: inline-block;
  width: 2px;
  height: 0;
  background-color: #b89881;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slideMenuTrigger .lineOpen::before, .slideMenuTrigger .lineOpen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 2px;
  background-color: #b89881;
  opacity: 0;
}
.slideMenuTrigger .lineOpen::before {
  height: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 640px) {
  .slideMenuTrigger .lineOpen::before {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.slideMenuTrigger .lineOpen::after {
  height: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (max-width: 640px) {
  .slideMenuTrigger .lineOpen::after {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.slideMenuArea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding-bottom: calc(env(safe-area-inset-bottom));
  max-width: 520px;
  width: 100%;
  height: 100vh;
  background: #f3f2f0;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #b89881;
}
.slideMenuArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 17%;
  display: block;
  width: 1px;
  height: 100vh;
  background: #44372a;
}
@media (max-width: 1440px) {
  .slideMenuArea::before {
    right: 13%;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea::before {
    display: none;
  }
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: textSlideRightAnimation 0.5s 1.6s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 1.6s ease-in-out both;
}
.slideMenuArea.show .orderLineBox {
  -webkit-animation: textSlideRightAnimation 0.5s 1.8s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 1.8s ease-in-out both;
}
.slideMenuArea.show .infoBox {
  -webkit-animation: textSlideRightAnimation 0.5s 2s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 2s ease-in-out both;
}
.slideMenuArea .wrap {
  padding-left: 55px;
  padding-right: calc(14% + 20px);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 1180px) {
  .slideMenuArea .wrap {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .wrap {
    padding-left: 20px;
  }
}
.slideMenuArea .menuBox {
  padding-top: 140px;
  padding-left: 30px;
  color: #fff;
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox {
    padding-top: 100px;
  }
}
@media (max-width: 640px) {
  .slideMenuArea .menuBox {
    padding-left: 0;
  }
}
.slideMenuArea .menuBox .menuItem {
  padding: 7px 0;
}
.slideMenuArea .menuBox a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 7px 0;
  font-size: 17px;
  letter-spacing: 1.1px;
  color: #fff;
}
@media (max-width: 640px) {
  .slideMenuArea .menuBox 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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    color: #b89881;
  }
}
.slideMenuArea .menuBox a:hover {
  color: #b89881;
}
.slideMenuArea .menuBox a:hover span {
  color: #b89881;
}
.slideMenuArea .menuBox a span {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #cbcbcb;
}
@media (max-width: 640px) {
  .slideMenuArea .menuBox a span {
    padding: 0;
    padding-top: 10px;
    font-size: 14px;
    color: #b89881;
  }
}
.slideMenuArea .orderLineBox {
  padding-top: 20px;
  padding-bottom: 60px;
}
.slideMenuArea .orderLineBox a {
  position: relative;
  padding: 17px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 350px;
  width: 100%;
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  background: #b89881;
}
@media (max-width: 640px) {
  .slideMenuArea .orderLineBox a {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 11px 25px;
    max-width: 190px;
    font-size: 17px;
  }
}
.slideMenuArea .orderLineBox a:hover {
  border-color: #b89881;
  color: #b89881;
  border-left: 10px solid #b89881;
  background: #fff;
}
.slideMenuArea .orderLineBox a:hover::before {
  background: #b89881;
}
.slideMenuArea .orderLineBox a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 1px;
  background: #fff;
}
.slideMenuArea .orderLineBox a span {
  padding-left: 23px;
  line-height: 1;
  letter-spacing: 2.3px;
  font-size: 15px;
}
@media (max-width: 640px) {
  .slideMenuArea .orderLineBox a span {
    display: none;
  }
}
.slideMenuArea .infoBox {
  padding-top: 55px;
  padding-left: 2px;
  color: #cbcbcb;
}
@media (max-width: 640px) {
  .slideMenuArea .infoBox {
    padding: 0;
    padding-top: 25px;
    text-align: center;
  }
}
.slideMenuArea .infoBox .company {
  font-size: 16px;
  letter-spacing: 0.8px;
}
@media (max-width: 640px) {
  .slideMenuArea .infoBox .company {
    display: none;
  }
}
.slideMenuArea .infoBox .side_contactInfo {
  padding-top: 1px;
}
@media (max-width: 640px) {
  .slideMenuArea .infoBox .side_contactInfo {
    display: none;
  }
}
.slideMenuArea .infoBox .side_contactInfo li {
  margin: 0;
}
.slideMenuArea .infoBox .side_contactInfo i {
  display: none;
}
.slideMenuArea .infoBox .side_contactInfo a {
  position: relative;
  padding: 7px 0;
  font-size: 15px;
  letter-spacing: 2.3px;
  color: #cbcbcb;
}
.slideMenuArea .infoBox .side_contactInfo a:hover {
  color: #b89881;
}
.slideMenuArea .infoBox .side_contactInfo a:hover::before {
  width: 100%;
}
.slideMenuArea .infoBox .side_contactInfo a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #ef8203;
}
.slideMenuArea .infoBox .side_contactInfo .mail {
  letter-spacing: 0.9px;
}
.slideMenuArea .copyrightBox {
  position: relative;
  padding: 15px 0 20px;
  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;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
}
@media (max-width: 640px) {
  .slideMenuArea .copyrightBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slideMenuArea .copyrightBox .copyright {
  padding: 9px 0;
  font-family: "Gilda Display", serif;
  font-size: 13px;
  letter-spacing: 2.4px;
  color: #b89881;
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}
.m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    width: 100%;
}
@media (min-width: 1201px) {
    .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 {
    float: left;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_menu .m_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_menu .m_logo img {
    display: block;
    width: 168px;
}
.m_menu .controlBox {
    position: relative;
    z-index: 99;
    height: 55px;
    /*background-color: #64338b;*/
    background-color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.m_menu .controlBox a.main {
    width: 39px;
    height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7px;
    padding: 0 9px;
}
.m_menu .controlBox a.main span {
    position: relative;
    margin-top: -0.5px;
    width: 34px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.main span:before,
.m_menu .controlBox a.main span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
    top: -7px;
     width: calc(100% + 5px);
}
.m_menu .controlBox a.main span:after {
    bottom: -7px;
     width: calc(100% - 5px);
}
.m_menu .controlBox a.main.show span {
    background-color: transparent;
}
.m_menu .controlBox a.main.show span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
     width: 100%;
}
.m_menu .controlBox a.main.show span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
     width: 100%;
}
.m_menu .controlBox .btn_cart {
    display: inline-block;
    vertical-align: middle;
}
.m_menu .controlBox > .right {
    line-height: 60px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_menu .controlBox > .right i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: #799a1b;
}
.m_menu .controlBox .language:hover .submenu {
    display: block;
}
.m_menu .hideBox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 55px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*background-color: #b3b2b1;*/
    background-color: #ddd;
}
.m_menu .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #c80303;
}
.m_menu .hideBox .funcList.funcListLanguage {
    padding: 0 50px;
    margin: 0 -10px;
    margin-bottom: 48px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 480px) {
    .m_menu .hideBox .funcList.funcListLanguage {
        padding: 0 20px;
    }
}
.m_menu .hideBox .funcList.funcListLanguage li a {
    font-size: 14px;
    color: #626262;
    letter-spacing: 0.8px;
    padding: 0 10px;
    border-right: 1px solid #d2d2d2;
    line-height: 20px;
}
.m_menu .hideBox .funcList.funcListLanguage li a.current {
    color: #222223;
}
.m_menu .hideBox .funcList.funcListLanguage li:last-of-type a {
    border-right: 0;
}
.m_menu .searchBox_m {
    padding: 20px 0;
    text-align: center;
}
.m_menu .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
}
.m_menu .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #9cc720;
}
.m_menu .m_trans {
    text-align: center;
    padding-top: 30px;
}
.m_menu .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #fff;
    color: #fff;
}
.m_menu .m_trans > a i {
    margin-left: 5px;
}
.m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
}
.m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #fff;
}
.m_menu .loginBox a i {
    margin-right: 3px;
}
.m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #ccc;
}
.m_menu .loginBox .submenu span {
    margin: 0 5px;
}
.m_menu .nav {
    border-top: 1px solid #222;
    margin-bottom: 48px;
}

.m_menu .nav li {
    border-bottom: 1px solid #222;
}

.m_menu .nav li > span {
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media (max-width: 480px) {
    .m_menu .nav li > span {
        padding: 0 30px;
    }
}
.m_menu .nav a:not(.link) {
    font-family: "Gilda Display", "Noto Serif TC", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", "Heiti TC", "メイリオ", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 15px;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 14px 0;
}
.m_menu .nav a:not(.link) .inner {
    padding: 14px 0px;
    position: relative;
}
.m_menu .nav a:not(.link) .inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ef8203;
    bottom: -1px;
    left: 0;
    opacity: 0;
}
.m_menu .nav a:not(.link).current {
    color: #ef8203;
}
.m_menu .nav a:not(.link).current::after {
    opacity: 1;
    background-color: #ef8203;
}
.m_menu .nav a:not(.link).current .inner::after {
    opacity: 1;
}
.m_menu .nav a:not(.link).current a.link {
    background-color: #ef8203;
}
.m_menu .nav a:not(.link) i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
}
.m_menu .nav a.link {
    width: 44px;
    height: 44px;
    -webkit-mask: no-repeat url(../images/arrow12.png) center/auto;
    mask: no-repeat url(../images/arrow12.png) center/auto;
    background-color: #000;
    position: relative;
    right: 32px;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m_menu .nav a.link[href="javascript:;"] {
    pointer-events: none;
}
@media (max-width: 480px) {
    .m_menu .nav a.link {
        right: 2px;
    }
}
.m_menu .nav a.link:hover {
    color: #000;
}
.m_menu .nav .dropDown > a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    font-family: FontAwesome;
}
.m_menu .nav .dropDown > a {
    /*padding-right: 0;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 0;*/
    padding-left: 50px;
    padding-right: 50px;
}
.m_menu .nav .submenu {
    display: none;
    background-color: #b3b2b1;
    padding: 10px 0;
}
.m_menu .nav .submenu a {
    padding: 10px 50px;
    /*color: #ccc;*/
}
.m_menu .nav .submenu a.hasSub {
    position: relative;
}
.m_menu .nav .submenu a.hasSub::before {
    content: "";
    position: absolute;
    content: "";
    width: 12px;
    height: 7px;
    background: no-repeat url(../images/arrow6.png) center/auto transparent;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 50px;
}
.m_menu .nav .submenu a.hasSub.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 480px) {
    .m_menu .nav .submenu a {
        padding: 10px 30px;
    }
    .m_menu .nav .submenu a.hasSub::before {
        right: 20px;
    }
    .m_menu .nav .dropDown > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.m_menu .nav .submenu a:hover {
    background-color: #999;
}
.m_menu .nav .submenu li {
    padding: 0;
}
.m_menu .nav .submenu li:last-of-type {
    border: 0;
}
.m_menu .nav .submenu li a {
    padding-top: 9px;
    padding-bottom: 9px;
    border: 0;
}
.m_menu .nav .submenu li a:hover {
    background: transparent;
}
.m_menu .nav .submenu li a::after {
    right: 50px;
}
@media (max-width: 480px) {
    .m_menu .nav .submenu li a::after {
        right: 20px;
    }
}
.m_menu .nav .submenu .submenu,
.m_menu .nav .submenu .submenu2,
.m_menu .nav .submenu .submenu3,
.m_menu .nav .submenu .submenu4,
.m_menu .nav .submenu .df {
    display: none;
}
.m_menu .nav .submenu .submenu {
    background-color: #f5f5f5;
}
.m_menu .nav .submenu .submenu2 {
    background-color: #e7e7e7;
}
.m_menu .nav .submenu .submenu2 li a {
    padding-top: 9px;
    padding-bottom: 9px;
    border: 0;
}
.m_menu .nav .submenu .submenu3,
.m_menu .nav .submenu .df {
    background-color: #e2e2e2;
}
.m_menu .nav .submenu.esg > ul {
    background-color: #f5f5f5;
    display: block;
}
.m_menu .nav .submenu .submenu4 {
    background-color: #ddd;
}
.m_menu .nav #solutionMenu .submenu2,
.m_menu .nav #productMenu .submenu2 {
    background-color: #f5f5f5;
    padding: 10px 0;
}
.m_menu .nav #solutionMenu .submenu3,
.m_menu .nav #productMenu .submenu3 {
    background-color: #ddd;
}
.m_menu .nav #solutionMenu .submenu4,
.m_menu .nav #productMenu .submenu4 {
    background-color: #cecece;
}
.m_menu .nav #solutionMenu .open,
.m_menu .nav #productMenu .open {
    position: fixed;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    overflow-y: auto;
}
.m_menu .nav #solutionMenu .open > span,
.m_menu .nav #productMenu .open > span {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 50px;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open > span,
    .m_menu .nav #productMenu .open > span {
        padding: 0 20px;
    }
}
.m_menu .nav #solutionMenu .open > span a,
.m_menu .nav #productMenu .open > span a {
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.m_menu .nav #solutionMenu .open > span a::before,
.m_menu .nav #productMenu .open > span a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    background: no-repeat url(../images/arrow12.png) center/auto;
    left: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}
.m_menu .nav #solutionMenu .open > span a:hover,
.m_menu .nav #productMenu .open > span a:hover {
    background: transparent;
}
.m_menu .nav #solutionMenu .open > span a::after,
.m_menu .nav #productMenu .open > span a::after {
    content: normal;
}
.m_menu .nav #solutionMenu .open > span a .inner,
.m_menu .nav #productMenu .open > span a .inner {
    color: #ef8203;
}
.m_menu .nav #solutionMenu .open > span a .inner:after,
.m_menu .nav #productMenu .open > span a .inner:after {
    opacity: 1;
}
.m_menu .nav #solutionMenu .open > ul li,
.m_menu .nav #productMenu .open > ul li {
    border: 0;
    padding: 0;
}
.m_menu .nav #solutionMenu .open > ul li > ul,
.m_menu .nav #productMenu .open > ul li > ul {
    border: 0;
}
.m_menu .nav #solutionMenu .open > ul li > ul li,
.m_menu .nav #productMenu .open > ul li > ul li {
    border: 0;
}
.m_menu .nav #solutionMenu .open > ul li > ul li a,
.m_menu .nav #productMenu .open > ul li > ul li a {
    border: 0;
    padding: 9px 50px;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open > ul li > ul li a,
    .m_menu .nav #productMenu .open > ul li > ul li a {
        padding: 9px 20px;
        padding-right: 35px;
    }
}
.m_menu .nav #solutionMenu .open > ul li a,
.m_menu .nav #productMenu .open > ul li a {
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
    padding: 15px 50px;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open > ul li a,
    .m_menu .nav #productMenu .open > ul li a {
        padding: 15px 20px;
        padding-right: 35px;
    }
}
.m_menu .nav #solutionMenu .open > ul li a:hover::after,
.m_menu .nav #solutionMenu .open > ul li a .current::after,
.m_menu .nav #productMenu .open > ul li a:hover::after,
.m_menu .nav #productMenu .open > ul li a .current::after {
    opacity: 1;
    background-color: #ef8203;
}
.m_menu .nav #solutionMenu .open > ul li a::after,
.m_menu .nav #productMenu .open > ul li a::after {
    opacity: 1;
    background-color: #000;
}
.m_menu .nav #solutionMenu .open .tag_title,
.m_menu .nav #productMenu .open .tag_title {
    font-size: 18px;
    font-weight: 500;
    color: #222223;
    padding: 0 50px;
    margin-bottom: 8px;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open .tag_title,
    .m_menu .nav #productMenu .open .tag_title {
        padding: 0 20px;
    }
}
.m_menu .nav #solutionMenu .open .tagGroup,
.m_menu .nav #productMenu .open .tagGroup {
    padding-top: 8px;
    padding-bottom: 10px;
}
.m_menu .nav #solutionMenu .open .tagGroup + .noArrow,
.m_menu .nav #productMenu .open .tagGroup + .noArrow {
    margin-top: 4px;
    padding-top: 14px;
    position: relative;
}
.m_menu .nav #solutionMenu .open .tagGroup + .noArrow::after,
.m_menu .nav #productMenu .open .tagGroup + .noArrow::after {
    content: "";
    position: absolute;
    width: calc(100% - 100px);
    top: 0;
    left: 50px;
    height: 1px;
    background-color: #dcdcdc;
}
@media (max-width: 480px) {
    .m_menu .nav #solutionMenu .open .tagGroup + .noArrow::after,
    .m_menu .nav #productMenu .open .tagGroup + .noArrow::after {
        left: 20px;
        width: calc(100% - 40px);
    }
}
.m_menu .nav #solutionMenu > span > a::after,
.m_menu .nav #productMenu > span > a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    -webkit-mask: no-repeat url(../images/arrow12.png) center/auto;
    mask: no-repeat url(../images/arrow12.png) center/auto;
    background-color: #000;
    right: 0;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bannerArea .titleBox .titleMark {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  text-shadow: 0px 0px 10px #222;
  opacity: 0.9;
}

 @media (max-width: 1180px) {
    .bannerArea .titleBox .titleMark {
      font-size: 16px;
    letter-spacing: 3px;  
      } 
    }

  @media (max-width: 640px) {
    .bannerArea .titleBox .titleMark {
      font-size: 14px;
    letter-spacing: 2px;  
      } 
    }

.bannerArea .titleBox .titleEn {
  display: inline-block;
  font-size: 55px;
  /*font-family: "Poppins", Arial, "微軟正黑體", "Noto Sans TC", Heiti TC, "メイリオ", sans-serif;*/
  font-weight: 700;
  line-height: 1.2; 
  color: #fff;
  text-shadow: 0px 0px 10px #222;
  opacity: 0.9;
}



 @media (max-width: 1180px) {
    .bannerArea .titleBox .titleEn {
      font-size: 42px;
      line-height: 1.3;
       }
    }

  @media (max-width: 640px) {
    .bannerArea .titleBox .titleEn {
      font-size: 32px;
       }
    }

     @media (max-width: 480px) {
    .bannerArea .titleBox .titleEn {
      font-size: 24px;
       }
    }

     @media (max-width: 360px) {
    .bannerArea .titleBox .titleEn {
      font-size: 18px;
       }
    }

/*
  @media (min-width: 1181px) and (max-width: 1250px) {
    .bannerArea .titleBox .titleEn {
      font-size: 48px;
      line-height: 1.3; } }
  @media (min-width: 481px) and (max-width: 1180px) {
    .bannerArea .titleBox .titleEn {
      font-size: 36px; } }
  @media (min-width: 401px) and (max-width: 480px) {
    .bannerArea .titleBox .titleEn {
      font-size: 30px; } }
  @media (min-width: 361px) and (max-width: 400px) {
    .bannerArea .titleBox .titleEn {
      font-size: 24px; } }
  @media (max-width: 360px) {
    .bannerArea .titleBox .titleEn {
      font-size: 18px; } 
    }
*/

  .bannerArea .titleBox .titleEn span {
    /*font-weight: 300;*/
    color: #ef8203; }


    .bannerArea .bannerBox .titleBox {
      width: 100%;
      max-width: 1320px;
      padding: 0 50px; 
    }

    .bannerArea .bannerBox .titleBox {
          position: absolute;
          bottom: 35%;
          left: 50%;
          z-index: 5;
          color: #fff;
          text-shadow: 0 5px 15px rgba(56, 37, 15, 0.15);
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); 
        } 
/*
      @media (min-width: 1181px) {
        .bannerArea .bannerBox .titleBox {
          position: absolute;
          bottom: 150px;
          left: 50%;
          z-index: 5;
          color: #fff;
          text-shadow: 0 5px 15px rgba(56, 37, 15, 0.15);
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); 
        } 
        }

  @media (min-width: 1181px) and (max-width: 1500px) {
    .bannerArea .bannerBox .titleBox {
      bottom: 100px; } 
    }
  @media (min-width: 1181px) and (max-width: 1250px) {
    .bannerArea .bannerBox .titleBox {
      bottom: 100px; 
    } 
    }
    */
      @media (max-width: 1180px) {
        .bannerArea .bannerBox .titleBox {
          /*padding-top: 50px;*/
          text-align: center; 
          bottom: 35%;
        }
           }
      @media (max-width: 640px) {
        .bannerArea .bannerBox .titleBox {
          /*padding: 30px 10px 0; */
          bottom: 25%;
        } 
        }
      .bannerArea .bannerBox .titleBox .titleMark {
        /*padding-left: 5px;*/
         }

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea h2 {
    display: none;
  }
}
.marqueeArea h2 em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
  line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .date {
    display: none;
  }
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
    color: #b89881;
  }
}

/*footer*/
footer {
  position: relative;
  /*padding: 60px 0 118px;*/
  padding: 60px 0;
  background: #121212;
  border-top: 1px solid #ef8203;
}
@media (max-width: 640px) {
  footer {
    /*padding-bottom: 100px;*/
  }
}
/*
footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 55px;
  display: block;
  width: 100%;
  height: 1px;
  background: #433a2d;
}
*/
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1430px;
}
@media (max-width: 1180px) {
  footer .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 4.7%;
  padding-right: 20px;
}
@media (max-width: 1180px) {
  footer .leftBox {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1536px) {
  footer .rightBox {
    padding: 0 4%;
  }
}
@media (max-width: 1180px) {
  footer .rightBox {
    padding: 0;
  }
}
footer .footerLogo {
  width: 227px;
}
@media (max-width: 640px) {
  footer .footerLogo {
    display: none;
  }
}
footer .footerLogo img {
  width: 100%;
  display: block;
}
footer .infoBox {
  padding-top: 10px;
  padding-left: 45px;
  padding-right: 20px;
  color: #fff;
}
@media (max-width: 640px) {
  footer .infoBox {
    padding: 0;
    padding-top: 50px;
    text-align: center;
  }
}
footer .infoBox .company {
  font-size: 16px;
  letter-spacing: 0.8px;
}
footer .infoBox .side_contactInfo {
  padding-top: 10px;
}
footer .infoBox .side_contactInfo li {
  margin: 0;
}

footer .infoBox .side_contactInfo svg {
  width: 16px;
    height: 16px;
    fill: #fff;
    padding-top: 2px;
    padding-right: 2px;
    margin-right: 2px;
}

footer .infoBox .side_contactInfo i {
  /*display: none;*/
  font-size: 15px;
  color: #fff;
}
footer .infoBox .side_contactInfo a {
  position: relative;
  padding: 3px 0;
  font-size: 15px;
  color: #fff;
}
footer .infoBox .side_contactInfo a:hover {
  color: #fff;
}
footer .infoBox .side_contactInfo a:hover::before {
  width: 100%;
}
footer .infoBox .side_contactInfo a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
}
footer .infoBox .side_contactInfo .mail {
  letter-spacing: 0.9px;
}
footer .copyrightBox {
  position: relative;
  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;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
}
footer .copyrightBox .copyright {
  padding: 9px 0;
  font-family: "Gilda Display", serif;
  font-size: 13px;
  letter-spacing: 1.6px;
  color: #ef8205;
}
footer .storeList {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .storeList {
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  footer .storeList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .storeItem {
  min-width: 150px;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 1180px) {
  footer .storeItem {
    padding-top: 20px;
  }
}

@media (max-width: 640px) {
  footer .textBox {
    text-align: center;
  }
}
footer .textBox .img {
  width: 120px;
}
footer .textBox .img img {
  width: 100%;
}
footer .textBox .title {
  font-size: 16px;
  letter-spacing: 0.6px;
}
footer .textBox .subtitle {
  padding-top: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ef8205;
}
@media (max-width: 640px) {
  footer .textBox .subtitle {
    font-size: 14px;
  }
}
footer .socialBox {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 640px) {
  footer .socialBox {
    padding-top: 10px;
  }
}
footer .socialBox a {
  padding: 6px 0;
  display: block;
  width: 25px;
  color: #b89881;
}
footer .socialBox a:hover {
  color: #fff;
}
footer .socialBox i {
  font-size: 20px;
}
@media (max-width: 640px) {
  footer .socialBox i {
    font-size: 18px;
  }
}
footer .socialBox svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 640px) {
  footer .socialBox svg {
    width: 18px;
    height: 18px;
  }
}
footer .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  footer .socialBox .socialList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .socialBox .socialItem {
  position: relative;
}
footer .socialBox .socialItem:not(:last-child) {
  padding-right: 20px;
}
footer .socialBox .socialItem:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background: #b89881;
}
footer .footerLogo_m {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  footer .footerLogo_m {
    display: none;
  }
}
footer .footerLogo_m img {
  width: 100%;
  display: block;
}
footer .goTop {
  position: absolute;
  right: 1.7%;
  top: 57px;
  z-index: 2;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Times New Roman";
  font-style: Italic;
  font-size: 15px;
  letter-spacing: 5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #ef8205;
  cursor: pointer;
}
@media (max-width: 640px) {
  footer .goTop {
    display: none;
  }
}
footer .goTop .arrow {
  position: relative;
  height: 15px;
  width: 1px;
  background: #ef8205;
  margin-bottom: 17px;
}
footer .goTop .arrow::before {
  content: "";
  position: absolute;
  top: -0.3px;
  left: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #ef8205;
  border-left: 1px solid #ef8205;
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -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;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #b89881;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #b89881;
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -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;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

/*手機快捷選單*/
.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, .fixedQuickLink button {
  width: 100%;
  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 button {
  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;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.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;
}
.bookingArea .btn button {
  width: 100%;
  height: 100%;
  background-color: #b89881;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
@media (min-width: 1201px) {
  .bookingArea .btn button:hover {
    background-color: #000;
  }
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bookingArea .btn button {
    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-top: 30px;
  padding-bottom: 30px;
}
/*
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
*/
.mainArea .contentBox {
  clear: both;
}

.titleBox {
  position: relative;
  text-align: center;
  color: #222;
}
.titleBox.is-inview .text {
  opacity: 1;
}
.titleBox.is-inview .titleline {
  width: calc(100% - 50px);
}
.titleBox.is-inview .goldenLeft,
.titleBox.is-inview .goldenRight {
  height: 40px;
}
.titleBox .titleEn {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  font-size: 48px;
  /*text-shadow: 0px 0px 10px #222;*/
}
@media (max-width: 640px) {
  .titleBox .titleEn {
    font-size: 36px;
  }
}
.titleBox .text {
  display: inline-block;
  background: #f3f2f0;
  padding: 0 27px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 640px) {
  .titleBox .text {
    padding: 0 10px;
  }
}
.titleBox .titleline {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: block;
  width: 0;
  height: 1px;
  background: #222;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.titleBox .goldenLeft,
.titleBox .goldenRight {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 0;
}
.titleBox .goldenLeft::before, .titleBox .goldenLeft::after,
.titleBox .goldenRight::before,
.titleBox .goldenRight::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background: #564a39;
}
.titleBox .goldenLeft {
  left: 0;
}
@media (max-width: 640px) {
  .titleBox .goldenLeft {
    left: 5px;
  }
}
.titleBox .goldenLeft::after {
  left: 5px;
}
@media (max-width: 640px) {
  .titleBox .goldenLeft::after {
    left: 10px;
  }
}
.titleBox .goldenRight {
  right: 0;
}
@media (max-width: 640px) {
  .titleBox .goldenRight {
    right: 5px;
  }
}
.titleBox .goldenRight::after {
  right: 5px;
}
@media (max-width: 640px) {
  .titleBox .goldenRight::after {
    right: 10px;
  }
}

/*bread*/
.bread {
  display: none;
  border-bottom: 1px solid #e5e5e5;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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: #b89881;
}
.bread .wrap span {
  color: #666;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.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 a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.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 a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.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 dashed #d6d6d6;*/
  border-bottom: 1px solid #ef8203;
  color: #222;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}

@media (max-width: 640px) {
  .articleTitle {
    font-size: 21px;
  }
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}
.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: #b89881;
  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: 320px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a, .classBox span {
  cursor: pointer;
}
.classBoxRow {
  padding: 37px 0 35px;
}
@media (min-width: 320px) {
  .classBoxRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .classBoxRow .classLink li:not(:last-child) {
    position: relative;
  }
  .classBoxRow .classLink li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #ababab;
    border-radius: 100%;
  }
  .classBoxRow .classLink a, .classBoxRow .classLink span {
    position: relative;
    padding: 10px 30px;
    display: block;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1px;
    color: #878787;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .classBoxRow .classLink a, .classBoxRow .classLink span {
    padding: 10px 10px;
  }
}
@media (min-width: 320px) {
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover, .classBoxRow .classLink span.current, .classBoxRow .classLink span:hover {
    color: #ef8203;
  }
  .classBoxRow .classLink a.current::before, .classBoxRow .classLink a:hover::before, .classBoxRow .classLink span.current::before, .classBoxRow .classLink span:hover::before {
    width: calc(100% - 60px);
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .classBoxRow .classLink a.current::before, .classBoxRow .classLink a:hover::before, .classBoxRow .classLink span.current::before, .classBoxRow .classLink span:hover::before {
    width: calc(100% - 30px);
  }
}
@media (min-width: 320px) {
  .classBoxRow .classLink a.current::after, .classBoxRow .classLink a:hover::after, .classBoxRow .classLink span.current::after, .classBoxRow .classLink span:hover::after {
    width: calc(100% - 50px);
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .classBoxRow .classLink a.current::after, .classBoxRow .classLink a:hover::after, .classBoxRow .classLink span.current::after, .classBoxRow .classLink span:hover::after {
    width: calc(100% - 20px);
  }
}
@media (min-width: 320px) {
  .classBoxRow .classLink a::before, .classBoxRow .classLink a::after, .classBoxRow .classLink span::before, .classBoxRow .classLink span::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: 320px) {
  .classBoxRow .classLink a::before, .classBoxRow .classLink span::before {
    bottom: 5px;
  }
}
@media (min-width: 320px) {
  .classBoxRow .classLink a::after, .classBoxRow .classLink span::after {
    bottom: 0;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
.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: #b89881;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #2f2f2f;
}
.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, .classBoxColumn .classLink .linkHasItems.open + ul > li span {
  background-color: #f1f1f1;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
  background-color: #e8e8e8;
  color: #b89881;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover::after, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current::after, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::before, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover::after {
  background-color: #b89881;
}
@media (min-width: 320px) {
  .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, .classBoxColumn .classLink span {
    color: #2f2f2f;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink a:hover, .classBoxColumn .classLink span.current, .classBoxColumn .classLink span:hover {
    background-color: #b89881;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after, .classBoxColumn .classLink span.current::before, .classBoxColumn .classLink span.current::after, .classBoxColumn .classLink span:hover::before, .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 319px) {
  .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, .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current, .classBoxColumn .classLink > li span.current {
    color: #b89881;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxRow .classLink span, .classBoxColumn .classLink a, .classBoxColumn .classLink span {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
}


/*類別*/
.classBox {
  padding: 0; }

.classLink {
  text-align: center; }
  @media (max-width: 640px) {
    .classLink {
      display: none; } }
  .classLink li {
    display: inline-block;
    margin: 0 10px; }
  .classLink a {
    position: relative;
    display: block;
    padding: 4px 15px;
    font-size: 15px;
    font-family: "Poppins", Arial, "Noto Sans TC", "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    font-weight: 500;
    color: #222;
    border: 1px solid rgba(239, 130, 3, 0.3);
    border-radius: 5px;
  }
    .classLink a:hover, .classLink a.current {
      color: #fff;
      background-color: #ef8203;
      border-color: #ef8203; }

.m_classLink {
  position: relative;
  font-family: "Poppins", Arial, "Noto Sans TC", "微軟正黑體", Heiti TC, "メイリオ", sans-serif; }
  @media (min-width: 641px) {
    .m_classLink {
      display: none; } }
  .m_classLink a.main {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    background: #ef8203;
    border: 1px solid #000; 
  }
    .m_classLink a.main i {
      display: block;
      font-size: 15px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -6px; }
  .m_classLink ul {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    padding: 0;
    list-style: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.9); }
    .m_classLink ul li {
      padding: 0; }
      .m_classLink ul li a {
        display: block;
        padding: 15px 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.9); 
        color: #b6b6b6;

      }
      .m_classLink ul li:first-child a {
        border: none; }

.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 #b89881;
  background-color: #b89881;
  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 #b89881;
  background-color: #b89881;
  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 li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.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 0;
}
.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 #b89881;
  font-size: 13px;
  color: #b89881;
}
.tagBox a:hover {
  color: #fff;
  background-color: #b89881;
}
.tagBox a.current {
  color: #fff;
  background-color: #b89881;
}
.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: #ef8203;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}
/*
.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
*/
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
  height: 320px;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

/*側邊_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 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, .sideShare .shareList .shareItem button {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover, .sideShare .shareList .shareItem button:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg, .sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  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: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  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;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  -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);
}


@media (min-width: 961px) {
body:not(.indexbox) .mainArea {
  padding: 60px 0 120px !important;
  }
}




.m_menu .socialBox {
    display: block;
    position: fixed;
    top: calc(50% + 22px);
    left: 60px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1700px) {
    .m_menu .socialBox {
        left: 20px;
    }
}
@media (max-width: 1500px) {
    .m_menu .socialBox {
        left: 6px;
    }
}
@media (max-width: 1200px) {
    .m_menu .socialBox {
        display: none;
    }
}
.m_menu .socialBox .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;
}
.m_menu .socialBox .socialList li {
    margin: 5.5px 0;
}
.m_menu .socialBox .socialList li:first-child {
    margin-top: 0;
}
.m_menu .socialBox .socialList li:last-child {
    margin-bottom: 0;
}
.m_menu .socialBox .socialList li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background-color: #ef8203;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m_menu .socialBox .socialList li a svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    fill: #ef8203;
    color: #fff;
    /*margin-top: -2px;*/
    vertical-align: middle;
}
.m_menu .socialBox .socialList li a:hover i.fa-youtube-play {
    color: red;
}
.m_menu .socialBox .socialList li a:hover i.fa-facebook {
    color: #ef8203;
}
.m_menu .socialBox .socialList li a:hover i.fa-linkedin {
    color: #ef8203;
}
.m_menu .socialBox .socialList li a:hover i.fa-wechat {
    color: #ef8203;
}
.m_menu .socialBox .socialList li a:hover svg {
    color: #ef8203;
}
.m_menu .socialBox.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0 50px;
}
@media (max-width: 480px) {
    .m_menu .socialBox.mobile {
        padding: 0 20px;
    }
}
.m_menu .socialBox.mobile .socialList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
}
.m_menu .socialBox.mobile .socialList li {
    margin: 0 5px;
}




footer .btnBox {
  padding-top: 10px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  /*-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
}

@media (max-width: 640px) {
    footer .btnBox {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
}

footer .btnBox a {
  position: relative;
  padding: 2px 20px;
  display: block;
  font-size: 14px;
  /*letter-spacing: 1px;*/
  color: #fff;
  font-weight: 400;
}

footer .btnBox .menuBtn {
  position: relative;
  /*margin: 0 10px;*/
  background-color: #ef8203;
}

footer .btnBox a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .btnBox a:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .btnBox a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btnBox .menuBtn {
  border-radius: 5px;
}

.btnBox123 {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
}


@media (max-width: 640px) {
    .btnBox123 {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
  .pc{
    display: none;
  }
  .pcbr {
    display: none;
  }
}

.btnBox123 a {
  position: relative;
  padding: 4px 30px;
  display: block;
  font-size: 15px;
  /*letter-spacing: 1px;*/
  color: #fff;
  font-weight: 400;
}

.btnBox123 .menuBtn {
  position: relative;
  margin: 0 10px;
  background-color: #ef8203;
  border-radius: 5px;
}


.btnBox123 a {
  position: relative;
  color: #fff;
}
.btnBox123 a:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btnBox123 a:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btnBox123 a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 0;
  height: 1px;
  background: #ef8203;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sideLine {
    background-color: #00b900;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999999;
    /*-webkit-box-shadow: 2px 2px 5px #222;
  -moz-box-shadow: 2px 2px 5px #222;
  box-shadow: 2px 2px 5px #222;*/
}

@media (max-width:1180px) {
    .sideLine {
        width: 50px;
        height: 50px
    }
}

.sideLine a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.sideLine a svg {
    display: inline-block;
    width: 40px;
    height: 40px;
    fill: #fff !important;
    color: #fff !important;
}

.sideLine a img {
    width: 45px;
}

@media (max-width:1180px) {
    .sideLine a svg {
        width: 30px;
        height: 30px
    }
    .sideLine a img {
    width: 35px;
  }
}




.sideLine01 {bottom: 240px;}
.sideLine02 {bottom: 160px;}
.sideLine03 {bottom: 80px;}

@media (max-width:1180px) {
.sideLine01 {bottom: 200px; right: 10px;}
.sideLine02 {bottom: 140px; right: 10px;}
.sideLine03 {bottom: 80px; right: 10px;}
}





.sideFb {
    background-color: #39549b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 160px;
    right: 20px;
    z-index: 999999;
}

@media (max-width:1180px) {
    .sideFb {
        width: 50px;
        height: 50px;
    bottom: 140px;
    }
}

.sideFb a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sideFb a i {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 3%;
}

@media (max-width:1180px) {
    .sideFb a i {
        width: 30px;
        height: 30px;
      font-size: 30px;
    }
}

.abc {text-align: center;}

.abc span {
  background-color: #000; color: #ffeb3b; font-weight: bold; padding: 10px; margin-top: 10px; display: inline-block; font-size: 36px; border-radius: 5px;
}

@media (max-width:1180px) {
  .abc span {
  background-color: #000; color: #ffeb3b; font-weight: bold; padding: 10px; margin-top: 10px; display: inline-block; font-size: 21px; border-radius: 5px;
  }
}


.abcd {text-align: center;}

.abcd span {
  background-color: #000; color: #ffeb3b; font-weight: bold; padding: 10px; margin-top: 10px; display: inline-block; font-size: 36px; border-radius: 5px;
}

@media (max-width:1180px) {
  .abcd span {
  background-color: #000; color: #ffeb3b; font-weight: bold; padding: 10px; margin-top: 10px; display: inline-block; font-size: 21px; border-radius: 5px;
  }
}







#adOverlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* --- 廣告內容區塊 --- */
#adPopup {
  position: relative;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
  animation: popIn 0.5s ease forwards;
  max-width: 90%;
}

#adPopup img {
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
}

/* --- 關閉按鈕 --- */
#adPopup .closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  cursor: pointer;
}
#adPopup .closeBtn::before,
#adPopup .closeBtn::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 9px;
  width: 17px;
  height: 2px;
  background: #fff;
}
#adPopup .closeBtn::before {
  transform: rotate(45deg);
}
#adPopup .closeBtn::after {
  transform: rotate(-45deg);
}

/* --- 淡入動畫 --- */
@keyframes popIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}