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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.poi {
  padding: 0px 0;
}

.poi-goods {
  background: #B8E4FF;
  padding-top: 80px;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
  /*1大2小*/
}
.poi-goods .ph {
  margin: 0px auto 0px auto;
}
.poi-goods:has(.more-wave) {
  padding-bottom: 80px;
}
.poi-goods.poi-3 .ph-group-content {
  width: calc(33.3333333333% - 11px);
}
@media (max-width: 992px) {
  .poi-goods.poi-3 .ph-group-content {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-3 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2 .ph-group-content {
  width: 45%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-2 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-photo {
  width: 55%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-2 .ph-group-content .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}
.poi-goods.poi-change .ph-group {
  display: none;
}
.poi-goods.poi-change .ph-group.on {
  display: flex;
}
.poi-goods.poi-change .ph-group-title {
  display: none;
}
.poi-goods .ph-title {
  display: none !important;
  flex-wrap: nowrap;
  font-size: 48px;
  font-weight: 700;
  color: #FF5136;
  background: unset;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .poi-goods .ph-title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .poi-goods .ph-title {
    margin-bottom: 24px;
  }
}
.poi-goods .ph-title div {
  position: relative;
  background: url(../images/title_bg_yellow.svg) top center no-repeat;
  padding: 12px 0;
  min-width: 412px;
  background-size: 100%;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div {
    min-width: 296px;
  }
}
.poi-goods .ph-title div::before {
  content: "";
  position: absolute;
  left: -78px;
  top: 16px;
  width: 57px;
  height: 48px;
  background: url(../images/title_left.svg) top center no-repeat;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div::before {
    width: 45px;
    left: -59px;
    top: 5px;
    background: url(../images/title_left.svg) top center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::before {
    content: none;
  }
}
.poi-goods .ph-title div::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 13px;
  width: 65px;
  height: 56px;
  background: url(../images/title_right.svg) top center no-repeat;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div::after {
    width: 47px;
    right: -61px;
    top: 3px;
    background: url(../images/title_right.svg) top center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::after {
    content: none;
  }
}
.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #FF5136;
  background: unset;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group {
  display: flex;
  margin: 0px auto 80px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
  padding: 16px 0;
}
@media (max-width: 576px) {
  .poi-goods .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 8px 0px;
  }
}
.poi-goods .ph-group-content {
  border-radius: 10px;
  padding: 16px 16px 45px 16px;
  position: relative;
  width: calc(25% - 12px);
  transition: 0.3s;
  color: unset;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content {
    width: calc(50% - 16px);
    padding: 14px 14px 43px 14px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods .ph-group-content:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
  color: #FFF;
  background: #B1382F;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content.box1 {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.box1 .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
.poi-goods .ph-group-content.box2 {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo {
  width: 55%;
  display: inline-block;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.box2 .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
.poi-goods .ph-group-content.box3 {
  width: 30%;
  flex-grow: 1;
}
.poi-goods .ph-group-content-photo {
  display: block;
  overflow: hidden;
}
.poi-goods .ph-group-content-photo img {
  width: 100%;
}
.poi-goods .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 10px 20px 20px 0px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: #002D74;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
.poi-goods .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #333;
  background: unset;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail {
  margin: 8px auto;
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail a {
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price {
  position: absolute;
  right: 16px;
  bottom: 16px;
  letter-spacing: 0.2px;
  font-family: "Montserrat", "Noto Sans TC";
  color: #F3597B;
  background: unset;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price span {
  vertical-align: baseline !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale {
  color: #fff;
  background: #C1922E;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #fff;
  background: #C1922E;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-otherlink {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content-otherlink {
    bottom: 14px;
    right: 14px;
  }
}
.poi-goods .ph-group-content-otherlink a:empty {
  display: none;
}
.poi-goods .ph-group-content-otherlink a {
  color: #B1382F;
  background: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #B1382F;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-otherlink a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods.poi-hide-menu .ph-menu {
  display: none;
}
.poi-goods .ph-menu {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
.poi-goods .ph-menu .slidecontain {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: inline-flex;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain li {
    flex-shrink: 0;
    width: auto;
    flex-grow: 0;
  }
}
.poi-goods .ph-menu .slidecontain li a {
  padding: 8px 16px;
  display: block;
  color: #333333;
  background: unset;
  font-size: 16px;
  font-weight: 400px;
  line-height: 1;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 400px;
    line-height: 1;
  }
}
.poi-goods .ph-menu .slidecontain li a div {
  font-family: "Noto Sans TC";
}
@media (max-width: 576px) {
  .poi-goods .ph-menu .slidecontain li a {
    padding: 5px 10px;
  }
}
.poi-goods .ph-menu .slidecontain li:hover a, .poi-goods .ph-menu .slidecontain li.on a {
  color: #fff;
  background: #204285;
}
.poi-goods.poi-hide-price .ph-group-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-hide-price .ph-group-content {
    padding: 14px;
  }
}
.poi-goods.poi-hide-price .ph-group-content .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-hide-price .ph-group-content .ph-group-content-text-sale {
  display: none;
}
.poi-goods.hide-ph-group-title .ph-group-title {
  display: none;
}
.poi-goods.poi-pic-onlytext .ph-group-content {
  /*除了第一和第二個*/
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  padding: 16px;
}
.poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) {
    width: calc(50% - 16px);
    padding: 14px 14px 43px 14px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
  width: 55%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 10px 20px 20px 0px;
}
.poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo img, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale {
  color: #fff;
  background: #C1922E;
}
.poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale a, .poi-goods.poi-pic-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale a {
  padding: 8px;
  color: #fff;
  background: #C1922E;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic-onlytext .ph-group-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic-onlytext .ph-group-content {
    width: 85%;
  }
}
.poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-photo {
  display: inline-block;
  overflow: unset;
  flex-shrink: 0;
}
.poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-photo img {
  display: none;
}
.poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  position: relative;
  top: 16px;
  left: -16px;
  border-radius: 0px 20px 20px 0px;
}
.poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-text {
  display: inline-block;
  flex-shrink: 1;
}
.poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: #002D74;
  background: unset;
}
.poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  color: #002D74;
  background: unset;
}
.poi-goods.poi-1large-2small .ph-group-content {
  width: 45%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-2small .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo {
  width: 55%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-1large-2small .ph-group-content .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    width: 100%;
  }
}

nav.nav {
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: 0.3s;
  /*黏*/
}
nav.nav .nav-list {
  color: unset;
  background: #B8E4FF;
  padding: 36px 24px 20px 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  transition: 0.3s;
  margin-bottom: -1px;
}
nav.nav .nav-list * {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat", "Noto Sans TC", "微軟正黑體";
}
@media (max-width: 768px) {
  nav.nav .nav-list * {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (max-width: 1200px) {
  nav.nav .nav-list {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    margin: 0px auto;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  nav.nav .nav-list {
    gap: 8px;
  }
}
@media (max-width: 576px) {
  nav.nav .nav-list {
    gap: 8px;
    justify-content: left;
  }
}
nav.nav .nav-list .nav-tab {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 12px 12px 4px 12px;
  border-radius: 99em;
  white-space: nowrap;
  flex-shrink: 0;
  color: #fff;
  background: #5BBDF3;
}
nav.nav .nav-list .nav-tab:hover {
  color: #fff;
  background: #D7A827;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab:hover {
    color: #fff;
    background: #5BBDF3;
  }
}
nav.nav .nav-list .nav-tab:hover span svg path {
  fill: #FFE396;
}
nav.nav .nav-list .nav-tab.on {
  color: #fff;
  background: #D7A827;
}
nav.nav .nav-list .nav-tab img {
  margin-bottom: 8px;
  max-width: 97px;
  width: 100%;
}
@media (max-width: 768px) {
  nav.nav .nav-list .nav-tab img {
    max-width: 64px;
  }
}
nav.nav .nav-list .nav-tab span {
  display: block;
  margin-top: 8px;
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav.sticky .nav-list {
  padding: 12px 8px 12px 8px;
}
nav.nav.sticky .nav-tab {
  min-width: 100px;
  padding: 8px;
}
nav.nav.sticky .nav-tab span {
  display: none;
}
nav.nav.sticky img {
  display: none;
}
nav.nav.sticky .separate {
  transform: translateY(-30px);
  z-index: -1;
}
@media (max-width: 1200px) {
  nav.nav.sticky .separate {
    transform: translateY(-3px);
  }
}
nav.nav .poi-list {
  color: unset;
  background: #fff;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px 24px;
  position: relative;
}
nav.nav .poi-list * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .poi-list * {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1200px) {
  nav.nav .poi-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
nav.nav .poi-list .poi-tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-shrink: 0;
  color: #1268B3;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #FCF77F;
  background: unset;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  scroll-padding: 50px 0 0 50px !important;
  color: #333;
}

body * {
  font-family: "Montserrat", "Noto Serif TC", "Noto Sans TC", "微軟正黑體";
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body * {
    line-height: 1.3;
  }
}

.goTop {
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  padding: 10px 10px 2px 10px;
  border-radius: 5em;
  font-size: 12px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-color: #C1922E;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: #987324;
  transition: all 0.2s;
}
.goTop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

.kv-banner {
  position: relative;
  height: 550px;
  background: url(../images/kv2025_pc.webp?v=20241104) top center no-repeat;
  max-width: 1920px;
  overflow: hidden;
}
.kv-banner .mo {
  display: none;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: auto;
    background: none;
  }
  .kv-banner .mo {
    display: block;
    width: 100%;
  }
}
.kv-banner h1 {
  display: none;
}
.kv-banner h1 img {
  width: 100%;
}

.bnad img {
  width: 100%;
  transition: 0.3s;
}
.bnad img:hover {
  transform: scale(0.98);
}

.h2-title {
  font-size: 36px;
  font-weight: 700;
  color: #002766;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .h2-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title:has(small) {
  margin-bottom: 0px;
}
.h2-title.has-line {
  color: #002766;
}
.h2-title.has-line span {
  position: relative;
}
.h2-title.has-line span::before {
  content: "";
  background: url(../images/h2-title-poi-left.png?v=20241106) center center no-repeat;
  width: 489px;
  height: 30px;
  position: absolute;
  left: -506px;
  top: 5px;
}
@media (max-width: 768px) {
  .h2-title.has-line span::before {
    background-size: 100%;
    width: 441px;
    height: 27px;
    left: -456px;
    top: 5px;
  }
}
.h2-title.has-line span::after {
  content: "";
  background: url(../images/h2-title-poi-left.png?v=20241106) center center no-repeat;
  width: 489px;
  height: 30px;
  position: absolute;
  right: -502px;
  top: 5px;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .h2-title.has-line span::after {
    background-size: 100%;
    width: 441px;
    height: 27px;
    right: -456px;
    top: 5px;
  }
}
.h2-title span {
  position: relative;
}
.h2-title small {
  font-size: 22px;
  font-weight: 400;
  font-family: "Pinyon Script";
  display: block;
  color: #C1922E;
  line-height: 1;
}
@media (max-width: 768px) {
  .h2-title small {
    font-size: 18px;
  }
}

.main-content {
  padding: 80px 0 0px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .main-content {
    padding: 60px 0 0px 0;
  }
}

/*分隔線*/
.separate {
  overflow: hidden;
}
.separate svg {
  width: 100vw;
  height: auto;
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .separate.blue-wave {
    transform: translateY(-1px);
  }
}
.separate.white-wave {
  margin-top: -60px;
  z-index: 0;
}
.separate.more-wave {
  height: 64px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: absolute;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .separate.more-wave {
    height: 5vw;
  }
}
.separate.more-wave .white-wave {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M500.035 21.3952C542.164 30.5133 581.79 39.0894 640 39.0894C693.114 39.0894 730.268 30.8375 770.434 21.9166C817.689 11.4214 869.113 0.000117346 955.6 0.000117346C1040.99 -0.0415626 1092.13 11.0273 1140.03 21.3952C1182.16 30.5133 1221.79 39.0894 1280 39.0894C1333.11 39.0894 1370.27 30.8375 1410.43 21.9166C1457.69 11.4214 1509.11 0.000117346 1595.6 0.000117346C1680.99 -0.0415626 1732.13 11.0273 1780.03 21.3952C1822.16 30.5133 1861.79 39.0894 1920 39.0894V64H0V39.0894C53.1135 39.0894 90.2677 30.8375 130.434 21.9166C177.689 11.4214 229.114 0.000117346 315.6 0.000117346C400.987 -0.0415626 452.13 11.0273 500.035 21.3952Z' fill='%23F8F6F1'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 16s -3s linear infinite;
  opacity: 1;
}
.separate.more-wave .white-wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 22s linear reverse infinite;
  opacity: 0.5;
}
.separate.more-wave .white-wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s 0s linear infinite;
  opacity: 0.5;
}
.separate.more-wave .blue-wave {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M500.035 21.3952C542.164 30.5133 581.79 39.0894 640 39.0894C693.114 39.0894 730.268 30.8375 770.434 21.9166C817.689 11.4214 869.113 0.000117346 955.6 0.000117346C1040.99 -0.0415626 1092.13 11.0273 1140.03 21.3952C1182.16 30.5133 1221.79 39.0894 1280 39.0894C1333.11 39.0894 1370.27 30.8375 1410.43 21.9166C1457.69 11.4214 1509.11 0.000117346 1595.6 0.000117346C1680.99 -0.0415626 1732.13 11.0273 1780.03 21.3952C1822.16 30.5133 1861.79 39.0894 1920 39.0894V64H0V39.0894C53.1135 39.0894 90.2677 30.8375 130.434 21.9166C177.689 11.4214 229.114 0.000117346 315.6 0.000117346C400.987 -0.0415626 452.13 11.0273 500.035 21.3952Z' fill='%23D1EDFF'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 16s -3s linear infinite;
  opacity: 1;
}
.separate.more-wave .blue-wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.5;
}
.separate.more-wave .blue-wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s 0s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.line {
  background: #E9C562;
  height: 1px;
  width: 100%;
  margin: 16px auto;
}

/*第一趴intro開始*/
/*第一趴intro開始*/
/*第一趴intro開始*/
.section-intro .h2-title {
  position: relative;
}
.section-intro .h2-title span {
  position: static;
}
.section-intro .h2-title span::before {
  content: "";
  background: url(../images/h2-title-intro-bg.png) center center no-repeat;
  width: 426px;
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
}
@media (max-width: 768px) {
  .section-intro .h2-title span::before {
    background-size: contain;
    width: 300px;
  }
}
.section-intro .h2-title span::after {
  content: "";
  background: url(../images/h2-title-intro-bg.png) center center no-repeat;
  width: 426px;
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}
@media (max-width: 768px) {
  .section-intro .h2-title span::after {
    background-size: contain;
    width: 300px;
  }
}
.section-intro .poi-intro .ph {
  margin-top: 60px;
}
.section-intro .poi-intro .ph-group-content {
  max-width: 700px;
  margin: 24px auto;
}
.section-intro .poi-intro .ph-menu {
  display: none;
}
.section-intro .poi-intro .ph-group-title {
  display: none;
}
.section-intro .poi-intro .ph-group-content-photo {
  display: none;
}
.section-intro .poi-intro .ph-group-content-text-name {
  display: none;
}
.section-intro .poi-intro .ph-group-content-text-sale {
  color: #c10130;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-intro .poi-intro .ph-group-content-text-sale {
    font-size: 16px;
  }
}
.section-intro .poi-intro .ph-group-content-text-sale a {
  color: #c10130;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-intro .poi-intro .ph-group-content-text-sale a {
    font-size: 16px;
  }
}
.section-intro .poi-intro .ph-group-content-text-detail {
  color: #1C1C1C;
}
.section-intro .poi-intro .ph-group-content-text-detail a {
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-intro .poi-intro .ph-group-content-text-detail a {
    font-size: 16px;
  }
}
.section-intro video {
  width: 100%;
  margin-bottom: 40px;
}

/*第一趴intro結束*/
/*第一趴intro結束*/
/*第一趴intro結束*/
/*輪播相關*/
/*輪播相關*/
/*輪播相關*/
:root {
  --swiper-navigation-color:#C1922E;
  --swiper-pagination-color:#C1922E;
  --swiper-pagination-bullet-height:5px;
}

.section-swiper {
  padding-bottom: 40px;
  position: relative;
  background: #F8F6F1;
  /*最後一個*/
}
@media (max-width: 992px) {
  .section-swiper {
    padding-bottom: 24px;
  }
}
.section-swiper:has(.more-wave) {
  padding-bottom: 160px;
  margin-bottom: 0px;
}
.section-swiper.section-exclusive {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .section-swiper.section-exclusive {
    padding-top: 60px;
  }
}
.section-swiper:has(.more-blue-wave) {
  margin-bottom: 0;
}

.swiper {
  width: 100%;
  height: auto;
}
.swiper.change .swiper-wrapper .swiper-slide {
  padding: 30px 40px 30px 16px;
}
@media (max-width: 992px) {
  .swiper.change .swiper-wrapper .swiper-slide {
    padding: 30px 50px;
  }
}
.swiper.change .swiper-wrapper .swiper-slide img {
  order: 2;
}
@media (max-width: 992px) {
  .swiper.change .swiper-wrapper .swiper-slide img {
    order: 1;
  }
}
.swiper.change .swiper-wrapper .swiper-slide .swiper-text {
  order: 1;
  right: unset;
  left: 24px;
}
@media (max-width: 992px) {
  .swiper.change .swiper-wrapper .swiper-slide .swiper-text {
    order: 2;
    left: 0px;
  }
}
.swiper .swiper-pagination-bullet {
  width: 40px;
  border-radius: 0;
}
.swiper .swiper-wrapper {
  width: 100%;
  padding: 0 0 40px 0;
}
.swiper .swiper-wrapper .swiper-slide {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 30px 16px 30px 40px;
}
@media (max-width: 992px) {
  .swiper .swiper-wrapper .swiper-slide {
    padding: 30px 50px;
    flex-wrap: wrap;
  }
}
.swiper .swiper-wrapper .swiper-slide img {
  max-width: 600px;
  width: 60%;
}
@media (max-width: 992px) {
  .swiper .swiper-wrapper .swiper-slide img {
    max-width: 900px;
    width: 100%;
  }
}
.swiper .swiper-wrapper .swiper-slide .swiper-text {
  padding: 30px;
  background: #fff;
  width: 50%;
  position: relative;
  right: 24px;
  top: 0px;
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .swiper .swiper-wrapper .swiper-slide .swiper-text {
    width: 100%;
    right: unset;
  }
}
.swiper .swiper-wrapper .swiper-slide .swiper-text b {
  font-size: 26px;
  font-weight: 700;
  border-left: 5px solid #B6880D;
  padding-left: 20px;
  color: #B6880D;
}
@media (max-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide .swiper-text b {
    font-size: 22px;
  }
}
.swiper .swiper-wrapper .swiper-slide .swiper-text p {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .swiper .swiper-wrapper .swiper-slide .swiper-text p {
    font-size: 14px;
  }
}

/*輪播結束*/
/*輪播結束*/
/*輪播結束*/
.section-trip {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #D1EDFF;
}
@media (max-width: 992px) {
  .section-trip {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-trip .h2-title {
  color: #002766;
}
.section-trip .h2-title small {
  color: #B6880D;
}

.poi-trip .ph-menu {
  display: none;
}
.poi-trip .ph-group-title {
  display: none;
}
.poi-trip .ph-group {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 992px) {
  .poi-trip .ph-group {
    align-items: baseline;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .poi-trip .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 8px 0px;
  }
}
.poi-trip .ph-group .ph-group-content {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.poi-trip .ph-group .ph-group-content:nth-of-type(1) {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 1200px) {
  .poi-trip .ph-group .ph-group-content:nth-of-type(1) {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .poi-trip .ph-group .ph-group-content:nth-of-type(1) {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-trip .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 70%;
  transform: translateY(0px);
}
@media (max-width: 1200px) {
  .poi-trip .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .poi-trip .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: calc(100% - 40px);
    transform: translateY(30px);
    z-index: 1;
  }
}
.poi-trip .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
  width: 30%;
  height: 70%;
  z-index: 2;
  margin-left: -40px;
  min-height: auto;
}
@media (max-width: 1200px) {
  .poi-trip .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .poi-trip .ph-group .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 100%;
    z-index: 0;
    min-height: 350px;
    margin-left: unset;
  }
}
@media (max-width: 576px) {
  .poi-trip .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-trip .ph-group .ph-group-content .ph-group-content-photo {
  transform: translateY(30px);
  width: calc(100% - 100px);
  z-index: 1;
}
@media (max-width: 576px) {
  .poi-trip .ph-group .ph-group-content .ph-group-content-photo {
    width: calc(100% - 40px);
  }
}
.poi-trip .ph-group .ph-group-content .ph-group-content-photo img {
  width: 100%;
}
.poi-trip .ph-group .ph-group-content .ph-group-content-text {
  background: #fff;
  padding: 48px 40px 40px 40px;
  min-height: 350px;
}
.poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #C1922E;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 0 0 16px 0;
  border-bottom: 1px #E9C562 solid;
}
@media (max-width: 768px) {
  .poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 22px;
  }
}
.poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  padding: 16px 0 0px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 14px;
  }
}
.poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
  }
}
.poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-trip .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
  }
}/*# sourceMappingURL=all.css.map */