@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);
#ib_header_000 .topFunctionBox .languageBox .languageList, .scrollHint, .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 a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem a.mainLink::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, .loadingArea.show, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, .btnBox .btn, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s ease-in-out;
}

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

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(137, 186, 42, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(137, 186, 42, 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 scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1023px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #89ba2a;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 800px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) #ib_header_000 .left .menuBox {
  display: none;
}
@media (min-width: 1024px) {
  body:not(.WebSiteHome) #ib_header_000 .slideMenuTriggerBox {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: auto;
  }
  body:not(.WebSiteHome) #ib_header_000:not(.scrollDown) .slideMenuTriggerBox .slideMenuTriggerTitle {
    color: #fff;
  }
  body:not(.WebSiteHome) #ib_header_000:not(.scrollDown) .slideMenuTriggerBox .slideMenuTrigger .line::before, body:not(.WebSiteHome) #ib_header_000:not(.scrollDown) .slideMenuTriggerBox .slideMenuTrigger .line::after {
    background-color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  body:not(.WebSiteHome) #ib_header_000:not(.scrollDown) .slideMenuTriggerBox:hover .slideMenuTriggerTitle {
    color: #89ba2a;
  }
  body:not(.WebSiteHome) #ib_header_000:not(.scrollDown) .slideMenuTriggerBox:hover .slideMenuTrigger .line::before, body:not(.WebSiteHome) #ib_header_000:not(.scrollDown) .slideMenuTriggerBox:hover .slideMenuTrigger .line::after {
    background-color: #89ba2a;
  }
}
body:not(.WebSiteHome) #ib_header_000 .logo {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
body:not(.WebSiteHome) .topArea {
  padding: 205px 0 142px;
}
@media (max-width: 1540px) {
  body:not(.WebSiteHome) .topArea {
    padding: 120px 0 40px;
  }
}
body:not(.WebSiteHome) .topArea .topBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .topArea .topBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
body:not(.WebSiteHome) .topArea .topBox .titleBox {
  width: calc(100% - 800px);
  padding: 13px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 1540px) {
  body:not(.WebSiteHome) .topArea .topBox .titleBox {
    width: calc(100% - 700px);
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .topArea .topBox .titleBox {
    width: 100%;
  }
}
body:not(.WebSiteHome) .topArea .topBox .titleBox .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 17px;
}
@media (max-width: 1540px) {
  body:not(.WebSiteHome) .topArea .topBox .titleBox .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  body:not(.WebSiteHome) .topArea .topBox .titleBox .subtitle {
    font-size: 14px;
    line-height: 1.1;
  }
}
body:not(.WebSiteHome) .topArea .topBox .titleBox .title {
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0;
}
@media (max-width: 1540px) {
  body:not(.WebSiteHome) .topArea .topBox .titleBox .title {
    font-size: 50px;
  }
}
@media (max-width: 1350px) {
  body:not(.WebSiteHome) .topArea .topBox .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  body:not(.WebSiteHome) .topArea .topBox .titleBox .title {
    font-size: 30px;
  }
}
body:not(.WebSiteHome) .topArea:not(.show) .titleBox .subtitle, body:not(.WebSiteHome) .topArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
body:not(.WebSiteHome) .topArea:not(.show) .bread {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
body:not(.WebSiteHome) .topArea.show .titleBox .subtitle, body:not(.WebSiteHome) .topArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body:not(.WebSiteHome) .topArea.show .titleBox .subtitle {
  transition: all 0.7s linear;
}
body:not(.WebSiteHome) .topArea.show .titleBox .title {
  transition: all 0.7s 0.2s linear;
}
body:not(.WebSiteHome) .topArea.show .bread {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.3s linear;
}
@media (min-width: 1024px) {
  body:not(.WebSiteHome) .classBoxRow .classLink li {
    margin: 0 5px 10px;
  }
  body:not(.WebSiteHome) .classBoxRow .classLink a,
  body:not(.WebSiteHome) .classBoxRow .classLink span {
    padding: 7px 18.5px;
  }
}
body:not(.WebSiteHome) .introduseArea {
  padding-bottom: 120px;
}
@media (max-width: 1540px) {
  body:not(.WebSiteHome) .introduseArea {
    padding-bottom: 40px;
  }
}
body:not(.WebSiteHome) .contentBox:has(.rightBox) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body:not(.WebSiteHome) .contentBox > .leftBox {
  width: 250px;
}
@media (max-width: 1023px) {
  body:not(.WebSiteHome) .contentBox > .leftBox {
    width: 100%;
  }
}
body:not(.WebSiteHome) .contentBox > .rightBox {
  width: calc(100% - 250px);
  padding-left: 50px;
}
@media (max-width: 1540px) {
  body:not(.WebSiteHome) .contentBox > .rightBox {
    padding-left: 30px;
  }
}
@media (max-width: 1350px) {
  body:not(.WebSiteHome) .contentBox > .rightBox {
    padding-left: 20px;
  }
}
@media (max-width: 1023px) {
  body:not(.WebSiteHome) .contentBox > .rightBox {
    width: 100%;
    padding: 0;
  }
}
body:not(.WebSiteHome) .contentBox:not(:has(.classBox)) .leftBox {
  display: none;
}
body:not(.WebSiteHome) .contentBox:not(:has(.classBox)) .rightBox {
  margin: 0 auto;
  padding: 0;
}

address {
  font-style: normal;
}

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

.icon svg {
  width: 100%;
  height: 100%;
}

a {
  color: #252B17;
  cursor: pointer;
}
@media (min-width: 1200px) {
  a:hover {
    color: #89ba2a;
  }
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

.Img img {
  height: auto;
}

div.titan {
  display: none;
}

div.titanTop {
  display: none;
}

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

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

/* 共用的樣式 */
.titleBox {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 400px) {
  .titleBox {
    margin-bottom: 30px;
  }
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox .decoTitle {
  color: #252B17;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 4px;
}
.titleBox .title {
  color: #252B17;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 1.4px;
  padding: 0 0 0 6px;
}
@media (max-width: 1540px) {
  .titleBox .title {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  .titleBox .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .titleBox .title {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 350px) {
  .titleBox .title {
    font-size: 18px;
  }
}
.titleBox .subtitle {
  color: #252B17;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
@media (max-width: 1540px) {
  .titleBox .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 1350px) {
  .titleBox .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .titleBox .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 350px) {
  .titleBox .subtitle {
    font-size: 26px;
  }
}
.titleBox .text {
  color: #879177;
  font-size: 16px;
  line-height: normal;
  padding-top: 30px;
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.btnBox.flex.left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.btnBox.flex.right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 200px;
  -ms-flex: 1;
      flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 160px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .btnBox .btn {
    font-size: 14px;
  }
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (max-width: 800px) {
  .btnBox .btn {
    padding: 13px;
  }
}
@media (min-width: 1200px) {
  .btnBox .btn:hover:not(.style1) {
    background-color: #fff;
    border-color: #89ba2a;
    color: #89ba2a;
  }
}
.btnBox .btn.small {
  font-size: 13px;
  padding: 10px 15px;
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #89ba2a;
  border: 1px solid #89ba2a;
  color: #fff;
}
@media (min-width: 1200px) {
  .btnBox .btn.bgMain:hover {
    color: #89ba2a;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #252B17;
  border: 1px solid #252B17;
  color: #fff;
}
@media (min-width: 1200px) {
  .btnBox .btn.bgSecond:hover:not(.style1) {
    color: #252B17;
  }
  .btnBox .btn.bgSecond:hover:not(.style1):not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgWhite {
  background-color: #fff;
  border: 1px solid #fff;
  color: #252B17;
}
@media (min-width: 1200px) {
  .btnBox .btn.bgWhite:hover {
    color: #fff;
    background-color: #89ba2a;
    border: 1px solid #89ba2a;
  }
  .btnBox .btn.bgWhite:hover:not(.animation) {
    background-color: #89ba2a;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #89ba2a;
  color: #89ba2a;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #89ba2a;
}
@media (min-width: 1200px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #89ba2a;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #252B17;
  color: #252B17;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #252B17;
}
@media (min-width: 1200px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #252B17;
  }
}
.btnBox .btn.style1 {
  min-width: unset;
  width: 160px;
  border-radius: 999px;
  border: 1px solid;
  padding: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1540px) {
  .btnBox .btn.style1 {
    width: 140px;
  }
}
.btnBox .btn.style1 .btnText {
  text-align: center;
  width: calc(100% - 40px);
  padding: 0 0 0 2px;
}
.btnBox .btn.style1 .icon {
  width: 8px;
  height: 16px;
  color: #252B17;
}
.btnBox .btn.style1 .arrowBox {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1540px) {
  .btnBox .btn.style1 .arrowBox {
    width: 35px;
    height: 35px;
  }
}
.btnBox .btn.style1.white {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1200px) {
  .btnBox .btn.style1:hover {
    background-color: #89ba2a;
    border-color: #89ba2a;
  }
}
.btnBox .btn.arrowStyle {
  min-width: unset;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #879177;
  color: #252B17;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
}
.btnBox .btn.arrowStyle .icon {
  width: 8px;
  height: 18px;
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  max-width: 1818px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 800px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .ph {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #89ba2a;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #89ba2a;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .moduleBox .moduleClose:hover {
    background-color: #000;
  }
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 10px 15px;
}
@media (max-width: 380px) {
  .moduleBox.privacy .btnBox .btn:not(.textLink) {
    padding: 10px 8px;
    font-size: 12px;
  }
}
.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: #89ba2a;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1200px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #89ba2a;
  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: #b3dc64;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #98cf2f;
  -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: 1200px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #89ba2a;
  }
}
@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: #89ba2a;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #89ba2a;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -ms-flex: 1;
      flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -ms-flex: 1;
      flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #89ba2a;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 1200px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #89ba2a;
    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: #89ba2a;
  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: 1200px) {
  .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;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  background-color: #EFEFEF;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 0 15px 0 0;
}
.loadingArea .loadLogo {
  opacity: 0;
  width: 250px;
  position: relative;
}
.loadingArea .loadLogo .logoImg {
  -webkit-mask: url("../images/loading/logo.png") center left/100% no-repeat;
          mask: url("../images/loading/logo.png") center left/100% no-repeat;
  position: relative;
}
.loadingArea .loadLogo .logoImg::before, .loadingArea .loadLogo .logoImg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.loadingArea .loadLogo .logoImg::after {
  background-color: #89ba2a;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.loadingArea .loadLogo .leaf {
  position: absolute;
  top: 32%;
  right: -4%;
  width: 6.5%;
  -webkit-mask: url("../images/loading/leaf.png") center left/100% no-repeat;
          mask: url("../images/loading/leaf.png") center left/100% no-repeat;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.loadingArea .loadLogo .leaf::before, .loadingArea .loadLogo .leaf::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.loadingArea .loadLogo .leaf::after {
  background-color: #89ba2a;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  opacity: 1;
}
.loadingArea.show .loadLogo .logoImg::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 1s linear;
}
.loadingArea.show .loadLogo .leaf {
  -webkit-animation: alternate leafAni 1.3s 0.6s infinite ease-in-out;
          animation: alternate leafAni 1.3s 0.6s infinite ease-in-out;
}
.loadingArea.show .loadLogo .leaf::before {
  opacity: 0;
  transition: opacity 0.3s 0.6s;
}
.loadingArea.show .loadLogo .leaf::after {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: opacity 0.4s 0.6s, -webkit-clip-path 0.4s 0.4s linear;
  transition: clip-path 0.4s 0.4s linear, opacity 0.4s 0.6s;
  transition: clip-path 0.4s 0.4s linear, opacity 0.4s 0.6s, -webkit-clip-path 0.4s 0.4s linear;
}
@-webkit-keyframes leafAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg) skew(-4deg);
            transform: rotate(10deg) skew(-4deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes leafAni {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg) skew(-4deg);
            transform: rotate(10deg) skew(-4deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.loadingArea.hide {
  opacity: 0;
  transition: all 0.5s 0.4s;
}
.loadingArea.hide .loadLogo {
  opacity: 0;
  transition: all 0.5s;
}

/*slideMenu*/
.slideMenuTrigger {
  width: 71px;
  height: 50px;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
@media (max-width: 1540px) {
  .slideMenuTrigger {
    width: 61px;
  }
}
@media (max-width: 1350px) {
  .slideMenuTrigger {
    width: 50px;
  }
}
.slideMenuTriggerBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 120px;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  .slideMenuTriggerBox {
    width: 105px;
  }
}
@media (max-width: 1350px) {
  .slideMenuTriggerBox {
    width: 95px;
  }
}
@media (min-width: 1200px) {
  .slideMenuTriggerBox:hover .slideMenuTriggerTitle {
    color: #89ba2a;
  }
  .slideMenuTriggerBox:hover span {
    background-color: transparent;
  }
  .slideMenuTriggerBox:hover span::before, .slideMenuTriggerBox:hover span::after {
    background-color: #89ba2a;
  }
}
.slideMenuTriggerTitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  transition: all 0.5s;
  color: #252B17;
}
@media (max-width: 1540px) {
  .slideMenuTriggerTitle {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .slideMenuTriggerTitle {
    font-size: 13px;
  }
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #252B17;
  position: absolute;
  z-index: 1;
  transition: background-color 0.5s, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.5s, transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.5s, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1200px) {
  .slideMenuTrigger.close:hover span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.slideMenuArea {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(120px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #89ba2a;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .topBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .buttons {
  -webkit-animation: slideLeftAnimation 0.5s 0.7s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.7s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.8s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.8s 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.show .logo {
  -webkit-animation: slideLeftAnimation 0.5s 1s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1s ease-in-out both;
}
.slideMenuArea.show .textLink {
  -webkit-animation: slideLeftAnimation 0.5s 1.1s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.1s ease-in-out both;
}
.slideMenuArea.show .copyrightBox {
  -webkit-animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.2s ease-in-out both;
}
.slideMenuArea .wrap {
  padding: 0 20px;
}
.slideMenuArea .topBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 2px 0 19px;
}
.slideMenuArea .topBox .slideMenuTriggerBox {
  width: auto;
  margin: 0 0 0 -10px;
}
.slideMenuArea .topBox .slideMenuTriggerBox .slideMenuTrigger {
  width: 50px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
}
.slideMenuArea .buttons {
  padding: 0 5px;
  margin-top: 20px;
}
.slideMenuArea .buttons .btnBox {
  margin-top: 0;
  margin-bottom: 8px;
}
.slideMenuArea .buttons .btnBox .btn {
  min-width: unset;
  width: 100%;
  padding: 14px 20px;
}
.slideMenuArea .funcBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  margin: 0 -10px;
}
.slideMenuArea .funcBox .languageBox {
  -ms-flex: 1;
      flex: 1;
  padding: 0 14px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 47px;
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
  color: #252B17;
  cursor: pointer;
  padding-bottom: 4px;
  padding-right: 19px;
  position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #252B17;
  border-bottom: 1px solid #252B17;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  -webkit-transform: translate(100%, -100%) rotate(45deg);
          transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
  width: calc(100% - 20px);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .slideMenuArea .funcBox .languageBox .languageList li a:hover {
    background-color: #89ba2a;
    color: #fff;
  }
}
.slideMenuArea .funcBox .languageBox .languageList li a.current {
  background-color: #89ba2a;
  color: #fff;
}
.slideMenuArea .funcBox .searchBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  padding: 0 10px;
}
.slideMenuArea .funcBox .searchBox input[type=text] {
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex: 1;
      flex: 1;
  line-height: 40px;
}
.slideMenuArea .funcBox .searchBox button {
  width: 40px;
  height: 40px;
  border: 1px solid #89ba2a;
  background-color: #89ba2a;
  color: #fff;
  display: block;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 1200px) {
  .slideMenuArea .funcBox .searchBox button:hover {
    background-color: #fff;
    color: #89ba2a;
  }
  .slideMenuArea .funcBox .searchBox button:hover::before {
    content: "\f00e";
  }
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 48px 0 55px;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 34%;
  right: 13px;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  z-index: 1;
  border-right: 1px solid #778262;
  border-bottom: 1px solid #778262;
}
@media (min-width: 1200px) {
  .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a:hover::before {
    border-color: #252B17;
  }
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before {
  border-color: #252B17;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  border-color: #252B17;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  color: #778262;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  padding: 11px 30px 15px 6px;
  margin-bottom: 6px;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a.mainLink {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .menuBox .nav > .menuItem a.mainLink::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #89ba2a;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .slideMenuArea .menuBox .nav > .menuItem a.mainLink:hover {
    color: #252B17;
  }
  .slideMenuArea .menuBox .nav > .menuItem a.mainLink:hover::after {
    background-color: #252B17;
  }
}
.slideMenuArea .menuBox .nav > .menuItem a.mainLink.current {
  color: #252B17;
}
.slideMenuArea .menuBox .nav > .menuItem a.mainLink.current::after {
  background-color: #252B17;
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 0 0px 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #89ba2a;
}
@media (min-width: 1200px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #89ba2a;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #89ba2a;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #89ba2a;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .socialBox {
  padding: 0 4px 55px 0;
}
.slideMenuArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.slideMenuArea .socialBox .socialList li {
  margin: 0 3px;
}
.slideMenuArea .socialBox .socialList li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #252B17;
  font-size: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.slideMenuArea .socialBox .socialList li a .icon {
  width: 18px;
  height: 22px;
}
.slideMenuArea .socialBox .socialList li a svg {
  fill: #89ba2a;
}
@media (min-width: 1200px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #89ba2a;
  }
  .slideMenuArea .socialBox .socialList li a:hover svg {
    fill: #fff;
  }
}
.slideMenuArea .logo {
  width: 131px;
  margin: 0 auto 20px;
}
.slideMenuArea .textLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 14px;
}
.slideMenuArea .textLink .linkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slideMenuArea .textLink .linkList .linkItem {
  font-size: 15px;
  color: #252B17;
  padding: 9px 17px;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .slideMenuArea .textLink .linkList .linkItem:hover {
    color: #89ba2a;
  }
}
.slideMenuArea .textLink .linkList .linkItem:not(:last-child) {
  position: relative;
}
.slideMenuArea .textLink .linkList .linkItem:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slideMenuArea .copyrightBox {
  text-align: center;
  color: #6a7655;
  padding: 0 0 0 3px;
  letter-spacing: -1px;
}
.slideMenuArea .copyrightBox .ibestLink {
  display: none;
}

.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

.privacyArea {
  width: 100%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #89ba2a;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .privacyArea .text a:hover {
    color: #89ba2a;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

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

/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

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

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

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

/*********內頁**********/
.mainArea {
  position: relative;
  z-index: 2;
}
.mainArea .contentBox {
  padding: 122px 0 36px;
  clear: both;
}
.mainArea .contentBox:not(:has(.show)):not(.show) {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.mainArea .contentBox:not(:has(.show)).show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s linear;
}

/*bread*/
.bread {
  padding: 20px 0;
  width: 400px;
}
@media (max-width: 1540px) {
  .bread {
    width: 350px;
  }
}
.bread .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  padding: 0;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (max-width: 1540px) {
  .bread .wrap a,
  .bread .wrap span {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 1350px) {
  .bread .wrap a,
  .bread .wrap span {
    letter-spacing: 0px;
  }
}
.bread .wrap a:last-child,
.bread .wrap span:last-child {
  color: #252B17;
}
.bread .wrap a {
  color: #A0A0A0;
}
@media (min-width: 1200px) {
  .bread .wrap a:hover {
    color: #89ba2a;
  }
}
.bread .wrap span {
  color: #A0A0A0;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #879177;
  border-bottom: 1px solid #879177;
  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: 35px;
}
@media (max-width: 1540px) {
  .bread.verticalLine .wrap a + a,
  .bread.verticalLine .wrap span + span,
  .bread.verticalLine .wrap span + a,
  .bread.verticalLine .wrap a + span {
    padding-left: 21px;
  }
}
@media (max-width: 1350px) {
  .bread.verticalLine .wrap a + a,
  .bread.verticalLine .wrap span + span,
  .bread.verticalLine .wrap span + a,
  .bread.verticalLine .wrap a + span {
    padding-left: 15px;
  }
}
.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: 15px;
  background-color: #C9C9C9;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1540px) {
  .bread.verticalLine .wrap a + a::before,
  .bread.verticalLine .wrap span + span::before,
  .bread.verticalLine .wrap span + a::before,
  .bread.verticalLine .wrap a + span::before {
    left: 10px;
  }
}
@media (max-width: 1350px) {
  .bread.verticalLine .wrap a + a::before,
  .bread.verticalLine .wrap span + span::before,
  .bread.verticalLine .wrap span + a::before,
  .bread.verticalLine .wrap a + span::before {
    left: 5px;
  }
}
.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: #879177;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bread {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  color: #252B17;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
  position: relative;
}
.articleTitle::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 100%);
  background-size: 10px 100%;
  background-repeat: repeat-x;
}

/*側邊標題字*/
.sectionTitle {
  color: #252B17;
  font-size: 28px;
  line-height: 1.357;
  letter-spacing: 1px;
  margin-bottom: 21px;
  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;
}

.classNote {
  padding: 20px 0;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  background-color: #89ba2a;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  margin-top: 20px;
  margin-bottom: 26px;
}
@media screen and (max-height: 500px) and (min-width: 1024px) {
  .classBoxRow {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 6.5px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid #879177;
    color: #879177;
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    border-color: #89ba2a;
    background-color: #89ba2a;
    color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    border-color: #89ba2a;
    background-color: #89ba2a;
    color: #fff;
  }
}

.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #89ba2a;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
          animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  background-color: rgba(137, 186, 42, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  background-color: rgba(137, 186, 42, 0.75);
  color: #fff;
}
@media (min-width: 1200px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(137, 186, 42, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(137, 186, 42, 0.5);
  color: #fff;
}
@media (min-width: 1200px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(137, 186, 42, 0.5);
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li a,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #252B17;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #89ba2a;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    background-color: #89ba2a;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}

@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    max-height: 90vh;
    background-color: #fff;
    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, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #252B17;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #89ba2a;
    color: #fff;
  }
}

/*頁碼*/
.pageBox .pageList {
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  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: 1200px) {
  .pageBox .pageList a:hover {
    border: 1px solid #89ba2a;
    background-color: #89ba2a;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  -ms-flex-pack: center;
      justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
}
.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, .pageBox .pageList.number a.lastBtn {
  width: auto;
  height: auto;
  border: none;
  padding: 5px 10px;
  margin: 0;
}
@media (min-width: 1200px) {
  .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
    background-color: transparent;
    color: #89ba2a;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #89ba2a;
  background-color: #89ba2a;
  color: #fff;
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (max-width: 1023px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
@media (min-width: 1023px) {
  .pageBox .pageList.number .pageNumberSelect {
    display: none;
  }
}
.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: 800px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

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

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

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

/*相簿*/
.albumBox {
  width: 57.8%;
}
@media (max-width: 800px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList img {
  width: 100%;
}
.albumBox .albumListNav {
  margin: 15px -8px 0;
  padding: 0 10px;
}
.albumBox .albumListNav:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.albumBox .albumListNav:not(.slick-slider) .albumItem {
  width: 107px;
  position: relative;
}
.albumBox .albumListNav .slick-track {
  margin: 0 auto;
}
.albumBox .albumListNav .albumItem {
  padding: 0 8px;
  height: 71px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.albumBox .albumListNav .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.albumBox .albumListNav .albumItem.current {
  border: 1px solid #89ba2a;
}

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

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

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

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo .tel {
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.side_contactInfo .tel a {
  font-size: 41px;
}
@media (max-width: 1540px) {
  .side_contactInfo .tel a {
    font-size: 36px;
  }
}
@media (max-width: 1350px) {
  .side_contactInfo .tel a {
    font-size: 28px;
  }
}
.side_contactInfo .tel .infoTitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
@media (max-width: 1540px) {
  .side_contactInfo .tel .infoTitle {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .side_contactInfo .tel .infoTitle {
    font-size: 13px;
  }
}
.side_contactInfo .address {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 53px;
  -ms-flex-align: center;
      align-items: center;
}
.side_contactInfo .address a {
  display: block;
  width: calc(100% - 60px);
}
@media (max-width: 1540px) {
  .side_contactInfo .address a {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1350px) {
  .side_contactInfo .address a {
    width: calc(100% - 32px);
  }
}
.side_contactInfo .mail {
  margin-bottom: 7px;
}
.side_contactInfo .fax {
  letter-spacing: 0.5px;
}
.side_contactInfo a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #252B17;
  font-size: 15px;
}
@media (max-width: 1540px) {
  .side_contactInfo a {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .side_contactInfo a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .side_contactInfo a:hover {
    color: #89ba2a;
  }
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 14px;
  border: 1px solid #252B17;
  background-color: #252B17;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1540px) {
  .side_contactInfo i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 1350px) {
  .side_contactInfo i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 7px;
  }
}

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

/*對應&相關*/
.sideDataArea.fac, .sideDataArea.catalog, .sideDataArea.room {
  margin: 30px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #89ba2a;
  border: 1px solid #89ba2a;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #89ba2a;
  border: 1px solid #89ba2a;
}
.sideDataArea .sideDataList {
  margin: 0 -10px;
}
@media (max-width: 1350px) {
  .sideDataArea .sideDataList {
    margin: 0 -5px;
  }
}
.sideDataArea .sideDataItem {
  padding: 0 10px 10px;
}
@media (max-width: 1350px) {
  .sideDataArea .sideDataItem {
    padding: 0 5px 10px;
  }
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.sideDataArea .Txt {
  padding: 15px;
}
.sideDataArea .Txt .title {
  max-height: 65px;
  font-size: 24px;
  font-weight: 500;
}
.sideDataArea .Txt .title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  color: #879177;
  font-size: 16px;
  padding-top: 17px;
}
@media (max-width: 1023px) {
  .sideDataArea .Txt .text {
    font-size: 15px;
  }
}
.sideDataArea .wrap {
  position: relative;
}
.sideDataArea .topButtons {
  position: absolute;
  top: 9px;
  right: 50px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.sideDataArea .topButtons .arrowPrev {
  margin-right: 11px;
}
.sideDataArea .numBox {
  width: 58px;
  color: #fff;
}
.sideDataArea.news {
  background: #6A7655;
  padding: 54px 0 109px 0;
}
.sideDataArea.news .sideDataList:not(.slick-slider) {
  display: -ms-flexbox;
  display: flex;
}
.sideDataArea.news .sideDataList:not(.slick-slider) .sideDataItem {
  width: 25%;
  position: relative;
}
.sideDataArea.news .sectionTitle {
  color: #FFFFFF;
}
.sideDataArea.news .item {
  border: 1px solid #FFFFFF;
  padding: 9px;
}
.sideDataArea.news .Txt {
  padding: 20px 11px 12px;
}
@media (max-width: 1540px) {
  .sideDataArea.news .Txt {
    padding: 20px 5px;
  }
}
@media (max-width: 1350px) {
  .sideDataArea.news .Txt {
    padding: 20px 0;
  }
}
.sideDataArea.news .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media (max-width: 1540px) {
  .sideDataArea.news .title {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .sideDataArea.news .title {
    font-size: 16px;
  }
}
.sideDataArea.news .title a {
  color: #fff;
}
@media (min-width: 1200px) {
  .sideDataArea.news .title a:hover {
    color: #89ba2a;
  }
}
.sideDataArea.news .text {
  max-height: unset;
  color: #fff;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 17px;
}
@media (max-width: 1540px) {
  .sideDataArea.news .text {
    font-size: 13px;
  }
}
.sideDataArea.news .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  margin: 0 0 0 -2px;
  -ms-flex-align: center;
      align-items: center;
}
.sideDataArea.news .bottom .classTitle {
  margin-right: 15px;
}
@media (max-width: 1540px) {
  .sideDataArea.news .bottom .classTitle {
    font-size: 12px;
  }
}
.sideDataArea.news .bottom .newsInfoBox {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .sideDataArea.news .bottom .newsInfoBox {
    font-size: 12px;
  }
}
.sideDataArea:not(.show) .sectionTitle {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.sideDataArea:not(.show) .topButtons {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.sideDataArea:not(.show) .sideDataBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.sideDataArea.show .sectionTitle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s linear;
}
.sideDataArea.show .topButtons {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s linear;
}
.sideDataArea.show .sideDataBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.2s linear;
}

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

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
  overflow: hidden;
  position: relative;
}
.imh_opacity::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.imh_opacity img {
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .imh_opacity:hover::after {
    opacity: 1;
  }
  .imh_opacity:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*圖片Hover效果1: 放大淡出Detail*/
.imh_detail {
  overflow: hidden;
  position: relative;
}
.imh_detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.imh_detail img {
  transition: all 0.3s linear;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .imh_detail:hover::after {
    opacity: 1;
  }
  .imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px;
  }
  .imh_detail:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*圖片Hover效果1: 放大淡出zoom*/
.imh_zoom {
  overflow: hidden;
  position: relative;
}
.imh_zoom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.imh_zoom img {
  transition: all 0.3s linear;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #252B17;
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .imh_zoom:hover::after {
    opacity: 1;
  }
  .imh_zoom:hover a:before {
    top: 50%;
  }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.numBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #252B17;
  font-size: 14px;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 1024px) {
  .numBox.pcHide {
    display: none;
  }
}
@media (min-width: 768px) {
  .numBox.padHide {
    display: none;
  }
}
.numBox.hide {
  display: none;
}
.numBox .numList {
  position: relative;
  margin: 0 0 0 1px;
}
.numBox .numList .numItem {
  width: 14px;
  padding-right: 5px;
}
.numBox .numList .numItem.overTen {
  width: 20px;
}
.numBox .numList .numItem:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.numBox .numList .numItem:not(.active) {
  opacity: 0;
  -webkit-transform: translateY(10px) rotateX(-10deg);
          transform: translateY(10px) rotateX(-10deg);
  transition: all 0.3s;
}
.numBox .numList .numItem.active {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
  transition: all 0.5s 0.1s;
}
.numBox .total {
  min-width: 14px;
  text-align: right;
  padding-left: 5px;
}
.numBox .total.overTen {
  min-width: 20px;
}

.slickBtnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #252B17;
  min-width: 80px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  pointer-events: none;
}
.slickBtnBox .icon {
  width: 8px;
  height: 17px;
}
.slickBtnBox .slickBtn {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 50%;
  border: 1px solid #879177;
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .slickBtnBox .slickBtn:hover {
    color: #99a97e;
  }
  .slickBtnBox .slickBtn:hover .arrowBox {
    border-color: #252B17;
    background-color: #252B17;
    color: #fff;
  }
}
.slickBtnBox .arrowPrev {
  margin-right: 8px;
}
.slickBtnBox .arrowPrev .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slickBtnBox.colorWhite .slickBtn {
  border-color: #fff;
  color: #fff;
}
.slickBtnBox.white .slickBtn {
  border-color: #fff;
  background-color: #fff;
  color: #89ba2a;
}
@media (min-width: 1200px) {
  .slickBtnBox.white .slickBtn:hover {
    border-color: #89ba2a;
    background-color: #89ba2a;
    color: #fff;
  }
}
.slickBtnBox.bgMain .slickBtn {
  border-color: rgba(0, 0, 0, 0);
}
.slickBtnBox .arrowBox {
  width: 100%;
  height: 100%;
  border-color: #89ba2a;
  background-color: #89ba2a;
  position: relative;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #252B17;
  transition: all 0.5s;
}

.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 #89ba2a 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 #89ba2a;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1200px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #89ba2a !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before,
  .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before,
  .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  -ms-flex-pack: center;
      justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 16px;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 5px 0 7px;
}
.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 li,
.controlBox .slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #89ba2a;
  opacity: 1;
}
@media (min-width: 1200px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #89ba2a;
    opacity: 1;
  }
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
  opacity: 0.5;
}
.slick-slider .slick-dots.white li.slick-active button::before,
.controlBox .slick-dots.white li.slick-active button::before {
  background-color: #fff;
  opacity: 1;
}
@media (min-width: 1200px) {
  .slick-slider .slick-dots.white li:hover button::before,
  .controlBox .slick-dots.white li:hover button::before {
    background-color: #fff;
    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;
  transition: all 1.2s ease !important;
}

.lg-outer.lg-thumb-open .lg .lg-img-wrap {
  padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
  padding-top: 47px;
  padding-bottom: 38px;
}

.scrollHint {
  width: 120px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  -webkit-animation: scrollHorizontal 1.25s ease-out infinite;
          animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  -webkit-animation: scrollVertical 1.25s ease-out infinite;
          animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
  position: relative;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
  width: 32px;
  height: 32px;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 2;
}
.scrollHint .scrollText {
  margin-top: 10px;
  color: #fff;
}

.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}

.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
  width: 60vw;
  height: 70vh;
  top: calc(50% - 35dvh);
  left: calc(50% - 30dvw);
}
@media (max-width: 1023px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 80dvw;
    height: 90dvh;
    top: calc(50% - 45dvh);
    left: calc(50% - 40dvw);
  }
}
@media (max-width: 800px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 100dvw;
    height: 100dvh;
    top: calc(50% - 50dvh);
    left: calc(50% - 50dvw);
  }
}

/* ins_banner(ib_ins_banner_000) */
#ib_ins_banner_000.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#ib_ins_banner_000.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
#ib_ins_banner_000.bannerArea .bannerItem {
  position: relative;
}
#ib_ins_banner_000.bannerArea .bannerItem .Txt {
  text-align: center;
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: end;
  padding: 0 50px 112px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1540px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt {
    padding: 0 50px 90px;
  }
}
@media (max-width: 1350px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt {
    padding: 0 50px 70px;
  }
}
@media (max-width: 1023px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt {
    padding: 0 30px 50px;
  }
}
@media (max-width: 800px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt {
    padding: 0 20px 50px;
  }
}
#ib_ins_banner_000.bannerArea .bannerItem .Txt .title {
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 28px;
  line-height: 1.35;
  padding: 16px 0 0 0;
  letter-spacing: 1.1px;
}
@media (max-width: 1540px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt .title {
    font-size: 18px;
  }
}
#ib_ins_banner_000.bannerArea .bannerItem .Txt .subtitle {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.9px;
}
@media (max-width: 1540px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 1350px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Txt .subtitle {
    font-size: 26px;
  }
}
#ib_ins_banner_000.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
#ib_ins_banner_000.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 640px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Img {
    padding-bottom: 70vw;
  }
  #ib_ins_banner_000.bannerArea .bannerItem .Img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#ib_ins_banner_000.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* header(ib_header_000) */
