@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.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, header .rightSide .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, .btnBox .btn.animation::after, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.formBox .formColumn.nowrap::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  background: #e0e0e0;
  left: 10px;
  bottom: 0;
}
@media (max-width: 640px) {
  .formBox .formColumn.nowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .formBox .formColumn.nowrap:first-child {
    margin-top: 10px;
  }
}
.formBox .formColumn.nowrap .columnTitle {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 1px 0 0;
  margin: 0 10px 0 0;
  padding: 0 0 0 25px;
}
@media (max-width: 640px) {
  .formBox .formColumn.nowrap .columnTitle {
    width: 100%;
    border: none;
    padding: 0 0 10px 25px;
  }
}
.formBox .formColumn.nowrap .columnTitle.other {
  padding: 0;
}
.formBox .formColumn.nowrap .columnInput,
.formBox .formColumn.nowrap .columnSelect {
  border: none;
}
.formBox .formColumn.nowrap .columnCheckBox {
  width: 130px;
  min-height: 45px;
  height: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media (max-width: 640px) {
  .formBox .formColumn.nowrap .columnCheckBox {
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .formBox .formColumn.nowrap .columnCheckBox {
    width: 100%;
  }
}
.formBox .formColumn.nowrap .columnCheckBox.grid {
  width: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}
@media (max-width: 840px) {
  .formBox .formColumn.nowrap .columnCheckBox.grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.formBox .formColumn.nowrap .columnCheckBox.other {
  width: auto;
}
@media (max-width: 1040px) {
  .formBox .formColumn.nowrap .columnCheckBox.other {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
}
@media (max-width: 840px) {
  .formBox .formColumn.nowrap .columnCheckBox.other {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  width: auto;
  gap: 0;
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 25px;
}
.formBox .columnTitle.requireStyle::before {
  content: "※";
  color: #bda366;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 600px) {
  .formBox .columnCheckBox {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.formBox .columnCheckBox .columnCheckLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #bda366;
  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: #bda366;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Vollkorn", "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-style: solid;
  border-color: #e0e0e0;
  border-width: 0 0 1px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
  pointer-events: none;
}
.formBox .noteTxt.reserve {
  text-align: right;
}
.formBox .noteTxt.float {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  margin: 0;
}
.formBox .noteTxt.red {
  color: #9f0c0c;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #9f0c0c !important;
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(189, 163, 102, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(189, 163, 102, 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%);
  }
}
@-webkit-keyframes bannerFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bannerFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shadowRipple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(189, 163, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(189, 163, 102, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(189, 163, 102, 0);
            box-shadow: 0 0 0 20px rgba(189, 163, 102, 0);
  }
}
@keyframes shadowRipple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(189, 163, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(189, 163, 102, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(189, 163, 102, 0);
            box-shadow: 0 0 0 20px rgba(189, 163, 102, 0);
  }
}
body {
  background-color: #fff;
  font-size: 15px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #bda366;
  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.inner.show .bannerItem .Txt {
  opacity: 1;
}
body:not(.WebSiteHome) .bannerArea.inner.show .bannerItem .Img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body:not(.WebSiteHome) .bannerArea.inner.show .bread {
  -webkit-transform: translate(0);
          transform: translate(0);
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textEditor .textBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textEditor .textBox .rightSide {
    display: none;
  }
}
@media (max-width: 980px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 100%;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

address {
  font-style: normal;
}

a {
  color: #000000;
  cursor: pointer;
}
@media (min-width: 1201px) {
  a:hover {
    color: #bda366;
  }
}

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: "Vollkorn", "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 {
  height: auto;
}

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 {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.titleBox .decoTitle {
  opacity: 0.5;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 12px;
  }
}
.titleBox .title {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 24px;
  }
}
.titleBox .subtitle {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 20px;
  }
}
.titleBox .text {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 14px;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (min-width: 1201px) {
  .btnBox .btn:hover {
    background-color: #bda366;
    border-color: #ffffff;
    color: #ffffff;
  }
}
.btnBox .btn .arrow {
  display: block;
  width: 20px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.btnBox .btn .arrow::before {
  content: "";
  position: absolute;
  width: calc(100% - 5px);
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 4px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnBox .btn .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5019607843);
  border-width: 4px 0 4px 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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: #bda366;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgMain:hover {
    color: #ffffff;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #bda366;
  }
  .btnBox .btn.bgMain:hover .arrow::before {
    background: #ffffff;
  }
  .btnBox .btn.bgMain:hover .arrow::after {
    border-color: transparent #ffffff;
  }
}
.btnBox .btn.bgSecond {
  background: #bda366;
  border: 1px solid #bda366;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgSecond:hover {
    color: #bda366;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background: #ffffff;
  }
  .btnBox .btn.bgSecond:hover .arrow::before {
    background: #bda366;
  }
  .btnBox .btn.bgSecond:hover .arrow::after {
    border-color: transparent #bda366;
  }
}
.btnBox .btn.bgSecond::after {
  background: #ffffff;
}
.btnBox .btn.bgThird {
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgThird:hover {
    color: #bda366;
  }
  .btnBox .btn.bgThird:hover:not(.animation) {
    background: #ffffff;
  }
  .btnBox .btn.bgThird:hover .arrow::before {
    background: #bda366;
  }
  .btnBox .btn.bgThird:hover .arrow::after {
    border-color: transparent #bda366;
  }
}
.btnBox .btn.bgThird::after {
  background: #ffffff;
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #bda366;
  color: #bda366;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #bda366;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #bda366;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #1f1f1f;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #1f1f1f;
  }
}
.btnBox .btn.rounded {
  border-radius: 22.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: 1500px;
  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;
  }
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

/*module*/
.moduleBox {
  width: 100%;
  height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: fixed;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 1005;
  margin: 0;
  padding: 0 20px;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  visibility: visible;
  opacity: 1;
}
.moduleBox.show .moduleWrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
.moduleBox .moduleWrap {
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 60px 0 0;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
  margin: 0;
  padding: 0 60px 60px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #bda366;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #000000;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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: #bda366;
  }
}
.moduleBox .topBox {
  border-style: solid;
  border-color: #000000;
  border-width: 0 0 2px;
  margin: 0;
  padding: 0 0 40px;
}
.moduleBox .topBox .subtitle {
  opacity: 0.5;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}
.moduleBox .topBox .title {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}
.moduleBox .topBox .note {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
}
.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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #bda366;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 0;
}
.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;
  margin: 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: #bda366;
  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: #d9caa6;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #c5ae78;
  -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: #bda366;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #bda366;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #bda366;
  border-bottom: 2px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #e0e0e0;
  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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #bda366;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #bda366;
    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 #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #bda366;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 300px;
  height: auto;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 99;
}
header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
header.logoHide .logo {
  opacity: 0;
  pointer-events: none;
}
header.logoHide .hideLink {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
  pointer-events: auto;
}
header.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 0;
}
header .hideLink {
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: #1f1f1f;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header .logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 25px 0 0 110px;
}
@media (max-width: 900px) {
  header .logo {
    padding-left: 50px;
  }
}
@media (max-width: 740px) {
  header .logo {
    display: none;
  }
}
header .logo a {
  display: block;
  width: 155px;
}
@media (max-width: 900px) {
  header .logo a {
    width: 120px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .rightSide {
  width: auto;
  height: 70px;
  background: #1f1f1f;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 740px) {
  header .rightSide {
    width: 100%;
    padding-left: 20px;
  }
}
header .rightSide .logo_rwd {
  display: none;
  width: 200px;
}
@media (max-width: 740px) {
  header .rightSide .logo_rwd {
    display: block;
  }
}
@media (max-width: 480px) {
  header .rightSide .logo_rwd {
    width: 150px;
  }
}
header .rightSide .logo_rwd a {
  display: block;
  width: 100%;
}
header .rightSide .logo_rwd a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .rightSide .linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0 10px;
}
@media (max-width: 740px) {
  header .rightSide .linkBox {
    display: none;
  }
}
header .rightSide .linkBox a {
  border-style: solid;
  border-color: #404040;
  border-width: 0 1px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 0 20px;
}
@media (min-width: 1201px) {
  header .rightSide .linkBox a:hover {
    color: #bda366;
  }
}
header .rightSide .linkBox a:last-child {
  border: none;
}
header .rightSide .languageBox {
  height: 100%;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
@media (max-width: 740px) {
  header .rightSide .languageBox {
    display: none;
  }
}
header .rightSide .languageBox .languageCurrent {
  height: 100%;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 4px 45px 0 15px;
}
header .rightSide .languageBox .languageCurrent::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 45%;
  right: 25px;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 1px 1px 0;
}
header .rightSide .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          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;
}
header .rightSide .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
}
header .rightSide .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .rightSide .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1201px) {
  header .rightSide .languageBox .languageList li a:hover {
    background-color: #bda366;
    color: #fff;
  }
}
header .rightSide .languageBox .languageList li a.current {
  background-color: #bda366;
  color: #fff;
}

