@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");
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, a:hover {
  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 {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
  /*youtube*/
  /*1大2小*/
  /*純文字*/
  /*景點專用 左右圖文交錯*/
  /*放最下面*/
}
.poi-goods .ph {
  margin: 0px auto 0px auto;
}
@media (max-width: 992px) {
  .poi-goods .ph {
    margin: 16px auto 0px auto;
  }
}
.poi-goods .ph .link-right {
  display: inline-block;
  border-radius: 99em;
  padding: 12px 24px;
  position: relative;
  margin-bottom: 80px;
  color: #5AC4F1;
  background: unset;
}
@media (max-width: 992px) {
  .poi-goods .ph .link-right {
    margin-bottom: 40px;
  }
}
.poi-goods .ph .link-right::after {
  content: "▶";
  position: static;
}
.poi-goods .ph .link-right.on {
  display: inline-block;
  color: #5AC4F1;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods .ph .link-right:hover {
    color: #FFF;
    background: #5AC4F1;
  }
}
.poi-goods.poi-fit .ph-group-content-photo {
  display: none;
}
.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-1 .ph-group-content {
  width: 100%;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content {
    flex-wrap: wrap;
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
  width: 55%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.poi-goods.poi-1 .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-1 .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: #0C4D4E;
  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;
  padding: 12px 0;
  min-width: 412px;
  background-size: 100%;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div {
    min-width: 296px;
  }
}
.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  font-family: "Noto Serif TC";
  color: #0C4D4E;
  background: unset;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-title span {
  font-family: "Noto Serif TC";
}
.poi-goods .ph-group {
  display: flex;
  margin: 0px auto 0px 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:has(+ .link-right) {
  margin-bottom: 0;
}
.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: #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: linear-gradient(92deg, #A66E32 -30.05%, #CF9D53 165.43%, #F9DC9B 165.43%);
}
@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: #1E1F24;
  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: #AE7738;
  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: #004547;
  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: #004547;
  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;
  gap: 0px;
  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: #333;
  background: unset;
  font-size: 16px;
  font-weight: 400;
  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: #FF5136;
  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-pic2-onlytext .ph-group-content {
  /*除了第一和第二個*/
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  padding: 16px;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-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-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-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-pic2-onlytext .ph-group-content:nth-of-type(1), .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
  width: 55%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-photo {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo .ph-group-content-tag, .poi-goods.poi-pic2-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-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-photo img, .poi-goods.poi-pic2-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-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic2-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-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale {
  color: #fff;
  background: #004547;
}
.poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(1) .ph-group-content-text .ph-group-content-text-sale a, .poi-goods.poi-pic2-onlytext .ph-group-content:nth-of-type(2) .ph-group-content-text .ph-group-content-text-sale a {
  padding: 8px;
  color: #fff;
  background: #004547;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic2-onlytext .ph-group-content {
    width: 85%;
  }
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-photo {
  display: inline-block;
  overflow: unset;
  flex-shrink: 0;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-photo img {
  display: none;
}
.poi-goods.poi-pic2-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-pic2-onlytext .ph-group-content .ph-group-content-text {
  display: inline-block;
  flex-shrink: 1;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: linear-gradient(92deg, #A66E32 -30.05%, #CF9D53 165.43%, #F9DC9B 165.43%);
  background: unset;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  color: linear-gradient(92deg, #A66E32 -30.05%, #CF9D53 165.43%, #F9DC9B 165.43%);
  background: unset;
}
.poi-goods.poi-pic3-onlytext .ph-group-content {
  width: calc(33.3333333333% - 11px);
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
  display: inline-flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-grow: 1;
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) {
    width: 90%;
    flex-wrap: wrap;
    align-content: baseline;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo {
  display: inline-block;
  overflow: unset;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo {
    width: 100%;
    display: block;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo img {
  display: none;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo img {
    display: block;
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo .ph-group-content-tag {
  position: relative;
  top: 16px;
  left: -16px;
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-photo .ph-group-content-tag {
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 10px 20px 20px 0px;
    padding: 8px 16px;
    color: #FFF;
    background: linear-gradient(92deg, #A66E32 -30.05%, #CF9D53 165.43%, #F9DC9B 165.43%);
  }
}
.poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
  display: inline-block;
  flex-shrink: 1;
}
@media (max-width: 576px) {
  .poi-goods.poi-pic3-onlytext .ph-group-content:nth-of-type(n+4) .ph-group-content-text {
    display: block;
    width: 100%;
  }
}
.poi-goods.poi-youtube .ph-group-content {
  width: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 32px;
  padding: 16px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content {
    flex-wrap: wrap;
    gap: 0;
    padding: 16px 16px 96px 16px;
    align-content: baseline;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube .ph-group-content {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) {
    padding: 16px 16px 96px 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-photo {
  width: 50%;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text {
  align-self: center;
  width: 45%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text {
    width: 100%;
    align-self: top;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-weight: 700;
  color: #CB120D;
  position: relative;
  padding-bottom: 40px;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 93px;
  height: 19px;
  background: url(../images/poi-youtube-icon.png) top center no-repeat;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-name::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 18px;
  width: calc(100% - 125px);
  height: 1px;
  background: #D09059;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: #7B6252;
  background: unset;
  border-top: 1px solid #7B6252;
  border-bottom: 1px solid #7B6252;
  line-height: 1.5;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  line-height: 1.5;
  color: #7B6252;
  background: unset;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 16px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
  display: block;
  position: static;
  margin: 0 auto;
  text-align: center;
  width: min(222px, 100%);
  background: #20567F;
  color: #FFF;
  border-radius: 99em;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: unset;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink:hover {
  background: #256ea5;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
  color: #FFF;
  background: unset;
  border-radius: unset;
  padding: 16px 16px;
  display: flex;
  gap: 4px;
  justify-content: center;
  border: unset;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
    font-size: 18px;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text .ph-group-content-otherlink a::after {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 11 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4414 6.20703C10.4414 6.52976 10.2762 6.82916 10.0054 6.99711L1.82359 12.0719C1.54295 12.2459 1.19186 12.2523 0.905322 12.0885C0.61878 11.9247 0.441407 11.6163 0.441407 11.2818L0.441407 1.13227C0.441408 0.797788 0.618781 0.489351 0.905322 0.325559C1.19186 0.161766 1.54296 0.168125 1.82359 0.342188L10.0054 5.41695C10.2762 5.5849 10.4414 5.88431 10.4414 6.20703Z' fill='%23F5F5F5'/%3E%3C/svg%3E");
  width: 11px;
  height: 13px;
  position: static;
  display: inline-block;
  transform: translateY(2px);
}
.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%;
  }
}
.poi-goods.poi-onlytext .ph-group .ph-group-content {
  width: 100%;
}
@media (max-width: 576px) {
  .poi-goods.poi-onlytext .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-onlytext .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  color: #755101;
}
.poi-goods.poi-landmark {
  text-align: center;
}
.poi-goods.poi-landmark .ph-group-title {
  display: none;
}
.poi-goods.poi-landmark .ph-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  text-align: left;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group {
    align-items: baseline;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-landmark .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.poi-landmark .ph-group .ph-group-content {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 0;
  width: 100%;
  background: unset;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo {
  max-width: 600px;
  width: 60%;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo {
    max-width: 900px;
    width: 100%;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-photo img {
  width: 100%;
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text {
  padding: 30px;
  width: 50%;
  position: relative;
  right: 0px;
  top: 0px;
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text {
    width: 100%;
    right: unset;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  font-weight: 700;
  color: #755101;
  display: inline-flex;
  position: relative;
  border-bottom: 1px solid #E9C562;
  align-items: flex-start;
  top: 0;
  padding-bottom: 16px;
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
  content: "";
  width: 5px;
  height: 26px;
  background: #C1922E;
  position: relative;
  flex-shrink: 0;
  margin-right: 10px;
  top: 5px;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name::before {
    top: 0;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  display: none;
  padding: 16px 0 0px 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .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-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  padding-top: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .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-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 14px;
  }
}
.poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  display: none;
}
.poi-goods.poi-1large-othersmall .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-othersmall .ph-group-content:nth-of-type(1) {
    display: block;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) {
    width: 90%;
    flex-shrink: 0;
  }
}
.poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-1large-othersmall .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-othersmall .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-othersmall .ph-group-content:nth-of-type(1) .ph-group-content-text {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: auto;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content {
    overflow: hidden;
    padding: 0 0 32px 0;
    width: calc(50% - 4px);
    max-width: 247px;
    flex-grow: 0;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 8px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-detail {
    display: none;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-price {
    bottom: 8px;
    padding: 0 8px;
    right: 0;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-mobile-small .ph-group .ph-group-content .ph-group-content-text-sale {
    display: none;
  }
}

.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: #0C4D4E;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  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: 576px) {
  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: 0 8px;
  }
}
nav.nav .nav-list .nav-tab {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 16px;
  white-space: nowrap;
  color: #EDEBE9;
  background: unset;
}
nav.nav .nav-list .nav-tab:hover {
  color: #0C4D4E;
  background: #EDEBE9;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab:hover {
    color: #EDEBE9;
    background: unset;
  }
}
nav.nav .nav-list .nav-tab.on {
  color: #0C4D4E;
  background: #EDEBE9;
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: unset;
  background: #EDEBE9;
  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: 576px) {
  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: #fff;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #FCF77F;
  background: unset;
}

section.section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.section {
    padding: 40px 0;
  }
}
section.section:has(.bg-content) {
  padding: 0px 0;
}
@media (max-width: 768px) {
  section.section.pic3-type2 {
    padding: 60px 0 40px 0;
  }
}
section.section.pic3-type2.change {
  padding: 160px 0 80px 0;
}
@media (max-width: 576px) {
  section.section.pic3-type2.change {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 768px) {
  section.section.pic3-type4 {
    padding: 60px 0 40px 0;
  }
}
section.section.pic2-type1 {
  padding: 140px 0 40px 0;
}
@media (max-width: 576px) {
  section.section.pic2-type1 {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 576px) {
  section.section.pic2-type1.glamour-section6 {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 768px) {
  section.section.index-section3.pic3-type2 .area-content .right-content .photo-content img {
    transform: translateY(-31vw);
  }
}
@media (max-width: 768px) {
  section.section.glamour-section4.pic3-type2 .area-content .photo-content img {
    transform: translateY(-3vw);
  }
}
section.section.glamour-section5.pic1-type1 .bg-content img {
  transform: translateY(-24vw);
}
@media (max-width: 768px) {
  section.section.glamour-section5.pic1-type1 .bg-content img {
    width: 183%;
    transform: translate(-37vw, -49vw);
  }
}
@media (max-width: 768px) {
  section.section.glamour-section4 {
    background: #FFF !important;
  }
}

.pic1-type1 {
  position: relative;
}
.pic1-type1.title-right .title-content {
  left: 50%;
}
.pic1-type1 .title-content {
  position: absolute;
  bottom: -49px;
  left: auto;
  z-index: 2;
  max-width: 598px;
  background: #FFF;
  padding: 45px 75px;
  box-shadow: 0px 4px 20px 0px rgba(12, 77, 78, 0.1);
}
@media (max-width: 992px) {
  .pic1-type1 .title-content {
    bottom: -117px;
  }
}
@media (max-width: 768px) {
  .pic1-type1 .title-content {
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 80px;
    width: 90%;
  }
}
@media (max-width: 576px) {
  .pic1-type1 .title-content {
    bottom: 0vw;
  }
}
.pic1-type1 .title-content .h2-title {
  justify-content: left;
  text-align: left;
}
.pic1-type1 .title-content .text-content {
  color: #62636D;
}
.pic1-type1 .title-content .sale-content {
  color: #0C4D4E;
  margin: 0 auto 16px auto;
  font-family: "Noto Serif TC";
  font-weight: 700;
  opacity: 0;
}
.pic1-type1 .bg-content {
  z-index: 2;
  position: relative;
  max-height: 31vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pic1-type1 .bg-content {
    height: 63vw;
    max-height: unset;
  }
}
@media (max-width: 576px) {
  .pic1-type1 .bg-content {
    height: 125vw;
  }
}
.pic1-type1 .bg-content img {
  width: 100%;
}
@media (max-width: 768px) {
  .pic1-type1 .bg-content img {
    width: 226%;
    transform: translateX(-69vw);
  }
}

.pic2-type1 .h2-title {
  width: 70%;
  justify-content: left;
}
.pic2-type1 .area-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 120px;
}
@media (max-width: 768px) {
  .pic2-type1 .area-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.pic2-type1 .area-content .left-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 55%;
  align-self: flex-end;
  padding-top: 28px;
}
@media (max-width: 768px) {
  .pic2-type1 .area-content .left-content {
    width: 100%;
    justify-content: center;
  }
}
.pic2-type1 .area-content .left-content .text-content {
  width: 70%;
}
.pic2-type1 .area-content .left-content .photo-content {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .pic2-type1 .area-content .left-content .photo-content {
    width: 100%;
  }
}
.pic2-type1 .area-content .left-content .photo-content img {
  width: 100%;
}
.pic2-type1 .area-content .right-content {
  width: 40%;
  flex-grow: 1;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .pic2-type1 .area-content .right-content {
    width: 100%;
  }
}
.pic2-type1 .area-content .right-content img {
  width: 100%;
}

.pic2-type2 .area-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 90px;
}
@media (max-width: 768px) {
  .pic2-type2 .area-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.pic2-type2 .area-content .left-content {
  display: flex;
  flex-wrap: nowrap;
  width: 60%;
  gap: 24px;
}
@media (max-width: 992px) {
  .pic2-type2 .area-content .left-content {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .pic2-type2 .area-content .left-content {
    order: 2;
    width: 100%;
    justify-content: center;
    gap: 24px;
  }
}
.pic2-type2 .area-content .left-content .photo-content {
  width: 45%;
  flex-grow: 2;
}
@media (max-width: 768px) {
  .pic2-type2 .area-content .left-content .photo-content {
    width: 100%;
  }
}
.pic2-type2 .area-content .left-content .photo-content img {
  width: 100%;
}
.pic2-type2 .area-content .right-content {
  width: 30%;
  flex-grow: 1;
  align-self: center;
}
@media (max-width: 768px) {
  .pic2-type2 .area-content .right-content {
    width: 70%;
    flex-grow: 0;
  }
}
.pic2-type2 .area-content .right-content img {
  width: 100%;
}
.pic2-type2 .area-content .right-content .h2-title {
  justify-content: left;
  text-align: left;
}

.pic3-type1 .text-content {
  font-size: 18px;
  font-weight: 400;
  color: #62636D;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pic3-type1 .text-content {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .pic3-type1 .text-content {
    font-size: 14px;
    font-weight: 400;
  }
}
.pic3-type1 .photo-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
}
.pic3-type1 .photo-content img {
  width: 100%;
}
@media (max-width: 768px) {
  .pic3-type1 .photo-content img:nth-of-type(1) {
    display: none;
  }
  .pic3-type1 .photo-content img:nth-of-type(3) {
    display: none;
  }
}

.pic3-type2.change .area-content {
  align-items: flex-end;
}
.pic3-type2.change .area-content .left-content {
  gap: 30px;
  justify-content: right;
}
@media (max-width: 768px) {
  .pic3-type2.change .area-content .left-content {
    justify-content: center;
  }
}
.pic3-type2.change .area-content .left-content .title-content {
  width: 80%;
}
@media (max-width: 768px) {
  .pic3-type2.change .area-content .left-content .title-content {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .pic3-type2.change .area-content .right-content {
    order: 2;
  }
}
.pic3-type2 .area-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .pic3-type2 .area-content {
    flex-wrap: wrap;
  }
}
.pic3-type2 .area-content .left-content {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media (max-width: 768px) {
  .pic3-type2 .area-content .left-content {
    justify-content: center;
    width: 100%;
    gap: 36px;
  }
}
.pic3-type2 .area-content .left-content .title-content {
  width: 80%;
}
.pic3-type2 .area-content .left-content .title-content .h2-title {
  justify-content: left;
}
.pic3-type2 .area-content .left-content img {
  width: 100%;
}
.pic3-type2 .area-content .right-content {
  width: 35%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .pic3-type2 .area-content .right-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pic3-type2 .area-content .right-content .photo-content {
    height: 79vw;
    overflow: hidden;
  }
}
.pic3-type2 .area-content .right-content .photo-content img {
  width: 100%;
}
@media (max-width: 768px) {
  .pic3-type2 .area-content .right-content .photo-content img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.pic4-type1 .bg-content {
  z-index: 2;
  position: relative;
  max-height: 550px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pic4-type1 .bg-content {
    height: 63vw;
    max-height: unset;
  }
}
.pic4-type1 .bg-content img {
  width: 100%;
}
@media (max-width: 768px) {
  .pic4-type1 .bg-content img {
    width: 226%;
    transform: translateX(-69vw);
  }
}
.pic4-type1 .bg-white {
  padding-bottom: 80px;
}
.pic4-type1 .top-content {
  position: relative;
  display: flex;
  justify-content: right;
  margin-top: -100px;
}
@media (max-width: 768px) {
  .pic4-type1 .top-content {
    margin-top: -11vw;
    justify-content: center;
  }
}
.pic4-type1 .top-content .title-content {
  z-index: 2;
  max-width: 598px;
  background: #FFF;
  padding: 45px 75px;
  box-shadow: 0px 4px 20px 0px rgba(12, 77, 78, 0.1);
}
@media (max-width: 768px) {
  .pic4-type1 .top-content .title-content {
    padding: 40px;
  }
}
.pic4-type1 .top-content .title-content .h2-title {
  justify-content: left;
  text-align: left;
}
.pic4-type1 .top-content .title-content .text-content {
  color: #62636D;
}
.pic4-type1 .top-content .title-content .sale-content {
  color: #0C4D4E;
  margin: 0 auto 16px auto;
  font-family: "Noto Serif TC";
  font-weight: 700;
}
.pic4-type1 .bottom-content {
  margin-top: 60px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .pic4-type1 .bottom-content {
    margin-top: 17vw;
    padding-bottom: 10vw;
  }
}
@media (max-width: 576px) {
  .pic4-type1 .bottom-content {
    padding-bottom: 16vw;
  }
}
@media (max-width: 375px) {
  .pic4-type1 .bottom-content {
    padding-bottom: 29vw;
  }
}
.pic4-type1 .bottom-content .photo-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .pic4-type1 .bottom-content .photo-content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .pic4-type1 .bottom-content .photo-content {
    gap: 12px;
  }
}
.pic4-type1 .bottom-content .photo-content img {
  width: 100%;
}
.pic4-type1 .bottom-content .photo-content .photo-box {
  flex-grow: 0;
  width: 30%;
}
.pic4-type1 .bottom-content .photo-content .photo-box.photo-box1 {
  margin-top: -116px;
}
@media (max-width: 768px) {
  .pic4-type1 .bottom-content .photo-content .photo-box.photo-box1 {
    margin-top: -12vw;
  }
}
.pic4-type1 .bottom-content .photo-content .photo-box.photo-box1 .text-content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pic4-type1 .bottom-content .photo-content .photo-box.photo-box1 .text-content {
    position: absolute;
    bottom: 0vw;
  }
}
.pic4-type1 .bottom-content .photo-content .photo-box.photo-box3 {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .pic4-type1 .bottom-content .photo-content .photo-box.photo-box3 {
    margin-top: 12vw;
  }
}
.pic4-type1 .bottom-content .photo-content .photo-box.photo-box3::before {
  content: "";
  background: url(../images/gold-line.png) top center no-repeat;
  width: 168px;
  height: 168px;
  position: absolute;
  left: -191px;
  bottom: 0px;
}
@media (max-width: 1200px) {
  .pic4-type1 .bottom-content .photo-content .photo-box.photo-box3::before {
    left: -167px;
  }
}
@media (max-width: 768px) {
  .pic4-type1 .bottom-content .photo-content .photo-box.photo-box3::before {
    content: unset;
  }
}

.pic3-type3 .area-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 44px;
}
@media (max-width: 768px) {
  .pic3-type3 .area-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.pic3-type3 .area-content .left-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 45%;
  align-self: baseline;
  padding-top: 28px;
}
@media (max-width: 768px) {
  .pic3-type3 .area-content .left-content {
    width: 100%;
    justify-content: center;
  }
}
.pic3-type3 .area-content .left-content .text-content {
  width: 80%;
}
.pic3-type3 .area-content .left-content .photo-content {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .pic3-type3 .area-content .left-content .photo-content {
    width: 100%;
  }
}
.pic3-type3 .area-content .left-content .photo-content img {
  width: 100%;
}
.pic3-type3 .area-content .right-content {
  width: 55%;
}
@media (max-width: 768px) {
  .pic3-type3 .area-content .right-content {
    width: 100%;
  }
}
.pic3-type3 .area-content .right-content img {
  width: 100%;
}

.pic3-type4 .h2-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .pic3-type4 .h2-title {
    width: 70%;
    text-align: left;
    margin: 0 auto 20px auto;
    justify-content: left;
  }
}
.pic3-type4 .area-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px 20px;
}
@media (max-width: 768px) {
  .pic3-type4 .area-content {
    gap: 20px;
  }
}
.pic3-type4 .area-content .photo-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 45%;
  align-self: baseline;
  flex-grow: 1;
}
.pic3-type4 .area-content .photo-content img {
  width: 100%;
  position: relative;
}
.pic3-type4 .area-content .photo-content .text-content {
  width: 100%;
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content .text-content {
    width: 80%;
  }
}
.pic3-type4 .area-content .photo-content b {
  font-size: 20px;
  font-weight: 400;
  background: var(--Linear, linear-gradient(89deg, #A66E32 -32.16%, #F9DC9B 29.68%, #CF9D53 121.35%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
  display: block;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content b {
    font-size: 18px;
  }
}
.pic3-type4 .area-content .photo-content b:empty {
  display: none;
}
.pic3-type4 .area-content .photo-content:nth-of-type(1) {
  width: 70%;
  max-width: 936px;
}
@media (max-width: 1200px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) .text-content {
    width: 70%;
  }
}
.pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box {
  position: relative;
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box img {
    height: 62vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box:has(+ .text-content) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box:has(+ .text-content) {
    margin-top: 20px;
    margin-bottom: 0px;
    order: 2;
  }
}
.pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box::before {
  content: "";
  background: url(../images/gold-line2-left.png) top center no-repeat;
  width: 168px;
  height: 211px;
  position: absolute;
  left: -146px;
  bottom: -84px;
}
@media (max-width: 1200px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box::before {
    left: -68px;
  }
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box::before {
    content: unset;
  }
}
.pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box::after {
  content: "";
  background: url(../images/gold-line2-right.png) top center no-repeat;
  width: 168px;
  height: 211px;
  position: absolute;
  right: -146px;
  top: -75px;
}
@media (max-width: 1200px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box::after {
    right: -65px;
    top: -76px;
  }
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(1) .photo-box::after {
    content: unset;
  }
}
.pic3-type4 .area-content .photo-content:nth-of-type(even) .text-content {
  position: relative;
}
@media (max-width: 768px) {
  .pic3-type4 .area-content .photo-content:nth-of-type(even) .text-content::before {
    content: "";
    position: absolute;
    right: -5.5vw;
    height: 100%;
    width: 1px;
    background: linear-gradient(89deg, #A66E32 -10.07%, #F9DC9B 43.69%, #CF9D53 84.96%);
  }
}

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

.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: #a57c40;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: #806032;
  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;
}

#glamour .kv-banner .kv-banner-bg {
  background: url(../images/kv2025_pc2.webp) top center no-repeat;
}
@media (max-width: 1200px) {
  #glamour .kv-banner .kv-banner-bg {
    background: url(../images/kv2025_m2.webp) top center no-repeat;
    background-size: 100%;
  }
}

.kv-banner {
  position: relative;
  height: 530px;
  max-width: 1920px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: 63vw;
  }
}
.kv-banner .kv-banner-bg {
  width: 100%;
  height: 100%;
  background: url(../images/kv2025_pc.webp) top center no-repeat;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .kv-banner .kv-banner-bg {
    background: url(../images/kv2025_m.webp) top center no-repeat;
    background-size: 100%;
  }
}
.kv-banner .kv-somethings {
  z-index: 2;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  position: relative;
}
.kv-banner .kv-somethings .kv-title {
  position: absolute;
  right: -572px;
  bottom: -149px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-title {
    right: -42vw;
    bottom: -26vw;
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-somethings .kv-title {
    bottom: -26vw;
  }
}
.kv-banner .kv-somethings .kv-title img {
  max-width: 429px;
}
@media (max-width: 1200px) {
  .kv-banner .kv-somethings .kv-title img {
    max-width: 490px;
    width: 51vw;
  }
}
.kv-banner h1 {
  display: none;
}
.kv-banner h1 img {
  width: 100%;
}

/*POI版頭*/
.bnad img {
  width: 100%;
  transition: 0.3s;
}
.bnad img:hover {
  transform: scale(0.98);
}

.h2-title {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
  color: #1E1F24;
  text-align: center;
  margin-bottom: 20px;
  font-family: "NoTo Serif TC";
}
.h2-title.green {
  color: #0C4D4E;
}
@media (max-width: 768px) {
  .h2-title.green {
    text-align: center;
  }
}
.h2-title:has(small) {
  gap: 20px;
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title small {
  font-family: "NoTo Sans TC";
  font-size: 16px;
  font-weight: 400;
  color: #62636D;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .h2-title small {
    font-size: 14px;
  }
}
.h2-title span {
  font-family: "NoTo Serif TC";
  position: relative;
  display: block;
  line-height: 1.2;
}
.h2-title.has-line span::before {
  content: "";
  background: url(../images/title-line.png) no-repeat top center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -28px;
  top: -18px;
}

.text-content {
  font-size: 16px;
  font-weight: 400;
  opacity: 0;
  color: #62636D;
}
@media (max-width: 768px) {
  .text-content {
    font-size: 14px;
    font-weight: 400;
  }
}
.text-content span {
  color: #0C4D4E;
}

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

.bg-gray {
  background: url(../images/bg.jpg) top center no-repeat;
}
@media (max-width: 768px) {
  .bg-gray {
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: cover;
  }
}
.bg-gray.index-section1, .bg-gray.glamour-section1 {
  background-position-y: -190px;
}
@media (max-width: 768px) {
  .bg-gray.index-section1, .bg-gray.glamour-section1 {
    background-position-y: 0;
  }
}
.bg-gray.index-section3, .bg-gray.glamour-section4 {
  background-position-y: -300px;
}
@media (max-width: 768px) {
  .bg-gray.index-section3, .bg-gray.glamour-section4 {
    background-position-y: 0;
  }
}
.bg-gray .h2-title span {
  color: #1E1F24;
}

.bg-green {
  background: linear-gradient(0deg, #0C2729 0%, #043A3C 100%);
}
.bg-green .h2-title span {
  color: #fff;
}
.bg-green .text-content {
  color: #FFF;
}

.bg-white {
  background: #FFF;
  position: relative;
}
.bg-white .area-content {
  z-index: 2;
  position: relative;
}
.bg-white::before {
  content: "";
  background: url(../images/bg-white-left.png) center center no-repeat;
  width: 419px;
  height: 395px;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
}
@media (max-width: 768px) {
  .bg-white::before {
    content: unset;
  }
}
.bg-white::after {
  content: "";
  background: url(../images/bg-white-right.png) center center no-repeat;
  width: 419px;
  height: 408px;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}
@media (max-width: 768px) {
  .bg-white::after {
    content: unset;
  }
}/*# sourceMappingURL=all.css.map */