#ib_header_000 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: all 0.5s;
  /**/
  /*menu*/
  /* 彈窗 & 其他功能 */
}
@media (min-width: 1024px) {
  #ib_header_000 {
    padding-top: 25px;
  }
}
@media (min-width: 1921px) {
  #ib_header_000 {
    max-width: 1920px;
    left: calc((100% - 1920px) / 2);
  }
}
#ib_header_000::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
#ib_header_000::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #C9C9C9;
  opacity: 0;
}
@media (min-width: 1024px) {
  #ib_header_000.scrollDown {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
#ib_header_000.scrollDown::before, #ib_header_000.scrollDown::after {
  opacity: 1;
}
#ib_header_000.scrollDown .logo {
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  #ib_header_000.scrollDown .logo {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
#ib_header_000.scrollDown .logo a img {
  opacity: 1;
  transition: all 0.5s 0.2s;
}
#ib_header_000.scrollDown .logo a .maskImg {
  opacity: 0;
  transition: all 0.5s 0.2s;
}
#ib_header_000.scrollDown .logo a .maskImg::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: all 0.5s linear;
}
#ib_header_000.scrollDown .left .slideMenuTriggerBox {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: auto;
  transition: all 0.5s;
}
#ib_header_000.scrollDown .left .menuBox {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: all 0.3s;
}
#ib_header_000.scrollDown .topFunctionBox .textLink .linkList::before {
  background-color: #C9C9C9;
  transition: all 0.5s;
}
#ib_header_000.scrollDown .topFunctionBox .textLink .linkItem {
  color: #252B17;
}
#ib_header_000.scrollDown .topFunctionBox .textLink .linkItem:not(:first-child)::before {
  background-color: #C9C9C9;
  transition: all 0.5s;
}
#ib_header_000.scrollDown .topFunctionBox .btnBox .bgWhite {
  background: #252B17;
  color: #fff;
}
@media (min-width: 1200px) {
  #ib_header_000.scrollDown .topFunctionBox .btnBox .bgWhite:hover {
    background-color: #89ba2a;
  }
}
#ib_header_000.scrollDown .topFunctionBox .languageBox .languageCurrent {
  color: #252B17;
  padding-top: 29px;
  padding-bottom: 29px;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  #ib_header_000.scrollDown .topFunctionBox .languageBox .languageCurrent {
    padding: 25px 17px;
  }
}
#ib_header_000.scrollDown .topFunctionBox .languageBox .languageCurrent::before {
  border-right: 1px solid #252B17;
  border-bottom: 1px solid #252B17;
  transition: all 0.5s;
}
#ib_header_000.scrollDown .topFunctionBox .languageBox .languageList.show {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (max-width: 1023px) {
  #ib_header_000:not(.scrollDown) .left .slideMenuTriggerBox {
    pointer-events: auto;
  }
  #ib_header_000:not(.scrollDown) .left .slideMenuTriggerBox .slideMenuTriggerTitle {
    color: #fff;
  }
  #ib_header_000:not(.scrollDown) .left .slideMenuTriggerBox .line::before, #ib_header_000:not(.scrollDown) .left .slideMenuTriggerBox .line::after {
    background-color: #fff;
  }
  #ib_header_000.scrollDown .left .slideMenuTriggerBox {
    -webkit-transform: none;
            transform: none;
  }
}
#ib_header_000 .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: unset;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 1541px) {
  #ib_header_000 .wrap {
    padding-left: 92px;
    padding-right: 92px;
  }
}
@media (max-width: 1023px) {
  #ib_header_000 .wrap {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
#ib_header_000 .left {
  position: relative;
}
#ib_header_000 .left .slideMenuTriggerBox {
  position: relative;
}
@media (min-width: 1024px) {
  #ib_header_000 .left .slideMenuTriggerBox {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
    z-index: 1;
    pointer-events: none;
  }
}
#ib_header_000 .logo {
  padding: 10px 0;
  margin: -1px 0 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s;
}
#ib_header_000 .logo a {
  display: block;
  width: 167px;
}
@media (max-width: 1540px) {
  #ib_header_000 .logo a {
    width: 155px;
  }
}
@media (max-width: 1350px) {
  #ib_header_000 .logo a {
    width: 145px;
  }
}
@media (max-width: 800px) {
  #ib_header_000 .logo a {
    width: 30vw;
    max-width: 145px;
  }
}
#ib_header_000 .logo a .maskImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-mask: url(../images/logo.png) no-repeat center center/100%;
          mask: url(../images/logo.png) no-repeat center center/100%;
}
#ib_header_000 .logo a .maskImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #89ba2a;
  transition: all 0.5s 0.4s;
}
#ib_header_000 .logo a .maskImg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.5s linear;
}
#ib_header_000 .logo img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: all 0.5s 0.4s;
}
#ib_header_000 .menuBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  #ib_header_000 .menuBox {
    display: none;
  }
}
#ib_header_000 .menu {
  margin: 0 -14px;
}
#ib_header_000 .menu > .menuItem {
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 1540px) {
  #ib_header_000 .menu > .menuItem {
    margin-right: 5px;
  }
}
@media (max-width: 1350px) {
  #ib_header_000 .menu > .menuItem {
    margin-right: 0;
  }
}
#ib_header_000 .menu > .menuItem a {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 32px 16px;
}
@media (max-width: 1540px) {
  #ib_header_000 .menu > .menuItem a {
    font-size: 14px;
    padding: 25px 10px;
  }
}
@media (max-width: 1350px) {
  #ib_header_000 .menu > .menuItem a {
    font-size: 13px;
    padding: 20px 5px;
  }
}
#ib_header_000 .menu > .menuItem a.current {
  color: #89ba2a;
}
@media (min-width: 1200px) {
  #ib_header_000 .menu > .menuItem a:hover {
    color: #89ba2a;
  }
}
#ib_header_000 .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#ib_header_000 .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
#ib_header_000 .menu .submenu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F7F7F7;
  color: #666;
  display: block;
  padding: 10px;
}
#ib_header_000 .menu .submenu a.current {
  color: #fff;
  background-color: #89ba2a;
}
@media (min-width: 1200px) {
  #ib_header_000 .menu .submenu a:hover {
    color: #fff;
    background-color: #89ba2a;
  }
}
#ib_header_000 .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}
#ib_header_000 .menu .submenu.fullSubmenu {
  width: 100%;
  background-color: #F7F7F7;
  position: fixed;
  left: 0;
  top: 120px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#ib_header_000 .menu .submenu.fullSubmenu .wrap {
  height: auto;
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0px;
}
#ib_header_000 .menu .submenu.fullSubmenu ul {
  display: block;
}
#ib_header_000 .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
#ib_header_000 .menu .submenu.fullSubmenu a.current {
  color: #89ba2a;
}
@media (min-width: 1200px) {
  #ib_header_000 .menu .submenu.fullSubmenu a:hover {
    color: #89ba2a;
  }
}
#ib_header_000 .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  text-align: left;
}
#ib_header_000 .menu .submenu.fullSubmenu .submenuItemTitle {
  color: #252B17;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#ib_header_000 .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