/*slideMenu*/
.slideMenuTrigger {
  width: auto;
  height: 100%;
  background-color: #bda366;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0 30px;
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover .line::before {
    width: 100%;
  }
  .slideMenuTrigger:hover .line::after {
    width: 100%;
  }
}
.slideMenuTrigger .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 5px 15px 0 0;
  padding: 0;
}
.slideMenuTrigger .line {
  display: block;
  width: 40px;
  height: 1px;
  background: #ffffff;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuTrigger .line::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #ffffff;
  top: -8px;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuTrigger .line::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ffffff;
  bottom: -8px;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuTrigger.close .line {
  background: transparent;
}
.slideMenuTrigger.close .line::before {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  width: 100%;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slideMenuArea {
  width: 100%;
  max-width: 510px;
  height: calc(100vh - 70px);
  background: url("../images/sideMenu_BG.jpg") no-repeat bottom center;
  background-size: cover;
  opacity: 0;
  overflow-x: hidden;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: fixed;
  top: 70px;
  right: 0;
  bottom: unset;
  left: unset;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #bda366;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .menuBox .nav > .menuItem {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.slideMenuArea.show .menuBox .nav > .menuItem:nth-of-type(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.slideMenuArea.show .languageBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.9s ease-in-out both;
}
.slideMenuArea .wrap {
  margin: 0;
  padding: 70px 75px;
}
@media (max-width: 480px) {
  .slideMenuArea .wrap {
    padding: 40px 30px 70px;
  }
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 0 1px 0;
  margin: 10px 0 0 0;
  padding: 0;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #bda366;
  top: 50%;
  right: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #bda366;
  top: 50%;
  right: 5px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  display: none;
  pointer-events: none;
}
.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 {
  display: block;
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  padding: 10px 30px 10px 0;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #bda366;
  }
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #bda366;
}
.slideMenuArea .menuBox .nav > .menuItem a em {
  color: #ababab;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 1px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  font-family: "Noto Serif TC";
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -15px 0;
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem:last-child a {
  border: none;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.hasThirdMenu {
  width: 100%;
  border: none;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 1px 0 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 20px;
  padding: 0 15px;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #bda366;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #bda366;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu {
  width: 100%;
  border: none;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #bda366;
  top: 50%;
  right: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #bda366;
  top: 50%;
  right: 5px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu a {
  border: none;
}
.slideMenuArea .languageBox {
  margin: 0;
  padding: 30px 0 35px;
}
.slideMenuArea .languageBox .languageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.slideMenuArea .languageBox .languageList li a {
  display: block;
  background: #ffffff;
  border-style: solid;
  border-color: #c2c2c2;
  border-width: 1px;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0;
  padding: 14px 20px 10px;
}
@media (min-width: 1201px) {
  .slideMenuArea .languageBox .languageList li a:hover {
    background: #bda366;
    color: #ffffff;
  }
}
.slideMenuArea .languageBox .languageList li a.current {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #ffffff;
}
.slideMenuArea .socialBox {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 30px 0 0;
}
.slideMenuArea .socialBox::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background: #e0e0e0;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slideMenuArea .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.slideMenuArea .socialBox .socialList li:not(:last-child) {
  margin: 0 40px 0 0;
  padding: 0;
}
.slideMenuArea .socialBox .socialList li a {
  width: 20px;
  height: 20px;
  color: #7b7b7b;
  font-size: 20px;
}
.slideMenuArea .socialBox .socialList li a svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: #bda366;
  vertical-align: baseline;
}
@media (min-width: 1201px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    color: #bda366;
  }
  .slideMenuArea .socialBox .socialList li a:hover svg {
    fill: #bda366;
  }
}
.slideMenuArea .btnBox {
  display: none;
}
@media (max-width: 740px) {
  .slideMenuArea .btnBox {
    display: block;
  }
}
.slideMenuArea .btnBox .btn {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Serif TC";
  margin-bottom: 10px;
}
.slideMenuArea .btnBox .btn:last-child {
  margin: 0;
}
.slideMenuMask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 98;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*手機menu*/
.m_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
          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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.5s;
  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: -webkit-gradient(linear, left top, left bottom, from(rgb(101, 14, 19)), to(rgb(178, 24, 27)));
  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 #ccc;
}
.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;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
@media (max-width: 740px) {
  .bannerArea.inner {
    padding-top: 70px;
  }
}
.bannerArea.inner .bannerItem .Txt {
  max-width: 1500px;
  padding: 0 50px;
}
.bannerArea.inner .bannerItem .Txt .textEditor {
  width: 100%;
}
.bannerArea.inner .bannerItem .Txt .textEditor .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bannerArea.inner .bannerItem .Txt .textEditor .textBox .subtitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
}
.bannerArea.inner .bannerItem .Txt .textEditor .textBox .title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.bannerArea.inner .bannerItem .Txt .textEditor .textBox .rightSide p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: right;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 980px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bannerArea .slick-current .Img img {
  -webkit-animation: bannerFadeIn 5s linear 0s forwards;
          animation: bannerFadeIn 5s linear 0s forwards;
}

