@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=Montserrat:ital,wght@0,100..900;1,100..900&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(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
.poi {
  padding: 0px 0;
}

.poi-goods {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
  /*1大2小*/
}
.poi-goods .ph {
  margin: 40px auto 16px auto;
}
@media (max-width: 992px) {
  .poi-goods .ph {
    margin: 16px auto 16px auto;
  }
}
.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;
  max-width: 573px;
}
@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;
  flex-wrap: nowrap;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  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: #fff;
  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;
}
.poi-goods .ph-group:nth-of-type(2)::before {
  content: "";
  position: absolute;
  right: 8px;
  top: -150px;
  width: 240px;
  height: 257px;
  background: url(../images/poi_icon01.png) top center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods .ph-group:nth-of-type(2)::before {
    top: -121px;
    width: 180px;
    height: 257px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group:nth-of-type(2)::before {
    top: -83px;
    width: 126px;
    height: 257px;
    right: -30px;
  }
}
.poi-goods .ph-group:nth-of-type(3)::before {
  content: "";
  position: absolute;
  left: -179px;
  top: -180px;
  width: 400px;
  height: 451px;
  background: url(../images/poi_icon02.png) top center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-goods .ph-group:nth-of-type(3)::before {
    width: 200px;
    left: -40px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group:nth-of-type(3)::before {
    left: -110px;
    top: -122px;
  }
}
.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: 100%;
  }
}
.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: #5AC4F1;
}
@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: #f344ff;
}
@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: #542F28;
  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: #f344ff;
  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: linear-gradient(90deg, #f744ff, #da47ff);
  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: linear-gradient(90deg, #f744ff, #da47ff);
  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: #5AC4F1;
  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: nowrap;
  width: 100%;
  gap: 8px;
}
@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: #fff;
  background: #f344ff;
  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;
  }
}
@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: #f344ff;
  font-weight: 700;
}
.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.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: linear-gradient(90deg, #f744ff, #da47ff);
}
.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: linear-gradient(90deg, #f744ff, #da47ff);
}
@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: #f344ff;
  background: unset;
}
.poi-goods.poi-pic-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  color: #f344ff;
  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%;
  }
}

.blue .poi-goods .ph-title {
  color: #0299FF;
  background: unset;
}
.blue .poi-goods .ph-group-content {
  color: unset;
  background: #FFF;
}
.blue .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #0299FF;
}
.blue .poi-goods .ph-menu .slidecontain li:hover a, .blue .poi-goods .ph-menu .slidecontain li.on a {
  color: #fff;
  background: #0299FF;
}