#ib_header_000 .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#ib_header_000 .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}
#ib_header_000 .topFunctionBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
#ib_header_000 .topFunctionBox .textLink, #ib_header_000 .topFunctionBox .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#ib_header_000 .topFunctionBox .textLink {
  padding: 0 13px 5px 0;
}
@media (max-width: 1540px) {
  #ib_header_000 .topFunctionBox .textLink {
    padding: 0 13px 0 0;
  }
}
@media (max-width: 1350px) {
  #ib_header_000 .topFunctionBox .textLink {
    padding: 0 5px 0 0;
  }
}
#ib_header_000 .topFunctionBox .textLink .linkList {
  padding: 0 5px;
  position: relative;
}
@media (max-width: 1023px) {
  #ib_header_000 .topFunctionBox .textLink .linkList {
    display: none;
  }
}
#ib_header_000 .topFunctionBox .textLink .linkList::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  opacity: 0.35;
}
#ib_header_000 .topFunctionBox .textLink .linkItem {
  padding: 10px 13px;
  color: #fff;
}
@media (max-width: 1540px) {
  #ib_header_000 .topFunctionBox .textLink .linkItem {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media (max-width: 1350px) {
  #ib_header_000 .topFunctionBox .textLink .linkItem {
    font-size: 13px;
    padding: 10px 5px;
  }
}
@media (min-width: 1200px) {
  #ib_header_000 .topFunctionBox .textLink .linkItem:hover {
    color: #89ba2a;
  }
}
#ib_header_000 .topFunctionBox .textLink .linkItem:not(:first-child) {
  position: relative;
}
#ib_header_000 .topFunctionBox .textLink .linkItem:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  z-index: 1;
  opacity: 0.35;
}
@media (max-width: 1023px) {
  #ib_header_000 .topFunctionBox .buttons {
    display: none;
  }
}
#ib_header_000 .topFunctionBox .buttons .btn {
  padding: 10px 20px 11px;
  width: 120px;
  height: 44px;
  min-width: unset;
}
@media (max-width: 1540px) {
  #ib_header_000 .topFunctionBox .buttons .btn {
    width: 100px;
    height: 40px;
    font-size: 14px;
    padding: 9px 10px;
  }
}
@media (max-width: 1350px) {
  #ib_header_000 .topFunctionBox .buttons .btn {
    width: 90px;
    height: 35px;
    font-size: 13px;
    padding: 9px 5px;
  }
}
#ib_header_000 .topFunctionBox .buttons .btnBox {
  margin: 0;
}
#ib_header_000 .topFunctionBox .buttons .btnBox.hr {
  margin-right: 10px;
}
@media (max-width: 1350px) {
  #ib_header_000 .topFunctionBox .buttons .btnBox.hr {
    margin-right: 5px;
  }
}
#ib_header_000 .topFunctionBox .wrap {
  max-width: unset;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
