@charset "UTF-8";
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(textEditor.css);
@import url(contentbuilder.css);
.slickBtn.arrow, .slick-slider .slick-dots li button::before, .controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before, .controlBox .slick-arrow::before, .slick-slider .slick-arrow, .controlBox .slick-arrow, .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, .privacyArea, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, .topFunctionBox .languageBox .languageList, .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, .btnBox .btn, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -ms-flex-align: start;
      align-items: flex-start;
  color: #2f2f2f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -ms-flex-align: center;
      align-items: center;
  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: 400;
  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 {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  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: #96887d;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  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 rgba(0, 0, 0, 0.1);
  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;
  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 btnAni {
  20% {
    background-color: rgba(150, 136, 125, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(150, 136, 125, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  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);
  }
}
@-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;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
body {
  background-color: #f5f1e5;
  font-size: 14px;
  font-family: "Outfit", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.22em;
  color: #444;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #96887d;
  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(.WebSiteHome) .bannerArea .bannerItem .titleBox {
  margin-bottom: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1023px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    margin-bottom: 0;
  }
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox {
    height: auto;
    max-height: unset;
  }
}
body:not(.WebSiteHome) .mainArea {
  padding: 40px 0;
}
body:not(.WebSiteHome) .mainArea > .wrap > .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #e0d8d8;
  margin-bottom: 20px;
}

address {
  font-style: normal;
}

a {
  color: #e8e8e8;
  cursor: pointer;
}
@media (min-width: 1201px) {
  a:hover {
    color: #96887d;
  }
}

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

.Img img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* 共用的樣式 */
.titleBox {
  margin-bottom: 21px;
  position: relative;
  min-width: 180px;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox .decoTitle {
  line-height: normal;
  padding-bottom: 4px;
  font-size: 13px;
  letter-spacing: 1.04px;
  color: #777;
}
.titleBox .title {
  color: #444;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 5px;
  line-height: normal;
}
@media (max-width: 767px) {
  .titleBox .title {
    font-size: 19px;
    letter-spacing: 4.84px;
  }
}
.titleBox .subtitle {
  font-size: 15px;
  letter-spacing: 1.2px;
  color: #777;
  line-height: normal;
  padding-top: 4px;
}
.titleBox .text {
  color: #444;
  line-height: normal;
  padding-top: 48px;
  font-size: 17px;
  letter-spacing: 3.74px;
  line-height: 1.85;
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  min-width: auto;
  -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 {
  min-width: 200px;
  display: inline-block;
  font-size: 14px;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (min-width: 1201px) {
  .btnBox .btn:hover {
    background-color: #fff;
    border-color: #96887d;
    color: #96887d;
  }
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #96887d;
  border: 1px solid #96887d;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgMain:hover {
    color: #96887d;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgSecond:hover {
    color: #333;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #96887d;
  color: #96887d;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #96887d;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #96887d;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #333;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #333;
  }
}
.btnBox .btn.colorLine {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 19px;
}
.btnBox .btn.colorLine svg {
  width: 10px;
  height: 10px;
}
.btnBox .btn.colorLine .btnText {
  font-size: 14px;
  letter-spacing: 3.3px;
  margin-right: 5px;
}
.btnBox .btn.colorLine.animation::after {
  background-color: #96887d;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorLine:hover {
    color: #fff;
  }
  .btnBox .btn.colorLine:hover:not(.animation) {
    background-color: #96887d;
  }
}
.btnBox .btn.rounded {
  border-radius: 22.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  /*max-width: 1920px;*/
  margin: 0 auto;
  /*padding: 30px 30px 0;*/
  position: relative;
}
@media (max-width: 1023px) {
  .outerWrap {
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 767px) {
  .outerWrap {
    padding: 10px 10px 0;
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  /*max-width: 1400px;*/
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: 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;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  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);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.22em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  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: #96887d;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #96887d;
  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);
}
@media (min-width: 1201px) {
  .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 .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.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 {
  -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: #96887d;
  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 {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -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: #96887d;
  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: #bfb6b0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #a1958b;
  -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: #96887d;
  }
}
@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.22em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #96887d;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #96887d;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -ms-flex: 1;
      flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -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: #96887d;
  }
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #96887d;
    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.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #96887d;
  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.22em;
  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;
  -ms-flex-align: center;
      align-items: center;
  background-color: #EFEFEF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 260px;
  height: auto;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 1s ease;
  width: 100%;
  height: auto;
  display: block;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  background-color: #F7F7F7;
}
@media (max-width: 1180px) {
  .topFunctionBox {
    display: none;
  }
}
.topFunctionBox .wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 5px;
}
.topFunctionBox .wrap > a {
  font-size: 14px;
  letter-spacing: 0.22em;
}
.topFunctionBox .wrap > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox {
  position: relative;
  z-index: 1;
}
.topFunctionBox .loginBox > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.22em;
}
.topFunctionBox .loginBox > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 1201px) {
  .topFunctionBox .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
.topFunctionBox .searchBox {
  display: -ms-flexbox;
  display: flex;
}
.topFunctionBox .searchBox input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  background-color: #fafafa;
}
.topFunctionBox .searchBox button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #96887d;
}
.topFunctionBox .languageBox {
  margin: 0 15px 0 10px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.topFunctionBox .languageBox .languageCurrent {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
}
.topFunctionBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
}
.topFunctionBox .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.topFunctionBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.topFunctionBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.topFunctionBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.22em;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1201px) {
  .topFunctionBox .languageBox .languageList li a:hover {
    background-color: #96887d;
    color: #fff;
  }
}
.topFunctionBox .languageBox .languageList li a.current {
  background-color: #96887d;
  color: #fff;
}

