/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+TC:wght@100..900&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans+TC:wght@100..900&family=Quicksand:wght@300..700&display=swap");
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

@font-face {
  font-family: "jf-openhuninn";
  src: url("../fonts/jf-openhuninn-2.1.ttf") format("truetype");
  font-display: swap;
}
.openMenu .container-menu {
  opacity: 1;
  pointer-events: all;
  background: #DBECEE;
  background: -webkit-gradient(linear, left top, left bottom, from(#DBECEE), to(#F6EDE5));
  background: linear-gradient(180deg, #DBECEE 0%, #F6EDE5 100%);
}
.openMenu .container-menu::-webkit-scrollbar {
  display: none;
}
.openMenu .container-menu .cloud-big {
  position: absolute;
  background: url("../images/common/cloud_big.svg") center/contain no-repeat;
  max-width: 523px;
  width: 68vw;
  height: auto;
  aspect-ratio: 1/0.5239;
  top: 150px;
  left: 0;
}
.openMenu .container-menu .cloud-small {
  position: absolute;
  background: url("../images/common/cloud_small.svg") center/contain no-repeat;
  max-width: 230px;
  width: 29vw;
  height: auto;
  aspect-ratio: 1/0.417391;
  top: 327px;
  right: 0;
}
.openMenu .container-menu .menu-bottom-pic {
  position: relative;
  background: url("../images/common/menu_bottom.svg") center/contain no-repeat;
  max-width: 768px;
  width: 100vw;
  height: auto;
  aspect-ratio: 1/0.75;
}
.openMenu .container-menu .menu-bottom-pic .copyrightBox {
  position: absolute;
  top: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  text-wrap: nowrap;
  color: #fff;
}
.openMenu header .member .member_wrap {
  opacity: 0;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .openMenu header.showH::before {
    position: absolute;
    content: "";
    background: url("../images/common/header_vector_mo_open.png") center/100% 100% no-repeat;
    width: 100vw;
    height: 35px;
    top: 65px;
    left: 0;
    z-index: 1;
  }
}
.openMenu header.showH .logo {
  background: url("../images/common/logo.svg") center/contain no-repeat;
  aspect-ratio: 1/0.704225;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  z-index: 2;
}
@media all and (max-width: 991px) {
  .openMenu header.showH .logo {
    width: 84px;
  }
}
.openMenu header.showH .logo:hover {
  background: url("../images/common/logo_h.svg") center/contain no-repeat;
}
.openMenu header.showH .header_icon_wrap {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

@media all and (max-width: 991px) {
  .openMembermenu .container-menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media all and (max-width: 991px) {
  .openMembermenu header .member .member_wrap {
    opacity: 1;
    pointer-events: all;
  }
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 92px;
  padding: 16px 35px;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
  backdrop-filter: blur(4px);
}
@media all and (max-width: 1095px) {
  header {
    padding: 19px 40px 13px;
  }
}
@media all and (max-width: 991px) {
  header {
    padding: 14px 15px;
    height: 65px;
  }
}
header.showH {
  opacity: 1;
}
header.showH .logo {
  background: url("../images/common/logo_2.svg") center/contain no-repeat;
  width: 200px;
  aspect-ratio: 1/0.26;
  position: relative;
}
@media all and (max-width: 991px) {
  header.showH .logo {
    width: 144px;
  }
}
header.showH .logo:hover {
  background: url("../images/common/logo_2_h.svg") center/contain no-repeat;
}
header.mb-bg-white {
  background: #fff;
}
header .container-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media all and (min-width: 992px) {
  header .container-menu {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media all and (max-width: 991px) {
  header .container-menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: calc(100vh - 65px);
    top: 65px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden auto;
    backdrop-filter: blur(5px);
  }
}
header .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  header .menu_list {
    height: 100%;
  }
}
@media all and (max-width: 991px) {
  header .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 25px auto;
  }
}
header .menu_list .menu {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
}
@media all and (min-width: 1020px) and (max-width: 1080px) {
  header .menu_list .menu {
    font-size: 16px;
  }
}
@media all and (min-width: 992px) and (max-width: 1019px) {
  header .menu_list .menu {
    font-size: 15px;
  }
}
@media all and (min-width: 992px) {
  header .menu_list .menu {
    height: 100%;
  }
}
@media all and (max-width: 991px) {
  header .menu_list .menu {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
  }
}
header .menu_list .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 28px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media all and (max-width: 1290px) {
  header .menu_list .menu a {
    padding: 0 14px;
  }
}
@media all and (max-width: 991px) {
  header .menu_list .menu a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (min-width: 992px) {
  header .menu_list .menu:hover > a {
    color: #8C6523;
  }
}
header .menu_list .menu:hover.has_second_menu:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 50px);
  aspect-ratio: 1/1;
  z-index: -1;
}
@media all and (min-width: 992px) {
  header .menu_list .menu:hover.has_second_menu:hover .second_menu_list {
    opacity: 1;
    pointer-events: all;
  }
}
@media all and (min-width: 992px) {
  header .menu_list .menu.active > a {
    color: #8C6523;
  }
  header .menu_list .menu.active > a:before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 5px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    background: #8C6523;
    opacity: 1;
  }
}
header .menu_list .second_menu_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 992px) {
  header .menu_list .second_menu_list {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(187, 187, 187, 0.2);
            box-shadow: 0px 2px 20px 0px rgba(187, 187, 187, 0.2);
  }
}
@media all and (min-width: 992px) {
  header .menu_list .second_menu_list {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    min-width: 182px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
  }
}
@media all and (max-width: 991px) {
  header .menu_list .second_menu_list {
    padding: 6px 0 0;
    margin-bottom: -3px;
  }
}
header .menu_list .second_menu_list .second_menu {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (min-width: 992px) {
  header .menu_list .second_menu_list .second_menu {
    background: rgba(255, 255, 255, 0.9);
  }
  header .menu_list .second_menu_list .second_menu:hover {
    color: #00a592;
  }
}
@media all and (max-width: 991px) {
  header .menu_list .second_menu_list .second_menu {
    font-size: 16px;
  }
}
header .menu_list .second_menu_list .second_menu > a {
  width: 100%;
  padding: 17px 0;
  text-align: center;
  line-height: 1;
  display: block;
}
@media all and (max-width: 991px) {
  header .menu_list .second_menu_list .second_menu > a {
    padding: 10.5px 50px;
    color: rgba(138, 138, 138, 0.7);
  }
}
header .menu_list .mb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
header .booking-btn {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background-color: #649033;
  padding: 20px;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (min-width: 1020px) and (max-width: 1080px) {
  header .booking-btn {
    font-size: 16px;
  }
}
@media all and (min-width: 992px) and (max-width: 1019px) {
  header .booking-btn {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  header .booking-btn {
    padding: 20px 68px;
  }
}
header .booking-btn img {
  width: 20px;
  aspect-ratio: 1;
}
header .booking-btn::before {
  position: absolute;
  content: "";
  inset: 4px;
  border-radius: 16px;
  border: 1px dashed #FFFBCE;
}
header .booking-btn:hover {
  color: #FFFBCE;
  background-color: #4C7322;
}
header .header_icon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 991px) {
  header .header_icon_wrap {
    gap: 20px;
  }
}
header .member {
  width: 30px;
  aspect-ratio: 1/1;
  margin-left: 66px;
  position: relative;
}
@media all and (max-width: 1020px) {
  header .member {
    margin-left: 13px;
  }
}
@media all and (max-width: 991px) {
  header .member {
    width: 27px;
    margin-left: 0;
  }
  header .member.addnone {
    display: none;
  }
}
@media all and (min-width: 992px) {
  header .member:hover:after {
    background: #00a592;
  }
  header .member:hover .member_wrap {
    opacity: 1;
    pointer-events: all;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
header .member.no-after:after {
  content: none;
}
header .member a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .member:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 50px);
  aspect-ratio: 1/1;
}
@media all and (max-width: 991px) {
  header .member:before {
    pointer-events: none;
  }
}
header .member:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/common/contact.svg) center/contain no-repeat;
          mask: url(../images/common/contact.svg) center/contain no-repeat;
  background: #8a8a8a;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .member .member_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 992px) {
  header .member .member_wrap {
    position: absolute;
    top: calc(100% + 22px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    min-width: 140px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(187, 187, 187, 0.2);
            box-shadow: 0px 2px 20px 0px rgba(187, 187, 187, 0.2);
    padding: 9px 0 1px;
  }
}
@media all and (max-width: 991px) {
  header .member .member_wrap {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: auto;
    top: 60px;
    left: 0;
    padding: 6px 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden auto;
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0px 2px 20px 0px rgba(187, 187, 187, 0.2);
            box-shadow: 0px 2px 20px 0px rgba(187, 187, 187, 0.2);
  }
}
header .member .member_wrap .second_member {
  width: 100%;
  position: relative;
  color: #8A8A8A;
  font-size: 18px;
}
@media all and (min-width: 992px) {
  header .member .member_wrap .second_member {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .member .member_wrap .second_member:hover {
    color: #00a592;
  }
}
header .member .member_wrap .second_member > a {
  width: 100%;
  text-align: center;
  line-height: 1;
  display: block;
}
@media all and (min-width: 992px) {
  header .member .member_wrap .second_member > a {
    padding: 14px 0px;
  }
}
@media all and (max-width: 991px) {
  header .member .member_wrap .second_member > a {
    padding: 14px 50px;
    color: #8a8a8a;
  }
}
header .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-top: 50px;
}
header .social-icon li {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header .social-icon li:hover {
  opacity: 0.7;
}

header.show {
  background: #fff;
  backdrop-filter: blur(0px);
  padding: 24px 35px 52px 35px;
  -webkit-mask: url("../images/common/header_vector_pc.png") center/100% 100% no-repeat;
          mask: url("../images/common/header_vector_pc.png") center/100% 100% no-repeat;
  height: 176px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media all and (max-width: 1200px) {
  header.show {
    padding: 0 35px 52px 35px;
  }
}
@media all and (max-width: 768px) {
  header.show {
    -webkit-mask: url("../images/common/header_vector_mo.png") center/100% 100% no-repeat;
            mask: url("../images/common/header_vector_mo.png") center/100% 100% no-repeat;
    height: 100px;
    padding: 14px 15px;
  }
}
header.show .logo {
  background: url("../images/common/logo.svg") center/contain no-repeat;
  width: 142px;
  aspect-ratio: 1/0.704225;
  position: relative;
}
@media all and (max-width: 991px) {
  header.show .logo {
    width: 84px;
  }
}
header.show .logo:hover {
  background: url("../images/common/logo_h.svg") center/contain no-repeat;
}
header.show .menu_list .menu {
  max-height: 100px;
}
header.show .menu_list .menu .second_menu_list .second_menu > a {
  color: #8a8a8a;
}
@media all and (min-width: 992px) {
  header.show .menu_list .menu .second_menu_list .second_menu > a:hover {
    color: #8C6523;
  }
}
header.show .menu_list .menu a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media all and (min-width: 992px) {
  header.show .menu_list .menu:hover > a {
    color: #8C6523;
  }
}
@media all and (min-width: 992px) {
  header.show .menu_list .menu.active > a {
    color: #8C6523;
  }
  header.show .menu_list .menu.active > a:before {
    position: absolute;
    content: "";
    bottom: 26px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 5px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    background: #8C6523;
    opacity: 1;
  }
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  header.show .menu_list .menu {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media all and (min-width: 1201px) {
  header.show .menu_list .menu {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
header.show .member:after {
  background: #fff;
}
@media all and (min-width: 992px) {
  header.show .member:hover:after {
    background: #fff;
    opacity: 0.5;
  }
}
header.show .header_btn_wrap {
  margin: auto 0 auto;
}
header.show .logo:after {
  background: #fff;
}
header.show .menu-ham span:nth-of-type(1) {
  background: #F2D000;
}
header.show .menu-ham span:nth-of-type(2) {
  background: url("../images/common/menu_ham_span2.svg") center/contain no-repeat;
  height: auto;
  aspect-ratio: 1/0.15625;
}
header.show .menu-ham span:nth-of-type(3) {
  background: #95BEDE;
}

footer {
  position: relative;
  width: 100%;
  background-color: #F9F6F1;
  height: 291px;
  padding: 40px 35px 70px;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  footer {
    height: 100%;
    padding: 60px 30px 80px;
  }
}
@media all and (max-width: 768px) {
  footer {
    height: 100%;
    padding: 30px 30px 40px;
  }
}

.footer {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  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;
}
@media all and (max-width: 991px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    width: 80%;
  }
}
@media all and (max-width: 768px) {
  .footer {
    width: 100%;
  }
}
.footer .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media all and (max-width: 991px) {
  .footer .top-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.footer .logo {
  width: 224px;
  aspect-ratio: 1/0.808036;
}
@media all and (max-width: 991px) {
  .footer .logo {
    width: 168px;
  }
}
.footer .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media all and (max-width: 991px) {
  .footer .info-wrap {
    -ms-flex-item-align: start;
        align-self: flex-start;
    gap: 0.6em;
  }
}
.footer .info-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 25px;
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 991px) {
  .footer .bottom-block {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
  }
}
.footer .bottom-block .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer .bottom-block .social-media li {
  width: 45px;
  aspect-ratio: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media all and (max-width: 768px) {
  .footer .bottom-block .social-media li {
    max-width: 36px;
    aspect-ratio: 1;
    width: 9vw;
  }
}
.footer .bottom-block .social-media li:hover {
  opacity: 0.7;
}
.footer .bottom-block .social-media li img {
  width: 100%;
}
.footer .bottom-block .copyrightBox {
  text-align: right;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #666666;
}
@media all and (max-width: 991px) {
  .footer .bottom-block .copyrightBox {
    text-align: left;
  }
}
.footer .bottom-block .copyrightBox .mak {
  border-bottom: 1px solid #666666;
}

html,
body {
  position: relative;
  overflow: hidden auto;
  font-family: "Quicksand", "Noto Sans TC", serif;
  font-weight: 400;
  color: #4C4C4C;
  margin: 0 auto;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  letter-spacing: 0.05em;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}
html.loading,
body.loading {
  opacity: 1;
  visibility: visible;
}
html .asj,
body .asj {
  opacity: 0;
}

.porel {
  position: relative;
  z-index: 3;
}

.center {
  text-align: center !important;
}

::-moz-selection {
  background-color: #649033;
  color: #fff;
}

::selection {
  background-color: #649033;
  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;
}

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

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

*:focus {
  outline: none;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

main {
  margin-top: 92px;
}
@media all and (max-width: 991px) {
  main {
    margin-top: 65px;
  }
}

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

h1 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 12px;
  opacity: 0;
  visibility: visible;
}

section {
  position: relative;
}

.custom-btn {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-wrap: nowrap;
  padding: 20px 35px;
  border-radius: 100px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media all and (max-width: 991px) {
  .custom-btn {
    padding: 18px 35px;
  }
}
.custom-btn::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
  z-index: -1;
}
.custom-btn.green {
  background-color: #649033;
  color: #fff;
}
.custom-btn.green:hover {
  color: #649033;
  background-color: #649033;
  border: 1px solid #649033;
}
.custom-btn.green:hover::before {
  -webkit-transform: scale(5);
          transform: scale(5);
}
.custom-btn.blue {
  background-color: #95BEDE;
  color: #fff;
}
.custom-btn.blue:hover {
  color: #6A8EAA;
  background-color: #6A8EAA;
  border: 1px solid #95BEDE;
}
.custom-btn.blue:hover::before {
  -webkit-transform: scale(5);
          transform: scale(5);
}

.hamMenu {
  position: relative;
  display: none;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .hamMenu {
    display: block;
    width: 32px;
    height: 32px;
  }
}

.menu-ham,
.menu-ham span {
  display: inline-block;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-ham {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.menu-ham.close {
  opacity: 0;
}

.menu-ham span {
  position: absolute;
  width: 32px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-ham span:nth-of-type(1) {
  background-color: #F2D000;
  top: 3px;
}

.menu-ham span:nth-of-type(2) {
  background: url("../images/common/menu_ham_span2.svg") center/contain no-repeat;
  height: auto;
  aspect-ratio: 1/0.15625;
  top: 14px;
}

.menu-ham span:nth-of-type(3) {
  background-color: #95BEDE;
  bottom: 3px;
}

#menu-ham.hamActive span:nth-of-type(1) {
  -webkit-transform: translate(0px, 11px) rotate(-225deg);
          transform: translate(0px, 11px) rotate(-225deg);
  background-color: #7A5820;
}
#menu-ham.hamActive span:nth-of-type(2) {
  -webkit-transform: rotate(-180deg) translate(-60px, 0px);
          transform: rotate(-180deg) translate(-60px, 0px);
  opacity: 0;
}
#menu-ham.hamActive span:nth-of-type(3) {
  -webkit-transform: translate(0px, -12px) rotate(-315deg);
          transform: translate(0px, -12px) rotate(-315deg);
  background-color: #7A5820;
}

.fixBoxBtn {
  position: absolute;
  top: -10.2vw;
  right: 2vw;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .fixBoxBtn {
    top: -14.2vw;
  }
}
@media all and (max-width: 768px) {
  .fixBoxBtn {
    top: -25.5vw;
  }
}
.fixBoxBtn .fixBtn {
  position: relative;
  display: block;
  max-width: 117px;
  width: 6vw;
  aspect-ratio: 1/1.470085;
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn {
    max-width: 80px;
    width: 20vw;
  }
}
.fixBoxBtn .fixBtn .sun {
  position: absolute;
  background: url("../images/common/sun_top.png") center/contain no-repeat;
  width: 68.3%;
  aspect-ratio: 1;
  bottom: 21.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.fixBoxBtn .fixBtn .person {
  position: absolute;
  background: url("../images/common/person.png") center/contain no-repeat;
  max-width: 56px;
  width: 47.86%;
  aspect-ratio: 1/1.785714;
  bottom: 15.69%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -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;
}
.fixBoxBtn .fixBtn .highlight {
  position: absolute;
  background: url("../images/common/highlight.png") center/contain no-repeat;
  max-width: 55px;
  width: 47%;
  aspect-ratio: 1/0.92727;
  top: -2%;
  left: -2%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.fixBoxBtn .fixBtn .txt {
  position: absolute;
  bottom: 2.3%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: nowrap;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media all and (max-width: 1919px) {
  .fixBoxBtn .fixBtn .txt {
    font-size: 0.8337675873vw;
  }
}
@media all and (max-width: 991px) {
  .fixBoxBtn .fixBtn .txt {
    font-size: 12px;
  }
}
.fixBoxBtn .fixBtn:hover .highlight {
  opacity: 1;
}
.fixBoxBtn .fixBtn:hover .txt {
  color: #7A5820;
}
.fixBoxBtn .fixBtn:hover .person {
  -webkit-transform: translate(-50%, -15%);
          transform: translate(-50%, -15%);
}

.booking-btn-wrap {
  position: fixed;
  bottom: 0;
  right: 4vw;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media all and (max-width: 991px) {
  .booking-btn-wrap {
    bottom: 64px;
  }
}
@media all and (max-width: 768px) {
  .booking-btn-wrap {
    right: 1vw;
  }
}
.booking-btn-wrap.show {
  opacity: 1;
  pointer-events: auto;
}
.booking-btn-wrap.change {
  position: absolute;
}
.booking-btn-wrap .booking-btn {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #649033;
  text-wrap: nowrap;
  padding: 40px 25px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 991px) {
  .booking-btn-wrap .booking-btn {
    padding: 20px 12.5px;
  }
}
.booking-btn-wrap .booking-btn img {
  width: 15px;
  aspect-ratio: 1;
}
.booking-btn-wrap .booking-btn::before {
  position: absolute;
  content: "";
  inset: 3px;
  border-radius: 6px;
  border: 0.75px dashed #FFFBCE;
}

.editor_content ol {
  list-style-type: decimal;
  padding-left: 25px;
}
.editor_content ul {
  list-style-type: initial;
  padding-left: 20px;
}
.editor_content b,
.editor_content strong {
  font-weight: 500;
  font-size: inherit;
}
.editor_content em {
  font-style: italic;
}
.editor_content a {
  text-decoration: none;
}
.editor_content iframe {
  max-width: 100%;
}
.editor_content table,
.editor_content tr,
.editor_content td {
  border-color: inherit;
  border-collapse: collapse;
}
.editor_content p {
  margin-bottom: 1em;
}
.editor_content table p {
  margin-bottom: 0;
}
.editor_content h1,
.editor_content h2,
.editor_content h3,
.editor_content h4,
.editor_content h5,
.editor_content h6 {
  margin: inherit;
}
.editor_content blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_content td,
.editor_content th,
.editor_content tr {
  margin: initial;
}
.editor_content table.tableborder {
  border-width: 1px;
  border-style: solid;
  border-color: #819A97;
}
.editor_content img {
  max-width: 100%;
  height: auto !important;
}
.editor_content img.imgblock {
  display: block;
}
.editor_content .tableScroll {
  overflow-x: auto;
  padding: 2px;
}
.editor_content .tableScroll table > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

.editor_content .editor_box {
  color: #50504F;
  font-size: 18px;
  line-height: 1.8;
}
.editor_content .editor_box ul {
  list-style: none;
  padding-left: 0;
}
.editor_content .editor_box ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 0.5em;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: inline-block;
  background-color: #95BEDE;
  vertical-align: super;
}
.editor_content .editor_box hr {
  border: none;
  border-top: 1px solid rgba(129, 154, 151, 0.2274509804);
}

.mo_use {
  display: none;
}
@media (max-width: 767px) {
  .mo_use {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc_use {
    display: none;
  }
}

.lang_tw .tw {
  display: block;
}
.lang_tw .en {
  display: none;
}

.lang_en .tw {
  display: none;
}
.lang_en .en {
  display: block;
}

.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated.fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.fadeUp2::after, .animated.fadeUp2::before {
  opacity: 0;
  -webkit-animation-name: fadeUp2;
          animation-name: fadeUp2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}

@-webkit-keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.fadeUp3 {
  -webkit-animation-name: fadeUp3;
          animation-name: fadeUp3;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@keyframes fadeUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}
.asj[data-delay="100"] {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.asj[data-delay="200"] {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.asj[data-delay="300"] {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.asj[data-delay="400"] {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.asj[data-delay="500"] {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.asj[data-delay="600"] {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.asj[data-delay="700"] {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.asj[data-delay="800"] {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.asj[data-delay="900"] {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.asj[data-delay="1000"] {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.asj[data-delay="1100"] {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.asj[data-delay="1200"] {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.asj[data-delay="1300"] {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}

.asj[data-delay="1400"] {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.asj[data-delay="1500"] {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.asj[data-delay="1600"] {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}

.asj[data-delay="1700"] {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.asj[data-delay="1800"] {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.asj[data-delay="1900"] {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}

.asj[data-delay="2000"] {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.asj[data-delay="2100"] {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.asj[data-delay="2200"] {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}

.asj[data-delay="2300"] {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}

.asj[data-delay="2400"] {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.asj[data-delay="2500"] {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}

.asj[data-delay="2600"] {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}

.asj[data-delay="2700"] {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.asj[data-delay="2800"] {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}

.asj[data-delay="2900"] {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}

.asj[data-delay="3000"] {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

.asj[data-delay="3100"] {
  -webkit-animation-delay: 3100ms;
          animation-delay: 3100ms;
}

.asj[data-delay="3200"] {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}

.asj[data-delay="3300"] {
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
}

.asj[data-delay="3400"] {
  -webkit-animation-delay: 3400ms;
          animation-delay: 3400ms;
}

.asj[data-delay="3500"] {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}

.asj[data-delay="3600"] {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}

.asj[data-delay="3700"] {
  -webkit-animation-delay: 3700ms;
          animation-delay: 3700ms;
}

.asj[data-delay="3800"] {
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
}

.asj[data-delay="3900"] {
  -webkit-animation-delay: 3900ms;
          animation-delay: 3900ms;
}

.asj[data-delay="4000"] {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}

.asj[data-delay="4100"] {
  -webkit-animation-delay: 4100ms;
          animation-delay: 4100ms;
}

.asj[data-delay="4200"] {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}

.asj[data-delay="4300"] {
  -webkit-animation-delay: 4300ms;
          animation-delay: 4300ms;
}

.asj[data-delay="4400"] {
  -webkit-animation-delay: 4400ms;
          animation-delay: 4400ms;
}

.asj[data-delay="4500"] {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}

.asj[data-delay="4600"] {
  -webkit-animation-delay: 4600ms;
          animation-delay: 4600ms;
}

.asj[data-delay="4700"] {
  -webkit-animation-delay: 4700ms;
          animation-delay: 4700ms;
}

.asj[data-delay="4800"] {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}

.asj[data-delay="4900"] {
  -webkit-animation-delay: 4900ms;
          animation-delay: 4900ms;
}

.asj[data-delay="5000"] {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

.asj[data-delay="5100"] {
  -webkit-animation-delay: 5100ms;
          animation-delay: 5100ms;
}

.asj[data-delay="5200"] {
  -webkit-animation-delay: 5200ms;
          animation-delay: 5200ms;
}

.asj[data-delay="5300"] {
  -webkit-animation-delay: 5300ms;
          animation-delay: 5300ms;
}

.asj[data-delay="5400"] {
  -webkit-animation-delay: 5400ms;
          animation-delay: 5400ms;
}

.asj[data-delay="5500"] {
  -webkit-animation-delay: 5500ms;
          animation-delay: 5500ms;
}

.asj[data-delay="5600"] {
  -webkit-animation-delay: 5600ms;
          animation-delay: 5600ms;
}

.asj[data-delay="5700"] {
  -webkit-animation-delay: 5700ms;
          animation-delay: 5700ms;
}

.asj[data-delay="5800"] {
  -webkit-animation-delay: 5800ms;
          animation-delay: 5800ms;
}

.asj[data-delay="5900"] {
  -webkit-animation-delay: 5900ms;
          animation-delay: 5900ms;
}

.asj[data-delay="6000"] {
  -webkit-animation-delay: 6000ms;
          animation-delay: 6000ms;
}

.asj[data-delay="6100"] {
  -webkit-animation-delay: 6100ms;
          animation-delay: 6100ms;
}

.asj[data-delay="6200"] {
  -webkit-animation-delay: 6200ms;
          animation-delay: 6200ms;
}

.asj[data-delay="6300"] {
  -webkit-animation-delay: 6300ms;
          animation-delay: 6300ms;
}

.asj[data-delay="6400"] {
  -webkit-animation-delay: 6400ms;
          animation-delay: 6400ms;
}

.asj[data-delay="6500"] {
  -webkit-animation-delay: 6500ms;
          animation-delay: 6500ms;
}

.asj[data-delay="6600"] {
  -webkit-animation-delay: 6600ms;
          animation-delay: 6600ms;
}

.asj[data-delay="6700"] {
  -webkit-animation-delay: 6700ms;
          animation-delay: 6700ms;
}

.asj[data-delay="6800"] {
  -webkit-animation-delay: 6800ms;
          animation-delay: 6800ms;
}

.asj[data-delay="6900"] {
  -webkit-animation-delay: 6900ms;
          animation-delay: 6900ms;
}

.asj[data-delay="7000"] {
  -webkit-animation-delay: 7000ms;
          animation-delay: 7000ms;
}

.asj[data-delay="7100"] {
  -webkit-animation-delay: 7100ms;
          animation-delay: 7100ms;
}

.asj[data-delay="7200"] {
  -webkit-animation-delay: 7200ms;
          animation-delay: 7200ms;
}

.asj[data-delay="7300"] {
  -webkit-animation-delay: 7300ms;
          animation-delay: 7300ms;
}

.asj[data-delay="7400"] {
  -webkit-animation-delay: 7400ms;
          animation-delay: 7400ms;
}

.asj[data-delay="7500"] {
  -webkit-animation-delay: 7500ms;
          animation-delay: 7500ms;
}

.asj[data-delay="7600"] {
  -webkit-animation-delay: 7600ms;
          animation-delay: 7600ms;
}

.asj[data-delay="7700"] {
  -webkit-animation-delay: 7700ms;
          animation-delay: 7700ms;
}

.asj[data-delay="7800"] {
  -webkit-animation-delay: 7800ms;
          animation-delay: 7800ms;
}

.asj[data-delay="7900"] {
  -webkit-animation-delay: 7900ms;
          animation-delay: 7900ms;
}

.asj[data-delay="8000"] {
  -webkit-animation-delay: 8000ms;
          animation-delay: 8000ms;
}

.asj[data-delay="8100"] {
  -webkit-animation-delay: 8100ms;
          animation-delay: 8100ms;
}

.asj[data-delay="8200"] {
  -webkit-animation-delay: 8200ms;
          animation-delay: 8200ms;
}

.asj[data-delay="8300"] {
  -webkit-animation-delay: 8300ms;
          animation-delay: 8300ms;
}

.asj[data-delay="8400"] {
  -webkit-animation-delay: 8400ms;
          animation-delay: 8400ms;
}

.asj[data-delay="8500"] {
  -webkit-animation-delay: 8500ms;
          animation-delay: 8500ms;
}

.asj[data-delay="8600"] {
  -webkit-animation-delay: 8600ms;
          animation-delay: 8600ms;
}

.asj[data-delay="8700"] {
  -webkit-animation-delay: 8700ms;
          animation-delay: 8700ms;
}

.asj[data-delay="8800"] {
  -webkit-animation-delay: 8800ms;
          animation-delay: 8800ms;
}

.asj[data-delay="8900"] {
  -webkit-animation-delay: 8900ms;
          animation-delay: 8900ms;
}

.asj[data-delay="9000"] {
  -webkit-animation-delay: 9000ms;
          animation-delay: 9000ms;
}

.asj[data-delay="9100"] {
  -webkit-animation-delay: 9100ms;
          animation-delay: 9100ms;
}

.asj[data-delay="9200"] {
  -webkit-animation-delay: 9200ms;
          animation-delay: 9200ms;
}

.asj[data-delay="9300"] {
  -webkit-animation-delay: 9300ms;
          animation-delay: 9300ms;
}

.asj[data-delay="9400"] {
  -webkit-animation-delay: 9400ms;
          animation-delay: 9400ms;
}

.asj[data-delay="9500"] {
  -webkit-animation-delay: 9500ms;
          animation-delay: 9500ms;
}

.asj[data-delay="9600"] {
  -webkit-animation-delay: 9600ms;
          animation-delay: 9600ms;
}

.asj[data-delay="9700"] {
  -webkit-animation-delay: 9700ms;
          animation-delay: 9700ms;
}

.asj[data-delay="9800"] {
  -webkit-animation-delay: 9800ms;
          animation-delay: 9800ms;
}

.asj[data-delay="9900"] {
  -webkit-animation-delay: 9900ms;
          animation-delay: 9900ms;
}

.asj[data-delay="10000"] {
  -webkit-animation-delay: 10000ms;
          animation-delay: 10000ms;
}

@-webkit-keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fadeRotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-menu-ul {
  position: relative;
  z-index: 5;
  margin-bottom: 54px;
}
@media all and (max-width: 991px) {
  .top-menu-ul {
    margin-bottom: 47px;
  }
}
.top-menu-ul .item_menu_Box {
  position: relative;
  margin: 0 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media all and (max-width: 768px) {
  .top-menu-ul .item_menu_Box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}
.top-menu-ul ul.slides {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media all and (max-width: 991px) {
  .top-menu-ul ul.slides {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.top-menu-ul li {
  margin-right: 30px;
  margin-left: 25px;
}
@media all and (max-width: 991px) {
  .top-menu-ul li {
    margin: 20px 0 0;
  }
}
.top-menu-ul li.active a {
  position: relative;
  color: #4c4c4c;
}
.top-menu-ul li.active a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background: #649033;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width: 991px) {
  .top-menu-ul li.active a:before {
    top: -16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.top-menu-ul li.active .b_title {
  color: #fff;
}
.top-menu-ul li.active .s_title {
  color: #fff;
}
.top-menu-ul li.active .s_title::before {
  background-color: #fff;
}
.top-menu-ul li a {
  display: block;
  color: #999999;
  font-size: 20px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.75s;
  transition: color 0.75s;
}
.top-menu-ul li a:hover {
  color: #4c4c4c;
  position: relative;
  -webkit-transform: all 0.5s;
          transform: all 0.5s;
}

.open_flexslider .flex-direction-nav {
  display: block;
}

.flex-direction-nav {
  display: none;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + 80px);
  height: 100%;
}
@media all and (max-width: 768px) {
  .flex-direction-nav {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.flex-direction-nav a {
  position: absolute;
  width: 40px;
  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;
  z-index: 10;
}
.flex-direction-nav a.flex-prev {
  left: -20px;
  top: 0px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .flex-direction-nav a.flex-prev {
    left: 0px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-prev {
    left: -2px;
    padding-right: 20px;
  }
}
@media all and (min-width: 769px) {
  .flex-direction-nav a.flex-prev:hover div:after {
    opacity: 1;
  }
}
.flex-direction-nav a.flex-prev div {
  position: relative;
  width: 12px;
  height: 20px;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .flex-direction-nav a.flex-prev div {
    width: 10px;
    height: 17px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-prev div {
    width: 7px;
    height: 14px;
  }
}
.flex-direction-nav a.flex-prev div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/l_arrow_bt.png") center/contain no-repeat;
}
.flex-direction-nav a.flex-prev div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/l_arrow_bt.png") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.flex-direction-nav a.flex-prev.nopage {
  pointer-events: none;
  opacity: 0.2;
}
.flex-direction-nav a.flex-next {
  right: -20px;
  top: 0px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .flex-direction-nav a.flex-next {
    right: 0px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-next {
    right: -2px;
    padding-left: 20px;
  }
}
@media all and (min-width: 769px) {
  .flex-direction-nav a.flex-next:hover div:after {
    opacity: 1;
  }
}
.flex-direction-nav a.flex-next div {
  position: relative;
  width: 12px;
  height: 20px;
}
@media all and (min-width: 769px) and (max-width: 991px) {
  .flex-direction-nav a.flex-next div {
    width: 10px;
    height: 17px;
  }
}
@media all and (max-width: 768px) {
  .flex-direction-nav a.flex-next div {
    width: 7px;
    height: 14px;
  }
}
.flex-direction-nav a.flex-next div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/r_arrow_bt.png") center/contain no-repeat;
}
.flex-direction-nav a.flex-next div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/r_arrow_bt.png") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.flex-direction-nav a.flex-next.nopage {
  pointer-events: none;
  opacity: 0.2;
}