#ib_header_000 .topFunctionBox .wrap > a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (max-width: 1540px) {
  #ib_header_000 .topFunctionBox .wrap > a {
    font-size: 13px;
  }
}
#ib_header_000 .topFunctionBox .wrap > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#ib_header_000 .topFunctionBox .languageBox {
  margin: 0 15px 0 10px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
@media (max-width: 1540px) {
  #ib_header_000 .topFunctionBox .languageBox {
    font-size: 13px;
    margin: 0 10px;
  }
}
@media (max-width: 1350px) {
  #ib_header_000 .topFunctionBox .languageBox {
    margin: 0 5px;
  }
}
#ib_header_000 .topFunctionBox .languageBox .languageCurrent {
  cursor: pointer;
  padding: 35px 17px;
  position: relative;
  color: #fff;
}
@media (max-width: 1540px) {
  #ib_header_000 .topFunctionBox .languageBox .languageCurrent {
    padding: 25px 17px;
  }
}
#ib_header_000 .topFunctionBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
}
#ib_header_000 .topFunctionBox .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
#ib_header_000 .topFunctionBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#ib_header_000 .topFunctionBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#ib_header_000 .topFunctionBox .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: 1200px) {
  #ib_header_000 .topFunctionBox .languageBox .languageList li a:hover {
    background-color: #89ba2a;
    color: #fff;
  }
}
#ib_header_000 .topFunctionBox .languageBox .languageList li a.current {
  background-color: #89ba2a;
  color: #fff;
}
#ib_header_000:not(.show) .left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
#ib_header_000:not(.show) .logo {
  opacity: 0;
}
#ib_header_000:not(.show) .topFunctionBox {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
#ib_header_000.show .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s;
}
#ib_header_000.show .logo {
  opacity: 1;
  transition: all 0.7s;
}
#ib_header_000.show .topFunctionBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s;
}