.green .poi-goods .ph-title {
  color: #00AA71;
  background: unset;
}
.green .poi-goods .ph-group-content {
  color: unset;
  background: #FFF;
}
.green .poi-goods .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  color: #FFF;
  background: #00AA71;
}
.green .poi-goods .ph-menu .slidecontain li:hover a, .green .poi-goods .ph-menu .slidecontain li.on a {
  color: #fff;
  background: #00AA71;
}

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: #353554;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  box-shadow: rgba(53, 53, 84, 0.3) 0px 5px 10px, rgba(53, 53, 84, 0.5) 5px 0px 10px;
  z-index: 2;
  gap: 0px;
}
nav.nav .nav-list * {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  nav.nav .nav-list * {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  nav.nav .nav-list {
    flex-wrap: nowrap;
    justify-content: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    margin: 0px auto;
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  nav.nav .nav-list .btn-arrow img {
    height: 7.5vw;
    width: auto;
  }
}
@media (max-width: 576px) {
  nav.nav .nav-list .btn-arrow img {
    height: 9.5vw;
    width: auto;
  }
}
nav.nav .nav-list .nav-tab {
  display: flex;
  cursor: pointer;
  text-align: center;
  position: relative;
}
nav.nav .nav-list .nav-tab.on {
  margin: 0 16px;
}
nav.nav .nav-list .nav-tab.on img.default {
  display: none;
}
nav.nav .nav-list .nav-tab.on img.hover {
  display: block;
}
@media (max-width: 992px) {
  nav.nav .nav-list .nav-tab {
    flex-shrink: 0;
  }
}
nav.nav .nav-list .nav-tab img {
  width: 100%;
  height: auto;
}
nav.nav .nav-list .nav-tab img.default {
  display: block;
}
nav.nav .nav-list .nav-tab img.hover {
  display: none;
}
@media (max-width: 992px) {
  nav.nav .nav-list .nav-tab img {
    height: 7.5vw;
    width: auto;
  }
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab img {
    height: 9.5vw;
    width: auto;
  }
}
nav.nav .nav-list .nav-tab.off:hover img.default {
  display: block;
}
nav.nav .nav-list .nav-tab.off:hover img.hover {
  display: block;
  z-index: 5;
  position: absolute;
  left: -4px;
  top: 14px;
  width: calc(100% + 10px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  nav.nav .nav-list .nav-tab.off:hover img.hover {
    display: none;
  }
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav.sticky .nav-tab {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
}
nav.nav.sticky .nav-tab img {
  height: auto;
  width: auto;
}
@media (max-width: 576px) {
  nav.nav.sticky .nav-tab img {
    height: 10vw;
    width: auto;
  }
}
nav.nav .poi-list {
  color: unset;
  background: #da5daf;
  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;
  z-index: 1;
}
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: 992px) {
  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;
  position: relative;
  color: #fff;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #FFECA0;
  background: unset;
}
nav.nav .poi-list .poi-tab::before {
  content: "";
  border-right: 2px dashed #FFF;
  width: 100%;
  height: 47px;
  position: absolute;
  right: -17px;
  bottom: -15px;
}
nav.nav .poi-list .poi-tab:nth-last-child(1)::before {
  content: none;
}
nav.nav .poi-list .poi-tab.on {
  color: #FFECA0;
  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 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;
  }
}

.main-content {
  overflow: hidden;
}

.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: #f344ff;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: #f011ff;
  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: 646px;
  background: url(../images/kv_pc.jpg) top center no-repeat;
  max-width: 1920px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .kv-banner {
    background-size: cover;
    height: 33vw;
  }
}
@media (max-width: 768px) {
  .kv-banner {
    background: url(../images/kv_m.jpg) top center no-repeat;
    background-size: 100%;
    height: 95.5vw;
  }
}
@media (max-width: 576px) {
  .kv-banner {
    height: 93vw;
  }
}
.kv-banner .kv-somethings {
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  position: relative;
}
.kv-banner .kv-somethings .kv-title {
  left: -436px;
  top: -373px;
  position: absolute;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-title {
    left: -25vw;
    top: -20vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-title {
    left: -43vw;
    top: -74vw;
  }
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-title img {
    width: 46vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-title img {
    width: 78vw;
  }
}
.kv-banner .kv-somethings .kv-logo {
  right: -566px;
  top: -262px;
  position: absolute;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-logo {
    right: -48vw;
    top: -15vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-logo {
    top: -37vw;
    right: -45vw;
  }
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-logo img {
    width: 20vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-logo img {
    width: 30vw;
  }
}
.kv-banner .kv-somethings .kv-pic {
  left: -598px;
  top: -251px;
  position: absolute;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-pic {
    left: -36vw;
    top: -13vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-pic {
    left: unset;
    right: -40vw;
    top: -29vw;
  }
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-pic img {
    width: 16vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-pic img {
    width: 21vw;
  }
}
.kv-banner .kv-somethings .kv-date {
  left: -527px;
  bottom: -256px;
  position: absolute;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-date {
    left: -30vw;
    bottom: -14.5vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-date {
    left: -17vw;
    bottom: 31.5vw;
  }
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-date img {
    width: 38vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-date img {
    width: 24vw;
  }
}
.kv-banner .kv-somethings .kv-say {
  position: absolute;
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-say {
    left: -38vw;
    bottom: -39.5vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-say img {
    width: 39vw;
  }
}

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

.h2-title {
  font-size: 32px;
  font-weight: 900;
  color: #1F8DE8;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .h2-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 24px;
    font-weight: 900;
  }
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title img {
  width: min(348px, 70%);
}
.h2-title img.title1_infor {
  width: min(565px, 70%);
}
.h2-title img.title2_infor {
  width: min(412px, 70%);
}
.h2-title span {
  position: relative;
}

.h3-title {
  text-align: center;
}
@media (max-width: 576px) {
  .h3-title {
    overflow: hidden;
  }
}
.h3-title img {
  max-width: 853px;
  width: 90%;
  margin: 0 auto;
}
.h3-title img.pcOnly {
  display: block;
}
@media (max-width: 768px) {
  .h3-title img.pcOnly {
    display: none;
  }
}
.h3-title img.mOnly {
  display: none;
}
@media (max-width: 768px) {
  .h3-title img.mOnly {
    display: block;
  }
}
.h3-title span {
  position: relative;
  display: inline-block;
}
@media (max-width: 576px) {
  .h3-title span img {
    width: min(162px, 80%);
  }
}
@media (max-width: 576px) {
  .h3-title span img.title1-1_infor {
    width: min(489px, 80%);
  }
}

#indexpage section {
  position: relative;
}
#indexpage section * {
  transition: 0.3s;
}
#indexpage section.section1 {
  background: url(../images/section_01.jpg?v=20241219) top center no-repeat;
  height: 437px;
}
@media (max-width: 1200px) {
  #indexpage section.section1 {
    height: 29vw;
    background-size: 130%;
  }
}
@media (max-width: 992px) {
  #indexpage section.section1 {
    background: url(../images/section_01_m.jpg?v=20241219) top center no-repeat;
    background-size: cover;
    height: 71.6vw;
  }
}
@media (max-width: 768px) {
  #indexpage section.section1 {
    height: 71.5vw;
  }
}
@media (max-width: 500px) {
  #indexpage section.section1 {
    height: 72.5vw;
  }
}
#indexpage section.section2 {
  background: url(../images/section_02.jpg?v=20241219) top center no-repeat;
  height: 852px;
}
@media (max-width: 1200px) {
  #indexpage section.section2 {
    height: 56vw;
    background-size: 130%;
  }
}
@media (max-width: 1025px) {
  #indexpage section.section2 {
    height: 55.3vw;
  }
}
@media (max-width: 992px) {
  #indexpage section.section2 {
    background: url(../images/section_02_m.jpg?v=20241219) top center no-repeat;
    background-size: cover;
    height: 116.5vw;
  }
}
@media (max-width: 552px) {
  #indexpage section.section2 {
    height: 118.5vw;
  }
}
#indexpage section.section2 .section2-card {
  text-align: center;
  animation: updown 2.4s ease-in-out alternate infinite;
}
@media (max-width: 992px) {
  #indexpage section.section2 .section2-card {
    padding-top: 50px;
  }
}
#indexpage section.section2 .section2-card img {
  max-width: 911px;
  width: 100%;
}
@media (max-width: 1200px) {
  #indexpage section.section2 .section2-card img {
    width: 63vw;
  }
}
#indexpage section.section2 .cta-range {
  bottom: 154px;
  width: 1162px;
  height: 703px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media (max-width: 1200px) {
  #indexpage section.section2 .cta-range {
    bottom: 11vw;
    width: 84vw;
    height: 50vw;
  }
}
@media (max-width: 992px) {
  #indexpage section.section2 .cta-range {
    bottom: 11vw;
    width: 86vw;
    height: 106vw;
  }
}
#indexpage section.section2 .cta-range .cta-btn {
  right: 34px;
  bottom: -16px;
  position: absolute;
}
@media (max-width: 1200px) {
  #indexpage section.section2 .cta-range .cta-btn {
    right: 3vw;
    bottom: -4vw;
    width: 36vw;
  }
}
@media (max-width: 992px) {
  #indexpage section.section2 .cta-range .cta-btn {
    right: 9vw;
    bottom: -6vw;
    width: 66vw;
  }
}
#indexpage section.section2 .cta-range:hover .cta-btn.hover {
  display: block;
  right: -10px;
  bottom: -16px;
}
@media (max-width: 1200px) {
  #indexpage section.section2 .cta-range:hover .cta-btn.hover {
    right: 3vw;
    bottom: -3vw;
    width: 37vw;
  }
}
@media (max-width: 992px) {
  #indexpage section.section2 .cta-range:hover .cta-btn.hover {
    display: none;
  }
}
#indexpage section.section3 {
  background: url(../images/section_03.jpg?v=20241219) top center no-repeat;
  height: 1123px;
}
@media (max-width: 1200px) {
  #indexpage section.section3 {
    height: 74vw;
    background-size: 130%;
  }
}
@media (max-width: 992px) {
  #indexpage section.section3 {
    background: url(../images/section_03_m.jpg?v=20241219) top center no-repeat;
    background-size: cover;
    height: 181vw;
  }
}
@media (max-width: 603px) {
  #indexpage section.section3 {
    height: 184vw;
  }
}
#indexpage section.section4 {
  background: url(../images/section_04.jpg?v=20241220) top center no-repeat;
  height: 1355px;
}
@media (max-width: 1200px) {
  #indexpage section.section4 {
    height: 90vw;
    background-size: 130%;
  }
}
@media (max-width: 1025px) {
  #indexpage section.section4 {
    height: 91vw;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  #indexpage section.section4 {
    background: url(../images/section_04_m.jpg?v=20241219) top center no-repeat;
    background-size: cover;
    height: 181.5vw;
  }
}
@media (max-width: 768px) {
  #indexpage section.section4 {
    height: 184vw;
  }
}
@media (max-width: 533px) {
  #indexpage section.section4 {
    height: 185vw;
  }
}
#indexpage section.section5 {
  background: #d55f8f url(../images/section_05.jpg?v=20241219) top center no-repeat;
}
@media (max-width: 1200px) {
  #indexpage section.section5 {
    background-size: 130%;
  }
}
@media (max-width: 992px) {
  #indexpage section.section5 {
    background: #d55f8f url(../images/section_05_m.jpg?v=20241219) top center no-repeat;
    background-size: cover;
  }
}
#indexpage section.section5 .infor-content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  #indexpage section.section5 .infor-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#indexpage section.section5 .infor-content .containers {
  position: relative;
}
#indexpage section.section5 .infor-content .containers:before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 0 0;
  height: 43px;
  width: 264px;
  position: absolute;
  top: -43px;
  left: 24px;
}
#indexpage section.section5 .infor-content .containers::after {
  content: "";
  background: url(../images/infor_gift.png) top center no-repeat;
  width: 190px;
  height: 207px;
  position: absolute;
  top: -125px;
  right: 0;
}
@media (max-width: 992px) {
  #indexpage section.section5 .infor-content .containers::after {
    width: 85px;
    height: 104px;
    background-size: contain;
    top: -59px;
    right: 14px;
  }
}
#indexpage section.section5 .infor-content .infor-title {
  text-align: left;
  display: flex;
  justify-content: left;
  flex-wrap: nowrap;
  border-radius: 30px 30px 0 0;
  position: absolute;
  left: 76px;
  top: -19px;
  z-index: 1;
}
@media (max-width: 768px) {
  #indexpage section.section5 .infor-content .infor-title {
    left: 58px;
    top: -27px;
  }
}
#indexpage section.section5 .infor-content .infor-title img {
  max-width: 125px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  #indexpage section.section5 .infor-content .infor-title img {
    max-width: 107px;
  }
}
#indexpage section.section5 .infor-content .infor-title span {
  font-size: 40px;
  font-weight: 500;
  width: 38px;
  height: 37px;
  flex-shrink: 0;
  color: #FFF;
  margin-left: 12px;
  line-height: 40px;
  cursor: pointer;
}
#indexpage section.section5 .infor-content .infor-title span img {
  cursor: pointer;
}
#indexpage section.section5 .infor-content .infor-title span img.rotate {
  animation: rotate 0.3s ease forwards;
}
#indexpage section.section5 .infor-content .infor-title span div {
  line-height: 0;
  top: 50%;
  position: relative;
}
#indexpage section.section5 .infor-content .infor-text {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0px 30px 30px 30px;
  font-size: 18px;
  font-weight: 400;
  padding: 40px 40px 40px 80px;
  color: #FFF;
  text-align: left;
  text-shadow: #d74f87 0px 0px 10px, #c53571 0px 0px 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #indexpage section.section5 .infor-content .infor-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #indexpage section.section5 .infor-content .infor-text {
    padding: 20px 20px 20px 32px;
  }
}
#indexpage section.section5 .infor-content .infor-text.close {
  height: 150px;
}
#indexpage section.section5 .infor-content .infor-text.close::before {
  content: "";
  background: linear-gradient(360deg, #ec76a7 35%, transparent 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#indexpage section.section5 .infor-content .infor-text b {
  display: block;
}
#indexpage section.section5 .infor-content .infor-text ul li {
  list-style-type: disc;
  line-height: 2.2;
}
#indexpage section.section5 .infor-content .infor-text ul li a {
  color: yellow;
}

