@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=Manrope:wght@200..800&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;
}

:root {
  --blue:#00295b;
  --brown: #c1a662;
  --gap: 40px;
  --para:24px;
}

@media screen and (max-width: 992px) {
  :root {
    --gap: 24px;
    --para:12px;
  }
}
.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .cover-containers {
    padding-right: 24px;
    padding-left: 24px;
  }
}

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

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

@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.poi {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .poi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.poi-goods {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
  /*youtube*/
  /*1大2小*/
  /*純文字*/
  /*景點專用 左右圖文交錯*/
  /*放最下面*/
}
.poi-goods .ph {
  margin: 0 auto;
}
.poi-goods .ph .link-right {
  display: inline-block;
  border-radius: 99em;
  padding: 12px 24px;
  position: relative;
  margin-bottom: 80px;
  color: black;
  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: black;
  background: unset;
}
@media not all and (pointer: coarse) {
  .poi-goods .ph .link-right:hover {
    color: white;
    background: #a0774d;
  }
}
.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 {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content .ph-group-content-photo img {
    height: auto;
    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: 28px;
  padding: 28px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content {
    flex-wrap: wrap;
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-1 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
    padding: 14px;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
  width: 45%;
  display: inline-flex;
  border-radius: 0 50px 0 0;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
    border-radius: 0 25px 0 0;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-photo img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-photo img {
    height: auto;
    object-fit: unset;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-text {
  position: relative;
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 0 68px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-text {
    flex-shrink: 0;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    padding: 0 0 60px 0;
  }
}
.poi-goods.poi-1 .ph-group-content .ph-group-content-text::after {
  content: url(../images/line.svg);
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: calc(100% - 220px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .poi-goods.poi-1 .ph-group-content .ph-group-content-text::after {
    width: calc(100% - 194px);
  }
}
.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;
  line-height: 1.5;
  color: #FF5136;
  background: unset;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .poi-goods .ph-title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .poi-goods .ph-title {
    margin-bottom: 24px;
  }
}
.poi-goods .ph-title div {
  position: relative;
  background: url(../images/title_bg_yellow.svg) top center no-repeat;
  padding: 12px 0;
  min-width: 412px;
  background-size: 100%;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div {
    min-width: 296px;
  }
}
.poi-goods .ph-title div::before {
  content: "";
  position: absolute;
  left: -78px;
  top: 16px;
  width: 57px;
  height: 48px;
  background: url(../images/title_left.svg) top center no-repeat;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div::before {
    width: 45px;
    left: -59px;
    top: 5px;
    background: url(../images/title_left.svg) top center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::before {
    content: none;
  }
}
.poi-goods .ph-title div::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 13px;
  width: 65px;
  height: 56px;
  background: url(../images/title_right.svg) top center no-repeat;
}
@media (max-width: 768px) {
  .poi-goods .ph-title div::after {
    width: 47px;
    right: -61px;
    top: 3px;
    background: url(../images/title_right.svg) top center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-title div::after {
    content: none;
  }
}
.poi-goods .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #FF5136;
  background: unset;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group {
  display: flex;
  margin: 0px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 40px;
  padding: 0;
}
@media (max-width: 576px) {
  .poi-goods .ph-group {
    gap: 24px;
  }
}
.poi-goods .ph-group:has(+ .link-right) {
  margin-bottom: 0;
}
.poi-goods .ph-group-content {
  border-radius: 0 25px 0 0;
  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 0px 20px rgba(0, 0, 0, 0.15));
}
.poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
  color: white;
  background: #a0774d;
}
@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 {
  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 {
  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: -5px;
  left: -10px;
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: #00295b;
  width: 65px;
  height: 55px;
  text-align: center;
  line-height: 55px;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    width: 60px;
    height: 50px;
    line-height: 50px;
  }
}
.poi-goods .ph-group-content-photo .ph-group-content-tag::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #00295b;
  position: absolute;
  right: -5px;
  bottom: -5px;
}
.poi-goods .ph-group-content-text-name {
  padding: 0;
  color: #00295b;
  background: unset;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  display: block;
  width: 100%;
  font-family: "Noto Serif TC", serif;
}
@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 {
  width: 100%;
  color: black;
  background: unset;
  font-size: 16px;
  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 {
  display: block;
  color: black;
  background: unset;
  font-size: 16px;
  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: 0px;
  bottom: 0px;
  letter-spacing: 0.2px;
  font-family: "Manrope", "Noto Sans TC";
  border: solid 1px #a0774d;
  padding: 2px 16px 6px 12px;
  color: #00295b;
  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-price::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #a0774d;
  position: absolute;
  left: -6px;
  top: -6px;
}
.poi-goods .ph-group-content-text-sale {
  display: inline-block;
  color: #00295b;
  background: #eeeeee;
  font-size: 16px;
  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;
  }
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content-text-sale {
    display: block;
  }
}
.poi-goods .ph-group-content-text-sale a {
  display: block;
  padding: 12px 16px;
  border-left: solid 4px #00295b;
  color: #00295b;
  background: #eeeeee;
  font-size: 16px;
  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 a:empty {
  display: none;
}
.poi-goods .ph-group-content-otherlink a {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: "Manrope", "Noto Serif TC";
  color: black;
  background: unset;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 20px 10px 16px;
  border: 1px solid #a0774d;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-otherlink a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-otherlink a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #a0774d;
  position: absolute;
  left: -6px;
  top: -6px;
}
.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.hide-sale .ph-group-content-text-sale {
  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 {
  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: #00295b;
  background: #eeeeee;
}
.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: #00295b;
  background: #eeeeee;
}
@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: #00295b;
  background: unset;
}
.poi-goods.poi-pic2-onlytext .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 0px;
  color: #00295b;
  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: #00295b;
  }
}
.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 {
  gap: 60px;
}
@media (max-width: 576px) {
  .poi-goods.poi-youtube .ph-group {
    gap: 40px;
  }
}
.poi-goods.poi-youtube .ph-group-content {
  background: none;
  padding: 0;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-photo {
  width: 55%;
  border-radius: 0;
  aspect-ratio: 16/9;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-photo {
    width: 100%;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-photo iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text {
  width: 45%;
}
@media (max-width: 992px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text {
    width: 100%;
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text::after {
  content: url(../images/line.svg);
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: calc(100% - 145px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text::after {
    width: calc(100% - 125px);
  }
}
.poi-goods.poi-youtube .ph-group-content .ph-group-content-text-detail {
  font-size: 18px;
}
@media (max-width: 768px) {
  .poi-goods.poi-youtube .ph-group-content .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.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 {
  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 {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .poi-goods.poi-1large-2small .ph-group-content .ph-group-content-photo img {
    height: auto;
    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;
  line-height: 1.5;
  color: #755101;
  display: inline-flex;
  position: relative;
  border-bottom: 1px solid #E9C562;
  align-items: flex-start;
  top: 0;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .poi-goods.poi-landmark .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    line-height: 1.3;
  }
}
.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;
  line-height: 1.5;
}
@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;
    line-height: 1.3;
  }
}
.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;
  line-height: 1.5;
}
@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;
    line-height: 1.3;
  }
}
.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;
  line-height: 1.5;
}
@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;
    line-height: 1.3;
  }
}
.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;
  line-height: 1.5;
}
@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;
    line-height: 1.3;
  }
}
.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 {
  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: #00295b;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0px;
}
nav.nav .nav-list * {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
  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: left;
    -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: white;
  background: #00295b;
  transition: all 0.2s;
}
nav.nav .nav-list .nav-tab:hover {
  color: #00295b;
  background: #eeeeee;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab:hover {
    color: white;
    background: #00295b;
  }
}
nav.nav .nav-list .nav-tab.on {
  color: #00295b;
  background: #eeeeee;
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: unset;
  background: #FF6C55;
  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;
}

