@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------通用設定-------- */
html,
body {
  overflow: hidden auto;
}

body {
  font-family: "Gantari", "Noto Sans TC", serif;
}
body input,
body textarea {
  font-family: "Gantari", "Noto Sans TC", serif;
}

body.language_jp {
  font-family: "Gantari", "Noto Sans JP", sans-serif;
}
body.language_jp input,
body.language_jp textarea {
  font-family: "Gantari", "Noto Sans JP", sans-serif;
}

body.language_en {
  font-family: "Gantari", sans-serif;
}
body.language_en input,
body.language_en textarea {
  font-family: "Gantari", sans-serif;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
@media all and (min-width: 769px) {
  .container {
    padding: 0 40px;
  }
}
@media all and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

::-moz-selection {
  background-color: #8b6f4c;
  color: #fff;
}

::selection {
  background-color: #8b6f4c;
  color: #fff;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

.mb {
  display: none;
}
@media all and (max-width: 768px) {
  .mb {
    display: block;
  }
}

.pc {
  display: none;
}
@media all and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.mb_991 {
  display: none;
}
@media all and (max-width: 991px) {
  .mb_991 {
    display: block;
  }
}

.pc_991 {
  display: none;
}
@media all and (min-width: 992px) {
  .pc_991 {
    display: block;
  }
}

/*----------------------覆蓋舊 menu 樣式使用------------------------*/
.newsPage nav li:nth-child(1) a {
  font-weight: 500;
  color: unset;
}

.newsPage nav .submenu li:nth-child(1) a {
  font-weight: 400;
  color: unset;
}

.newsPage nav li:nth-child(1):before {
  width: 100%;
}

.aboutPage nav li:nth-child(2) a {
  font-weight: 500;
  color: unset;
}

.aboutPage nav .submenu li:nth-child(2) a {
  font-weight: 400;
  color: unset;
}

.aboutPage nav li:nth-child(2):before {
  width: 100%;
}

.roomPage nav li:nth-child(4) a,
.roomContentPage nav li:nth-child(3) a {
  font-weight: 500;
  color: unset;
}

.roomPage nav .submenu li:nth-child(4) a,
.roomContentPage nav .submenu li:nth-child(3) a {
  font-weight: 400;
  color: unset;
}

.roomPage nav li:nth-child(4):before,
.roomContentPage nav li:nth-child(3):before {
  width: 100%;
}

.facilityPage nav li:nth-child(3) a {
  font-weight: 500;
  color: unset;
}

.facilityPage nav .submenu li:nth-child(3) a {
  font-weight: 400;
  color: unset;
}

.facilityPage nav li:nth-child(3):before {
  width: 100%;
}

.trafficPage nav li:nth-child(3) a {
  font-weight: 500;
  color: unset;
}

.trafficPage nav .submenu li:nth-child(3) a {
  font-weight: 400;
  color: unset;
}

.trafficPage nav li:nth-child(3):before {
  width: 100%;
}

@media all and (max-width: 991px) {
  .newsPage nav li:nth-child(1) a {
    font-weight: 500;
    color: unset;
  }
  .newsPage nav .submenu li:nth-child(1) a {
    font-weight: 400;
    color: unset;
  }
  .newsPage nav li:nth-child(1):before {
    width: 100%;
  }
  .aboutPage nav li:nth-child(2) a {
    font-weight: 500;
    color: unset;
  }
  .aboutPage nav .submenu li:nth-child(2) a {
    font-weight: 400;
    color: unset;
  }
  .aboutPage nav li:nth-child(2):before {
    width: 100%;
  }
  .roomPage nav li:nth-child(3) a,
  .roomContentPage nav li:nth-child(3) a {
    font-weight: 500;
    color: unset;
  }
  .roomPage nav .submenu li:nth-child(3) a,
  .roomContentPage nav .submenu li:nth-child(3) a {
    font-weight: 400;
    color: unset;
  }
  .roomPage nav li:nth-child(3):before,
  .roomContentPage nav li:nth-child(3):before {
    width: 100%;
  }
  .facilityPage nav li:nth-child(4) a {
    font-weight: 500;
    color: unset;
  }
  .facilityPage nav .submenu li:nth-child(4) a {
    font-weight: 400;
    color: unset;
  }
  .facilityPage nav li:nth-child(4):before {
    width: 100%;
  }
  .trafficPage nav li:nth-child(5) a {
    font-weight: 500;
    color: unset;
  }
  .trafficPage nav .submenu li:nth-child(5) a {
    font-weight: 400;
    color: unset;
  }
  .trafficPage nav li:nth-child(5):before {
    width: 100%;
  }
}
.newsPage article.event-detail hgroup {
  color: #8b6f4c;
}
.newsPage article.event-detail hgroup h2 {
  color: #8b6f4c;
}
.newsPage article.event-detail hgroup h3 {
  color: #8b6f4c;
}
.newsPage article.event-detail .title {
  border-top: 1px solid #8b6f4c;
}
.newsPage article.event-detail .title time {
  background: #8b6f4c;
}

/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

section::before, div::before {
  content: none;
}

section::after, div::after {
  content: none;
}

.custom-btn-01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  padding-right: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1.5em;
}
@media all and (max-width: 991px) {
  .custom-btn-01 {
    font-size: 15px;
  }
}
.custom-btn-01 span {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  background: url("../images/view-more-arrow.svg") center/contain no-repeat;
  width: 6px;
  height: 9px;
  margin-left: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media all and (min-width: 769px) {
  .custom-btn-01:hover {
    opacity: 0.7;
  }
  .custom-btn-01:hover span {
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}

.custom-btn-02 {
  display: inline-block;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding: 12px 40px;
  color: #8b6f4c;
  border: 1px solid #8b6f4c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (max-width: 991px) {
  .custom-btn-02 {
    padding: 10px 25px;
  }
}
.custom-btn-02:hover {
  color: #fff;
  background-color: #8b6f4c;
}

.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
@media all and (max-width: 991px) {
  .title-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
.title-box .title-en {
  font-family: "copperplat", serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}
@media all and (max-width: 991px) {
  .title-box .title-en {
    font-size: 32px;
  }
}
.title-box .title-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .title-box .title-txt {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }
}

.popupBox .popupContent {
  text-align: left;
}
@media all and (max-width: 1100px) {
  .popupBox .popupContent {
    width: 90%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
.popupBox .popupContent .popup-wrap {
  background: #fff;
  height: 100%;
  max-height: calc(100dvh - 100px);
  overflow-y: auto;
  padding: 20px;
}
@media all and (max-width: 768px) {
  .popupBox .popupContent .popup-wrap {
    padding: 10px;
  }
}
.popupBox .popupContent .popup-wrap .mobileditor {
  overflow: hidden;
  font-size: 14px;
}
.popupBox .popupContent .popup-wrap .mobileditor p {
  margin-bottom: 0;
}
.popupBox .popupContent .popup-wrap .mobileditor img {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .popupBox .popupContent .closeBtn {
    background-size: contain;
    width: 22px;
    height: 22px;
    top: -23px;
    right: -12px;
  }
}
.popupBox.pop {
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 100;
}
.popupBox .editorBox {
  margin: 0 auto;
  padding-bottom: 0;
}

.kv {
  position: relative;
  margin-top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
}
@media all and (max-width: 991px) {
  .kv {
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .kv {
    height: 633px;
  }
}
.kv .barrw {
  position: absolute;
  left: 50%;
  bottom: 7.2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none;
  width: 40px;
  height: 25px;
  background: url(../images/banner-arrow.svg) bottom center no-repeat;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .kv .barrw {
    bottom: 5.2%;
  }
}
.kv .barrw i {
  width: 14px;
  height: auto;
  aspect-ratio: 1/2.764705;
  display: block;
  background: url(../images/bk_1.png) center/contain no-repeat;
  margin: -42px auto 0 auto;
}
@media all and (max-width: 991px) {
  .kv .barrw i {
    width: 10px;
    margin: -21px auto 0 auto;
  }
}
.kv .kv-swiper {
  width: 100%;
  height: 100%;
}
.kv .swiper-slide .pc, .kv .swiper-slide .mb {
  height: 100%;
}
.kv .swiper-slide .img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 992px) {
  .kv .swiper-slide .img-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.kv .swiper-slide img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.kv .swiper-fade .swiper-slide {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.kv .kv-swiper-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  width: 100%;
  top: calc(50% - 24px);
  pointer-events: none;
  padding: 0 24px;
}
@media all and (max-width: 991px) {
  .kv .kv-swiper-btn {
    top: calc(50% - 24px);
    padding: 0 6px;
  }
}
.kv .kv-swiper-prev {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .kv .kv-swiper-prev {
    width: 34px;
    height: 34px;
  }
}
.kv .kv-swiper-prev .pic-l {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  background: url("../images/a_lbt.png") center/contain no-repeat;
  width: 50%;
  height: 50%;
}
.kv .kv-swiper-next {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .kv .kv-swiper-next {
    width: 34px;
    height: 34px;
  }
}
.kv .kv-swiper-next .pic-r {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  background: url("../images/a_rbt.png") center/contain no-repeat;
  width: 50%;
  height: 50%;
}
.kv .vimeo-wrapper {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.kv .vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  position: relative;
  background: url("../images/news-bg.jpg") 0 0/cover no-repeat;
}
.news .news-wrap {
  padding: 60px 30px 76px 14%;
}
@media all and (max-width: 991px) {
  .news .news-wrap {
    padding: 40px 20px;
  }
}
.news .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 27.5%;
  margin-bottom: 56px;
}
@media all and (max-width: 991px) {
  .news .top-block {
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news .top-block .title-box {
  color: #8b6f4c;
}
.news .top-block .custom-btn-01 {
  color: #8b6f4c;
}
.news .news-swiper {
  overflow: visible;
  position: relative;
}
@media all and (min-width: 992px) {
  .news .swiper-slide {
    width: 376px;
  }
}
@media all and (max-width: 991px) {
  .news .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
}
.news .news-swiper-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  width: 100%;
  top: calc(28% - 24px);
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .news .news-swiper-btn {
    display: none;
  }
}
.news .news-swiper-prev {
  display: inline-block;
  background: url("../images/common/arrow-prev.svg") center/contain no-repeat;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .news .news-swiper-prev {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.news .news-swiper-prev:hover, .news .news-swiper-prev:active {
  background: url("../images//common/arrow-prev-h.svg") center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news .news-swiper-prev.swiper-button-disabled {
  background: url("../images/common/arrow-prev-disabled.svg") center/contain no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.news .news-swiper-next {
  display: inline-block;
  background: url("../images/common/arrow-next.svg") center/contain no-repeat;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(16px, 0);
          transform: translate(16px, 0);
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .news .news-swiper-next {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.news .news-swiper-next:hover, .news .news-swiper-next:active {
  background: url("../images/common/arrow-next-h.svg") center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news .news-swiper-next.swiper-button-disabled {
  background: url("../images/common/arrow-next-disabled.svg") center/contain no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media all and (min-width: 992px) {
  .news .card:hover {
    background-color: #fff;
  }
}

.projects {
  position: relative;
  background-color: #fff;
}
.projects .projects-wrap {
  padding: 60px 30px 76px 14%;
}
@media all and (max-width: 991px) {
  .projects .projects-wrap {
    padding: 40px 20px;
  }
}
.projects .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 27.5%;
  margin-bottom: 56px;
}
@media all and (max-width: 991px) {
  .projects .top-block {
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.projects .top-block .title-box {
  color: #17312a;
}
.projects .top-block .custom-btn-01 {
  color: #17312a;
}
.projects .top-block .custom-btn-01 span {
  background: url("../images/view-more-arrow-dark.svg") center/contain no-repeat;
}
.projects .projects-swiper {
  overflow: visible;
  position: relative;
}
@media all and (min-width: 992px) {
  .projects .swiper-slide {
    width: 376px;
  }
}
@media all and (max-width: 991px) {
  .projects .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
}
.projects .projects-swiper-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  width: 100%;
  top: calc(28% - 24px);
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .projects .projects-swiper-btn {
    display: none;
  }
}
.projects .projects-swiper-prev {
  display: inline-block;
  background: url("../images/common/arrow-prev.svg") center/contain no-repeat;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .projects .projects-swiper-prev {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.projects .projects-swiper-prev:hover, .projects .projects-swiper-prev:active {
  background: url("../images/common/arrow-prev-h.svg") center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.projects .projects-swiper-prev.swiper-button-disabled {
  background: url("../images/common/arrow-prev-disabled.svg") center/contain no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.projects .projects-swiper-next {
  display: inline-block;
  background: url("../images/common/arrow-next.svg") center/contain no-repeat;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(16px, 0);
          transform: translate(16px, 0);
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .projects .projects-swiper-next {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.projects .projects-swiper-next:hover, .projects .projects-swiper-next:active {
  background: url("../images/common/arrow-next-h.svg") center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.projects .projects-swiper-next.swiper-button-disabled {
  background: url("../images/common/arrow-next-disabled.svg") center/contain no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.card {
  padding: 8px;
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media all and (max-width: 991px) {
  .card {
    padding: 0;
  }
}
@media all and (min-width: 769px) {
  .card:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  .card:hover .view-more-btn span {
    width: 47px;
  }
}
.card .img-wrap {
  width: 100%;
  aspect-ratio: 1/1.11;
  background: url("../images/index-default.jpg") center/cover no-repeat;
}
@media all and (max-width: 991px) {
  .card .img-wrap {
    width: 100%;
    aspect-ratio: 1;
  }
}
.card .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.card .content {
  padding: 20px 14px 29px 18px;
  color: #17312a;
}
@media all and (max-width: 991px) {
  .card .content {
    padding: 12px 9px;
  }
}
.card .content .date {
  display: inline-block;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .card .content .date {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.card .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  letter-spacing: 0;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .card .content .title {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
  }
}
.card .content .txt {
  font-size: 16px;
  line-height: 1.625;
  height: 3.25em;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .card .content .txt {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    height: 3.25em;
    line-height: 1.625;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 第幾行要顯示點點點 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 25px;
  }
}
.card .view-more-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #8b6f4c;
}
@media all and (max-width: 991px) {
  .card .view-more-btn {
    font-size: 15px;
    gap: 10px;
  }
}
.card .view-more-btn .btn-txt {
  display: inline-block;
}
.card .view-more-btn span {
  display: inline-block;
  background: #8b6f4c;
  width: 17px;
  height: 1px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media all and (max-width: 991px) {
  .card .view-more-btn span {
    width: 10px;
  }
}

.rooms {
  position: relative;
  background-color: #17312a;
}
.rooms .rooms-wrap {
  padding: 60px 0 108px 14%;
}
@media all and (max-width: 991px) {
  .rooms .rooms-wrap {
    padding: 40px 20px;
  }
}
.rooms .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 18%;
  margin-bottom: 56px;
}
@media all and (max-width: 991px) {
  .rooms .top-block {
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rooms .top-block .title-box {
  color: #fff;
}
.rooms .top-block .title-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rooms .top-block .custom-btn-01 {
  color: #fff;
  font-weight: 500;
}
.rooms .top-block .custom-btn-01 span {
  background: url("../images/view-more-arrow-white.svg") center/contain no-repeat;
}
.rooms .top-block .s-line {
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #fff;
  margin: 0 36px;
}
@media all and (max-width: 991px) {
  .rooms .top-block .s-line {
    height: 20px;
    margin: 0 15px;
  }
}
.rooms .rooms-swiper {
  overflow: visible;
  position: relative;
}
.rooms .swiper-slide {
  width: 416px;
}
@media all and (max-width: 991px) {
  .rooms .swiper-slide {
    width: 225px;
  }
}
.rooms .rooms-swiper-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  width: 100%;
  top: calc(28% - 24px);
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .rooms .rooms-swiper-btn {
    display: none;
  }
}
.rooms .rooms-swiper-prev {
  display: inline-block;
  background: url("../images/common/arrow-prev.svg") center/contain no-repeat;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .rooms .rooms-swiper-prev {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: url("../images/common/arrow-prev-light.svg") center/contain no-repeat;
  }
}
.rooms .rooms-swiper-prev:hover, .rooms .rooms-swiper-prev:active {
  background: url("../images/common/arrow-prev-h.svg") center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 991px) {
  .rooms .rooms-swiper-prev:hover, .rooms .rooms-swiper-prev:active {
    background: url("../images/common/arrow-prev-light.svg") center/contain no-repeat;
  }
}
.rooms .rooms-swiper-prev.swiper-button-disabled {
  background: url("../images/common/arrow-prev-disabled.svg") center/contain no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 991px) {
  .rooms .rooms-swiper-prev.swiper-button-disabled {
    background: url("../images/common/arrow-prev-disabled-light.svg") center/contain no-repeat;
  }
}
.rooms .rooms-swiper-next {
  display: inline-block;
  background: url("../images/common/arrow-next.svg") center/contain no-repeat;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-16px, 0);
          transform: translate(-16px, 0);
  pointer-events: auto;
}
@media all and (max-width: 991px) {
  .rooms .rooms-swiper-next {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: url("../images/common/arrow-next-light.svg") center/contain no-repeat;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.rooms .rooms-swiper-next:hover, .rooms .rooms-swiper-next:active {
  background: url("../images/common/arrow-next-h.svg") center/contain no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 991px) {
  .rooms .rooms-swiper-next:hover, .rooms .rooms-swiper-next:active {
    background: url("../images/common/arrow-next-light.svg") center/contain no-repeat;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.rooms .rooms-swiper-next.swiper-button-disabled {
  background: url("../images/common/arrow-next-disabled.svg") center/contain no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 991px) {
  .rooms .rooms-swiper-next.swiper-button-disabled {
    background: url("../images/common/arrow-next-disabled-light.svg") center/contain no-repeat;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media all and (min-width: 769px) {
  .rooms .card:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }
}
.rooms .card .img-wrap {
  width: 100%;
  aspect-ratio: 1/0.8;
}
@media all and (max-width: 991px) {
  .rooms .card .img-wrap {
    width: 100%;
    aspect-ratio: 1/0.75;
  }
}
.rooms .card .content {
  padding: 20px 16px 29px 14px;
  color: #fff;
}
@media all and (max-width: 991px) {
  .rooms .card .content {
    padding: 20px 0 0;
  }
}
.rooms .card .content .title {
  height: 1.4em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.rooms .card .content .txt {
  margin-bottom: 22px;
}
.rooms .card .content .line {
  width: 100%;
  height: 3px;
  border-top: 1px solid #8b6f4c;
  border-bottom: 1px solid #8b6f4c;
  margin-bottom: 8px;
}
@media all and (max-width: 991px) {
  .rooms .card .content .line {
    margin-bottom: 13px;
  }
}

.facility {
  padding: 80px 0 100px;
}
@media all and (max-width: 991px) {
  .facility {
    padding: 40px 0 0;
  }
}
.facility hgroup {
  padding-bottom: 44px;
}
@media all and (max-width: 991px) {
  .facility hgroup {
    padding-bottom: 24px;
  }
}
.facility hgroup h2 {
  color: #8b6f4c;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .facility hgroup h2 {
    font-size: 32px;
    margin-bottom: 2px;
  }
}
.facility hgroup h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (max-width: 991px) {
  .facility hgroup h3 {
    font-size: 16px;
  }
}
.facility .facilityBox .facTxt_pc {
  margin-bottom: 50px;
  color: #333333;
}
.facility .facilityBox .facTxt_mobile {
  margin-bottom: 22px;
  font-size: 13.6px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #333333;
}
.facility .viewBtn {
  font-family: "Gantari", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 64px;
}
@media all and (max-width: 991px) {
  .facility .viewBtn {
    margin-bottom: 11px;
    padding-top: 0;
  }
}
.facility .viewBtn a {
  padding: 0;
  border: 1px solid #8b6f4c;
}
@media all and (max-width: 991px) {
  .facility .viewBtn a {
    font-size: 16px;
  }
}
.facility .viewBtn a span {
  padding: 11px 35px;
  border: none;
  line-height: 1;
}
@media all and (max-width: 991px) {
  .facility .viewBtn a span {
    padding: 11px 21px;
  }
}
.facility .l-people__slider li {
  width: 440px;
}
@media all and (max-width: 991px) {
  .facility .l-people__slider li {
    width: 289px;
  }
}
.facility .l-people__slider li a {
  font-weight: 500;
}
.facility .l-people__slider li img {
  aspect-ratio: 1/0.7272727;
}
.facility .l-people__slider li figcaption {
  line-height: 1.2;
  font-size: 15px;
}
@media all and (max-width: 991px) {
  .facility .l-people__slider li figcaption {
    margin-top: 20px;
  }
}
@media all and (max-width: 991px) {
  .facility .simply-scroll-clip {
    padding-bottom: 20px;
  }
}

.shop {
  position: relative;
  background: url("../images/shop-bg.jpg") top left;
}
@media all and (max-width: 768px) {
  .shop {
    background: url("../images/shop-bg-mb.jpg") top left;
  }
}
.shop .shop-a {
  position: relative;
}
.shop .shop-a .pic {
  width: 100%;
  height: 800px;
}
@media all and (max-width: 768px) {
  .shop .shop-a .pic {
    width: 100%;
    height: 413px;
  }
}
.shop .shop-a .pic .pc, .shop .shop-a .pic .mb {
  width: 100%;
  height: 100%;
}
.shop .shop-a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.shop .shop-a .pic .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.shop .shop-a .pic .vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.shop .shop-a .custom-btn-02 {
  position: absolute;
  right: 5vw;
  bottom: 3.8vw;
  background-color: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 768px) {
  .shop .shop-a .custom-btn-02 {
    right: 5.3vw;
    bottom: 11vw;
  }
}
.shop .shop-a .custom-btn-02:hover {
  color: #8b6f4c;
  opacity: 0.5;
}
.shop .shop-b .shop-b-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 53px;
  padding: 85px 54px 85px 14%;
}
@media all and (max-width: 991px) {
  .shop .shop-b .shop-b-wrap {
    padding: 40px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.shop .shop-b .shop-b-wrap .custom-btn-01 {
  color: #fff;
  font-weight: 500;
}
.shop .shop-b .shop-b-wrap .custom-btn-01 span {
  background: url("../images/view-more-arrow-white.svg") center/contain no-repeat;
}
.shop .shop-b .shop-b-content {
  position: relative;
  width: 49%;
  margin-top: 40px;
}
@media all and (max-width: 1900px) {
  .shop .shop-b .shop-b-content {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .shop .shop-b .shop-b-content {
    padding: 0 20px;
  }
}
.shop .shop-b .shop-b-content .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 72px;
}
@media all and (max-width: 991px) {
  .shop .shop-b .shop-b-content .top-block {
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shop .shop-b .shop-b-content .top-block .title-box {
  color: #fff;
}
.shop .shop-b .shop-b-content .top-block .hat-icon {
  position: absolute;
  top: -27px;
  left: -120px;
  width: 87px;
  aspect-ratio: 1/0.58035;
  z-index: 2;
  background: url("../images/hat.png") center/contain no-repeat;
}
@media all and (max-width: 991px) {
  .shop .shop-b .shop-b-content .top-block .hat-icon {
    width: 54px;
    top: -37px;
    left: 20px;
  }
}
@media all and (max-width: 991px) {
  .shop .shop-b .shop-b-content .top-block .custom-btn-01 {
    display: none;
  }
}
.shop .shop-b .pic {
  position: relative;
  width: 740px;
  height: 630px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .shop .shop-b .pic {
    width: 100%;
    height: 327px;
  }
}
.shop .shop-b .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.shop .shop-b .pic .vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.shop .shop-b .pic .vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.shop .shop-b .shop-swiper-wrap {
  overflow: hidden;
}
.shop .shop-b .shop-swiper {
  overflow: visible;
  margin-bottom: 53px;
}
@media all and (max-width: 991px) {
  .shop .shop-b .shop-swiper {
    margin-bottom: 15px;
  }
}
.shop .shop-b .swiper-slide {
  width: 240px;
}
@media all and (max-width: 991px) {
  .shop .shop-b .swiper-slide {
    width: 150px;
  }
}
.shop .shop-b .swiper-control-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  .shop .shop-b .swiper-control-btns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.shop .shop-b .swiper-control-btns .custom-btn-01 {
  display: none;
}
@media all and (max-width: 991px) {
  .shop .shop-b .swiper-control-btns .custom-btn-01 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.shop .shop-b .shop-swiper-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media all and (max-width: 991px) {
  .shop .shop-b .shop-swiper-btn {
    display: none;
  }
}
.shop .shop-b .shop-swiper-prev {
  display: inline-block;
  background: url("../images/common/arrow-prev-light.svg") center/contain no-repeat;
  width: 48px;
  height: 48px;
  pointer-events: auto;
}
.shop .shop-b .shop-swiper-prev:hover, .shop .shop-b .shop-swiper-prev:active {
  background: url("../images/common/arrow-prev-h.svg") center/contain no-repeat;
}
.shop .shop-b .shop-swiper-prev.swiper-button-disabled {
  background: url("../images/common/arrow-prev-disabled-light.svg") center/contain no-repeat;
}
.shop .shop-b .shop-swiper-next {
  display: inline-block;
  background: url("../images/common/arrow-next-light.svg") center/contain no-repeat;
  width: 48px;
  height: 48px;
  pointer-events: auto;
}
.shop .shop-b .shop-swiper-next:hover, .shop .shop-b .shop-swiper-next:active {
  background: url("../images/common/arrow-next-h.svg") center/contain no-repeat;
}
.shop .shop-b .shop-swiper-next.swiper-button-disabled {
  background: url("../images/common/arrow-next-disabled-light.svg") center/contain no-repeat;
}
.shop .product-card {
  display: block;
}
@media all and (min-width: 769px) {
  .shop .product-card:hover .img-wrap img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.shop .product-card .img-wrap {
  width: 100%;
  height: 220px;
  background: url("../images/shop-product-default.jpg") center/cover no-repeat;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .shop .product-card .img-wrap {
    width: 100%;
    height: 133px;
  }
}
.shop .product-card .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.shop .product-card .content {
  padding: 20px 0 0;
  color: #fff;
}
@media all and (max-width: 991px) {
  .shop .product-card .content {
    padding: 13px 0 0;
  }
}
.shop .product-card .content .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  letter-spacing: 0;
  border: none;
  padding: 0;
}
@media all and (max-width: 991px) {
  .shop .product-card .content .title {
    font-size: 15px;
  }
}

.index_aboutBox_pc hgroup h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}
.index_aboutBox_pc .custom-btn-02 {
  position: absolute;
  bottom: 119px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.index_aboutBox_pc .bookBg {
  padding: 70px 0 128px 0;
}
.index_aboutBox_pc .bookBg::before, .index_aboutBox_pc .bookBg::after {
  content: none;
}

.index_aboutBox_mo {
  padding: 40px 0;
}
.index_aboutBox_mo hgroup {
  padding-bottom: 30px;
}
.index_aboutBox_mo hgroup h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.index_aboutBox_mo hgroup h3 {
  font-size: 16px;
}
.index_aboutBox_mo .mobileaboutBox .poster {
  padding-top: 30px;
}
@media all and (max-width: 991px) {
  .index_aboutBox_mo .bookBg {
    margin-top: 42px;
  }
}
.index_aboutBox_mo .bookBg h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
@media all and (max-width: 991px) {
  .index_aboutBox_mo .bookBg h2 {
    font-size: 17.6px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
.index_aboutBox_mo .bookBg {
  padding: 0 0 37px 0;
}
.index_aboutBox_mo .bookBg .boocont {
  font-size: 12.8px;
  line-height: 22.5px;
  letter-spacing: 0.07em;
}
.index_aboutBox_mo .custom-btn-02 {
  margin-top: 30px;
}

.contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  background: #DCD6C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
@media all and (max-width: 991px) {
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact .line {
  width: 100%;
  height: 4px;
  border-top: 1px solid #8b6f4c;
  border-bottom: 1px solid #8b6f4c;
}
.contact .pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media all and (max-width: 991px) {
  .contact .pic {
    width: 100%;
    height: 250px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.contact .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact form {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  border: none;
}
@media all and (max-width: 991px) {
  .contact form {
    width: 100%;
  }
}
.contact form hgroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 0;
  margin: 0;
  padding-bottom: 27px;
}
@media all and (max-width: 991px) {
  .contact form hgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
}
.contact form hgroup h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .contact form hgroup h2 {
    font-size: 32px;
  }
}
.contact form hgroup h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
@media all and (max-width: 991px) {
  .contact form hgroup h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.contact form hgroup .pen {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 27px;
  background: url("../images/contact-pen.svg") center/contain no-repeat;
  width: 97px;
  aspect-ratio: 1/0.42056;
}
@media all and (max-width: 991px) {
  .contact form hgroup .pen {
    width: 56px;
    top: 2px;
    bottom: auto;
  }
}
.contact form small {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #8b6f4c;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 6px;
}
@media all and (max-width: 991px) {
  .contact form small {
    margin-top: 4px;
  }
}
.contact .contactBox {
  background: #DCD6C8;
  padding: 75px 174px 74px;
  border: none;
}
@media all and (max-width: 991px) {
  .contact .contactBox {
    padding: 40px 20px 60px;
  }
}
.contact .contactBox ul {
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
}
.contact .contactBox li {
  float: none;
  width: 100%;
  list-style: none;
  margin-bottom: 24px;
}
@media all and (max-width: 991px) {
  .contact .contactBox li {
    margin-bottom: 12px;
  }
}
.contact .contactBox li span {
  font-size: 12px;
}
.contact .contactBox li .input-title {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .contact .contactBox li .input-title {
    margin-bottom: 5px;
  }
}
.contact .contactBox li input, .contact .contactBox li textarea {
  background-color: #CCC4B1;
  height: unset;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #17312a;
  border: none;
}
@media all and (max-width: 991px) {
  .contact .contactBox li input, .contact .contactBox li textarea {
    padding: 8px 10px;
    line-height: 1.5;
  }
}
.contact .contactBox li input::-webkit-input-placeholder, .contact .contactBox li textarea::-webkit-input-placeholder {
  color: #17312a;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.75;
}
.contact .contactBox li input::-moz-placeholder, .contact .contactBox li textarea::-moz-placeholder {
  color: #17312a;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.75;
}
.contact .contactBox li input:-ms-input-placeholder, .contact .contactBox li textarea:-ms-input-placeholder {
  color: #17312a;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.75;
}
.contact .contactBox li input::-ms-input-placeholder, .contact .contactBox li textarea::-ms-input-placeholder {
  color: #17312a;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.75;
}
.contact .contactBox li input::placeholder, .contact .contactBox li textarea::placeholder {
  color: #17312a;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.75;
}
.contact .contactBox li input:focus, .contact .contactBox li textarea:focus {
  border: 1px solid #17312a;
}
.contact .contactBox li textarea {
  min-height: 6.7em;
  resize: vertical;
}
@media all and (max-width: 991px) {
  .contact .contactBox li textarea {
    min-height: 9em;
  }
}
.contact .contactBox li.thank {
  font-size: 14px;
  color: #8b6f4c;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.thank {
    margin-top: 0;
    letter-spacing: 0;
  }
}
.contact .contactBox li.thank p {
  padding-bottom: 8px;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.thank p:nth-of-type(1) {
    line-height: 1.57;
  }
}
@media all and (max-width: 991px) {
  .contact .contactBox li.thank p:nth-of-type(2) {
    line-height: 1.71;
  }
}
.contact .contactBox .name-and-gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media all and (max-width: 991px) {
  .contact .contactBox .name-and-gender {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
  }
}
.contact .contactBox .name-and-gender .name {
  width: 56%;
}
@media all and (max-width: 991px) {
  .contact .contactBox .name-and-gender .name {
    width: 100%;
  }
}
.contact .contactBox .name-and-gender .gender {
  width: 40%;
  min-width: 137px;
}
@media all and (max-width: 991px) {
  .contact .contactBox .name-and-gender .gender {
    width: 100%;
  }
  .contact .contactBox .name-and-gender .gender .input-title {
    margin-bottom: 3px;
  }
}
.contact .contactBox li.message {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.message {
    margin-bottom: 0;
  }
}
.contact .contactBox li.message span {
  display: inline-block;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  margin-top: 15px;
}
.contact .contactBox li.code {
  margin-bottom: 0;
}
.contact .contactBox li.code input {
  width: 188px;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.code input {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.contact .contactBox li.code .captcha-title {
  margin-bottom: 2px;
}
.contact .contactBox li.code .captcha-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.code .captcha-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.contact .contactBox li.code .code-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contactBox li.code .code-section input {
  margin-right: 18px;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.code .code-section input {
    line-height: 1;
  }
}
.contact .contactBox li.code .code-section .error-txt {
  position: absolute;
  bottom: -24px;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.code .code-section .error-txt {
    bottom: -30px;
  }
}
.contact .contactBox li.code .captcha {
  color: #8b6f4c;
  height: 20px;
  background: url("../images/captcha-refresh.svg") no-repeat;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.code .captcha {
    height: 19px;
  }
}
.contact .contactBox li.code .code-pic {
  margin-right: 20px;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.code .code-pic {
    margin-right: 16px;
  }
}
.contact .contactBox li.code .code-pic img {
  display: block;
  width: 101px;
  height: 48px;
  background-color: #fff;
}
@media all and (max-width: 991px) {
  .contact .contactBox li.code .code-pic img {
    width: 84px;
    height: 40px;
  }
}
.contact .contactBox .sentBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #17312a;
}
@media all and (max-width: 991px) {
  .contact .contactBox .sentBtn {
    margin: 0 auto;
  }
}
.contact .contactBox .sentBtn a {
  display: inline-block;
  font-family: "Gantari", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  padding: 12px 44px;
}
@media all and (max-width: 991px) {
  .contact .contactBox .sentBtn a {
    padding: 10px 25px;
  }
}
.contact .contactBox .sentBtn a:hover {
  color: #fff;
  background-color: #17312a;
}
.contact .col {
  width: 100%;
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media all and (max-width: 991px) {
  .contact .col {
    gap: 24px;
    margin-bottom: 0;
  }
}
.contact .col .assess {
  display: inline-block;
  width: unset;
  margin-right: 0;
}
.contact .col .assess input[type=radio], .contact .col .assess .assess input[type=checkbox] {
  width: 24px;
  margin-right: 0;
}
.contact .col .assess .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media all and (max-width: 991px) {
  .contact .col .assess .p {
    gap: 0;
  }
}
.contact .col .assess .p div {
  position: relative;
  top: 3px;
}
.contact .col .assess input[type=radio] + label {
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .contact .col .assess input[type=radio] + label {
    line-height: 1;
    font-size: 16px;
  }
}
.contact .col .assess input[type=radio] + label::before {
  width: 24px;
  height: 24px;
  background-color: transparent;
}
@media all and (max-width: 991px) {
  .contact .col .assess input[type=radio] + label::before {
    width: 14px;
    height: 14px;
    margin: 0 8px 0 0;
    top: 2px;
  }
}
.contact .col .assess input[type=radio] + label:after {
  width: 14px;
  height: 14px;
  background: #8b6f4c;
  top: 11px;
  left: 5px;
}
@media all and (max-width: 991px) {
  .contact .col .assess input[type=radio] + label:after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 3px;
  }
}