/*footer*/
footer {
  background-color: #fbf9f5;
  overflow: hidden;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 80px 0 0;
}
@media (max-width: 940px) {
  footer {
    padding-top: 40px;
  }
}
footer.show .footerLogo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
footer.show .footerNav .linkList li {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
footer.show .qrcodeBox,
footer.show .side_contactInfo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
footer .footerLogo {
  max-width: 200px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0 auto 40px;
  padding: 0;
}
footer .footerNav {
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 0 1px;
  margin: 0 0 30px;
  padding: 0 0 30px;
}
footer .footerNav .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 940px) {
  footer .footerNav .linkList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
footer .footerNav .linkList li {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0 80px 0 0;
  padding: 0;
}
@media (max-width: 940px) {
  footer .footerNav .linkList li {
    margin: 0;
  }
}
footer .footerNav .linkList li:last-child {
  margin-right: 0;
}
@media (max-width: 940px) {
  footer .footerNav .linkList li .title {
    text-align: center;
  }
}
footer .footerNav .linkList li a {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (min-width: 1201px) {
  footer .footerNav .linkList li a:hover {
    color: #bda366;
  }
}
footer .qrcodeBox {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
footer .qrcodeBox .qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 940px) {
  footer .qrcodeBox .qrcode {
    display: none;
  }
}
footer .qrcodeBox .qrcode a {
  display: block;
  margin: 0 40px 0 0;
  padding: 0;
}
footer .qrcodeBox .qrcode a:last-child {
  margin-right: 0;
}
footer .qrcodeBox .qrcodeList {
  display: none;
}
@media (max-width: 940px) {
  footer .qrcodeBox .qrcodeList {
    display: block;
  }
}
footer .qrcodeBox .qrcodeList .item {
  height: 80px;
}
footer .qrcodeBox .qrcodeList .item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  footer .qrcodeBox .qrcodeList .item a img {
    width: 80%;
    max-width: 75px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    padding: 0;
  }
}
footer .qrcodeBox .qrcodeList .slick-dots {
  bottom: -45px;
}
footer .side_contactInfo {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
footer .socialBox {
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px 0;
  margin: 0;
  padding: 30px 0;
}
footer .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 480px) {
  footer .socialBox .socialList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
footer .socialBox .socialList li {
  margin: 0 30px 0 0;
  padding: 0;
}
footer .socialBox .socialList li:last-child {
  margin-right: 0;
}
footer .socialBox .socialList li a {
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1201px) {
  footer .socialBox .socialList li a:hover {
    color: #bda366;
  }
}
@media (max-width: 480px) {
  footer .socialBox .socialList li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .socialBox .socialList li a i {
  font-size: 18px;
}
footer .socialBox .socialList li a svg {
  width: 18px;
  height: 18px;
}
footer .socialBox .socialList li a span {
  margin: 0;
  padding: 0 0 0 10px;
}
footer .textEditor {
  margin: 0;
  padding: 30px 0;
}
footer .textEditor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 !important;
}
@media (max-width: 1180px) {
  footer .textEditor ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .textEditor ul li {
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
}
footer .textEditor ul li:last-child {
  margin: 0;
}
footer .textEditor ul li a {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (min-width: 1201px) {
  footer .textEditor ul li a:hover {
    color: #bda366;
  }
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #bda366;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .privacyArea .text a:hover {
    color: #bda366;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
@media (min-width: 1201px) {
  .translateIbest .design a:hover {
    text-decoration: underline;
  }
}

/*手機快捷選單*/
/*後台預覽模式*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
  overflow: hidden;
}
.mainArea.ins .bread {
  bottom: 56px;
}
.mainArea.guide {
  overflow: visible;
}
.mainArea.room {
  padding-bottom: 220px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.mainArea.news, .mainArea.spot {
  padding-top: 60px;
}
.mainArea.contact {
  padding: 60px 0;
}
.mainArea.fac, .mainArea.hall {
  background: #fbf9f5;
  padding: 60px 0 120px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.mainArea.fac::before, .mainArea.hall::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/news_decoBG.png") no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-filter: brightness(0.975);
          filter: brightness(0.975);
}
@media (max-width: 1340px) {
  .mainArea.fac, .mainArea.hall {
    padding: 60px 50px 120px;
  }
}
@media (max-width: 480px) {
  .mainArea.fac, .mainArea.hall {
    padding: 60px 30px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.bread .wrap {
  max-width: 1400px;
  background: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0 auto;
  padding: 20px 50px;
}
.bread .wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #bda366;
  left: 0;
  bottom: 0;
}
.bread .wrap a {
  color: #bda366;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
@media (min-width: 1201px) {
  .bread .wrap a:hover {
    color: #ffffff;
  }
}
.bread .wrap a:first-child {
  color: #ffffff;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  margin: 0;
  padding: 2px 0 0;
}
@media (min-width: 1201px) {
  .bread .wrap a:first-child:hover {
    color: #bda366;
  }
}
.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;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  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 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: 22px;
  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:not(.guide) {
  cursor: pointer;
  border-style: solid;
  border-color: #bda366;
  border-width: 0 0 1px;
  color: #bda366;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 10px 30px 10px 10px;
}
.classBox .classCurrent:not(.guide)::before {
  content: "\f107";
  color: #bda366;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent:not(.guide) {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox .classCurrent.guide {
  cursor: pointer;
  border-style: solid;
  border-color: #bda366;
  border-width: 0 0 1px;
  color: #bda366;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 10px 30px 10px 10px;
}
.classBox .classCurrent.guide::before {
  content: "\f107";
  color: #bda366;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1681px) {
  .classBox .classCurrent.guide {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a, .classBox span {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -15px;
    padding: 0 0 25px;
  }
  .classBoxRow .classLink::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: #e0e0e0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .classBoxRow .classLink li:first-child a::before,
.classBoxRow .classLink li:first-child span::before {
    width: calc(100% - 15px);
    left: 15px;
  }
  .classBoxRow .classLink li:last-child a,
.classBoxRow .classLink li:last-child span {
    border: none;
  }
  .classBoxRow .classLink a, .classBoxRow .classLink span {
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 0 1px 0 0;
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 0;
    padding: 0 15px;
  }
  .classBoxRow .classLink a::before, .classBoxRow .classLink span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000000;
    left: 0;
    bottom: -25px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxRow .classLink a:hover, .classBoxRow .classLink span:hover {
    color: #000000;
  }
  .classBoxRow .classLink a:hover::before, .classBoxRow .classLink span:hover::before {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .classBoxRow .classLink a.current, .classBoxRow .classLink span.current {
    color: #000000;
  }
  .classBoxRow .classLink a.current::before, .classBoxRow .classLink span.current::before {
    opacity: 1;
  }
}
@media (min-width: 1681px) {
  .classBoxColumn .classLink .linkHasItems {
    display: block;
    width: 100%;
    background: #bda366;
    pointer-events: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
    font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    margin: 0;
    padding: 15px 0 15px 80px;
  }
  .classBoxColumn .classLink ul {
    margin: 0;
    padding: 30px 0 30px 60px;
  }
}
@media (min-width: 1681px) and (max-width: 1820px) {
  .classBoxColumn .classLink ul {
    padding-left: 30px;
  }
}
@media (min-width: 1681px) {
  .classBoxColumn .classLink ul li:first-child a {
    padding-top: 0;
  }
  .classBoxColumn .classLink ul li:first-child a::before {
    top: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .classBoxColumn .classLink ul li a {
    color: #7b7b7b;
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 2px;
    font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 0 0 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 1;
    margin: 0;
    padding: 20px;
  }
  .classBoxColumn .classLink ul li a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #bda366;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    opacity: 0;
  }
}
@media (min-width: 1681px) and (min-width: 1201px) {
  .classBoxColumn .classLink ul li a:hover {
    color: #000000;
    border-color: #bda366;
    padding-left: 50px;
  }
  .classBoxColumn .classLink ul li a:hover::before {
    opacity: 1;
  }
}
@media (min-width: 1681px) {
  .classBoxColumn .classLink ul li a.current {
    color: #000000;
    border-color: #bda366;
    padding-left: 50px;
  }
  .classBoxColumn .classLink ul li a.current::before {
    opacity: 1;
  }
}
@media (min-width: 1681px) {
  .classBoxColumn .classLink ul li a .floorBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .classBoxColumn .classLink ul li a .floorBox span {
    font-weight: 600;
    letter-spacing: 1px;
  }
  .classBoxColumn .classLink ul li a .floorBox span em {
    margin: 0 0 0 -5px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .classBoxCustom .classLink > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 15px;
    padding: 0;
  }
  .classBoxCustom .classLink a,
.classBoxCustom .classLink span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    text-align: left;
    margin: 0;
    padding: 0 15px 0 0;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxCustom .classLink a:hover,
.classBoxCustom .classLink span:hover {
    color: #bda366;
  }
}
@media (min-width: 1024px) {
  .classBoxCustom .classLink a.current,
.classBoxCustom .classLink span.current {
    color: #bda366;
  }
}
@media (min-width: 1024px) {
  .classBoxCustom .classLink i {
    width: 0;
    height: 1px;
    background: #bda366;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .classBoxCustom .classLink i.current {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxCustom .classLink {
    width: 100%;
    max-height: 90vh;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxCustom .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxCustom .classLink > li:not(:first-child) {
    border-top: 1px solid #e0e0e0;
  }
  .classBoxRow .classLink > li > a.current, .classBoxRow .classLink > li span.current, .classBoxCustom .classLink > li > a.current, .classBoxCustom .classLink > li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul, .classBoxCustom .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxRow .classLink span, .classBoxCustom .classLink a, .classBoxCustom .classLink span {
    color: #000000;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink span.current, .classBoxCustom .classLink a.current, .classBoxCustom .classLink span.current {
    background-color: #bda366;
    color: #fff;
  }
}
@media (max-width: 1680px) {
  .classBoxColumn .classLink {
    width: 100%;
    max-height: 90vh;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxColumn .classLink::-webkit-scrollbar {
    display: none;
  }
  .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #e0e0e0;
  }
  .classBoxColumn .classLink > li > a.current,
.classBoxColumn .classLink > li span.current {
    color: #fff;
  }
  .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxColumn .classLink > li ul li:last-child .item {
    border: none;
  }
  .classBoxColumn .classLink a {
    color: #000000;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current {
    background-color: #bda366;
    color: #fff;
  }
  .classBoxColumn .classLink a .floorBox {
    margin: 0;
    padding: 0 10px 0 0;
  }
  .classBoxColumn .classLink a .floorBox span {
    font-weight: 600;
    letter-spacing: 1px;
  }
  .classBoxColumn .classLink a .floorBox span em {
    margin: 0 0 0 -5px;
    padding: 0;
  }
  .classBoxColumn .classLink .linkHasItems::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #bda366;
    top: 50%;
    right: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .classBoxColumn .classLink .linkHasItems::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #bda366;
    top: 50%;
    right: 5px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .classBoxColumn .classLink .linkHasItems.open::after {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  .classBoxColumn .classLink .item {
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 0 0 1px;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 1201px) {
  .pageBox .pageList a:hover {
    border: 1px solid #bda366;
    background-color: #bda366;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  border: 1px solid #bda366;
  background-color: #bda366;
  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 {
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 1px 0 0;
}
@media (max-width: 800px) {
  .tagBox {
    border-width: 0 0 1px;
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
}
.tagBox ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 0;
}
@media (max-width: 1340px) {
  .tagBox ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .tagBox ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .tagBox ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.tagBox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tagBox ul li:nth-of-type(4n) .itemTitle {
  border-width: 0;
}
@media (max-width: 1340px) {
  .tagBox ul li:nth-of-type(4n) .itemTitle {
    border-width: 0 1px 0 0;
  }
}
@media (max-width: 1340px) {
  .tagBox ul li:nth-of-type(3n) .itemTitle {
    border-width: 0;
  }
}
@media (max-width: 1023px) {
  .tagBox ul li:nth-of-type(3n) .itemTitle {
    border-width: 0 1px 0 0;
  }
}
@media (max-width: 1023px) {
  .tagBox ul li:nth-of-type(2n) .itemTitle {
    border-width: 0;
  }
}
@media (max-width: 600px) {
  .tagBox ul li:nth-of-type(odd) .itemTitle {
    border-width: 0;
  }
}
.tagBox ul li .Img {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tagBox ul li .Img img {
  width: 100%;
  max-width: 60px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.tagBox ul li .itemTitle {
  width: 100%;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 0 1px 0 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
}

/*頁籤*/
.tab {
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 60px 0 0;
  padding: 0;
}
.tab .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 2px;
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 20px 0;
}
.tab a.current {
  border-color: #000000;
  color: #000000;
}

/*頁籤內容*/
.tabContent {
  margin: 40px 0 60px;
  padding: 0;
}
.tabContent .tabContentItem {
  display: none;
}

.albumBox {
  width: 100%;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 768px) {
  .albumBox .albumListMain .albumItem {
    padding-bottom: 75%;
  }
}
@media (max-width: 480px) {
  .albumBox .albumListMain .albumItem {
    padding-bottom: 100%;
  }
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .albumBox .albumListMain .albumItem img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    z-index: 1;
  }
}
.albumBox .albumListNav {
  width: 100%;
  max-width: 680px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: unset;
  right: unset;
  bottom: 100px;
  left: 50%;
  z-index: 1;
}
@media (max-width: 980px) {
  .albumBox .albumListNav {
    max-width: 510px;
    bottom: 80px;
  }
}
@media (max-width: 768px) {
  .albumBox .albumListNav {
    max-width: 340px;
    bottom: 20px;
  }
}
.albumBox .albumListNav .albumItem {
  width: 170px !important;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.albumBox .albumListNav .albumItem img {
  max-width: 150px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
  padding: 0;
}
.albumBox .albumListNav .slick-current .albumItem img {
  border-color: #bda366;
}
.albumBox .albumListMain_boxInfo {
  max-width: 970px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.albumBox .albumListMain_boxInfo .slick-slide {
  margin: 0 10px;
}

/*側邊_聯絡資訊*/
.side_contactInfo {
  margin: 60px 0 40px;
  padding: 0;
}
.side_contactInfo .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 940px) {
  .side_contactInfo .infoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}
.side_contactInfo .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 20px 0 0;
  padding: 0;
}
@media (max-width: 940px) {
  .side_contactInfo .infoList li {
    margin: 0 0 20px 0;
  }
}
.side_contactInfo .infoList li:last-child {
  margin-right: 0;
}
@media (max-width: 940px) {
  .side_contactInfo .infoList li:last-child {
    margin: 0;
  }
}
.side_contactInfo .infoList i {
  color: #afaeab;
  font-size: 14px;
}
.side_contactInfo .infoList .unit {
  border-style: solid;
  border-color: #7b7b7b;
  border-width: 0 1px 0 0;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 10px 0 0;
  padding: 0 10px;
}
.side_contactInfo .infoList a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (min-width: 1201px) {
  .side_contactInfo .infoList a:hover {
    color: #bda366;
  }
}
.side_contactInfo .customLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 30px 0 0;
  padding: 0;
}
.side_contactInfo .customLink li {
  margin: 0 20px 0 0;
  padding: 0;
}
.side_contactInfo .customLink li:last-child {
  margin-right: 0;
}
.side_contactInfo .customLink a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
@media (min-width: 1201px) {
  .side_contactInfo .customLink a:hover {
    color: #bda366;
  }
}

/*對應&相關*/
.sideDataArea {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 60px 0 100px;
}
.sideDataArea .subtitle {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}
.sideDataArea .relationTitle {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0;
  padding: 0 0 50px;
}
.sideDataArea .decoText {
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #f7f7f7;
  font-size: 150px;
  font-weight: 400;
  line-height: 150px;
  letter-spacing: 0;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  position: absolute;
  top: 100px;
  right: unset;
  bottom: unset;
  left: 50%;
  z-index: -1;
}
.sideDataArea .item {
  margin: 0;
  padding: 0 10px;
}
.sideDataArea .Img {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sideDataArea .newsInfoBox {
  margin: 0 20px 0 0;
  padding: 0;
}
.sideDataArea .newsInfoBox .dateBox .year {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  font-family: "Noto Serif TC";
  margin: 0 0 5px;
  padding: 0;
}
.sideDataArea .newsInfoBox .dateBox > div:not(.year) {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.sideDataArea .newsInfoBox .dateBox > div:not(.year)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sideDataArea .newsInfoBox .dateBox > div:not(.year) .date {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.sideDataArea .newsInfoBox .dateBox > div:not(.year) .date:last-child {
  margin: 0;
  padding: 0 0 0 32px;
}
.sideDataArea .textBox .title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
.sideDataArea .textBox .text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "EB Garamond", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sideDataArea .pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 40px 0 0;
  padding: 0;
}
.sideDataArea .pageBox .arrow {
  width: 35px;
  height: 8px;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
}
.sideDataArea .pageBox .arrow::before {
  content: "";
  position: absolute;
  width: calc(100% - 5px);
  height: 1px;
  background: rgba(141, 141, 141, 0.5);
  top: 4px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sideDataArea .pageBox .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-color: transparent transparent transparent #8d8d8d;
  border-width: 4px 0 4px 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sideDataArea .pageBox .arrow.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sideDataArea .pageBox .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 2px 20px 0;
  padding: 0;
}
.sideDataArea .pageBox .numBox p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  font-family: "Vollkorn", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}
.sideDataArea .pageBox .numBox p:nth-of-type(2) {
  margin: 0;
  padding: 4px 10px 0;
}

/*社群分享*/
.sideShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 0 30px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a, .sideShare .shareList .shareItem button {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@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: 放大淡出*/
/*Hover效果1: 放大淡出Detail*/
/*Hover效果1: 放大淡出zoom*/
.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 #bda366 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 #bda366;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1201px) {
  .slick-slider .slick-arrow:hover, .controlBox .slick-arrow:hover {
    background-color: #bda366 !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center, .controlBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical, .controlBox .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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: 10px;
  height: 10px;
  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%;
  border-style: solid;
  border-color: #a7a7a7;
  border-width: 1px;
  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: #515151;
  border-color: #515151;
  opacity: 1;
}
@media (min-width: 1201px) {
  .slick-slider .slick-dots li:hover button::before, .controlBox .slick-dots li:hover button::before {
    background: #515151;
    border-color: #515151;
    opacity: 1;
  }
}

.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;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}