/*分頁改色範例*/
.eventpage nav.nav .nav-list .nav-tab {
  color: #a15e34;
}
.eventpage nav.nav .nav-list .nav-tab:hover {
  background: #df8045;
  color: #fff;
}
.eventpage nav.nav .nav-list .nav-tab.on {
  background: #a15e34;
  color: #fff;
}
.eventpage nav.nav .poi-list {
  background: #a15e34;
}

.subnav {
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: 0.2s;
  /*黏*/
}
.subnav .subnav-list {
  background: #dddddd;
  padding: 0 24px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0;
}
.subnav .subnav-list * {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .subnav .subnav-list * {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .subnav .subnav-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;
  }
}
.subnav .subnav-list .subnav-tab {
  color: var(--blue);
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 16px 0;
  padding: 0 16px;
  white-space: nowrap;
  transition: all 0.2s;
}
.subnav .subnav-list .subnav-tab:not(:last-child) {
  border-right: solid 1px var(--blue);
}
.subnav .subnav-list .subnav-tab:hover, .subnav .subnav-list .subnav-tab.on {
  color: #946f13;
}
.subnav.sticky {
  position: sticky;
  top: 52px;
  left: 0;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .subnav.sticky {
    top: 50px;
  }
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  scroll-padding: 50px 0 0 50px !important;
  color: #333;
  background: #eeeeee;
  font-family: "Manrope", "Noto Sans TC", "微軟正黑體";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.3;
  }
}

