@charset "UTF-8";
/* CSS Document */
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@400;500;600;700&display=swap");
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .insPage .goBackBox .btn.booking::before, .insPage .goBackBox .btn.download::before, .insPage .goBackBox .btn.goBack2::before, .insPage .goBackBox .btn, .insPage .goBackBox, .privacyArea, footer .socialBox .socialList li a svg, footer .socialBox .socialList li, footer .languageBox .languageList, footer .bookBtnBox .bookBtn svg, .messageBoxMb .arrowBox .arrow::before, .messageBoxMb .arrowBox .arrow, .messageArea .arrowBox .arrow::before, .messageArea .arrowBox .arrow, .messageArea, .floatArea .booking svg, .floatArea, .slideMenuArea .languageBox .languageList, .slideMenuArea .bookBtnBox .bookBtn svg, .slideMenuArea .socialBox .socialList li a svg, .slideMenuArea .socialBox .socialList li, .slideMenuArea .menuBox .nav .submenu, .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after, .slideMenuArea .menuBox .nav::before, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger .line, .slideMenuTrigger, header .languageBox .languageList, header .languageBox, header .menuBox, header .bookBtnBox .bookBtn svg, header .bookBtnBox, header, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox.DownOpen .moduleClose::before, .moduleBox.DownOpen .moduleClose::after, .moduleBox.DownOpen .moduleClose, .moduleBox.RightOpen .moduleClose::before, .moduleBox.RightOpen .moduleClose::after, .moduleBox.RightOpen .moduleClose, .moduleBox .moduleClose, .arrowBox .arrow::before, .arrowBox .arrow, .btnBox .btn.animation::after, .btnBox .btn_icon .icon, button, a, body:not(.WebSiteHome) header.classRoom .menuBox, body:not(.WebSiteHome) header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes waveY {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes waveY {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes waveX {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes waveX {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideUp {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideUp {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
body {
  background-color: #eeefea;
  color: #454c56;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
  font-family: "Inter", "Noto Sans Tc", Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #002554;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .insPage {
  position: relative;
  background-color: #eeefea;
}
body:not(.WebSiteHome) .insPage::before {
  content: "";
  position: absolute;
  background-image: url("../images/main_ins_bg.png");
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body:not(.WebSiteHome) header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) header .logo {
    margin: 0 auto 0 0;
  }
}
body:not(.WebSiteHome) header .logo {
  position: relative;
  top: 0;
  right: unset;
  margin: 0;
}
body:not(.WebSiteHome) header .wrap {
  padding: 0px 20px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) header .wrap {
    padding: 17px 20px;
  }
}
body:not(.WebSiteHome) header .bookBtnBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body:not(.WebSiteHome) header .menuBox {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
body:not(.WebSiteHome) header .languageBox {
  opacity: 1;
  position: relative;
}
body:not(.WebSiteHome) header .slideMenuTrigger {
  display: none;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) header .slideMenuTrigger {
    display: block;
  }
}
body:not(.WebSiteHome) header.classRoom {
  background-color: transparent;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}
body:not(.WebSiteHome) header.classRoom .wrap {
  padding: 40px 60px;
}
body:not(.WebSiteHome) header.classRoom .logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body:not(.WebSiteHome) header.classRoom .menuBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
body:not(.WebSiteHome) header.classRoom .languageBox .languageCurrent {
  color: #fff;
}
body:not(.WebSiteHome) header.classRoom .languageBox .languageCurrent .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body:not(.WebSiteHome) header.classRoom .languageBox .languageCurrent::before {
  border-color: #fff transparent transparent transparent;
}
body:not(.WebSiteHome) header.classRoom .slideMenuTrigger .line::before, body:not(.WebSiteHome) header.classRoom .slideMenuTrigger .line::after {
  background-color: #fff;
}
body:not(.WebSiteHome) header.classRoom.downshow {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
body:not(.WebSiteHome) header.classRoom.downshow .wrap {
  padding: 0px 60px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) header.classRoom.downshow .wrap {
    padding: 17px 20px;
  }
}
body:not(.WebSiteHome) header.classRoom.downshow .logo {
  -webkit-filter: unset;
          filter: unset;
}
body:not(.WebSiteHome) header.classRoom.downshow .bookBtnBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body:not(.WebSiteHome) header.classRoom.downshow .menuBox {
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
}
body:not(.WebSiteHome) header.classRoom.downshow .languageBox .languageCurrent {
  color: #454c56;
}
body:not(.WebSiteHome) header.classRoom.downshow .languageBox .languageCurrent .icon {
  -webkit-filter: unset;
          filter: unset;
}
body:not(.WebSiteHome) header.classRoom.downshow .languageBox .languageCurrent::before {
  border-color: #454c56 transparent transparent transparent;
}
body:not(.WebSiteHome) header.classRoom.downshow .slideMenuTrigger .line::before, body:not(.WebSiteHome) header.classRoom.downshow .slideMenuTrigger .line::after {
  background-color: #454c56;
}
body:not(.WebSiteHome) .slideMenuTrigger {
  opacity: 1 !important;
}
body:not(.WebSiteHome) .mainArea {
  position: relative;
  z-index: 3;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .mainArea {
    padding: 0 20px 100px;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .mainArea {
    padding: 0 20px 60px;
  }
}

address {
  font-style: normal;
}

a {
  color: #3a4a5e;
  cursor: pointer;
}
a:hover {
  color: #aca287;
}

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

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

div.titan {
  display: none;
}

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

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

img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}

.btnBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  padding: 10px 24px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 960px) {
  .btnBox .btn {
    margin: 10px auto;
  }
}
.btnBox .btn span {
  display: inline-block;
  margin-left: 5px;
}
.btnBox .btn_deco {
  color: #fff;
  font-size: 15px;
  padding: 0 0 40px 0;
  position: relative;
}
.btnBox .btn_deco::before {
  content: url("../images/readMore.png");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  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;
}
@media (min-width: 1201px) {
  .btnBox .btn_deco:hover {
    background-color: #aca287;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .btnBox .btn_deco {
    margin: 0 10px;
    width: 140px;
    line-height: 50px;
  }
}
.btnBox .btn_cis {
  background-color: #fff;
  font-size: 15px;
  color: #3a4a5e;
  border-radius: 30px;
  width: 210px;
  line-height: 60px;
  padding: 0;
}
@media (min-width: 1201px) {
  .btnBox .btn_cis:hover {
    background-color: #aca287;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .btnBox .btn_cis {
    margin: 0 10px;
    width: 140px;
    line-height: 50px;
  }
}
.btnBox .btn_cis2 {
  background-color: #003f7e;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
  width: 210px;
  line-height: 60px;
  padding: 0;
}
@media (min-width: 1201px) {
  .btnBox .btn_cis2:hover {
    background-color: #aca287;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .btnBox .btn_cis2 {
    margin: 0 10px;
    width: 140px;
    line-height: 50px;
  }
}
.btnBox .btn_icon {
  background-color: #fff;
  font-size: 15px;
  color: #3a4a5e;
  border-radius: 30px;
  width: 210px;
  line-height: 60px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .btnBox .btn_icon {
    margin: 0 10px;
    width: 140px;
    line-height: 50px;
  }
}
.btnBox .btn_icon.booking {
  background-color: #002554;
  color: #fff;
}
.btnBox .btn_icon.booking .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 1201px) {
  .btnBox .btn_icon:hover {
    background-color: #aca287;
    color: #fff;
  }
  .btnBox .btn_icon:hover .icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.btnBox .btn_cis_m {
  background-color: #003f7e;
  font-size: 13px;
  color: #fff;
  border-radius: 17px;
  width: 240px;
  line-height: 60px;
  margin: 0 auto;
  padding: 0;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .btnBox .btn_cis_m {
    margin: 0 10px;
    width: 140px;
    line-height: 50px;
  }
}
@media (min-width: 1201px) {
  .btnBox .btn_cis_m:hover {
    background-color: #aca287;
  }
}
.btnBox .btn_cis_m2 {
  background-color: #aca287;
  font-size: 13px;
  color: #fff;
  border-radius: 17px;
  width: 240px;
  line-height: 60px;
  margin: 0 auto;
  padding: 0;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .btnBox .btn_cis_m2 {
    margin: 0 10px;
    width: 140px;
    line-height: 50px;
  }
}
@media (min-width: 1201px) {
  .btnBox .btn_cis_m2:hover {
    background-color: #978b69;
  }
}
.btnBox .btn_cis_m3 {
  background-color: #003f7e;
  font-size: 13px;
  color: #fff;
  border-radius: 17px;
  width: 240px;
  line-height: 60px;
  margin: 0 auto;
  padding: 0;
  border-radius: 30px;
}
@media (max-width: 640px) {
  .btnBox .btn_cis_m3 {
    margin: 0 10px;
    width: 140px;
    line-height: 50px;
  }
}
@media (min-width: 1201px) {
  .btnBox .btn_cis_m3:hover {
    background-color: #002451;
  }
}
.btnBox .btn_cis_s {
  background-color: #002554;
  font-size: 13px;
  color: #fff;
  border-radius: 17px;
  padding: 10px 24px;
}
@media (min-width: 1201px) {
  .btnBox .btn_cis_s:hover {
    background-color: #aca287;
  }
}
.btnBox .btn_color_main {
  border: 1px solid #001a3b;
  background-color: #002554;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_main:hover {
    border-color: #000308;
    background-color: #000f21;
  }
}
.btnBox .btn_color_white {
  border: 1px solid #002554;
  background-color: #fff;
  color: #002554;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_white:hover {
    border-color: #001a3b;
    background-color: #002554;
    color: #fff;
  }
}
.btnBox .btn_color_gray {
  border: 1px solid #bebebe;
  background-color: #cbcbcb;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_gray:hover {
    border-color: #9e9e9e;
    background-color: #ababab;
  }
}
.btnBox .btn_color_darkgray {
  border: 1px solid #8d8d8d;
  background-color: #9a9a9a;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn_color_darkgray:hover {
    border-color: #6d6d6d;
    background-color: #7a7a7a;
  }
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #000;
  display: none;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover {
    border-color: #000;
  }
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.arrowBox {
  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;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 0 60px;
  opacity: 1;
  pointer-events: none;
}
.arrowBox .arrow {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border: 1px solid transparent;
  pointer-events: auto;
}
@media (max-width: 640px) {
  .arrowBox .arrow {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1201px) {
  .arrowBox .arrow:hover::before {
    border-left: 1px solid #002554;
    border-bottom: 1px solid #002554;
  }
}
.arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  border-left: 1px solid #002554;
  border-bottom: 1px solid #002554;
  opacity: 1 !important;
}
@media (max-width: 640px) {
  .arrowBox .arrow::before {
    width: 25px;
    height: 25px;
    border-left: 1px solid #002554;
    border-bottom: 1px solid #002554;
  }
}
.arrowBox .arrowPrev {
  left: 0;
}
.arrowBox .arrowPrev::before {
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.arrowBox .arrowNext {
  right: 0;
}
.arrowBox .arrowNext::before {
  right: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.outerWrap {
  padding-top: 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 0px;
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1180px) {
  .wrap {
    padding: 0;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  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;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #002554;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #002554;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.moduleBox .moduleClose:hover {
  background-color: #000;
}
.moduleBox.RightOpen {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
@media (max-width: 640px) {
  .moduleBox.RightOpen {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.moduleBox.RightOpen .moduleWrap {
  max-width: 1200px;
  border-radius: 80px 0 0px 80px;
  overflow: hidden;
  padding-top: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #eeefea;
}
@media (max-width: 640px) {
  .moduleBox.RightOpen .moduleWrap {
    border-radius: 40px;
    width: 90%;
    margin: 0 auto;
  }
}
.moduleBox.RightOpen .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 45px;
  z-index: 5;
}
@media (max-width: 640px) {
  .moduleBox.RightOpen .moduleClose {
    right: 20px;
    top: 20px;
  }
}
.moduleBox.RightOpen .moduleClose::before, .moduleBox.RightOpen .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #424241;
}
.moduleBox.RightOpen .moduleClose::before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.moduleBox.RightOpen .moduleClose::after {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.moduleBox.RightOpen .moduleClose:hover::before, .moduleBox.RightOpen .moduleClose:hover::after {
  background-color: #aca287;
}
.moduleBox.RightOpen .moduleClose:hover::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.moduleBox.RightOpen .moduleClose:hover::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.moduleBox.RightOpen .moduleContent {
  padding: 60px;
}
@media (max-width: 640px) {
  .moduleBox.RightOpen .moduleContent {
    padding: 60px 20px;
  }
}
.moduleBox.RightOpen .titleArtBox {
  margin-bottom: 30px;
  opacity: 0;
}
.moduleBox.RightOpen .titleArtBox .titleEn {
  font-family: "Inter", "Microsoft JhengHei", "sans-serif";
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1.8px;
}
.moduleBox.RightOpen .titleArtBox .subtitleEn {
  top: -30px;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.6px;
  z-index: -1;
}
@media (max-width: 640px) {
  .moduleBox.RightOpen .titleArtBox .subtitleEn {
    font-size: 30px;
    display: none;
  }
}
.moduleBox.RightOpen .titleArtBox .text {
  color: #7e848d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
  margin: 50px 0 0;
}
.moduleBox.RightOpen .titleArtBox .text span {
  color: #aca287;
}
.moduleBox.RightOpen .formBox {
  opacity: 0;
}
.moduleBox.RightOpen.roomInfoArea .moduleWrap {
  border-radius: 80px 80px 0px 80px;
  padding-top: 60px;
  height: 800px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1180px) {
  .moduleBox.RightOpen.roomInfoArea .moduleWrap {
    border-radius: 40px;
    width: 90%;
    overflow-y: hidden;
  }
}
@media (max-width: 640px) {
  .moduleBox.RightOpen.roomInfoArea .moduleWrap {
    height: auto;
  }
}
.moduleBox.RightOpen.roomInfoArea .moduleContent {
  padding: 20px 65px;
}
@media (min-width: 1181px) {
  .moduleBox.RightOpen.roomInfoArea .moduleContent {
    max-height: none;
    overflow: hidden;
  }
}
@media (max-width: 1180px) {
  .moduleBox.RightOpen.roomInfoArea .moduleContent {
    padding: 40px 20px 60px;
  }
}
.moduleBox.RightOpen.roomInfoArea .mainInfoBox {
  padding-right: 60px;
  width: 100%;
  display: block;
}
@media (max-width: 1180px) {
  .moduleBox.RightOpen.roomInfoArea .mainInfoBox {
    padding: 0;
  }
}
.moduleBox.RightOpen.roomInfoArea .topBox {
  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;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 960px) {
  .moduleBox.RightOpen.roomInfoArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.moduleBox.RightOpen.roomInfoArea .infotitleBox .titleTw {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  color: #3a4a5e;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 4px;
  margin-bottom: 8px;
  display: block;
  opacity: 0;
}
@media (max-width: 1180px) {
  .moduleBox.RightOpen.roomInfoArea .infotitleBox .titleTw {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .moduleBox.RightOpen.roomInfoArea .infotitleBox .titleTw {
    text-align: center;
  }
}
.moduleBox.RightOpen.roomInfoArea .infotitleBox .titleEn {
  color: #003f7e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  opacity: 0;
}
.moduleBox.RightOpen.roomInfoArea .infotitleBox .subtitleEn {
  text-transform: uppercase;
  font-family: "Bellefair", "Microsoft JhengHei", "sans-serif";
  color: transparent;
  -webkit-text-stroke: 1px rgb(220, 220, 220);
  position: absolute;
  top: -15px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.6px;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1180px) {
  .moduleBox.RightOpen.roomInfoArea .infotitleBox .subtitleEn {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .moduleBox.RightOpen.roomInfoArea .infotitleBox .subtitleEn {
    text-align: center;
    top: -7px;
  }
}
.moduleBox.RightOpen.roomInfoArea .btnBox {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .moduleBox.RightOpen.roomInfoArea .btnBox {
    margin-top: 30px;
  }
}
.moduleBox.RightOpen.roomInfoArea .btnBox .btn_cis {
  margin: 0 10px;
}
.moduleBox.RightOpen.roomInfoArea .textOutBox {
  overflow-y: auto;
  overflow-x: hidden;
  height: 600px;
  opacity: 0;
}
.moduleBox.RightOpen.roomInfoArea .textOutBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox.RightOpen.roomInfoArea .textOutBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox.RightOpen.roomInfoArea .textOutBox::-webkit-scrollbar-thumb {
  background: #002554;
}
@media (max-width: 1180px) {
  .moduleBox.RightOpen.roomInfoArea .textOutBox {
    height: auto;
  }
}
.moduleBox.RightOpen.roomInfoArea .textOutBox .textEditor {
  padding-right: 60px;
}
@media (max-width: 1180px) {
  .moduleBox.RightOpen.roomInfoArea .textOutBox .textEditor {
    padding: 0;
  }
}
.moduleBox.RightOpen.show .moduleWrap {
  -webkit-animation: textSlideRightAnimation 0.5s ease-in-out forwards;
          animation: textSlideRightAnimation 0.5s ease-in-out forwards;
}
.moduleBox.RightOpen.show .titleArtBox {
  -webkit-animation: textSlideUpAnimation 0.7s 0.2s ease-in-out forwards;
          animation: textSlideUpAnimation 0.7s 0.2s ease-in-out forwards;
}
.moduleBox.RightOpen.show .formBox {
  -webkit-animation: textSlideUpAnimation 0.7s 0.5s ease-in-out forwards;
          animation: textSlideUpAnimation 0.7s 0.5s ease-in-out forwards;
}
.moduleBox.RightOpen.show .infotitleBox .subtitleEn {
  -webkit-animation: textSlideUpAnimation 0.7s 0.2s ease-in-out forwards;
          animation: textSlideUpAnimation 0.7s 0.2s ease-in-out forwards;
}
.moduleBox.RightOpen.show .infotitleBox .titleTw {
  -webkit-animation: textSlideUpAnimation 0.7s 0.5s ease-in-out forwards;
          animation: textSlideUpAnimation 0.7s 0.5s ease-in-out forwards;
}
.moduleBox.RightOpen.show .btnBox {
  -webkit-animation: textSlideUpAnimation 0.7s 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.7s 0.8s ease-in-out forwards;
}
.moduleBox.RightOpen.show .textOutBox {
  -webkit-animation: textSlideUpAnimation 0.7s 1s ease-in-out forwards;
          animation: textSlideUpAnimation 0.7s 1s ease-in-out forwards;
}
.moduleBox.DownOpen {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.moduleBox.DownOpen .moduleWrap {
  max-width: 1200px;
  border-radius: 40px;
  padding-top: 60px;
  height: 85vh;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #eeefea;
}
@media (max-width: 1180px) {
  .moduleBox.DownOpen .moduleWrap {
    width: 90%;
    height: 600px;
    border-radius: 40px;
    padding: 60px 0;
    overflow-y: auto;
  }
}
@media (max-width: 640px) {
  .moduleBox.DownOpen .moduleWrap {
    height: 500px;
  }
}
.moduleBox.DownOpen .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 60px;
  top: 45px;
  z-index: 5;
}
@media (max-width: 1180px) {
  .moduleBox.DownOpen .moduleClose {
    top: 20px;
    right: 20px;
  }
}
.moduleBox.DownOpen .moduleClose::before, .moduleBox.DownOpen .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #424241;
}
.moduleBox.DownOpen .moduleClose::before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.moduleBox.DownOpen .moduleClose::after {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.moduleBox.DownOpen .moduleClose:hover::before, .moduleBox.DownOpen .moduleClose:hover::after {
  background-color: #aca287;
}
.moduleBox.DownOpen .moduleClose:hover::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.moduleBox.DownOpen .moduleClose:hover::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.moduleBox.DownOpen .moduleContent {
  padding: 40px 60px;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .moduleBox.DownOpen .moduleContent {
    padding: 40px 20px;
    overflow: auto;
  }
}
.moduleBox.DownOpen .titleArtBox {
  margin-bottom: 30px;
  opacity: 0;
}
.moduleBox.DownOpen .titleArtBox .titleEn {
  font-family: "Inter", "Microsoft JhengHei", "sans-serif";
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1.8px;
}
.moduleBox.DownOpen .titleArtBox .subtitleEn {
  top: -30px;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.6px;
  z-index: -1;
}
@media (max-width: 1180px) {
  .moduleBox.DownOpen .titleArtBox .subtitleEn {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .moduleBox.DownOpen .titleArtBox .subtitleEn {
    text-align: center;
    top: -7px;
  }
}
.moduleBox.DownOpen .titleArtBox .text {
  color: #7e848d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
  margin: 50px 0 0;
}
.moduleBox.DownOpen .titleArtBox .text span {
  color: #aca287;
}
.moduleBox.DownOpen .mainArtBox {
  opacity: 0;
}
.moduleBox.DownOpen.show .moduleWrap {
  -webkit-animation: textSlideDownAnimation 0.5s ease-in-out forwards;
          animation: textSlideDownAnimation 0.5s ease-in-out forwards;
}
.moduleBox.DownOpen.show .titleArtBox {
  -webkit-animation: textSlideDownAnimation 0.7s 0.2s ease-in-out forwards;
          animation: textSlideDownAnimation 0.7s 0.2s ease-in-out forwards;
}
.moduleBox.DownOpen.show .mainArtBox {
  -webkit-animation: textSlideDownAnimation 0.7s 0.5s ease-in-out forwards;
          animation: textSlideDownAnimation 0.7s 0.5s ease-in-out forwards;
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #002554;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #002554;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: #004db0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #00306e;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #002554;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #002554;
}
.moduleBox.cart .cartBox {
  border-top: 2px solid #002554;
  border-bottom: 2px solid #dddddd;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #dddddd;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #002554;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #002554;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #002554;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes wave {
  2% {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  25% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
}
@keyframes wave {
  2% {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  25% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
}
/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: linear-gradient(315deg, #002554 3%, #003f7e 68%, #7e848d 98%);
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
}
.loadingArea .loadLogo {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.loadingArea .loadLogo .logoWaveBox {
  width: 77px;
  height: 35px;
  position: relative;
}
.loadingArea .loadLogo .logoWaveBox .logoWave {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.loadingArea .loadLogo .logoWaveBox .wave01 {
  -webkit-animation: waveX 1.5s infinite;
          animation: waveX 1.5s infinite;
}
.loadingArea .loadLogo .logoWaveBox .wave02 {
  -webkit-animation: waveX 1.7s infinite;
          animation: waveX 1.7s infinite;
}
.loadingArea .loadLogo .logoWaveBox .wave03 {
  -webkit-animation: waveX 1.9s infinite;
          animation: waveX 1.9s infinite;
}
.loadingArea .loadLogo .logoText {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: calc(100% - 77px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.loadingArea .loadLogo .logoText svg {
  width: 225px;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo .logoWaveBox .wave01 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadingArea.show .loadLogo .logoWaveBox .wave02 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.loadingArea.show .loadLogo .logoWaveBox .wave03 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.loadingArea.show .loadLogo .logoText {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.loadingArea.hide {
  opacity: 0;
}
.loadingArea .wave {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 12em;
  -webkit-animation: wave 10s -3s linear infinite;
          animation: wave 10s -3s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.loadingArea .wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}
.loadingArea .wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  /*menu*/
}
header .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 60px;
  max-width: 100%;
}
@media (max-width: 1180px) {
  header .wrap {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  header .bookBtnBox {
    display: none;
  }
}
header .bookBtnBox .bookBtn {
  display: block;
  background-color: #003f7e;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  padding: 11px 19px;
}
@media (min-width: 1201px) {
  header .bookBtnBox .bookBtn:hover {
    background-color: #aca287;
  }
}
header .bookBtnBox .bookBtn svg {
  width: 24px;
  height: 15px;
  color: #fff;
  fill: #fff;
  margin: 0 10px -2px 0;
}
header .logo {
  width: 300px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  header .logo {
    margin: 0;
    width: 235px;
  }
}
@media (max-width: 1180px) {
  header .logo {
    position: relative;
    width: 300px;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 640px) {
  header .logo {
    width: 220px;
  }
}
header .logo a {
  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;
  width: 100%;
}
@media (min-width: 1201px) {
  header .logo a:hover .wave01 {
    -webkit-animation: waveX 1.5s infinite;
            animation: waveX 1.5s infinite;
  }
  header .logo a:hover .wave02 {
    -webkit-animation: waveX 1.7s infinite;
            animation: waveX 1.7s infinite;
  }
  header .logo a:hover .wave03 {
    -webkit-animation: waveX 1.9s infinite;
            animation: waveX 1.9s infinite;
  }
}
header .logo .logoWave {
  width: 77px;
  height: 35px;
  position: relative;
}
@media (max-width: 640px) {
  header .logo .logoWave {
    width: 50px;
    height: 20px;
  }
}
header .logo .logoWave .wave {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
header .logo .logoText {
  width: calc(100% - 77px);
}
@media (max-width: 640px) {
  header .logo .logoText {
    width: calc(100% - 50px);
  }
}
header .logo .logoText svg {
  width: 225px;
}
@media (max-width: 1180px) {
  header .logo .logoText svg {
    width: 100%;
  }
}
header .menuBox {
  width: calc(100% - 420px);
  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;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1220px) {
  header .menuBox {
    width: calc(100% - 235px);
  }
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .menu > li {
  position: relative;
  display: inline-block;
}
header .menu > li a {
  color: #454c56;
  display: block;
  font-size: 16px;
  padding: 23px 20px;
  letter-spacing: 2px;
  position: relative;
}
@media (max-width: 1680px) {
  header .menu > li a {
    padding: 23px 10px;
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  header .menu > li a {
    padding: 23px 5px;
  }
}
@media (max-width: 1320px) {
  header .menu > li a {
    font-size: 14px;
  }
}
header .menu > li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #aca287;
  left: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
header .menu > li a.current, header .menu > li a:hover {
  color: #aca287;
}
header .menu > li a.current::before, header .menu > li a:hover::before {
  width: 100%;
}
header .menu .submenu {
  width: 120px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  overflow: hidden;
}
header .menu .submenu.dining {
  width: 180px;
}
header .menu .submenu a {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #666;
  padding: 10px;
}
header .menu .submenu a.current, header .menu .submenu a:hover {
  color: #fff;
  background-color: #aca287;
}
header .menu .submenu a::before {
  display: none;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 120px;
}
header .languageBox {
  margin: 0 20px 0 10px;
  margin: 0;
  position: relative;
  padding-right: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  header .languageBox {
    display: none;
  }
}
header .languageBox .languageCurrent {
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  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;
  font-size: 16px;
  color: #454c56;
}
header .languageBox .languageCurrent::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #454c56 transparent transparent transparent;
}
header .languageBox .languageCurrent .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
header .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
}
header .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
header .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
header .languageBox .languageList li a:hover, header .languageBox .languageList li a.current {
  background-color: #aca287;
  color: #fff;
}
header.scrolldown {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.scrolldown .wrap {
  padding: 0px 20px;
}
@media (max-width: 1180px) {
  header.scrolldown .wrap {
    padding: 17px 20px;
  }
}
header.scrolldown .logo {
  position: relative;
  top: 0;
  right: unset;
  margin: 0;
}
@media (max-width: 640px) {
  header.scrolldown .logo {
    margin: 0;
  }
}
header.scrolldown .bookBtnBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header.scrolldown .menuBox {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
header.scrolldown .languageBox {
  opacity: 1;
  position: relative;
}
header.scrolldown .slideMenuTrigger {
  display: none;
}
@media (max-width: 1180px) {
  header.scrolldown .slideMenuTrigger {
    display: none;
  }
}
@media (max-width: 1180px) {
  header.scrolldown .logo {
    margin: 0 auto 0 0;
  }
}
header.downshow {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.downshow .wrap {
  padding: 0px 20px;
}
@media (max-width: 1180px) {
  header.downshow .wrap {
    padding: 17px 20px;
  }
}
header.downshow .logo {
  position: relative;
  top: 0;
  right: unset;
  margin: 0;
}
@media (max-width: 640px) {
  header.downshow .logo {
    margin: 0;
  }
}
header.downshow .bookBtnBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header.downshow .menuBox {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
header.downshow .languageBox {
  opacity: 1;
  position: relative;
}
header.downshow .slideMenuTrigger {
  display: none;
}
@media (max-width: 1180px) {
  header.downshow .slideMenuTrigger {
    display: block;
  }
}
@media (max-width: 1180px) {
  header.downshow .logo {
    margin: 0 auto 0 0;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  width: 36px;
  height: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1180px) {
  .slideMenuTrigger {
    opacity: 0;
    position: absolute;
    margin: 0;
  }
  .slideMenuTrigger.scrollDown {
    opacity: 1;
  }
}
.slideMenuTrigger .line {
  width: 100%;
  height: 1px;
  background-color: transparent;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  z-index: 1;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(25deg);
          transform: translateY(0) rotate(25deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-25deg);
          transform: translateY(0) rotate(-25deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #002554;
  }
}
.slideMenuArea {
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  background-color: #eeefea;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #eeefea;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #eeefea;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #002554;
}
.slideMenuArea .wrap {
  max-width: 1800px;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slideMenuArea.show .topBox {
  -webkit-animation: textSlideRightAnimation 0.8s 0.2s ease-in-out both;
          animation: textSlideRightAnimation 0.8s 0.2s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: textSlideRightAnimation 0.8s 0.6s ease-in-out both;
          animation: textSlideRightAnimation 0.8s 0.6s ease-in-out both;
}
.slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
  -webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
          animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.slideMenuArea.show .bottomBox .slideMenuLogo {
  -webkit-animation: textSlideRightAnimation 0.6s 0.8s ease-in-out both;
          animation: textSlideRightAnimation 0.6s 0.8s ease-in-out both;
}
.slideMenuArea.show .bottomBox .midLeft {
  -webkit-animation: textSlideRightAnimation 0.6s 1s ease-in-out both;
          animation: textSlideRightAnimation 0.6s 1s ease-in-out both;
}
.slideMenuArea.show .bottomBox .midRight {
  -webkit-animation: textSlideRightAnimation 0.6s 1.2s ease-in-out both;
          animation: textSlideRightAnimation 0.6s 1.2s ease-in-out both;
}
.slideMenuArea.show .right {
  -webkit-animation: textSlideRightAnimation 0.7s 1.6s ease-in-out both;
          animation: textSlideRightAnimation 0.7s 1.6s ease-in-out both;
}
.slideMenuArea.show .decoBox::before {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out both;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out both;
}
.slideMenuArea.show .decoBox .logoText {
  -webkit-animation: textSlideUpAnimation 0.5s 0.8s ease-in-out both;
          animation: textSlideUpAnimation 0.5s 0.8s ease-in-out both;
}
.slideMenuArea .wrap {
  position: relative;
  padding: 40px 20px;
}
@media (max-width: 1180px) {
  .slideMenuArea .wrap {
    padding: 20px 0;
  }
}
.slideMenuArea .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 15px;
}
@media (max-width: 1180px) {
  .slideMenuArea .topBox {
    padding: 20px 20px 40px;
  }
}
.slideMenuArea .mainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .slideMenuArea .mainBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slideMenuArea .menuBox {
  width: calc(100% - 505px);
  padding: 0px 0 0 120px;
  position: relative;
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox {
    width: 100%;
    padding: 0 20px;
  }
}
.slideMenuArea .menuBox .nav {
  position: relative;
}
.slideMenuArea .menuBox .nav::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  border-left: 1px dashed #e3e3e0;
  top: 0;
  left: 23%;
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox .nav::before {
    display: none;
  }
}
.slideMenuArea .menuBox .nav.show::before {
  height: 560px;
}
.slideMenuArea .menuBox .nav > li {
  position: relative;
}
.slideMenuArea .menuBox .nav > li.dropDown > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #002554;
  position: absolute;
  top: 50%;
  right: 85%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 1440px) {
  .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
    right: 80%;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox .nav > li.dropDown > span > a::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
    right: 0%;
  }
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > li.dropDown > span > a.current::before, .slideMenuArea .menuBox .nav > li.dropDown > span > a.current::after {
  background-color: #aca287;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > li.dropDown:hover a::before, .slideMenuArea .menuBox .nav > li.dropDown:hover a::after {
    background-color: #aca287;
  }
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a {
  color: #aca287;
}
.slideMenuArea .menuBox .nav > li.dropDown.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
  background-color: #aca287;
}
.slideMenuArea .menuBox .nav > li.dropDown.open .submenu {
  display: block;
}
.slideMenuArea .menuBox .nav > li a {
  display: block;
  letter-spacing: 0px;
  padding: 20px 0;
  position: relative;
  color: #454c56;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
}
@media (max-width: 640px) {
  .slideMenuArea .menuBox .nav > li a {
    padding: 20px 0;
  }
}
.slideMenuArea .menuBox .nav > li a.current {
  color: #aca287;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > li a:hover {
    color: #aca287;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  display: none;
  padding: 0 0 0 60px;
  position: absolute;
  top: 25%;
  right: -20%;
  z-index: 3;
}
@media (max-width: 1180px) {
  .slideMenuArea .menuBox .nav .submenu {
    right: 0;
    position: relative;
    top: 0;
    padding: 0 0 0 40px;
  }
}
.slideMenuArea .menuBox .nav .submenu li {
  padding: 0px 0;
}
.slideMenuArea .menuBox .nav .submenu li a {
  color: #454c56;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
}
.slideMenuArea .menuBox .nav .submenu li a.current {
  color: #002554;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu li a:hover {
    color: #002554;
  }
}
.slideMenuArea .menuImgBox {
  width: 505px;
  height: 635px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1536px) {
  .slideMenuArea .menuImgBox {
    width: 405px;
    height: 509px;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .menuImgBox {
    display: none;
  }
}
.slideMenuArea .menuImgBox .menuImgItem {
  display: none;
}
.slideMenuArea .menuImgBox .menuImgItem.current {
  display: block;
  -webkit-animation: 0.3s aniSlideLeft both linear;
          animation: 0.3s aniSlideLeft both linear;
}
.slideMenuArea .menuImgBox .menuImgItem {
  display: none;
  width: 100%;
}
.slideMenuArea .menuImgBox .menuImgItem.current {
  display: block;
  -webkit-animation: 0.3s aniSlideLeft both linear;
          animation: 0.3s aniSlideLeft both linear;
}
.slideMenuArea .menuImgBox img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  border-radius: 252px;
}
.slideMenuArea .bottomBox {
  width: 100%;
  padding: 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .slideMenuArea .bottomBox {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
}
.slideMenuArea .left {
  width: 300px;
  margin-right: 85px;
}
@media (max-width: 1536px) {
  .slideMenuArea .left {
    margin-right: 0;
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .left {
    width: 100%;
    margin: 0;
    display: none;
  }
}
.slideMenuArea .mid {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  .slideMenuArea .mid {
    width: 100%;
    -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;
  }
}
.slideMenuArea .mid .title {
  color: #002554;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 1px dashed #c9c9c9;
}
.slideMenuArea .mid .midLeft {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 60px;
}
@media (max-width: 1180px) {
  .slideMenuArea .mid .midLeft {
    width: 100%;
    margin: 0 0 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.slideMenuArea .mid .midRight {
  width: 450px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  .slideMenuArea .mid .midRight {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 20px 0;
  }
}
.slideMenuArea .right {
  width: 360px;
  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;
  margin: 0 0 0 auto;
}
@media (max-width: 1536px) {
  .slideMenuArea .right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .right {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.slideMenuArea .slideMenuLogo {
  width: 100%;
}
.slideMenuArea .slideMenuLogo a {
  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;
  width: 100%;
}
@media (min-width: 1201px) {
  .slideMenuArea .slideMenuLogo a:hover .wave01 {
    -webkit-animation: waveX 1.5s infinite;
            animation: waveX 1.5s infinite;
  }
  .slideMenuArea .slideMenuLogo a:hover .wave02 {
    -webkit-animation: waveX 1.7s infinite;
            animation: waveX 1.7s infinite;
  }
  .slideMenuArea .slideMenuLogo a:hover .wave03 {
    -webkit-animation: waveX 1.9s infinite;
            animation: waveX 1.9s infinite;
  }
}
.slideMenuArea .slideMenuLogo .logoWave {
  width: 77px;
  height: 35px;
  position: relative;
}
.slideMenuArea .slideMenuLogo .logoWave .wave {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.slideMenuArea .slideMenuLogo .logoText {
  width: calc(100% - 77px);
}
.slideMenuArea .slideMenuLogo .logoText svg {
  width: 225px;
}
.slideMenuArea .side_contactInfo {
  width: 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;
}
.slideMenuArea .side_contactInfo .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.slideMenuArea .side_contactInfo .infoList li {
  margin: 0 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media (max-width: 640px) {
  .slideMenuArea .side_contactInfo .infoList li {
    margin: 0;
  }
}
.slideMenuArea .side_contactInfo .infoList li i {
  display: none;
}
.slideMenuArea .side_contactInfo .infoList li .tit {
  color: #002554;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
.slideMenuArea .side_contactInfo .infoList li a,
.slideMenuArea .side_contactInfo .infoList li span {
  line-height: 1;
  position: relative;
  color: #7e848d;
  font-size: 14px;
  letter-spacing: 1.6px;
}
@media (min-width: 1201px) {
  .slideMenuArea .side_contactInfo .infoList li a:hover {
    color: #002554;
  }
}
.slideMenuArea .socialBox {
  width: 100%;
}
.slideMenuArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0 -5px;
}
.slideMenuArea .socialBox .socialList li {
  margin: 0 5px;
}
.slideMenuArea .socialBox .socialList li a {
  width: 40px;
  height: 40px;
  color: #d0d1d3;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d0d1d3;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #d0d1d3;
  margin-top: -2px;
  vertical-align: middle;
  color: #d0d1d3;
}
.slideMenuArea .socialBox .socialList li a:hover {
  color: #002554;
}
.slideMenuArea .socialBox .socialList li a:hover svg {
  fill: #002554;
  color: #002554;
}
.slideMenuArea .bookBtnBox .bookBtn {
  display: block;
  background-color: #003f7e;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  padding: 16px 54px;
}
@media (max-width: 640px) {
  .slideMenuArea .bookBtnBox .bookBtn {
    padding: 15px 30px;
  }
}
@media (max-width: 320px) {
  .slideMenuArea .bookBtnBox .bookBtn {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media (min-width: 1201px) {
  .slideMenuArea .bookBtnBox .bookBtn:hover {
    background-color: #aca287;
  }
}
.slideMenuArea .bookBtnBox .bookBtn svg {
  width: 24px;
  height: 15px;
  color: #fff;
  fill: #fff;
  margin: 0 10px -2px 0;
}
.slideMenuArea .languageBox {
  margin: 0 0 0 auto;
  position: relative;
}
@media (max-width: 1536px) {
  .slideMenuArea .languageBox {
    margin: 10px 0 0;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .languageBox {
    margin: 0 0 0 10px;
  }
}
.slideMenuArea .languageBox .languageCurrent {
  cursor: pointer;
  position: relative;
  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;
  background-color: #fff;
  font-size: 15px;
  color: #454c56;
  border-radius: 30px;
  padding: 16px 40px;
}
@media (max-width: 320px) {
  .slideMenuArea .languageBox .languageCurrent {
    font-size: 12px;
    padding: 10px 40px;
  }
}
.slideMenuArea .languageBox .languageCurrent::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent #454c56 transparent;
}
.slideMenuArea .languageBox .languageCurrent .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.slideMenuArea .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
}
.slideMenuArea .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.slideMenuArea .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
.slideMenuArea .languageBox .languageList li a:hover, .slideMenuArea .languageBox .languageList li a.current {
  background-color: #aca287;
  color: #fff;
}
.slideMenuArea .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.slideMenuArea .decoBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/deco_mountain.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.slideMenuArea .decoBox .logoText {
  text-transform: uppercase;
  font-family: "Bellefair", "Microsoft JhengHei", "sans-serif";
  color: transparent;
  -webkit-text-stroke: 1px rgb(220, 220, 220);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  pointer-events: none;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.6px;
  text-align: center;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1180px) {
  .slideMenuArea .decoBox .logoText {
    display: none;
  }
}
.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

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

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea.ins {
  padding-top: 74px;
}
@media (max-width: 1180px) {
  .bannerArea.ins {
    padding-top: 60px;
  }
}
.bannerArea.ins .bannerItem {
  position: relative;
}
.bannerArea.ins .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.bannerArea.ins .bannerItem .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0px 20px;
}
@media (max-width: 640px) {
  .bannerArea.ins .bannerItem .titleTw {
    font-size: 30px;
  }
}
.bannerArea.ins .bannerItem .subtitleEn {
  left: 20px;
}
@media (max-width: 640px) {
  .bannerArea.ins .bannerItem .subtitleEn {
    font-size: 40px;
    display: none;
  }
}
.bannerArea.ins .bannerItem .Img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 650px;
}
.bannerArea.ins .bannerItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

/*floatArea*/
.floatArea {
  position: fixed;
  bottom: 20px;
  right: 40px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  z-index: 999;
}
@media (max-width: 1180px) {
  .floatArea {
    right: 0px;
    display: none;
  }
}
@media (min-width: 1201px) {
  .floatArea:hover {
    -webkit-animation: upDown 1.2s ease-in-out infinite;
            animation: upDown 1.2s ease-in-out infinite;
  }
}
.floatArea.scrollDown {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.floatArea .booking {
  display: block;
  background-color: #003f7e;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .floatArea .booking {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    width: 40px;
    height: 120px;
    border-radius: 25px 0px 0px 25px;
  }
}
@media (min-width: 1201px) {
  .floatArea .booking:hover {
    background-color: #aca287;
  }
}
.floatArea .booking svg {
  width: 27px;
  height: 18px;
  color: #fff;
  fill: #fff;
  margin: 0 0 5px 0;
}
@media (max-width: 1180px) {
  .floatArea .booking svg {
    display: none;
  }
}

/*messageArea*/
.messageArea {
  position: fixed;
  top: 30%;
  left: 0px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  z-index: 99;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .messageArea {
    left: unset;
    right: 0px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    display: none;
    pointer-events: none;
  }
}
.messageArea.scrollDown {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  pointer-events: auto;
}
.messageArea .messageListBox {
  width: 280px;
  height: 450px;
  background-color: #fff;
  padding: 35px 40px;
  border-radius: 0 0px 60px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .messageArea .messageListBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 0 0px 0px 60px;
  }
}
@media (max-width: 640px) {
  .messageArea .messageListBox {
    height: auto;
  }
}
.messageArea .messageBox {
  position: absolute;
  top: 25%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .messageArea .messageBox {
    left: unset;
    right: 0;
    -webkit-transform: translateX(87%);
            transform: translateX(87%);
  }
}
.messageArea .messageBox.close {
  -webkit-transform: translateX(-87%);
          transform: translateX(-87%);
}
@media (max-width: 1180px) {
  .messageArea .messageBox.close {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.messageArea .messageBox .titleBox {
  color: #002554;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  width: 40px;
  height: 120px;
  border-radius: 0 25px 25px 0;
  background-color: #fff;
  cursor: pointer;
  display: block;
  pointer-events: auto;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1180px) {
  .messageArea .messageBox .titleBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 25px 0px 0px 25px;
    padding: 0 0 0 5px;
  }
}
.messageArea .messageBox .messageList > .messageItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.messageArea .messageBox .slick-current .Img {
  -webkit-animation: textSlideUpAnimation 0.8s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s ease-in-out forwards;
}
.messageArea .messageBox .slick-current .Txt .title {
  -webkit-animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.messageArea .messageBox .slick-current .Txt .btnBox {
  -webkit-animation: textSlideUpAnimation 0.8s 0.6s ease-in-out forwards;
          animation: textSlideUpAnimation 0.8s 0.6s ease-in-out forwards;
}
.messageArea .messageBox .Img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  opacity: 0;
}
@media (max-width: 640px) {
  .messageArea .messageBox .Img {
    padding: 0 20px;
  }
}
.messageArea .messageBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  border-radius: 90px;
}
.messageArea .messageBox .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.messageArea .messageBox .title {
  margin: 15px 0;
  color: #002554;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  height: 85px;
  opacity: 0;
}
@media (max-width: 640px) {
  .messageArea .messageBox .title {
    font-size: 16px;
  }
}
.messageArea .messageBox .btnBox {
  opacity: 0;
}
.messageArea .messageBox .btnBox .btn {
  margin: 0;
}
.messageArea .arrowBox {
  padding: 0 10px;
  top: 40%;
}
.messageArea .arrowBox .arrow {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  pointer-events: auto;
  margin: 0;
}
@media (max-width: 640px) {
  .messageArea .arrowBox .arrow {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1201px) {
  .messageArea .arrowBox .arrow:hover::before {
    border-left: 1px solid #002554;
    border-bottom: 1px solid #002554;
  }
}
.messageArea .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-left: 1px solid #002554;
  border-bottom: 1px solid #002554;
  opacity: 1 !important;
}
@media (max-width: 640px) {
  .messageArea .arrowBox .arrow::before {
    width: 20px;
    height: 20px;
  }
}
.messageArea .arrowBox .arrowPrev {
  left: 0;
}
.messageArea .arrowBox .arrowPrev::before {
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.messageArea .arrowBox .arrowNext {
  right: 0;
}
.messageArea .arrowBox .arrowNext::before {
  right: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.messageBoxMb .messageListBox {
  width: 260px;
  background-color: #fff;
  padding: 35px 40px;
  margin: 0 auto;
  height: auto;
}
.messageBoxMb .messageListMb > .messageItem:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.messageBoxMb .Img {
  width: 100%;
}
@media (max-width: 640px) {
  .messageBoxMb .Img {
    padding: 0 20px;
  }
}
.messageBoxMb .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  border-radius: 90px;
}
.messageBoxMb .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.messageBoxMb .title {
  margin: 15px 0;
  color: #002554;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 640px) {
  .messageBoxMb .title {
    font-size: 16px;
  }
}
.messageBoxMb .btnBox .btn {
  margin: 0;
}
.messageBoxMb .arrowBox {
  padding: 0;
  top: 40%;
}
@media (max-width: 1180px) {
  .messageBoxMb .arrowBox {
    padding: 0 10px;
    width: 70%;
  }
}
@media (max-width: 640px) {
  .messageBoxMb .arrowBox {
    width: 80%;
  }
}
.messageBoxMb .arrowBox .arrow {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  pointer-events: auto;
  margin: 0;
}
@media (max-width: 640px) {
  .messageBoxMb .arrowBox .arrow {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1201px) {
  .messageBoxMb .arrowBox .arrow:hover::before {
    border-left: 1px solid #002554;
    border-bottom: 1px solid #002554;
  }
}
.messageBoxMb .arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-left: 1px solid #002554;
  border-bottom: 1px solid #002554;
  opacity: 1 !important;
}
@media (max-width: 640px) {
  .messageBoxMb .arrowBox .arrow::before {
    width: 20px;
    height: 20px;
  }
}
.messageBoxMb .arrowBox .arrowPrev {
  left: 0;
}
.messageBoxMb .arrowBox .arrowPrev::before {
  left: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.messageBoxMb .arrowBox .arrowNext {
  right: 0;
}
.messageBoxMb .arrowBox .arrowNext::before {
  right: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/*footer*/
footer {
  position: relative;
  z-index: 2;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/main_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
footer .wrap {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  footer .wrap {
    padding: 0 20px;
  }
}
footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-top: 1px dashed #c9cac9;
  border-bottom: 1px dashed #c9cac9;
  padding: 40px 0;
}
@media (max-width: 1140px) {
  footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .partnerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  footer .partnerLogo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  footer .partnerLogo {
    -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;
  }
}
footer .partnerLogo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .partnerLogo > div:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 640px) {
  footer .partnerLogo > div:not(:last-child) {
    margin: 0 0 40px;
  }
}
footer .partnerLogo > div a {
  display: block;
  width: 150px;
}
footer .partnerLogo > div a img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
footer .bottom {
  width: 100%;
  padding: 20px 0;
  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 (max-width: 1180px) {
  footer .bottom {
    -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;
  }
}
footer .left {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  footer .left {
    margin: 0 auto;
    display: block;
  }
}
footer .left .footerLogo {
  width: 100%;
  margin: 0 auto;
}
footer .left .footerLogo a {
  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;
  width: 100%;
}
@media (min-width: 1201px) {
  footer .left .footerLogo a:hover .wave01 {
    -webkit-animation: waveX 1.5s infinite;
            animation: waveX 1.5s infinite;
  }
  footer .left .footerLogo a:hover .wave02 {
    -webkit-animation: waveX 1.7s infinite;
            animation: waveX 1.7s infinite;
  }
  footer .left .footerLogo a:hover .wave03 {
    -webkit-animation: waveX 1.9s infinite;
            animation: waveX 1.9s infinite;
  }
}
footer .left .footerLogo .logoWave {
  width: 50px;
  height: 23px;
  position: relative;
}
footer .left .footerLogo .logoWave .wave {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
footer .left .footerLogo .logoText {
  width: calc(100% - 77px);
}
footer .left .footerLogo .logoText svg {
  width: 225px;
}
footer .mid {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 40px;
}
@media (max-width: 1140px) {
  footer .mid {
    margin: 30px 0;
    padding: 0;
  }
}
footer .right {
  width: 360px;
  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;
  margin-left: auto;
}
@media (max-width: 1366px) {
  footer .right {
    width: 315px;
  }
}
@media (max-width: 1280px) {
  footer .right {
    -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;
  }
}
@media (max-width: 1140px) {
  footer .right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 0;
  }
}
footer .side_contactInfo .infoList li {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 5px 0;
}
@media (max-width: 1140px) {
  footer .side_contactInfo .infoList li {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .side_contactInfo .infoList li i {
  display: none;
}
footer .side_contactInfo .infoList li .tit {
  color: #002554;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.6px;
}
footer .side_contactInfo .infoList li a,
footer .side_contactInfo .infoList li span {
  line-height: 1;
  position: relative;
  color: #7e848d;
  font-size: 14px;
  letter-spacing: 1.6px;
}
@media (min-width: 1201px) {
  footer .side_contactInfo .infoList li a:hover {
    color: #002554;
  }
}
footer .bookBtnBox .bookBtn {
  display: block;
  background-color: #003f7e;
  font-size: 15px;
  color: #fff;
  border-radius: 30px;
  padding: 16px 54px;
}
@media (max-width: 1366px) {
  footer .bookBtnBox .bookBtn {
    padding: 16px 30px;
  }
}
@media (max-width: 1180px) {
  footer .bookBtnBox .bookBtn {
    padding: 16px 49px;
  }
}
@media (min-width: 1201px) {
  footer .bookBtnBox .bookBtn:hover {
    background-color: #aca287;
  }
}
footer .bookBtnBox .bookBtn svg {
  width: 24px;
  height: 15px;
  color: #fff;
  fill: #fff;
  margin: 0 10px -2px 0;
}
footer .languageBox {
  margin: 0 0 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  footer .languageBox {
    margin: 20px 0 0;
  }
}
footer .languageBox .languageCurrent {
  cursor: pointer;
  position: relative;
  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;
  background-color: #fff;
  font-size: 15px;
  color: #454c56;
  border-radius: 30px;
  padding: 16px 40px;
}
footer .languageBox .languageCurrent::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #454c56 transparent transparent transparent;
}
footer .languageBox .languageCurrent .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
footer .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
}
footer .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
footer .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
footer .languageBox .languageList li a:hover, footer .languageBox .languageList li a.current {
  background-color: #aca287;
  color: #fff;
}
footer .socialBox {
  width: 50%;
}
@media (max-width: 1180px) {
  footer .socialBox {
    width: 100%;
    margin: 20px 0;
  }
}
footer .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (max-width: 1180px) {
  footer .socialBox .socialList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .socialBox .socialList li {
  margin: 0 5px;
}
footer .socialBox .socialList li a {
  width: 40px;
  height: 40px;
  color: #d0d1d3;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d0d1d3;
}
footer .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #d0d1d3;
  margin-top: -2px;
  vertical-align: middle;
  color: #d0d1d3;
}
footer .socialBox .socialList li a:hover {
  color: #002554;
}
footer .socialBox .socialList li a:hover svg {
  fill: #002554;
  color: #002554;
}
footer .copyrightBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999fa7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  position: relative;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 1180px) {
  footer .copyrightBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  footer .copyrightBox {
    text-align: center;
    line-height: 1.5;
  }
}
footer .copyrightBox .copyright {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 640px) {
  footer .copyrightBox .copyright {
    text-align: center;
    line-height: 1.5;
  }
}
footer .copyrightBox .ibestLink {
  border-left: 2px solid #c7cacc;
  padding: 0 10px;
  margin-left: 10px;
}
@media (max-width: 640px) {
  footer .copyrightBox .ibestLink {
    padding: 0;
    margin: 10px 0;
    border-left: unset;
  }
}
footer .copyrightBox .ibestLink a {
  color: #999fa7;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 1201px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #002554;
  }
}

.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #002554;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
.privacyArea .text a:hover {
  color: #002554;
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

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

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

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

/*********內頁**********/
.mainArea {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea .contentBox {
  clear: both;
}

.titleInsBox {
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
.titleInsBox .titleTw {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4.8px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  position: relative;
  z-index: 2;
}
.titleInsBox .titleEn {
  text-transform: capitalize;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 2;
}
.titleInsBox .subtitleEn {
  text-transform: uppercase;
  font-family: "Bellefair", "Microsoft JhengHei", "sans-serif";
  color: transparent;
  -webkit-text-stroke: 1px rgb(220, 220, 220);
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.6px;
  font-style: normal;
  z-index: -1;
}
@media (max-width: 1180px) {
  .titleInsBox .subtitleEn {
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 6.6px;
  }
}
.titleInsBox .subtitle {
  color: #aca287;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 4.4px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
}
.titleInsBox .text {
  color: #7e848d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}

.insPage {
  position: relative;
  background-color: #eff0ec;
  /* floatBox */
  /* goBackBox */
}
.insPage .hasBanner {
  position: relative;
  z-index: 5;
  margin: 0 0 -75px 0;
}
.insPage .hasBanner .Img {
  position: relative;
  z-index: 1;
}
.insPage .hasBanner .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
}
@media (max-width: 640px) {
  .insPage .hasBanner .Img img {
    height: 300px;
  }
}
.insPage .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .insPage .contentBox {
    -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;
  }
}
.insPage .contentBox > .leftBox {
  width: 620px;
  padding: 175px 125px 0 260px;
  background-color: #f7f7f7;
  position: relative;
  min-height: 1150px;
}
@media (max-width: 1680px) {
  .insPage .contentBox > .leftBox {
    width: 30%;
    padding: 175px 60px 0 185px;
  }
}
@media (max-width: 1536px) {
  .insPage .contentBox > .leftBox {
    width: 30%;
    padding: 175px 20px 0;
  }
}
@media (max-width: 1180px) {
  .insPage .contentBox > .leftBox {
    width: 100%;
    margin: 100px 0 0;
    padding: 0;
    min-height: auto;
    background-color: transparent;
  }
}
.insPage .contentBox > .rightBox {
  width: calc(100% - 620px);
  padding: 175px 260px 0 120px;
  position: relative;
}
@media (max-width: 1850px) {
  .insPage .contentBox > .rightBox {
    width: 70%;
    padding: 175px 120px 0 120px;
  }
}
@media (max-width: 1680px) {
  .insPage .contentBox > .rightBox {
    padding: 175px 40px 0;
  }
}
@media (max-width: 1536px) {
  .insPage .contentBox > .rightBox {
    padding: 175px 20px 0;
  }
}
@media (max-width: 1180px) {
  .insPage .contentBox > .rightBox {
    width: 100%;
    padding: 20px 0 0;
  }
}
.insPage .contentBox > .rightBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/main_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
.insPage .bannerTxtBox .titleInsBox {
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
@media (max-width: 1180px) {
  .insPage .bannerTxtBox .titleInsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.insPage .bannerTxtBox .titleInsBox .titleTw {
  color: #3a4a5e;
}
@media (max-width: 1180px) {
  .insPage .bannerTxtBox .titleInsBox .titleTw {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.insPage .bannerTxtBox .titleInsBox .titleEn {
  color: #002554;
}
@media (max-width: 1180px) {
  .insPage .bannerTxtBox .titleInsBox .titleEn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.insPage .bannerTxtBox .titleInsBox .subtitleEn {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  bottom: unset;
  top: 175px;
  left: 60px;
  z-index: 2;
}
@media (max-width: 1536px) {
  .insPage .bannerTxtBox .titleInsBox .subtitleEn {
    right: 20px;
    left: unset;
  }
}
@media (max-width: 1180px) {
  .insPage .bannerTxtBox .titleInsBox .subtitleEn {
    left: 0px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    top: 15px;
    z-index: -1;
  }
}
@media (max-width: 640px) {
  .insPage .bannerTxtBox .titleInsBox .subtitleEn {
    display: none;
  }
}
.insPage .bannerTxtBox .titleInsBox .text {
  color: #7e848d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media (max-width: 1180px) {
  .insPage .breadOutBox {
    display: none;
  }
}
.insPage .bread {
  border-top: 1px dashed #d3d3d3;
}
@media (max-width: 1180px) {
  .insPage .bread {
    display: none;
  }
}
.insPage .bread .wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
.insPage .bread .wrap a {
  color: #7e848d;
}
.insPage .bread .wrap a:hover {
  color: #002554;
}
.insPage .bread .wrap span {
  color: #7e848d;
}
.insPage .bread.verticalLine .wrap a + a::before,
.insPage .bread.verticalLine .wrap span + span::before,
.insPage .bread.verticalLine .wrap span + a::before,
.insPage .bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #7e848d;
}
.insPage .goBackBox {
  position: fixed;
  bottom: 298px;
  right: 50px;
  z-index: 50;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media (max-width: 1180px) {
  .insPage .goBackBox {
    bottom: 50%;
    display: none;
  }
}
.insPage .goBackBox .btn {
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 2px;
  height: 180px;
  padding: 30px 0 0;
  border-radius: 30px;
  background-color: #002554;
  margin: 10px 0;
}
@media (min-width: 1201px) {
  .insPage .goBackBox .btn:hover {
    background-color: #aca287;
  }
}
.insPage .goBackBox .btn.goBack::before {
  content: "";
  position: absolute;
  background-image: url("../images/arrow.png");
  width: 18px;
  height: 14px;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.insPage .goBackBox .btn.goBack2 {
  color: #7e848d;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .insPage .goBackBox .btn.goBack2:hover {
    background-color: #aca287;
    color: #fff;
  }
  .insPage .goBackBox .btn.goBack2:hover::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.insPage .goBackBox .btn.goBack2::before {
  content: "";
  position: absolute;
  background-image: url("../images/arrow2.png");
  width: 18px;
  height: 14px;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.insPage .goBackBox .btn.download {
  background-color: #fff;
  color: #7e848d;
}
@media (min-width: 1201px) {
  .insPage .goBackBox .btn.download:hover {
    background-color: #aca287;
    color: #fff;
  }
  .insPage .goBackBox .btn.download:hover::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.insPage .goBackBox .btn.download::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_menu.png");
  width: 21px;
  height: 28px;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.insPage .goBackBox .btn.booking {
  background-color: #003f7e;
  color: #fff;
}
@media (min-width: 1201px) {
  .insPage .goBackBox .btn.booking:hover {
    background-color: #aca287;
  }
}
.insPage .goBackBox .btn.booking::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_booking2.png");
  width: 24px;
  height: 18px;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.insPage .goBackBox.scrollDown {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.insPage .textEditor .mainArtBox {
  width: 100%;
  position: relative;
}
.insPage .textEditor .mainArtBox::after {
  content: "";
  position: absolute;
  clear: both;
}
@media (max-width: 1180px) {
  .insPage .textEditor .mainArtBox .Txt {
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
  }
}
.insPage .textEditor .mainArtBox .Txt .titleTw {
  color: #3a4a5e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 2.8px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  margin-bottom: 40px;
}
.insPage .textEditor .mainArtBox .Txt .subtitle {
  color: #aca287;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 4.4px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
}
.insPage .textEditor .mainArtBox .Txt .text {
  color: #7e848d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}
.insPage .textEditor .mainArtBox .Img {
  max-width: 50%;
  border-radius: 80px;
  float: right;
  overflow: hidden;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  .insPage .textEditor .mainArtBox .Img {
    max-width: 100%;
    float: none;
    margin: 0 0 40px;
  }
}
.insPage .textEditor .mainArtBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
.insPage .textEditor .floatBox {
  position: relative;
  margin-bottom: 80px;
}
.insPage .textEditor .floatBox .artinsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
}
.insPage .textEditor .floatBox .artinsBox .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 4.4px;
}
.insPage .textEditor .floatBox .artinsBox .textBox {
  padding-right: 100px;
}
.insPage .textEditor .floatBox .floatImg {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
  margin: 0 auto;
  width: 320px;
  border-radius: 80px;
  overflow: hidden;
}
.insPage .textEditor .titleArtBox {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  width: 100%;
}
.insPage .textEditor .titleArtBox .titleTw {
  color: #3a4a5e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4.8px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  position: relative;
  z-index: 2;
}
.insPage .textEditor .titleArtBox .titleEn {
  text-transform: capitalize;
  color: #002554;
  font-size: 15px;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 2;
}
.insPage .textEditor .titleArtBox .subtitleEn {
  text-transform: uppercase;
  font-family: "Bellefair", "Microsoft JhengHei", "sans-serif";
  color: transparent;
  -webkit-text-stroke: 1px rgb(220, 220, 220);
  position: absolute;
  top: -15px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  font-style: normal;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.6px;
}
@media (max-width: 640px) {
  .insPage .textEditor .titleArtBox .subtitleEn {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 6.6px;
  }
}
.insPage .textEditor .titleArtBox .subtitle {
  color: #aca287;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 4.4px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
}
.insPage .textEditor .titleArtBox .text {
  color: #7e848d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}
.insPage .textEditor .masonryArea {
  background-color: #e9ebf0;
  width: 100%;
  padding: 80px 0;
  display: block;
}
@media (max-width: 640px) {
  .insPage .textEditor .masonryArea {
    padding: 40px 0;
  }
}
@media (max-width: 1180px) {
  .insPage .textEditor .masonryArea .wrap {
    padding: 0 20px;
  }
}
.insPage .textEditor .masonryArea .masonryBox {
  width: 100%;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 960px) {
  .insPage .textEditor .masonryArea .masonryBox {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 640px) {
  .insPage .textEditor .masonryArea .masonryBox {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.insPage .textEditor .masonryArea .masonryBox .grid {
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 80px;
  overflow: hidden;
}
.insPage .textEditor .masonryArea .masonryBox img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
.insPage .reserveArea .titleArtBox .subtitle {
  font-family: "Inter", "Microsoft JhengHei", "sans-serif";
  font-size: 30px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1.8px;
}
@media (max-width: 640px) {
  .insPage .reserveArea .titleArtBox .subtitle {
    line-height: 1.5;
  }
}
.insPage .reserveArea .titleArtBox .subtitleEn {
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.6px;
  z-index: -1;
}
@media (max-width: 640px) {
  .insPage .reserveArea .titleArtBox .subtitleEn {
    font-size: 60px;
    top: 10px;
  }
}

/*bread*/
.bread {
  border-top: 1px dashed #fff;
  margin-top: 30px;
  padding: 30px 0;
  display: inline-block;
}
.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #fff;
}
.bread .wrap a:hover {
  color: #002554;
}
.bread .wrap span {
  color: #fff;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #fff;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px dashed #d6d6d6;
  color: #3a4a5e;
  font-size: 24px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}

.articleSubTitle {
  color: #3a4a5e;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  border-left: 2px solid #003f7e;
  padding: 0 10px;
  margin: 30px 0;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #3a4a5e;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  margin-bottom: 20px;
  padding: 12px 0;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.breakpoint > tbody > tr > td.expand {
  background: url("../images/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .wrap {
  padding: 0;
}
@media (max-width: 1180px) {
  .classBox {
    background-color: transparent;
    margin-top: 30px;
  }
}
.classBox .classCurrent {
  background-color: #003f7e;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 30px;
  position: relative;
  border-radius: 30px;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}
.classBoxRow {
  margin-bottom: 50px;
  background-color: #fff;
}
@media (max-width: 1180px) {
  .classBoxRow {
    background-color: transparent;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    width: 25%;
  }
  .classBoxRow .classLink li:nth-child(1) a::before {
    opacity: 0;
  }
  .classBoxRow .classLink a {
    color: #7e848d;
    font-size: 16px;
    display: block;
    padding: 30px 15px;
    letter-spacing: 0.02rem;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid transparent;
    position: relative;
  }
  .classBoxRow .classLink a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #cecece;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .classBoxRow .classLink a::after {
    content: "";
    position: absolute;
    background-image: url("../images/classbox_current.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 9px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .classBoxRow .classLink a.current, .classBoxRow .classLink a:hover {
    border-bottom: 2px solid #002554;
  }
  .classBoxRow .classLink a.current::after, .classBoxRow .classLink a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1180px) {
  .classBoxRow .classLink {
    border-radius: 30px;
    overflow: hidden;
    padding: 10px 0;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .wrap {
  padding: 0;
}
@media (max-width: 1180px) {
  .classBoxColumn .classLink {
    border-radius: 30px;
    overflow: hidden;
    padding: 10px 0;
  }
}
.classBoxColumn .classLink .linkHasItems {
  display: inline-block;
}
@media (max-width: 1180px) {
  .classBoxColumn .classLink .linkHasItems {
    display: block;
  }
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
@media (max-width: 1180px) {
  .classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
    display: block;
  }
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  color: #7e848d;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
  color: #aca287;
}
@media (max-width: 1180px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span.current,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(172, 162, 135, 0.1);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink > li {
    border-bottom: 1px solid #ddd;
  }
  .classBoxColumn .classLink > li > a {
    padding: 20px 0px;
    position: relative;
    display: block;
    color: #7e848d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
  }
  .classBoxColumn .classLink > li > a span {
    color: #7e848d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
  }
  .classBoxColumn .classLink > li > a::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 9px;
    top: 40%;
    left: 0;
    background-image: url("../images/classbox_current_gold.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .classBoxColumn .classLink > li > a:hover {
    color: #aca287;
  }
  .classBoxColumn .classLink > li > a.current {
    padding: 18px 0 18px 40px;
    color: #aca287;
  }
  .classBoxColumn .classLink > li > a.current::before {
    opacity: 1;
  }
}
@media (max-width: 1180px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #dddddd;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #002554;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a {
    color: #2f2f2f;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList a:hover {
  border: 1px solid #002554;
  background-color: #002554;
  color: #fff;
}
.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.number {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 50px;
  height: 50px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  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;
}
.pageBox .pageList.number a.prevBtn, .pageBox .pageList.number a.nextBtn {
  border: 1px solid transparent;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
  display: none;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  border: 1px solid #002554;
  background-color: #002554;
  color: #fff;
}
.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

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

/*頁籤*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
}
.tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab li:not(:last-child) a span {
  width: 100%;
  display: block;
  border-right: 1px solid #cecece;
}
.tab a {
  color: #7e848d;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  border-bottom: 2px solid transparent;
  padding: 20px 0;
}
.tab a.current {
  background-color: transparent;
  color: #aca287;
  border-bottom: 2px solid #aca287;
}

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

.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
.albumBox .albumListMain .albumItem {
  height: 320px;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

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

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

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

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

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

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
  position: relative;
}
.side_news .sideTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.side_news .sideTitle .titleTw {
  color: #3a4a5e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4.8px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  position: relative;
  z-index: 2;
  padding-left: 40px;
  margin-right: 10px;
}
.side_news .sideTitle .titleTw::before {
  content: "";
  position: absolute;
  background-image: url("../images/title_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  top: -5px;
  left: 0;
}
.side_news .sideTitle .titleEn {
  text-transform: capitalize;
  color: #062a58;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 2;
}
.side_news .sideNewsList {
  margin-top: 60px;
  width: 100%;
  margin: 60px 0px 0;
}
.side_news .sideNewsItem {
  padding: 0px;
}
.side_news .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1180px) {
  .side_news .item {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .side_news .item {
    -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;
  }
}
.side_news .Img {
  border-radius: 40px;
  overflow: hidden;
  max-width: 175px;
}
@media (max-width: 640px) {
  .side_news .Img {
    width: 100%;
    margin: 0 auto;
  }
}
.side_news .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
@media (max-width: 640px) {
  .side_news .Img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.side_news .Txt {
  width: calc(100% - 175px);
  position: relative;
  padding: 30px 20px 30px 20px;
}
@media (max-width: 640px) {
  .side_news .Txt {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .side_news .Txt {
    width: 100%;
  }
}
.side_news .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  text-align: left;
  margin: 0 auto 0 0;
  color: #002554;
  max-width: 210px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 1366px) {
  .side_news .Txt .newsInfoBox {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .side_news .Txt .newsInfoBox {
    margin: 0 auto;
  }
}
.side_news .Txt .newsInfoBox .classTitle {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.side_news .Txt .newsInfoBox .popdate {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
}
.side_news .Txt .title {
  border-top: 1px dashed #d3d3d3;
  margin: 20px 0;
  padding-top: 20px;
}
.side_news .Txt .title a {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side_news .Txt .eventDate {
  color: #7e848d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side_news .Txt .eventDate span {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.8px;
  position: relative;
  width: 80px;
  display: block;
  margin-bottom: 10px;
}
.side_news .Txt .eventDate span::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7e848d;
  top: 45%;
  right: 0;
}
.side_news .arrowBox {
  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;
  width: 65px;
  position: absolute;
  top: 0px;
  right: 0;
  left: unset;
  padding: 0;
}
.side_news .arrowBox .arrow {
  width: 20px;
  height: 20px;
}
.side_news .arrowBox .arrow::before {
  width: 20px;
  height: 20px;
}

/*側邊_其他相關訊息*/
.side_fac {
  margin: 30px 0;
  position: relative;
}
.side_fac .sideTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.side_fac .sideTitle .titleTw {
  color: #3a4a5e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4.8px;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  position: relative;
  z-index: 2;
  padding-left: 40px;
  margin-right: 10px;
}
.side_fac .sideTitle .titleTw::before {
  content: "";
  position: absolute;
  background-image: url("../images/title_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  top: -5px;
  left: 0;
}
.side_fac .sideTitle .titleEn {
  text-transform: capitalize;
  color: #062a58;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 2;
}
.side_fac .sideFacList {
  margin-top: 60px;
  width: 100%;
  margin: 60px 0px 0;
}
.side_fac .sideFacItem {
  padding: 0px;
}
.side_fac .item {
  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 (max-width: 1180px) {
  .side_fac .item {
    padding: 0;
  }
}
.side_fac .Img {
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}
.side_fac .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
.side_fac .Txt {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.side_fac .Txt .title {
  margin-bottom: 20px;
}
.side_fac .Txt .title a {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side_fac .Txt .text {
  color: #7e848d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}
.side_fac .arrowBox {
  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;
  width: 65px;
  position: absolute;
  top: 0px;
  right: 0;
  left: unset;
  padding: 0;
}
.side_fac .arrowBox .arrow {
  width: 20px;
  height: 20px;
}
.side_fac .arrowBox .arrow::before {
  width: 20px;
  height: 20px;
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 320px;
  height: 78px;
  background-color: #eeefea;
  border-radius: 40px 0 0 0;
}
@media (max-width: 1180px) {
  .sideShare {
    display: none;
  }
}
@media (max-width: 640px) {
  .sideShare {
    height: auto;
    padding: 20px 0;
  }
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #062a58;
  border-right: 1px solid #d4d4d4;
  padding-right: 25px;
  margin-right: 25px;
  line-height: 1;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #565d68;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
}
.sideShare .shareList .shareItem a:hover,
.sideShare .shareList .shareItem button:hover {
  opacity: 0.8;
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #002554;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: url("../images/readMore.png");
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1201px) {
  .imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px;
  }
  .imh_detail:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.imh_detail2 {
  background-color: #002554;
  overflow: hidden;
  position: relative;
}
.imh_detail2 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail2 a:before {
  content: url("../images/readMore.png");
  position: absolute;
  left: 50%;
  top: 75%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1201px) {
  .imh_detail2:hover a:before {
    opacity: 1;
    margin-top: -20px;
  }
  .imh_detail2:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.lenis.lenis-stopped {
  overflow: hidden;
}