/*header*/
header {
  /*position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 51;
  padding: 0 30px;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #f5f1e5;
}
@media (max-width: 767px) {
  header {
    /*top: 10px;*/
    /*padding: 0 10px;*/
  }
}
header .wrap {
  max-width: 100%;
  padding: 0 39px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*background-color: #fff;*/
}
@media (max-width: 1023px) {
  header .wrap {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 20px;
  }
}
header .logo {
  width: 247px;
}
@media (max-width: 1023px) {
  header .logo {
    width: 200px;
    padding: 14px 0;
  }
}
header .logo a {
  display: block;
  width: 200px;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
header .menuBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 -12px 0 0;
}
@media (max-width: 1023px) {
  header .menuBox {
    display: none;
  }
  header .logo a {
  width: 180px;
  }
}
header .menu > .menuItem {
  margin-left: 9px;
  position: relative;
  display: inline-block;
}
header .menu > .menuItem > span > a {
  position: relative;
}
header .menu > .menuItem > span > a::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #96887d;
  position: absolute;
  top: 52px;
  left: 14px;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}
header .menu > .menuItem > span > a.current::before {
  opacity: 1;
}
@media (min-width: 1201px) {
  header .menu > .menuItem > span > a:hover::before {
    opacity: 1;
  }
}
header .menu > .menuItem a {
  color: #333;
  display: block;
  line-height: 20px;
  padding: 30px 14px;
  font-size: 16px;
  letter-spacing: 3.74px;
}
@media (max-width: 1180px) {
  header .menu > .menuItem a {
    padding: 30px 10px;
    font-size: 15px;
    letter-spacing: 3.3px;
  }
}
header .menu > .menuItem a.current {
  color: #96887d;
}
@media (min-width: 1201px) {
  header .menu > .menuItem a:hover {
    color: #96887d;
  }
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .menu .submenu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F7F7F7;
  color: #666;
  display: block;
  padding: 10px;
}
header .menu .submenu a.current {
  color: #fff;
  background-color: #96887d;
}
@media (min-width: 1201px) {
  header .menu .submenu a:hover {
    color: #fff;
    background-color: #96887d;
  }
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  background-color: #F7F7F7;
  position: fixed;
  left: 0;
  top: 120px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0px;
}
header .menu .submenu.fullSubmenu ul {
  display: block;
}
header .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
header .menu .submenu.fullSubmenu a.current {
  color: #96887d;
}
@media (min-width: 1201px) {
  header .menu .submenu.fullSubmenu a:hover {
    color: #96887d;
  }
}
header .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
header .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
header .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}