body * {
  box-sizing: border-box;
  vertical-align: top;
}

.main-content {
  background: url(../images/bg-pc.jpg) center bottom/cover no-repeat fixed;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .main-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .main-content {
    background: none;
  }
}

.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: #00295b;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: #001228;
  transition: all 0.2s;
}
.goTop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

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

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

.h2-title {
  text-align: center;
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title img {
  width: min(450px, 100%);
}
.h2-title span {
  position: relative;
}

.h3-title {
  font-family: "Noto Serif TC", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue);
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  .h3-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
.h3-title span {
  position: relative;
  z-index: 0;
}
.h3-title span::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 5em;
  position: absolute;
  right: 0.1em;
  bottom: 0.1em;
  background-color: #f6dfc0;
  z-index: -1;
}

.h6-title {
  font-family: "Noto Serif TC", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue);
  letter-spacing: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}
@media (max-width: 768px) {
  .h6-title {
    line-height: 1.2;
  }
}
.h6-title img {
  height: 0.8em;
}
@media (max-width: 768px) {
  .h6-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .h6-title {
    line-height: 1.2;
  }
}

.service {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  right: 24px;
  bottom: 24px;
  text-decoration: none;
  transition: all 0.2s;
}
@media not all and (pointer: coarse) {
  .service:hover {
    filter: brightness(1.05);
    bottom: 20px;
  }
}
.service span {
  display: none;
}
@media (max-width: 1200px) {
  .service {
    right: 8px;
    bottom: 8px;
    width: 64px;
    height: 64px;
    border-radius: 5em;
    border: solid 4px #42719d;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #00295b;
  }
  .service span {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .service img {
    display: none;
  }
}

.uniworld {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media (max-width: 992px) {
  .uniworld {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.uniworld img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.uniworld .intro {
  width: 100%;
  text-align: center;
  margin-top: -40px;
}
@media (max-width: 992px) {
  .uniworld .intro {
    margin-top: -24px;
  }
}
.uniworld .about {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.uniworld .layout {
  display: flex;
  gap: var(--gap);
}
@media (max-width: 768px) {
  .uniworld .layout {
    flex-wrap: wrap;
  }
}
.uniworld .layout .content-image {
  position: relative;
  width: 60%;
}
@media (max-width: 768px) {
  .uniworld .layout .content-image {
    width: 100%;
  }
}
.uniworld .layout .content-image.b-lb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px var(--brown);
  position: absolute;
  left: -12px;
  bottom: -12px;
}
@media (max-width: 768px) {
  .uniworld .layout .content-image.b-lb::after {
    display: none;
  }
}
.uniworld .layout .content-image.b-rb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px var(--brown);
  position: absolute;
  right: -12px;
  bottom: -12px;
}
@media (max-width: 768px) {
  .uniworld .layout .content-image.b-rb::after {
    display: none;
  }
}
.uniworld .layout .content-text {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  align-self: flex-start;
}
@media (max-width: 768px) {
  .uniworld .layout .content-text {
    width: 100%;
  }
}

.summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .summary {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.summary .content-text {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .summary .content-text {
    width: 100%;
    order: 1;
  }
}
.summary .content-text .wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  max-width: 581px;
  padding-left: var(--gap);
  padding-top: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .summary .content-text .wrap {
    width: 100%;
    max-width: inherit;
  }
}
.summary .content-text .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  background-image: url("../images/line-vertical.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 768px) {
  .summary .content-text .wrap::before {
    width: 16px;
  }
}
.summary .content-text ol {
  margin-left: -12px;
}
@media (max-width: 768px) {
  .summary .content-text ol {
    margin-left: 0px;
  }
}
.summary .content-text ol li {
  display: flex;
  align-items: center;
  counter-increment: step;
  position: relative;
  gap: 8px;
  letter-spacing: 1px;
}
.summary .content-text ol li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .summary .content-text ol li {
    word-break: keep-all;
  }
}
.summary .content-text ol li::before {
  content: "";
  background-image: url("../images/icon-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.summary .content-image {
  width: calc(50% - var(--gap));
  overflow: hidden;
  height: 450px;
}
@media (max-width: 768px) {
  .summary .content-image {
    width: 100%;
    height: auto;
    order: 2;
  }
}
.summary .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .feature:nth-last-of-type(2) {
    background-color: white;
  }
}
.feature .feature-header .bn {
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .feature .feature-header .bn {
    height: auto;
    aspect-ratio: 2/1;
  }
}
.feature .feature-header .bn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature .feature-header .title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  padding: 16px 24px 40px;
  background-color: white;
  border: 2px solid var(--brown);
  width: 100%;
  max-width: 600px;
  margin: -100px auto 0;
  transform: translateX(-120px);
}
@media (max-width: 768px) {
  .feature .feature-header .title {
    transform: none;
    margin-top: 0;
    padding: 16px 24px 24px;
    max-width: inherit;
  }
}
.feature .feature-header .title .h4-title {
  font-family: "Noto Serif TC", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--blue);
  letter-spacing: 0.3em;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature .feature-header .title .h4-title {
    font-size: 32px;
    line-height: 1.3;
  }
}
.feature .feature-header .title .h4-title span {
  position: relative;
  z-index: 1;
}
.feature .feature-header .title .h4-title span::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  right: 0.1em;
  width: 0.5em;
  height: 0.5em;
  background-color: #f6dfc0;
  border-radius: 50%;
  z-index: -1;
}
.feature .feature-header .title p {
  overflow: hidden;
}
.feature .feature-header .title img {
  margin: 0 auto;
  display: block;
  height: 24px;
}
.feature .feature-content {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 768px) {
  .feature .feature-content {
    padding: 0;
  }
}
.feature .feature-content .description {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .feature .feature-content .description {
    flex-direction: column;
  }
}
.feature .feature-content .description .main-image {
  flex: 1 1 70%;
  max-width: 770px;
  overflow: hidden;
}
.feature .feature-content .description .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature .feature-content .description .text-block {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: var(--para);
}
.feature .feature-content .description .text-block p:last-child {
  margin-top: auto;
}
.feature .feature-content .description .text-block img {
  width: 100%;
}
.feature .feature-content .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .feature .feature-content .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature .feature-content .gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.introduction {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--gap);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .introduction {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.introduction .content-text {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .introduction .content-text {
    width: 100%;
    order: 1;
  }
}
.introduction .content-text .wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  max-width: 581px;
  padding-left: var(--gap);
  padding-top: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .introduction .content-text .wrap {
    width: 100%;
    max-width: inherit;
  }
}
.introduction .content-text .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  background-image: url("../images/line-vertical.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 768px) {
  .introduction .content-text .wrap::before {
    width: 16px;
  }
}
.introduction .content-text .wrap .h5-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-family: "Noto Serif TC", serif;
}
.introduction .content-text .wrap .h5-title span {
  display: inline-block;
  padding: 12px 24px;
  color: white;
  background: var(--blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .introduction .content-text .wrap .h5-title span {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .introduction .content-text .wrap .h5-title span {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .introduction .content-text .wrap .h5-title span {
    line-height: 1;
  }
}
.introduction .content-text .wrap .h5-title small {
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .introduction .content-text .wrap .h5-title small {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .introduction .content-text .wrap .h5-title small {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .introduction .content-text .wrap .h5-title small {
    line-height: 1;
  }
}
.introduction .content-text .wrap .detail {
  display: flex;
  flex-direction: column;
  gap: var(--para);
}
.introduction .content-text .wrap .ship-facts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.introduction .content-text .wrap .ship-facts .fact-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 4px 24px;
  border: solid 1px black;
  border-radius: 5em;
  position: relative;
}
@media (max-width: 768px) {
  .introduction .content-text .wrap .ship-facts .fact-item {
    font-size: 14px;
    line-height: 1.3;
  }
}
.introduction .content-text .wrap .ship-facts .fact-item::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -1px;
  width: 100%;
  height: calc(100% + 2px);
  border-left: solid 1px black;
  border-radius: 5em;
}
.introduction .content-text .wrap .ship-facts .fact-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -1px;
  width: 100%;
  height: calc(100% + 2px);
  border-right: solid 1px black;
  border-radius: 5em;
}
.introduction .content-image {
  width: calc(50% - var(--gap));
  overflow: hidden;
  height: 500px;
}
@media (max-width: 768px) {
  .introduction .content-image {
    width: 100%;
    height: auto;
    order: 2;
  }
}
.introduction .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap);
}
@media (max-width: 992px) {
  .design {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.design .layout {
  display: flex;
  gap: var(--gap);
}
@media (max-width: 992px) {
  .design .layout {
    flex-direction: column;
  }
}
.design .layout img {
  width: 100%;
}
.design .description {
  display: flex;
  flex-direction: column;
  gap: var(--para);
}
.design .description p {
  text-align: left;
}
@media (max-width: 992px) {
  .design .description p {
    text-align: center;
  }
}
.design .gallery {
  width: 640px;
}
@media (max-width: 992px) {
  .design .gallery {
    width: 100%;
  }
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  position: relative;
  width: 25%;
  height: 100%;
}
.mySwiper .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.mySwiper .swiper-slide-thumb-active::after {
  display: none;
}

.mySwiper2 {
  aspect-ratio: 3/2;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .room {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.room .room-wrap:not(:last-child) {
  margin-bottom: var(--gap);
}
.room .room-header {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Noto Serif TC", serif;
  margin-bottom: -24px;
  padding-left: 48px;
}
@media (max-width: 768px) {
  .room .room-header {
    align-items: flex-start;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .room .room-header {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.room .room-header .name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #ac8e44;
  text-align: center;
  border: solid 1px var(--brown);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 220px;
  height: 120px;
  background: white;
  position: relative;
}
@media (max-width: 768px) {
  .room .room-header .name {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .room .room-header .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    width: 145px;
    height: 100px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .room .room-header .name {
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .room .room-header .name {
    width: 100%;
    height: 80px;
  }
}
.room .room-header .name span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .room .room-header .name span {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .room .room-header .name span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .room .room-header .name span {
    line-height: 1;
  }
}
.room .room-header .name::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #ac8e44;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  pointer-events: none;
}
.room .room-header .highlight {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--blue);
  width: 100%;
}
@media (max-width: 768px) {
  .room .room-header .highlight {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .room .room-header .highlight {
    text-align: center;
  }
}
.room .room-header .highlight .line {
  overflow: hidden;
  height: 24px;
  position: relative;
}
.room .room-header .highlight .line img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.room .room-detail {
  display: flex;
  gap: var(--gap);
}
@media (max-width: 768px) {
  .room .room-detail {
    flex-direction: column;
  }
}
.room .room-detail .photo {
  flex: 1 1 65%;
}
.room .room-detail .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room .room-detail .content {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: var(--para);
}
.room .room-detail .content img {
  width: 100%;
  margin-top: auto;
}

.video {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .video {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.video .player {
  width: 100%;
  aspect-ratio: 16/9;
}/*# sourceMappingURL=all.css.map */