#futurepage .main-content {
  background: url(../images/bg.jpg) top center no-repeat #db6b9d;
  padding: 80px 0;
}
#futurepage .poi-goods {
  display: none;
}
#futurepage .poi-goods.on {
  display: block;
}

#bankpage .main-content {
  background: url(../images/bg.jpg) top center no-repeat #db6b9d;
  padding: 80px 0;
}
@media (max-width: 768px) {
  #bankpage .main-content {
    padding: 40px 0;
  }
}

section.award {
  background: linear-gradient(90deg, #4c13a1 0%, #6322a0 50%, #8a3996 100%);
}
@media (max-width: 992px) {
  section.award {
    background: linear-gradient(90deg, #5529de 0%, #5428df 50%, #5128de 100%);
  }
}
section.award .awardBtn {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 20px auto 0 auto;
}
section.award .awardBtn a {
  padding: 10px 30px;
  max-width: 400px;
  width: 80%;
  color: #FFF;
  border: #e485f3 1px solid;
  background: linear-gradient(45deg, #b00dcd, #cf4ba6);
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
section.award .awardBtn a:hover {
  transform: translateY(-5px);
}

.event-content-table-title {
  text-align: center;
  margin-bottom: 24px;
}
.event-content-table-title b {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .event-content-table-title b {
    font-size: 24px;
  }
}

table.event-content-table * {
  vertical-align: middle !important;
}

table.event-content-table {
  text-align: center;
  border: 1px #6e2a9b solid;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  max-width: 1000px;
  width: min(1000px, 90%);
}

table.event-content-table tr td {
  padding: 10px 10px;
  border: 1px #6e2a9b solid;
  text-align: center;
}

table.event-content-table tr:nth-of-type(1) {
  background: #e758b3;
  color: #fff;
  padding: 20px;
  text-align: center;
}/*# sourceMappingURL=all.css.map */