/* footer(ib_footer_000) */
footer {
  background: url(../images/footer.jpg) no-repeat center bottom/100% #252B17;
  padding: 119px 0 69px;
  position: relative;
  z-index: 7;
  color: #fff;
}
@media (max-width: 1023px) {
  footer {
    padding: 69px 0;
  }
}
footer a {
  color: #fff;
}
@media (min-width: 1200px) {
  footer a:hover {
    color: #89ba2a;
  }
}
footer .bookBox {
  height: 12.135vw;
  max-height: 236px;
  background-color: #3f4631;
  border: 1px solid #778262;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 9px 0 0;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1350px) {
  footer .bookBox {
    height: 15vw;
  }
}
@media (max-width: 960px) {
  footer .bookBox {
    height: 20vw;
  }
}
@media (max-width: 600px) {
  footer .bookBox {
    height: 30vw;
  }
}
@media (max-width: 400px) {
  footer .bookBox {
    height: 40vw;
  }
}
footer .bookBox .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
footer .bookBox .leafBgi {
  display: block;
  width: 100%;
  height: 59.635vw;
  position: absolute;
  top: -207%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  footer .bookBox .leafBgi {
    top: -20vw;
  }
}
footer .bookBox .leafBgi img {
  position: absolute;
  width: 141.718vw;
  height: auto;
  top: 0;
  right: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-animation: bookLeafAni 10s ease-in-out infinite;
          animation: bookLeafAni 10s ease-in-out infinite;
  max-width: unset;
  z-index: 1;
}
@-webkit-keyframes bookLeafAni {
  0% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-transform: rotate(-10deg) skew(5deg) scale(1.01);
            transform: rotate(-10deg) skew(5deg) scale(1.01);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}