/*slideMenu*/
.slideMenuTrigger {
  width: 50px;
  height: 50px;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .slideMenuTrigger {
    display: none;
  }
}
.slideMenuTrigger .line {
  width: 90%;
  height: 1px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  z-index: 1;
  transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger.close:hover span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: transparent;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #96887d;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  }
  .slideMenuTrigger:hover span::before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.slideMenuArea {
  width: calc(100% - 60px);
  height: 100vh;
  opacity: 0;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 99;
  transition: all 0.3s 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .slideMenuArea {
    width: calc(100% - 20px);
    right: 10px;
  }
}
.slideMenuArea::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
  border: 30px solid #f5f1e5;
  border-bottom-width: 40px;
  pointer-events: none;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  /*
  			.topBox {
  				animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
  			}

  			.funcBox {
  				animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
  			}

  			.menuBox {
  				animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
  			}

  			.socialBox {
  				animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
  			}*/
}
.slideMenuArea.show .wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 1181px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.slideMenuArea .wrap {
  padding: 0 20px 40px;
  background-color: #fefefe;
  height: calc(100% - 30px);
  margin: 30px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  transition: all 0.5s ease-in-out;
}
.slideMenuArea .wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea .wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea .wrap::-webkit-scrollbar-thumb {
  background: #96887d;
}
@media (max-width: 767px) {
  .slideMenuArea .wrap {
    height: calc(100% - 10px);
    margin: 10px 0;
  }
}
.slideMenuArea .topBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 180px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
}
.slideMenuArea .funcBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  margin: 0 -10px;
}
.slideMenuArea .funcBox .languageBox {
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 400px) {
  .slideMenuArea .funcBox .languageBox {
    margin-bottom: 10px;
  }
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 14px;
  padding-right: 15px;
  position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  -webkit-transform: translate(100%, -100%) rotate(45deg);
          transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
  width: calc(100% - 20px);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.22em;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1201px) {
  .slideMenuArea .funcBox .languageBox .languageList li a:hover {
    background-color: #96887d;
    color: #fff;
  }
}
.slideMenuArea .funcBox .languageBox .languageList li a.current {
  background-color: #96887d;
  color: #fff;
}
.slideMenuArea .funcBox .searchBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
}
.slideMenuArea .funcBox .searchBox input[type=text] {
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex: 1;
      flex: 1;
  line-height: 40px;
}
.slideMenuArea .funcBox .searchBox button {
  width: 40px;
  height: 40px;
  border: 1px solid #96887d;
  background-color: #96887d;
  color: #fff;
  display: block;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 1201px) {
  .slideMenuArea .funcBox .searchBox button:hover {
    background-color: #fff;
    color: #96887d;
  }
  .slideMenuArea .funcBox .searchBox button:hover::before {
    content: "\f00e";
  }
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
  margin-bottom: 20px;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #96887d;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
  background-color: #96887d;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  color: #333;
  display: block;
  line-height: 1;
  font-size: 17px;
  letter-spacing: 3.74px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #96887d;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #96887d;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.5);
  display: none;
  padding: 0 0px 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #96887d;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #96887d;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #96887d;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #96887d;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .side_contactInfo {
  margin: -3px 0 0 0;
}
.slideMenuArea .side_contactInfo .title {
  color: #777;
  margin-bottom: 13px;
  font-size: 15px;
  letter-spacing: 1.2px;
}
@media (max-width: 1350px) {
  .slideMenuArea .side_contactInfo .title {
    font-size: 13px;
    letter-spacing: 1.04px;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .side_contactInfo .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .slideMenuArea .side_contactInfo .title {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.slideMenuArea .side_contactInfo .txt {
  color: #444;
  font-size: 15px;
  letter-spacing: 1.2px;
}
@media (max-width: 1350px) {
  .slideMenuArea .side_contactInfo .txt {
    font-size: 13px;
    letter-spacing: 1.04px;
  }
}
@media (max-width: 430px) {
  .slideMenuArea .side_contactInfo .txt {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.slideMenuArea .side_contactInfo .icon {
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 13px 0 11px;
}
@media (max-width: 1350px) {
  .slideMenuArea .side_contactInfo li.basiness, .slideMenuArea .side_contactInfo li.address {
    width: 54%;
  }
}
@media (max-width: 430px) {
  .slideMenuArea .side_contactInfo li.basiness, .slideMenuArea .side_contactInfo li.address {
    width: 100%;
  }
}
.slideMenuArea .side_contactInfo li.basiness .txt, .slideMenuArea .side_contactInfo li.address .txt {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.slideMenuArea .side_contactInfo .mail .icon {
  margin: 0 12px 0 8px;
}
.slideMenuArea .infoList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1650px) {
  .slideMenuArea .infoList {
    margin: 0 -20px;
  }
}
.slideMenuArea .infoList li {
  width: 50%;
  margin-bottom: 14px;
  padding: 5px 35px 5px 2px;
}
@media (max-width: 1650px) {
  .slideMenuArea .infoList li {
    padding: 5px 20px 5px;
  }
}
@media (max-width: 1350px) {
  .slideMenuArea .infoList li {
    width: 46%;
  }
}
@media (max-width: 430px) {
  .slideMenuArea .infoList li {
    width: 100%;
  }
}
.slideMenuArea .infoList li:nth-of-type(odd) {
  position: relative;
}
.slideMenuArea .infoList li:nth-of-type(odd)::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1650px) {
  .slideMenuArea .infoList li:nth-of-type(odd)::after {
    right: 0;
  }
}
@media (max-width: 430px) {
  .slideMenuArea .infoList li:nth-of-type(odd)::after {
    display: none;
  }
}
.slideMenuArea .infoList li i {
  display: none;
}
.slideMenuArea .infoList li a, .slideMenuArea .infoList li span {
  line-height: 1;
  position: relative;
}
@media (min-width: 1201px) {
  .slideMenuArea .infoList li a:hover {
    color: #96887d;
  }
}
.slideMenuArea .socialBox {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slideMenuArea .socialBox .title {
  width: 122px;
}
.slideMenuArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.slideMenuArea .socialBox .socialList li:not(:last-child) {
  margin-right: 7px;
}
.slideMenuArea .socialBox .socialList li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-color: #96887d;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #96887d;
  vertical-align: baseline;
}
@media (min-width: 1201px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #96887d;
  }
  .slideMenuArea .socialBox .socialList li a:hover svg {
    fill: #fff;
  }
}
.slideMenuArea .copyrightBox {
  background-color: #f5f1e5;
  padding: 2px 0;
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 2;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767px) {
  .slideMenuArea .copyrightBox {
    right: 5px;
  }
}
.slideMenuMask {
  position: fixed;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .slideMenuMask {
    display: none;
  }
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .slideMenuMask.show {
    opacity: 0;
    pointer-events: none;
  }
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  /*手機menu內容*/
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .m_logo {
  float: left;
  margin-left: 70px;
}
.m_menu .m_logo img {
  display: block;
  width: 150px;
  padding-top: 8px;
}
.m_menu .controlBox {
  position: relative;
  z-index: 99;
  height: 60px;
  background-color: #fff;
}
.m_menu .controlBox a.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.m_menu .controlBox a.main span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: #111;
  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: 1px;
  background-color: #111;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -7px;
}
.m_menu .controlBox a.main span:after {
  bottom: -7px;
}
.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);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m_menu .controlBox .btn_cart {
  display: inline-block;
  vertical-align: middle;
}
.m_menu .controlBox .right {
  float: right;
  line-height: 60px;
  margin-right: 10px;
}
.m_menu .controlBox .right a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
}
.m_menu .controlBox .right a em {
  display: none;
}
.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 .right b {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 5px;
  font-size: 13px;
  color: #fff;
  background-color: #C40000;
}
.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: 60px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
  background: rgb(101, 14, 19);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(101, 14, 19) 0%, rgb(178, 24, 27) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#650e13", endColorstr="#b2181b", GradientType=0);
  /* IE6-9 */
}
.m_menu .hideBox .sp {
  display: none;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  background-color: #c80303;
}
.m_menu .searchBox {
  padding: 20px 0;
  text-align: center;
}
.m_menu .searchBox input[type=text] {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  border: 1px solid #e8e8e8;
}
.m_menu .searchBox button {
  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 .mfun {
  padding: 30px 0;
  text-align: center;
}
.m_menu .mfun a {
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #b21d26;
}
.m_menu .nav li {
  border-top: 1px solid #af6568;
}
.m_menu .nav a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1201px) {
  .m_menu .nav a:hover {
    background-color: #d12127;
  }
}
.m_menu .nav a i {
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -7px;
}
.m_menu .nav .dropDown > a::after {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 20px;
  font-family: FontAwesome;
}
.m_menu .nav .submenu {
  display: none;
}
.m_menu .nav .submenu a {
  padding: 10px 20px;
}
@media (min-width: 1201px) {
  .m_menu .nav .submenu a:hover {
    background-color: #999;
  }
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .bannerArea {
    margin-top: 62px;
  }
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 220px);
  max-width: 1230px;
  padding: 40px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  max-height: 300px;
  overflow: auto;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox::-webkit-scrollbar-thumb {
  background: #96887d;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 100%;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .textBox {
    max-height: 250px;
  }
}
.bannerArea .bannerItem .Txt .decoTitle {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 1.28px;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 13px;
    letter-spacing: 1.04px;
  }
}
.bannerArea .bannerItem .Txt .decoTitle::before {
  content: "";
  width: 130px;
  height: 1px;
  display: block;
  background-color: #fff;
  margin: 0 15px 0 0;
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .decoTitle::before {
    width: 60px;
  }
}
.bannerArea .bannerItem .Txt .title, .bannerArea .bannerItem .Txt .subtitle, .bannerArea .bannerItem .Txt .text {
  text-align: left;
  color: #fff;
}
.bannerArea .bannerItem .Txt .title {
  font-size: 40px;
  letter-spacing: 8.8px;
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
    letter-spacing: 4.4px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 24px;
    letter-spacing: 5.28px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
    letter-spacing: 4.4px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  font-size: 30px;
  letter-spacing: 6.6px;
  font-weight: 300;
  padding-top: 0;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
    letter-spacing: 4.4px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 24px;
    letter-spacing: 5.28px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
    letter-spacing: 4.4px;
  }
}
.bannerArea .bannerItem .Txt .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .titleBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .titleBox {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .titleBox {
    margin-bottom: 20px;
  }
}
.bannerArea .bannerItem .Txt .text {
  font-size: 17px;
  letter-spacing: 3.74px;
  width: 100%;
  max-width: 358px;
  line-height: 1.76;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 15px;
    letter-spacing: 3.3px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
    letter-spacing: 3.08px;
  }
}
.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*可預約時程*/
.marqueeArea {
  position: fixed;
  right: 0px;
  bottom: 273px;
  z-index: 10;
}
@media (min-width: 1921px) {
  .marqueeArea {
    right: calc((100vw - 1880px) / 2);
  }
}
@media (max-width: 1023px) {
  .marqueeArea {
    display: none;
  }
}
.marqueeArea .wrap {
  width: 347px;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  -ms-flex-align: stretch;
      align-items: stretch;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  pointer-events: none;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .marqueeArea .wrap {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .marqueeArea .wrap {
    -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px);
  }
}
.marqueeArea .wrap.notransition {
  opacity: 0;
  transition: all 0.01s;
}
.marqueeArea .wrap.open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .marqueeArea .wrap.open {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.marqueeArea .wrap .left {
  width: 60px;
}
.marqueeArea .wrap .marqueeBox {
  width: calc(100% - 60px);
}
@media (max-width: 1680px) {
  .marqueeArea .wrap .marqueeBox {
    width: calc(100% - 48px);
  }
}
.marqueeArea .wrap .switchBtn {
  padding: 39px 0 26px;
}
.marqueeArea .wrap .switchBtn > .txt {
  margin-bottom: 114px;
}
.marqueeArea .switchBtn {
  width: 60px;
  background-color: #fff;
  padding: 30px 0 30px;
  border-radius: 20px 0 0 20px;
  position: relative;
}
@media (max-width: 1680px) {
  .marqueeArea .switchBtn {
    width: 48px;
    padding: 18px 0;
  }
}
.marqueeArea .switchBtn::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  top: 70px;
  left: 0;
  margin: 0 0 0 21px;
  z-index: 1;
}
@media (max-width: 1680px) {
  .marqueeArea .switchBtn::before {
    margin: 0 0 0 16px;
    top: 60px;
  }
}
.marqueeArea .switchBtn .icon {
  width: 24px;
  margin: 0 auto;
}
.marqueeArea .switchBtn .icon img {
  width: 100%;
}
.marqueeArea .switchBtn .txt {
  font-size: 17px;
  letter-spacing: 3.74px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 25px 0 0 17px;
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .marqueeArea .switchBtn .txt {
    padding: 25px 0 0 12px;
  }
}
.marqueeArea .switchBtn .close {
  cursor: pointer;
}
.marqueeArea .switchBtn .close .txt {
  font-size: 13px;
  letter-spacing: 1.04px;
  color: #777;
  padding: 25px 0 20px 23px;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .marqueeArea .switchBtn .close .txt {
    padding: 25px 0 20px 16px;
  }
}
.marqueeArea .switchBtn .close .icon {
  width: 16px;
  height: 16px;
}
.marqueeArea .switchBtn .close .icon::before, .marqueeArea .switchBtn .close .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #777;
  transition: all 0.5s;
}
.marqueeArea .switchBtn .close .icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.marqueeArea .switchBtn .close .icon::after {
  -webkit-transform: translate(0px, -1px) rotate(-45deg);
          transform: translate(0px, -1px) rotate(-45deg);
}
@media (min-width: 1201px) {
  .marqueeArea .switchBtn .close:hover .txt {
    color: #96887d;
  }
  .marqueeArea .switchBtn .close:hover .icon::before, .marqueeArea .switchBtn .close:hover .icon::after {
    background-color: #96887d;
  }
}
.marqueeArea > .switchBtn {
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  pointer-events: none;
  transition: all 0.5s;
}
.marqueeArea > .switchBtn.open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
@media (max-width: 1680px) {
  .marqueeArea > .switchBtn::before {
    top: 55px;
  }
}
@media (min-width: 1201px) {
  .marqueeArea > .switchBtn:hover > .txt {
    color: #96887d;
  }
}
.marqueeArea .marqueeBox {
  background-color: #fff;
  padding: 35px 45px 20px 12px;
}
@media (max-width: 1680px) {
  .marqueeArea .marqueeBox {
    padding: 35px 12px 20px 0;
  }
}
.marqueeArea .marqueeBox .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 13px;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.marqueeArea .marqueeBox .topBox::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  bottom: -2px;
  left: 13px;
  z-index: 1;
}
.marqueeArea .marqueeBox .topBox .title {
  font-size: 17px;
  letter-spacing: 3.74px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marqueeArea .marqueeBox .topBox .txt {
  font-size: 13px;
  letter-spacing: 1.04px;
  padding: 6px 0 0 2px;
  color: #777;
}
.marqueeArea .marqueeBox .marqueeTxtList {
  height: 287px;
  overflow: auto;
  padding: 15px 0 6px 11px;
  margin-right: -5px;
}
.marqueeArea .marqueeBox .marqueeTxtList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.marqueeArea .marqueeBox .marqueeTxtList::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.marqueeArea .marqueeBox .marqueeTxtList::-webkit-scrollbar-thumb {
  background: #96887d;
}
.marqueeArea .marqueeBox .marqueeTxtList .marqueeTxtItem {
  padding: 8px 0 12px 0;
  margin-bottom: 4px;
  position: relative;
}
.marqueeArea .marqueeBox .marqueeTxtList .marqueeTxtItem::before {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.marqueeArea .marqueeBox .marqueeTxtList .marqueeTxtItem .link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1201px) {
  .marqueeArea .marqueeBox .marqueeTxtList .marqueeTxtItem:hover .textEditor {
    color: #96887d;
  }
}
.marqueeArea .marqueeBox .marqueeTxtList .marqueeTxtItem .textEditor {
  font-size: 17px;
  letter-spacing: 3.74px;
  line-height: 1.85;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  transition: all 0.5s;
}
.marqueeArea .marqueeBox .bottomIcon {
  padding: 0 0 0 12px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.8s;
}
.marqueeArea .marqueeBox .bottomIcon .link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.marqueeArea .marqueeBox .bottomIcon .icon {
  color: #96887d;
  width: 44px;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  border: 1px solid #96887d;
}
.marqueeArea .marqueeBox .bottomIcon .icon svg {
  width: 22px;
  height: 22px;
}
.marqueeArea .marqueeBox .bottomIcon .txt {
  font-size: 15px;
  letter-spacing: 1.2px;
  color: #777;
  padding: 0 0 0 15px;
}
@media (min-width: 1201px) {
  .marqueeArea .marqueeBox .bottomIcon:hover {
    opacity: 0.8;
  }
}

/*footer*/
footer {
  padding: 40px 0 26px 0;
}
footer .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fbf8ee;
  /*max-width: 1500px;*/
  padding: 58px 89px 62px 99px;
}
@media (max-width: 1460px) {
  footer .wrap {
    padding: 58px 50px 62px;
  }
}
@media (max-width: 767px) {
  footer .wrap {
    padding: 58px 20px 62px;
  }
}
footer .footerTopArea {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
footer .footerTopArea .wrap {
  padding: 71px 89px 0 99px;
}
@media (max-width: 1460px) {
  footer .footerTopArea .wrap {
    padding: 58px 50px 0;
  }
}
@media (max-width: 1023px) {
  footer .footerTopArea .wrap {
    padding: 58px 40px 0;
  }
}
@media (max-width: 767px) {
  footer .footerTopArea .wrap {
    padding: 58px 20px 0;
  }
}
footer .footerTopArea .footerTopItem {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
footer .footerTopArea .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footerTopArea .left {
  width: 40%;
}
@media (max-width: 1023px) {
  footer .footerTopArea .left {
    width: 100%;
  }
}
footer .footerTopArea .right {
  width: 60%;
  padding: 0 0px 0 28px;
}
@media (max-width: 1023px) {
  footer .footerTopArea .right {
    width: 100%;
    padding: 80px 0px 0 0;
  }
}
footer .footerTopArea .right .text {
  margin-bottom: 34px;
}
footer .footerTopArea .title {
  font-size: 17px;
  letter-spacing: 4.4px;
  color: #333;
  margin-bottom: 15px;
}
footer .footerTopArea .text {
  font-size: 15px;
  letter-spacing: 3.74px;
  color: #444;
}
footer .footerTopArea .service {
  /*min-height: 160px;*/
  margin-bottom: 31px;
}
footer .footerTopArea .time .title {
  margin-bottom: 13px;
}
footer > .wrap {
  -ms-flex-align: stretch;
      align-items: stretch;
}
footer > .wrap .left {
  width: 37.9%;
  padding: 38px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
}
@media (max-width: 1350px) {
  footer > .wrap .left {
    width: 361px;
  }
}
@media (max-width: 1180px) {
  footer > .wrap .left {
    width: 255px;
    display: block;
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  footer > .wrap .left {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  footer > .wrap .left {
    display: block;
  }
}
footer > .wrap .center {
  width: 43.8%;
  padding: 0 59px;
}
@media (max-width: 1650px) {
  footer > .wrap .center {
    padding: 0 20px;
  }
}
@media (max-width: 1350px) {
  footer > .wrap .center {
    width: calc(100% - 553px);
  }
}
@media (max-width: 1180px) {
  footer > .wrap .center {
    width: calc(100% - 437px);
  }
}
@media (max-width: 1023px) {
  footer > .wrap .center {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
footer > .wrap .right {
  width: 18.3%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: end;
      justify-content: end;
  padding: 0 9px 0 0;
}
@media (max-width: 1350px) {
  footer > .wrap .right {
    width: 182px;
  }
}
@media (max-width: 1023px) {
  footer > .wrap .right {
    width: 100%;
    -ms-flex-pack: start;
        justify-content: start;
  }
}
footer > .wrap .left, footer > .wrap .center {
  position: relative;
}
footer > .wrap .left::before, footer > .wrap .center::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  footer > .wrap .left::before, footer > .wrap .center::before {
    display: none;
  }
}
footer .footerLogo {
  width: 100%;
  max-width: 142px;
}
@media (max-width: 1650px) {
  footer .footerLogo {
    max-width: 120px;
  }
}
@media (max-width: 1180px) {
  footer .footerLogo {
    margin-bottom: 14px;
  }
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
}
footer .side_contactInfo {
  margin: -3px 0 0 0;
}
footer .side_contactInfo .title {
  color: #777;
  margin-bottom: 13px;
  font-size: 15px;
  letter-spacing: 1.2px;
}
@media (max-width: 1350px) {
  footer .side_contactInfo .title {
    font-size: 13px;
    letter-spacing: 1.04px;
  }
}
@media (max-width: 1180px) {
  footer .side_contactInfo .title {
    margin-bottom: 30px;
  }
}
footer .side_contactInfo .txt {
  color: #444;
  font-size: 15px;
  letter-spacing: 1.2px;
}
@media (max-width: 1350px) {
  footer .side_contactInfo .txt {
    font-size: 13px;
    letter-spacing: 1.04px;
  }
}
footer .side_contactInfo .icon {
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 13px 0 11px;
}
@media (max-width: 1350px) {
  footer .side_contactInfo li.basiness, footer .side_contactInfo li.address {
    width: 54%;
  }
}
@media (max-width: 430px) {
  footer .side_contactInfo li.basiness, footer .side_contactInfo li.address {
    width: 100%;
  }
}
footer .side_contactInfo li.basiness .txt, footer .side_contactInfo li.address .txt {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
footer .side_contactInfo .mail .icon {
  margin: 0 12px 0 8px;
}
footer .infoList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1650px) {
  footer .infoList {
    margin: 0 -20px;
  }
}
footer .infoList li {
  width: 50%;
  margin-bottom: 14px;
  padding: 5px 35px 5px 2px;
}
@media (max-width: 1650px) {
  footer .infoList li {
    padding: 5px 20px 5px;
  }
}
@media (max-width: 1350px) {
  footer .infoList li {
    width: 46%;
  }
}
@media (max-width: 430px) {
  footer .infoList li {
    width: 100%;
  }
}
footer .infoList li:nth-of-type(odd) {
  position: relative;
}
footer .infoList li:nth-of-type(odd)::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1650px) {
  footer .infoList li:nth-of-type(odd)::after {
    right: 0;
  }
}
@media (max-width: 430px) {
  footer .infoList li:nth-of-type(odd)::after {
    display: none;
  }
}
footer .infoList li i {
  display: none;
}
footer .infoList li a, footer .infoList li span {
  line-height: 1;
  position: relative;
}
@media (min-width: 1201px) {
  footer .infoList li a:hover {
    color: #96887d;
  }
}
footer .socialBox {
  margin: -3px 0 0;
}
footer .socialBox .title {
  font-weight: 500;
  color: #777;
  margin-bottom: 39px;
  font-size: 15px;
  letter-spacing: 1.2px;
}
footer .socialBox .socialList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
footer .socialBox li {
  padding: 0 5px;
}
footer .socialBox a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 44px;
  height: 44px;
  color: #96887d;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #f5f1e5;
  border: 1px solid #f5f1e5;
}
footer .socialBox a svg {
  width: 18px;
  height: 18px;
  fill: #777;
}
@media (min-width: 1201px) {
  footer .socialBox a:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #96887d;
  }
}
@media (max-width: 767px) {
  footer nav:not(.socialBox) {
    padding-left: 16px;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  footer nav:not(.socialBox) {
    padding-left: 0;
  }
}
footer .footerMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 39px 0 38px;
  margin: -9px 0 0 0;
}
@media (max-width: 1650px) {
  footer .footerMenu {
    padding: 0 10px;
  }
}
@media (max-width: 1180px) {
  footer .footerMenu {
    width: 100%;
    padding: 0;
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  footer .footerMenu {
    margin: 0;
  }
}
@media (max-width: 450px) {
  footer .footerMenu {
    margin: 0 -10px;
  }
}
footer .footerMenu li {
  width: 33.33%;
  padding: 5px 5px 9px 5px;
}
@media (max-width: 1180px) {
  footer .footerMenu li {
    padding: 5px 10px 17px;
  }
}
footer .footerMenu li a {
  display: block;
  color: #333;
  font-size: 15px;
  letter-spacing: 3.3px;
  text-align: center;
}
@media (max-width: 1350px) {
  footer .footerMenu li a {
    font-size: 13px;
    letter-spacing: 2.86px;
  }
}
@media (max-width: 450px) {
  footer .footerMenu li a {
    text-align: left;
  }
}
@media (min-width: 1201px) {
  footer .footerMenu li a:hover {
    color: #96887d;
  }
}
footer .mailSubscribeBox {
  max-width: 500px;
  padding: 10px 0;
}
footer .mailSubscribeBox .mailSubscribe {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .mailSubscribeBox .mailSubscribe label {
  letter-spacing: 0.22em;
  line-height: 1.5;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer .mailSubscribeBox .mailSubscribe input {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  -ms-flex: 1;
      flex: 1;
  margin: 0 6px;
  padding: 3px 0;
}
footer .mailSubscribeBox .mailSubscribe .btnBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  footer .mailSubscribeBox .mailSubscribe .btnBox {
    width: 100%;
    margin-top: 20px;
  }
  footer .mailSubscribeBox .mailSubscribe .btnBox .btn {
    width: 100%;
  }
}

.copyrightBox {
  -ms-flex-align: center;
      align-items: center;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  /*padding-bottom: 30px;*/
}
.copyrightBox .copyright {
  font-size: 12px;
  letter-spacing: 0.48px;
  padding: 5px 14px 5px 5px;
  position: relative;
}
@media (max-width: 430px) {
  .copyrightBox .copyright {
    padding: 5px 5px 5px 5px;
  }
}
.copyrightBox .copyright::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #666;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 430px) {
  .copyrightBox .copyright::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .copyrightBox {
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 10px;
  }
}

.goTop {
  position: fixed;
  right: 38px;
  padding: 18px;
  bottom: 91px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 1024px) {
  .goTop {
    display: none;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
.goTop.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.goTop .arrow {
  width: 25px;
  height: 25px;
}
.goTop .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e0d8d8;
  border-right: 1px solid #e0d8d8;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.goTop .txt {
  font-size: 13px;
  letter-spacing: 0px;
  color: #777;
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  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 {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-align: center;
}
.privacyArea .text a {
  color: #96887d;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .privacyArea .text a:hover {
    color: #96887d;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .fixedQuickLink {
    display: none;
  }
}
@media (max-width: 767px) {
  .fixedQuickLink {
    padding: 0 10px;
  }
}
.fixedQuickLink ul {
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f1e5;
}
.fixedQuickLink li {
  -ms-flex: 1;
      flex: 1;
  padding: 10px;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.9);
}
.fixedQuickLink li > .switchBtn {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.fixedQuickLink li > .switchBtn::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #e8e8e8;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.fixedQuickLink .marqueeArea {
  display: block;
  width: 100%;
  bottom: 0;
  z-index: 2;
  right: 0;
  pointer-events: none;
  padding-bottom: env(safe-area-inset-bottom);
}
.fixedQuickLink .marqueeArea .wrap {
  width: calc(50% - 30px);
  position: relative;
  right: 30px;
  left: auto;
  margin: 0 0 0 calc(50% + 30px);
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fixedQuickLink .marqueeArea .wrap {
    width: calc(100% - 20px);
    margin: 0 0 10px 10px;
    right: 0;
    display: block;
  }
}
.fixedQuickLink .marqueeArea .switchBtn {
  border-radius: 20px 0 0 0;
}
@media (max-width: 767px) {
  .fixedQuickLink .marqueeArea .switchBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 13px 24px;
    width: 100%;
  }
  .fixedQuickLink .marqueeArea .switchBtn::before {
    display: none;
  }
  .fixedQuickLink .marqueeArea .switchBtn .txt {
    margin: 0;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding: 0 10px;
  }
  .fixedQuickLink .marqueeArea .switchBtn .icon {
    margin: 0;
    height: 19px;
  }
  .fixedQuickLink .marqueeArea .switchBtn .close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .fixedQuickLink .marqueeArea .switchBtn .close .txt {
    display: none;
  }
  .fixedQuickLink .marqueeArea .switchBtn .close .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    height: 16px;
  }
  .fixedQuickLink .marqueeArea .switchBtn .close .icon::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .fixedQuickLink .marqueeArea .switchBtn .close .icon::after {
    -webkit-transform: translate(-3px, -2px) rotate(-45deg);
            transform: translate(-3px, -2px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .fixedQuickLink .marqueeArea .marqueeBox {
    width: 100%;
  }
}
.fixedQuickLink .marqueeArea .marqueeBox .topBox::before, .fixedQuickLink .marqueeArea .marqueeBox .marqueeTxtList .marqueeTxtItem::before {
  width: 100%;
}
.fixedQuickLink .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.fixedQuickLink .icon img {
  width: 100%;
}
.fixedQuickLink a, .fixedQuickLink button {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #444;
}
.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.22em;
  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: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 3;
      flex: 3;
  font-size: 15px;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 6;
      flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -ms-flex: 1;
        flex: 1;
    -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 {
  -ms-flex: 3;
      flex: 3;
}
.bookingArea .btn button {
  width: 100%;
  height: 100%;
  background-color: #96887d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.22em;
}
@media (min-width: 1201px) {
  .bookingArea .btn button:hover {
    background-color: #96887d;
  }
}
@media (max-width: 960px) {
  .bookingArea .btn {
    -ms-flex: 1;
        flex: 1;
  }
  .bookingArea .btn button {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
  .bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
}
.mainArea > .wrap {
  /*max-width: 1000px;*/
  max-width: 1280px;
}
.mainArea.ins > .wrap {
  /*background-color: #fff;*/
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: end;
  padding: 0;
}
.bread .wrap a, .bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.22em;
}
.bread .wrap a {
  color: #a9a9a9;
}
@media (min-width: 1201px) {
  .bread .wrap a:hover {
    color: #96887d;
  }
}
.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;
  color: #444;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #e8e8e8;
  color: #232323;
  font-size: 21px;
  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;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  /*
  background-color: $mainColor;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing:$letterSpacing;
  padding: 10px 30px 10px 10px;
  position: relative;

  &::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;
  }

  @include media(-1024) {*/
  display: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden; /*
}*/
}
.classBox a, .classBox span {
  cursor: pointer;
}
.classBoxRow {
  /*
  margin-top: 17px;
  margin-bottom: 28px;
  @include media(-1024) {*/
  margin: 17px -15px 28px 0;
  overflow: hidden; /*
}*/
}
@media (max-width: 1023px) {
  .classBoxRow {
    width: 100%;
    margin: 17px 0 28px;
  }
}
.classBoxRow .classLink {
  /*
  @include media(-1024) {*/
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -15px;
  /*
  }*/
}
@media (max-width: 1023px) {
  .classBoxRow .classLink {
    -ms-flex-pack: start;
        justify-content: start;
  }
}
@media (max-width: 540px) {
  .classBoxRow .classLink {
    margin: 0px -8px;
  }
}
.classBoxRow .classLink li {
  margin-bottom: 10px;
  position: relative;
}
.classBoxRow .classLink li:not(:last-child) {
  margin-right: 13px;
}
.classBoxRow .classLink li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #e0d8d8;
  position: absolute;
  top: 55%;
  right: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 540px) {
  .classBoxRow .classLink li:not(:last-child)::after {
    right: -7px;
  }
}
.classBoxRow .classLink li > a, .classBoxRow .classLink li > span {
  color: #333;
  display: block;
  padding: 10px 14px;
  letter-spacing: 0.22em;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3.74px;
  transition: all 0.5s;
}
@media (max-width: 540px) {
  .classBoxRow .classLink li > a, .classBoxRow .classLink li > span {
    font-size: 15px;
    letter-spacing: 3.3px;
    padding: 10px 8px;
  }
}
.classBoxRow .classLink li > a:before, .classBoxRow .classLink li > span:before {
  content: "";
  display: block;
  width: calc(100% - 28px);
  background-color: #96887d;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 14px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.classBoxRow .classLink li > a.current, .classBoxRow .classLink li > span.current {
  color: #96887d;
}
.classBoxRow .classLink li > a.current:before, .classBoxRow .classLink li > span.current:before {
  opacity: 1;
}
@media (min-width: 1201px) {
  .classBoxRow .classLink li > a:hover, .classBoxRow .classLink li > span:hover {
    color: #96887d;
  }
  .classBoxRow .classLink li > a:hover:before, .classBoxRow .classLink li > span:hover:before {
    opacity: 1;
  }
}
.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;
  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: #96887d;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
          animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a, .classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  background-color: rgba(150, 136, 125, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open, .classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  background-color: rgba(150, 136, 125, 0.75);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover, .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(150, 136, 125, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(150, 136, 125, 0.5);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(150, 136, 125, 0.5);
  }
}
@media (min-width: 1024px) {
  .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 {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink a, .classBoxColumn .classLink span {
    color: #e8e8e8;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.22em;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current, .classBoxColumn .classLink span.current {
    background-color: #96887d;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after, .classBoxColumn .classLink span.current::before, .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxColumn .classLink a:hover, .classBoxColumn .classLink span:hover {
    background-color: #96887d;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after, .classBoxColumn .classLink span:hover::before, .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
.classBoxRow .classLink, .classBoxColumn .classLink {
  /*
  @include media(1023) {
  	width: 100%;
  	max-height: 90vh;
  	background-color: #fff;
  	box-shadow: 0 5px 15px rgba(#000, 0.1);
  	display: none;
  	overflow-y: auto;
  	position: absolute;
  	top: 100%;
  	left: 0;
  	z-index: 1;

  	&.open {
  		display: block;
  	}

  	>li {
  		&:not(:first-child) {
  			border-top: 1px solid $lineColor;
  		}

  		>a, span {
  			&.current {
  				color: #fff;
  			}
  		}

  		ul {
  			display: none;
  		}
  	}

  	a, span {
  		color: $linkColor;
  		background-color: #fff;
  		display: block;
  		padding: 14px 15px;
  		position: relative;
  		&.current{
  			background-color: $mainColor;
  			color: #fff;
  		}
  	}
  }*/
}

.pageBox .pageList {
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #e8e8e8;
  padding: 40px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #e8e8e8;
  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 #666;
  border-bottom: 1px solid #666;
  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);
}
@media (min-width: 1201px) {
  .pageBox .pageList a:hover {
    border: 1px solid #96887d;
    background-color: #96887d;
    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 {
  -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 #666;
  border-bottom: 1px solid #666;
  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 #96887d;
  background-color: #96887d;
  color: #fff;
}
@media (min-width: 1201px) {
  .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 #96887d;
  font-size: 13px;
  color: #96887d;
}
@media (min-width: 1201px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #96887d;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #96887d;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #e8e8e8;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  -ms-flex: 1;
      flex: 1;
}
.tab a {
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  color: #e8e8e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #96887d;
  color: #fff;
}

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

.albumBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 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%;
  height: auto;
  display: block;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: auto;
  display: block;
}
.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 #e8e8e8;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

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

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  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;
  box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1201px) {
  .side_booking a:hover {
    box-shadow: inset 0 3px 3px #8d2121;
  }
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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%;
  height: auto;
  display: block;
}
.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;
}

/*對應&相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea.news .Txt {
  padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.22em;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #96887d;
  border: 1px solid #96887d;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #96887d;
  border: 1px solid #96887d;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.sideDataArea .Txt {
  padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
  -ms-flex-align: center;
      align-items: center;
  color: #444;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  max-height: 65px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  color: #444;
  font-size: 14px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .text {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

/*社群分享*/
.sideShare {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -ms-flex-align: center;
      align-items: center;
  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;
}
@media (min-width: 1201px) {
  .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;
  fill: #666;
}
.sideShare .shareList .shareItem a.twitter svg, .sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1201px) {
  .imh_opacity:hover img {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
  }
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  transition: all 0.3s linear;
}
.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;
  transition: all 0.3s ease;
}
@media (min-width: 1201px) {
  .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 {
  transition: all 0.3s linear;
}
.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;
  transition: all 0.4s ease;
}
@media (min-width: 1201px) {
  .imh_zoom:hover a:before {
    top: 50%;
  }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.slick-slider .slick-arrow, .controlBox .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 10px 5px;
}
.slick-slider .slick-arrow::before, .controlBox .slick-arrow::before {
  content: "";
  border-style: solid;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before, .controlBox .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #96887d transparent transparent;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before, .controlBox .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #96887d;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1201px) {
  .slick-slider .slick-arrow:hover, .controlBox .slick-arrow:hover {
    background-color: #96887d !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before, .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before, .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots, .controlBox .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  -ms-flex-pack: end;
      justify-content: end;
  width: 50%;
  margin-left: 50%;
}
.slick-slider .slick-dots.center, .controlBox .slick-dots.center {
  -ms-flex-pack: center;
      justify-content: center;
}
.slick-slider .slick-dots.vertical, .controlBox .slick-dots.vertical {
  width: 16px;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li, .controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li, .controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li, .controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before, .controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li, .controlBox .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button, .controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before, .controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e4dbd2;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before, .controlBox .slick-dots li.slick-active button::before {
  background-color: #96887d;
  opacity: 1;
}
@media (min-width: 1201px) {
  .slick-slider .slick-dots li:hover button::before, .controlBox .slick-dots li:hover button::before {
    background-color: #96887d;
    opacity: 1;
  }
}

.slickBtn.arrow {
  position: absolute;
  top: 39.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
  border-radius: 50%;
  opacity: 0.9;
}
@media (max-width: 1350px) {
  .slickBtn.arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .slickBtn.arrow {
    top: calc(100% + 24px);
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1201px) {
  .slickBtn.arrow:hover {
    opacity: 1;
  }
}
.slickBtn.arrow::before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  border-right: 1px solid #d5cbcb;
  border-bottom: 1px solid #d5cbcb;
}
@media (max-width: 1350px) {
  .slickBtn.arrow::before {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 1023px) {
  .slickBtn.arrow::before {
    width: 20px;
    height: 20px;
  }
}
.slickBtn.arrowPrev {
  left: 0;
  padding: 0 0 0 4px;
}
.slickBtn.arrowPrev::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.slickBtn.arrowNext {
  right: 0;
  padding: 0 4px 0 0;
}
.slickBtn.arrowNext::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 0.9s ease infinite;
          animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  transition: all 1.2s ease !important;
}