@keyframes bookLeafAni {
  0% {
    -webkit-transform: rotate(0) skew(0);
            transform: rotate(0) skew(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  50% {
    -webkit-transform: rotate(-10deg) skew(5deg) scale(1.01);
            transform: rotate(-10deg) skew(5deg) scale(1.01);
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}
footer .bookBox .textureBgi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 960px) {
  footer .bookBox .textureBgi {
    -ms-flex-pack: end;
        justify-content: end;
  }
}
footer .bookBox .textureBgi .textureLeft {
  background: url(../images/texture_left.png) no-repeat left top/100%;
  width: 42.2%;
  height: 100%;
  position: relative;
}
@media (max-width: 1350px) {
  footer .bookBox .textureBgi .textureLeft {
    width: 53%;
    margin-left: -7%;
  }
}
@media (max-width: 960px) {
  footer .bookBox .textureBgi .textureLeft {
    width: 66%;
    margin-left: -19%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 600px) {
  footer .bookBox .textureBgi .textureLeft {
    width: 100%;
    margin-left: -56%;
  }
}
@media (max-width: 400px) {
  footer .bookBox .textureBgi .textureLeft {
    margin-left: -64%;
  }
}
footer .bookBox .textureBgi .textureLeft::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/texture_left2.png) no-repeat left top/100%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  opacity: 0.4;
  transition: all 0.6s linear;
}
footer .bookBox .textureBgi .textureRightBottom {
  background: url(../images/texture_right_bottom.png) no-repeat right bottom/100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13%;
  height: 51%;
  z-index: 1;
}
@media (max-width: 1350px) {
  footer .bookBox .textureBgi .textureRightBottom {
    width: 16%;
  }
}
@media (max-width: 480px) {
  footer .bookBox .textureBgi .textureRightBottom {
    width: 20%;
  }
}
footer .bookBox .textureBgi .textureRightBottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/texture_right_bottom2.png) no-repeat right bottom/100%;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  opacity: 0.4;
  transition: all 0.4s linear;
}
footer .bookBox .textureBgi .textureRight {
  background: url(../images/texture_right.png) no-repeat right top/100%;
  width: 32.5%;
  height: 100%;
  position: relative;
}
@media (max-width: 1350px) {
  footer .bookBox .textureBgi .textureRight {
    width: 40%;
  }
}
footer .bookBox .textureBgi .textureRight::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../images/texture_right2.png) no-repeat right top/100%;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  opacity: 0.4;
  transition: all 0.5s linear;
}
footer .bookBox .Txt {
  position: relative;
  z-index: 2;
  font-weight: 500;
  text-align: center;
  padding: 10px 0 0;
  pointer-events: none;
}
footer .bookBox .Txt .bookingText {
  font-size: 28px;
  letter-spacing: 1.9px;
  padding: 0 0 0 3px;
}
@media (max-width: 1540px) {
  footer .bookBox .Txt .bookingText {
    font-size: 24px;
  }
}
@media (max-width: 1350px) {
  footer .bookBox .Txt .bookingText {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  footer .bookBox .Txt .bookingText {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  footer .bookBox .Txt .bookingText {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  footer .bookBox .Txt .bookingText {
    font-size: 14px;
  }
}
footer .bookBox .Txt .bookLinkBox {
  padding: 7px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
footer .bookBox .Txt .bookLink {
  font-size: 20px;
  padding: 10px;
  position: relative;
  pointer-events: auto;
}
@media (max-width: 1540px) {
  footer .bookBox .Txt .bookLink {
    font-size: 18px;
    padding: 8px;
  }
}
@media (max-width: 1350px) {
  footer .bookBox .Txt .bookLink {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  footer .bookBox .Txt .bookLink {
    font-size: 14px;
  }
}
footer .bookBox .Txt .bookLink::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  transition: all 0.5s linear;
}
@media (min-width: 1200px) {
  footer .bookBox .Txt .bookLink:hover::before {
    background-color: #89ba2a;
  }
}
@media (min-width: 1200px) {
  footer .bookBox:hover .textureBgi .textureLeft::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  footer .bookBox:hover .textureBgi .textureRight::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  footer .bookBox:hover .textureBgi .textureRightBottom::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
footer .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
footer .bottom .left, footer .bottom .right {
  width: 354px;
}
@media (max-width: 1540px) {
  footer .bottom .left, footer .bottom .right {
    width: 300px;
  }
}
footer .bottom .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 960px) {
  footer .bottom .left {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
  }
}
@media (max-width: 960px) {
  footer .bottom .center {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
  }
}
footer .bottom .right {
  text-align: right;
}
@media (max-width: 960px) {
  footer .bottom .right {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    text-align: left;
  }
}
footer .bottom .goTopBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  margin: 0 0 40px 0;
}
@media (max-width: 960px) {
  footer .bottom .goTopBox {
    display: none;
  }
}
@media (min-width: 1200px) {
  footer .bottom .goTopBox:hover .goTop {
    background-color: #89ba2a;
  }
}
footer .bottom .goTop {
  border: 1px solid #778262;
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
footer .bottom .goTop .icon {
  width: 15px;
  height: 15px;
}
footer .bottom .goTop .icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
footer .bottom .footerText {
  font-size: 15px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.45px;
}
footer .bottom .privacyLink {
  margin: 9px 0px -2px 0;
  font-size: 15px;
}
footer .bottom .privacyLink .link {
  padding: 3px;
  color: #879177;
}
@media (min-width: 1200px) {
  footer .bottom .privacyLink .link:hover {
    color: #89ba2a;
  }
}
footer .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 143px;
}
@media (max-width: 1023px) {
  footer .top {
    padding-top: 69px;
  }
}
@media (max-width: 960px) {
  footer .top {
    padding-bottom: 40px;
  }
}
footer .top .left {
  padding: 6px 0 0;
  width: 400px;
}
@media (max-width: 1540px) {
  footer .top .left {
    width: 350px;
  }
}
@media (max-width: 1350px) {
  footer .top .left {
    width: 280px;
  }
}
footer .top .side_contactInfo a {
  color: #fff;
}
@media (min-width: 1200px) {
  footer .top .side_contactInfo a:hover {
    color: #89ba2a;
  }
}
footer .top .side_contactInfo i {
  border: 1px solid #fff;
  background-color: #fff;
  color: #252B17;
}
footer .top .right {
  min-height: 347px;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 400px);
  -ms-flex-pack: end;
      justify-content: end;
}
@media (max-width: 1540px) {
  footer .top .right {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1350px) {
  footer .top .right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1110px) {
  footer .top .right {
    display: none;
  }
}
footer .top .right .linkBox {
  margin: 0 -7px 0 0;
}
footer .top .right .linkBox .linkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 79px;
  letter-spacing: 0.4px;
}
@media (max-width: 1540px) {
  footer .top .right .linkBox .linkList {
    width: 70px;
  }
}
@media (max-width: 1350px) {
  footer .top .right .linkBox .linkList {
    width: 64px;
  }
}
footer .top .right .linkBox .linkList .linkItem {
  display: block;
  padding: 5px;
  margin-bottom: 2px;
}
@media (max-width: 1540px) {
  footer .top .right .linkBox .linkList .linkItem {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  footer .top .right .linkBox .linkList .linkItem {
    font-size: 13px;
  }
}
footer .footerLogo {
  width: 100%;
  max-width: 154px;
}
@media (max-width: 1540px) {
  footer .footerLogo {
    max-width: 144px;
  }
}
@media (max-width: 960px) {
  footer .footerLogo {
    display: none;
  }
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
}
footer .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -7px;
}
@media (max-width: 960px) {
  footer .socialBox .socialList {
    margin-left: -7px;
    margin-bottom: 20px;
  }
}
footer .socialBox a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 43px;
  height: 32px;
  font-size: 21px;
  text-align: center;
  line-height: 46px;
}
@media (max-width: 1540px) {
  footer .socialBox a {
    width: 32px;
  }
}
footer .socialBox a .icon {
  width: 18px;
  height: 28px;
}
footer .socialBox a svg {
  fill: #fff;
}
@media (min-width: 1200px) {
  footer .socialBox a:hover {
    opacity: 0.8;
  }
}
footer .footerMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footerMenu li {
  width: 184px;
}
@media (max-width: 1540px) {
  footer .footerMenu li {
    width: 160px;
  }
}
@media (max-width: 1350px) {
  footer .footerMenu li {
    width: 130px;
  }
}
footer .footerMenu li .mainLink {
  margin-bottom: 15px;
  padding: 5px;
}
footer .footerMenu li a {
  display: block;
  font-size: 16px;
  padding: 5px 3px;
}
@media (max-width: 1540px) {
  footer .footerMenu li a {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  footer .footerMenu li a {
    font-size: 13px;
  }
}
footer .footerMenu li .submenu .submenuItem {
  color: #879177;
}
footer .footerMenu li .submenu .submenuItem a {
  color: inherit;
}
@media (min-width: 1200px) {
  footer .footerMenu li .submenu .submenuItem a:hover {
    color: #89ba2a;
  }
}
footer .footerMenu .spot {
  display: none;
}
footer .copyrightBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  color: #879177;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -8px;
  position: relative;
}
footer .copyrightBox .copyright {
  font-size: 14px;
  padding: 5px 0px 5px 6px;
}
footer .copyrightBox .ibestLink {
  padding: 5px;
}
footer .copyrightBox .ibestLink a {
  font-size: 14px;
  color: #879177;
}
@media (min-width: 1200px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #89ba2a;
  }
}
@media (max-width: 1024px) {
  footer .copyrightBox {
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 10px;
  }
}
footer:not(.show) .bookBox .bookingText, footer:not(.show) .bookBox .bookLinkBox {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
footer:not(.show) .top .left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
footer:not(.show) .top .right {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
footer:not(.show) .bottom .left {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
footer:not(.show) .bottom .center {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
footer:not(.show) .bottom .right {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
footer.show .bookBox .bookingText, footer.show .bookBox .bookLinkBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
footer.show .bookBox .bookingText {
  transition: all 0.7s linear;
}
footer.show .bookBox .bookLinkBox {
  transition: all 0.7s 0.2s linear;
}
footer.show .top .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.4s linear;
}
footer.show .top .right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.7s 0.4s linear;
}
footer.show .bottom .left {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.6s linear;
}
footer.show .bottom .center {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.7s linear;
}
footer.show .bottom .right {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s 0.8s linear;
}

.aboutArea {
  position: relative;
  height: 600vh;
  z-index: 2;
}
@media (max-width: 800px) {
  .aboutArea {
    height: 1000vh;
  }
}
.aboutArea .wrap {
  max-width: 650px;
}
.aboutArea .aboutBox {
  background: url(../images/about.jpg) no-repeat center center/cover;
  height: 100vh;
  overflow: hidden;
}
.aboutArea .aboutBox.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1921px) {
  .aboutArea .aboutBox.fixed {
    max-width: 1920px;
    left: calc((100% - 1920px) / 2);
  }
}
.aboutArea .decoTextBox {
  position: fixed;
  top: calc(100% - 4.7vw);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12vw;
  line-height: 0.8;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 1921px) {
  .aboutArea .decoTextBox {
    font-size: 185px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .decoTextBox {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .aboutArea .decoTextBox {
    display: none;
  }
}
.aboutArea .decoTextBox.absolute {
  position: absolute;
  top: -6vw;
}
.aboutArea .decoTextBox .txt {
  opacity: 0;
  letter-spacing: 0.1px;
  padding: 0 0 0 9px;
}
.aboutArea .Txt {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #fff;
  padding: 32dvh 0 0 0;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1540px) {
  .aboutArea .Txt {
    padding: 18dvh 0 0 0;
  }
}
@media (max-width: 1366px) {
  .aboutArea .Txt {
    padding: 23dvh 0 0 0;
  }
}
@media (max-width: 1023px) {
  .aboutArea .Txt {
    padding: 75px 0 40px;
  }
}
@media (max-width: 830px) {
  .aboutArea .Txt {
    padding: calc(75px + 20%) 0 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt {
    padding: 90px 0 20px;
  }
}
.aboutArea .Txt .textBox {
  height: 64dvh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 100%;
}
@media (max-width: 1540px) {
  .aboutArea .Txt .textBox {
    height: 75dvh;
  }
}
@media (max-width: 1023px) {
  .aboutArea .Txt .textBox {
    height: calc(100dvh - 75px);
    padding: 75px 0 0;
  }
}
@media (max-width: 830px) {
  .aboutArea .Txt .textBox {
    height: calc(100dvh - 150px);
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 0 70px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .textBox {
    padding: 0;
    height: calc(100dvh - 110px);
  }
}
.aboutArea .Txt .center {
  font-size: 76px;
  color: #99a97e;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .aboutArea .Txt .center {
    font-size: 9.635vw;
    position: absolute;
    top: calc(50% + 70px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
    text-align: center;
  }
}
@media (min-width: 1921px) {
  .aboutArea .Txt .center {
    font-size: 185px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .center {
    font-size: 15vw;
  }
}
.aboutArea .Txt .title {
  font-size: 32px;
  letter-spacing: 2px;
  padding: 0 0 12px 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 1540px) {
  .aboutArea .Txt .title {
    font-size: 26px;
    padding-left: 0;
  }
}
@media (max-width: 1350px) {
  .aboutArea .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .title {
    font-size: 20px;
  }
}
.aboutArea .Txt .subtitle {
  font-size: 16px;
  letter-spacing: 0.6px;
  padding: 0 0 0 16px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 1540px) {
  .aboutArea .Txt .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .Txt .subtitle {
    font-size: 14px;
  }
}
.aboutArea .Txt .textEditor {
  max-width: 460px;
  height: 6.719vw;
  min-height: 80px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1.7px;
  padding: 0 0 0 7px;
  line-height: 1.95;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 1540px) {
  .aboutArea .Txt .textEditor {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .aboutArea .Txt .textEditor {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .Txt .textEditor {
    height: auto;
  }
}
.aboutArea .Txt .btnBox {
  margin: 21px 0 32px 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.aboutArea .linkBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .aboutArea .linkBox {
    z-index: 3;
  }
}
@media (max-width: 350px) {
  .aboutArea .linkBox {
    display: none;
  }
}
.aboutArea .linkBox .Img1, .aboutArea .linkBox .Img2, .aboutArea .linkBox .Img3, .aboutArea .linkBox .Img4 {
  position: absolute;
  width: 50%;
  opacity: 0;
}
@media (max-width: 1023px) {
  .aboutArea .linkBox .Img1, .aboutArea .linkBox .Img2, .aboutArea .linkBox .Img3, .aboutArea .linkBox .Img4 {
    top: 0;
  }
}
@media (min-width: 1024px) {
  .aboutArea .linkBox {
    top: 0;
    left: 0;
  }
  .aboutArea .linkBox .Img1 {
    width: 24.7%;
    left: 5%;
    top: 12.8%;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .aboutArea .linkBox .Img1 {
    left: 3%;
  }
}
@media screen and (min-width: 1024px) and (max-height: 500px) and (min-width: 1024px) {
  .aboutArea .linkBox .Img1 {
    width: 20.7%;
    left: 9%;
  }
}
@media (min-width: 1024px) {
  .aboutArea .linkBox .Img2 {
    right: 9%;
    top: 22.3%;
    width: 26.2%;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .aboutArea .linkBox .Img2 {
    right: 6%;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .aboutArea .linkBox .Img2 {
    right: 3%;
  }
}
@media screen and (min-width: 1024px) and (max-height: 500px) and (min-width: 1024px) {
  .aboutArea .linkBox .Img2 {
    width: 23.2%;
    right: 6%;
  }
}
@media (min-width: 1024px) {
  .aboutArea .linkBox .Img3 {
    right: 8%;
    bottom: 1.8%;
    width: 26.9%;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .aboutArea .linkBox .Img3 {
    right: 5%;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .aboutArea .linkBox .Img3 {
    right: 5px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 500px) and (min-width: 1024px) {
  .aboutArea .linkBox .Img3 {
    right: 5%;
    width: 18.9%;
  }
}
@media (min-width: 1024px) {
  .aboutArea .linkBox .Img4 {
    bottom: 5.6%;
    width: 28.8%;
    left: 10.8%;
  }
}
@media (min-width: 1024px) and (max-width: 1540px) {
  .aboutArea .linkBox .Img4 {
    left: 3.8%;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .aboutArea .linkBox .Img4 {
    left: 10px;
    width: 27%;
  }
}
@media screen and (min-width: 1024px) and (max-height: 500px) and (min-width: 1024px) {
  .aboutArea .linkBox .Img4 {
    left: 44px;
    width: 24%;
  }
}
.aboutArea .linkBox .Img1 {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
@media (max-width: 1023px) {
  .aboutArea .linkBox .Img1 {
    width: 15%;
    left: 42.5%;
    top: calc(75px + 25dvh);
  }
}
@media (max-width: 830px) {
  .aboutArea .linkBox .Img1 {
    width: 50%;
    left: 25%;
    top: calc(75px + 21dvh);
  }
}
@media (max-width: 640px) {
  .aboutArea .linkBox .Img1 {
    width: 40%;
    left: 30%;
    top: calc(75px + 25dvh);
  }
}
@media (max-width: 480px) {
  .aboutArea .linkBox .Img1 {
    top: calc(75px + 26.5dvh);
  }
}
@media (max-width: 400px) {
  .aboutArea .linkBox .Img1 {
    top: calc(75px + 19dvh);
  }
}
.aboutArea .linkBox .Img2 {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
@media (max-width: 1023px) {
  .aboutArea .linkBox .Img2 {
    width: 30%;
    left: 35%;
    top: calc(75px + 25dvh);
  }
}
@media (max-width: 830px) {
  .aboutArea .linkBox .Img2 {
    width: 70%;
    left: 15%;
    top: calc(75px + 30dvh);
  }
}
@media (max-width: 480px) {
  .aboutArea .linkBox .Img2 {
    top: calc(75px + 33dvh);
  }
}
@media (max-width: 400px) {
  .aboutArea .linkBox .Img2 {
    top: calc(75px + 24dvh);
  }
}
.aboutArea .linkBox .Img3 {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
@media (max-width: 1023px) {
  .aboutArea .linkBox .Img3 {
    width: 15%;
    left: 42.5%;
    top: calc(75px + 20dvh);
  }
}
@media (max-width: 830px) {
  .aboutArea .linkBox .Img3 {
    width: 50%;
    left: 25%;
    top: calc(75px + 20dvh);
  }
}
@media (max-width: 640px) {
  .aboutArea .linkBox .Img3 {
    width: 40%;
    left: 30%;
    top: calc(75px + 23dvh);
  }
}
@media (max-width: 480px) {
  .aboutArea .linkBox .Img3 {
    top: calc(75px + 17dvh);
  }
}
.aboutArea .linkBox .Img4 {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
@media (max-width: 1023px) {
  .aboutArea .linkBox .Img4 {
    width: 20%;
    left: 40%;
    top: calc(75px + 23dvh);
  }
}
@media (max-width: 830px) {
  .aboutArea .linkBox .Img4 {
    width: 70%;
    left: 15%;
    top: calc(75px + 20dvh);
  }
}
@media (max-width: 640px) {
  .aboutArea .linkBox .Img4 {
    width: 55%;
    left: 22.5%;
    top: calc(75px + 25dvh);
  }
}
@media (max-width: 400px) {
  .aboutArea .linkBox .Img4 {
    top: calc(75px + 19dvh);
  }
}
.aboutArea .bgCircle {
  position: absolute;
  width: 300vw;
  height: 300vw;
  bottom: -150vw;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 16vw) scale(0.1);
          transform: translate(-50%, 16vw) scale(0.1);
}
@media (max-width: 1023px) {
  .aboutArea .bgCircle {
    width: 600vw;
    height: 600vw;
    bottom: -300vw;
    -webkit-transform: translate(-50%, 16vw) scale(0);
            transform: translate(-50%, 16vw) scale(0);
  }
}
.aboutArea .bgCircle .circle {
  background-color: #f8f2ed;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}