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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

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

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

.ph-group-title, .ph-title {
  font-family: "Zen Old Mincho", "Noto Serif TC", serif, "微軟正黑體";
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #CD9B61;
  letter-spacing: 2px;
  color: #002766;
  background: unset;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ph-group-title, .ph-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
}

.poi-hide-menu .ph-menu {
  display: none !important;
}

.poi-goods {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
  text-align: center;
  background: #C0DFF3;
  font-family: "Montserrat", "Noto Sans TC", "微軟正黑體";
  /*三個一排*/
  /*切換*/
  /*一般的樣式*/
  /*poi選單*/
}
@media (max-width: 992px) {
  .poi-goods {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.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: calc(33.3333333333% - 11px);
}
@media (max-width: 992px) {
  .poi-goods.poi-2 .ph-group-content {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .poi-goods.poi-2 .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.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-group-title {
  border-bottom: solid 1px #002766;
}
.poi-goods .ph-group {
  display: flex;
  margin: 0px auto 80px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
}
@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 0;
  }
}
.poi-goods .ph-group-content {
  padding: 0 0 45px 0;
  position: relative;
  width: calc(25% - 12px);
  transition: all 0.2s;
  color: unset;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content {
    width: calc(50% - 16px);
    padding: 14px 14px 43px 14px;
  }
}
@media (max-width: 576px) {
  .poi-goods .ph-group-content {
    width: 85%;
    flex-shrink: 0;
  }
}
.poi-goods .ph-group-content:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.poi-goods .ph-group-content:hover .ph-group-content-otherlink a {
  color: #FFF;
  background: #B1382F;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content.box1 {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo {
  width: 45%;
  display: inline-block;
}
.poi-goods .ph-group-content.box1 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.box1 .ph-group-content-text {
  width: 53%;
  display: inline-block;
  padding: 0 0 29px 0;
}
.poi-goods .ph-group-content.box2 {
  width: 45%;
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo {
  width: 55%;
  display: inline-block;
}
.poi-goods .ph-group-content.box2 .ph-group-content-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.poi-goods .ph-group-content.box2 .ph-group-content-text {
  width: calc(45% - 16px);
  display: inline-block;
  padding: 0 0 29px 0;
}
.poi-goods .ph-group-content.box3 {
  width: 30%;
  flex-grow: 1;
}
.poi-goods .ph-group-content-photo {
  display: block;
  overflow: hidden;
  position: relative;
}
.poi-goods .ph-group-content-photo img {
  width: 100%;
}
.poi-goods .ph-group-content-photo .ph-group-content-tag {
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: linear-gradient(90deg, rgba(17, 65, 143, 0.6) 0%, #11418F 25%, #11418F 75%, rgba(17, 65, 143, 0.6) 100%);
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
}
.poi-goods .ph-group-content-text {
  padding: 16px;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text {
    padding: 14px;
  }
}
.poi-goods .ph-group-content-text-name {
  padding: 0;
  margin-bottom: 8px;
  color: #002766;
  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-bottom: 8px;
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-detail a {
  color: #515151;
  background: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-detail a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-price {
  position: absolute;
  right: 0;
  bottom: 16px;
  letter-spacing: 0.2px;
  font-family: "Montserrat", "Noto Sans TC";
  width: 100%;
  text-align: center;
  color: #002766;
  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: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-price span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-text-sale {
  margin-bottom: 8px;
  color: #FFF;
  background: #CD9B61;
  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: #CD9B61;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-group-content-otherlink {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 992px) {
  .poi-goods .ph-group-content-otherlink {
    bottom: 14px;
    right: 14px;
  }
}
.poi-goods .ph-group-content-otherlink a:empty {
  display: none;
}
.poi-goods .ph-group-content-otherlink a {
  color: #B1382F;
  background: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #B1382F;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-goods .ph-group-content-otherlink a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-goods .ph-menu {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .poi-goods .ph-menu {
    flex-wrap: nowrap;
    justify-content: left;
    -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: #23294C;
  background: unset;
  border-radius: 50px;
}
@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: #23294C;
  background: linear-gradient(270deg, #EEA948 -18.2%, #FDDC98 35.61%, #EEA948 137.42%);
  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.poi-hide-price .ph-group-content .ph-group-content-text-sale {
  display: none;
}
.poi-goods.hide-ph-group-title .ph-group-title {
  display: none;
}

.poi-video {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  background: url(../images/bg-sea-top.svg?v=0704) center bottom no-repeat;
  /*一般的樣式*/
}
.poi-video .ph {
  margin: 0 auto 24px auto;
}
.poi-video .ph-group-title {
  display: none;
}
.poi-video .ph-menu {
  display: none;
}
.poi-video .ph-group {
  display: flex;
  margin: 0px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
}
.poi-video .ph-group-content {
  border-radius: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-video .ph-group-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-video .ph-group-content-photo {
  display: none;
  overflow: hidden;
}
.poi-video .ph-group-content-photo img {
  width: 100%;
}
.poi-video .ph-group-content-photo .ph-group-content-tag {
  display: none;
}
.poi-video .ph-group-content-text-name {
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #002766;
  border-bottom: solid 1px #CD9B61;
}
@media (max-width: 768px) {
  .poi-video .ph-group-content-text-name {
    font-size: 24px;
  }
}
.poi-video .ph-group-content-text-detail {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-video .ph-group-content-text-detail {
    font-size: 16px;
  }
}
.poi-video .ph-group-content-text-detail a {
  color: #333;
}
.poi-video .ph-group-content-text-price {
  display: none;
}
.poi-video .ph-group-content-text-sale {
  display: none;
}
.poi-video .ph-group-content-otherlink {
  display: none;
}

.poi-introduction {
  padding: 40px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  background: url(../images/bg-sea-bottom.svg?v=0704) center top no-repeat;
  /*一般的樣式*/
}
.poi-introduction .ph {
  margin: 0 auto 24px auto;
}
.poi-introduction .ph-menu {
  display: none;
}
.poi-introduction .ph-group {
  display: flex;
  margin: 0px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 24px;
}
.poi-introduction .ph-group-content {
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.poi-introduction .ph-group-content .number {
  position: absolute;
  left: -100px;
  bottom: 140px;
  width: 50%;
  height: calc(100% - 220px);
  border-left: solid 1px #CD9B61;
  border-bottom: solid 1px #CD9B61;
  z-index: -1;
}
@media (max-width: 992px) {
  .poi-introduction .ph-group-content .number {
    display: none;
  }
}
.poi-introduction .ph-group-content .number span {
  font-family: "Zen Old Mincho", "Noto Serif TC", serif, "微軟正黑體";
  font-size: 72px;
  font-weight: 700;
  color: #CD9B61;
  transform: translate(-50%, -105%);
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.poi-introduction .ph-group-content:nth-child(even) .number {
  left: inherit;
  right: -100px;
  border-left: none;
  border-right: solid 1px #CD9B61;
}
.poi-introduction .ph-group-content:nth-child(even) .number span {
  right: 0;
  left: inherit;
  transform: translate(50%, -105%);
}
.poi-introduction .ph-group-content-photo {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  order: 2;
  overflow: hidden;
}
.poi-introduction .ph-group-content-photo img {
  width: 100%;
}
.poi-introduction .ph-group-content-photo .ph-group-content-tag {
  display: none;
}
.poi-introduction .ph-group-content-text {
  width: 100%;
  order: 1;
}
.poi-introduction .ph-group-content-text-name {
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  color: #CD9B61;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .poi-introduction .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-introduction .ph-group-content-text-detail {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(0deg, #D9A262 0%, #DFB482 100%);
  padding: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .poi-introduction .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-introduction .ph-group-content-text-detail a {
  color: white;
}
.poi-introduction .ph-group-content:nth-of-type(2) .ph-group-content-text-detail a {
  display: flex;
  flex-wrap: wrap;
}
.poi-introduction .ph-group-content:nth-of-type(2) .ph-group-content-text-detail a span:nth-of-type(1) {
  width: 28%;
}
@media (max-width: 768px) {
  .poi-introduction .ph-group-content:nth-of-type(2) .ph-group-content-text-detail a span:nth-of-type(1) {
    width: 100%;
  }
}
.poi-introduction .ph-group-content:nth-of-type(2) .ph-group-content-text-detail a span:nth-of-type(2) {
  width: 37%;
}
@media (max-width: 768px) {
  .poi-introduction .ph-group-content:nth-of-type(2) .ph-group-content-text-detail a span:nth-of-type(2) {
    width: 100%;
  }
}
.poi-introduction .ph-group-content:nth-of-type(2) .ph-group-content-text-detail a span:nth-of-type(3) {
  width: 35%;
}
@media (max-width: 768px) {
  .poi-introduction .ph-group-content:nth-of-type(2) .ph-group-content-text-detail a span:nth-of-type(3) {
    width: 100%;
  }
}
.poi-introduction .ph-group-content:nth-of-type(3) .ph-group-content-text-detail a {
  display: flex;
  flex-wrap: wrap;
}
.poi-introduction .ph-group-content:nth-of-type(3) .ph-group-content-text-detail a span:nth-of-type(1) {
  width: 50%;
}
@media (max-width: 768px) {
  .poi-introduction .ph-group-content:nth-of-type(3) .ph-group-content-text-detail a span:nth-of-type(1) {
    width: 100%;
  }
}
.poi-introduction .ph-group-content:nth-of-type(3) .ph-group-content-text-detail a span:nth-of-type(2) {
  width: 50%;
}
@media (max-width: 768px) {
  .poi-introduction .ph-group-content:nth-of-type(3) .ph-group-content-text-detail a span:nth-of-type(2) {
    width: 100%;
  }
}
.poi-introduction .ph-group-content:nth-of-type(3) .ph-group-content-text-detail a span:nth-of-type(3) {
  width: 100%;
  margin-top: 24px;
}
.poi-introduction .ph-group-content-text-price {
  display: none;
}
.poi-introduction .ph-group-content-text-sale {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .poi-introduction .ph-group-content-text-sale {
    font-size: 16px;
  }
}
.poi-introduction .ph-group-content-text-sale a {
  display: block;
  color: #333;
}
.poi-introduction .ph-group-content-otherlink {
  display: none;
}

.poi-facility {
  position: relative;
  z-index: 0;
  text-align: center;
  background: #CD9B61;
}
.poi-facility .ph-title {
  display: block !important;
  color: #F2CFA5;
  border-color: #F2CFA5;
  max-width: 736px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.poi-facility .ph-menu {
  display: none;
}
.poi-facility .ph-group-title {
  display: none;
}
.poi-facility .top {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .poi-facility .top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.poi-facility .top.blue {
  background-color: #002766;
}
.poi-facility .top .ph-group-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.poi-facility .top .ph-group-content-photo {
  width: 100%;
  margin: 0 auto;
  order: 2;
  overflow: hidden;
}
.poi-facility .top .ph-group-content-photo img {
  width: 100%;
}
.poi-facility .top .ph-group-content-photo .ph-group-content-tag {
  display: none;
}
.poi-facility .top .ph-group-content-text {
  order: 1;
  max-width: 736px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .poi-facility .top .ph-group-content-text {
    padding: 0;
  }
}
.poi-facility .top .ph-group-content-text-name {
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .poi-facility .top .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-facility .top .ph-group-content-text-detail {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .poi-facility .top .ph-group-content-text-detail {
    font-size: 16px;
  }
}
.poi-facility .top .ph-group-content-text-detail a {
  color: white;
}
.poi-facility .top .ph-group-content-text-price {
  display: none;
}
.poi-facility .top .ph-group-content-text-sale {
  display: none;
}
.poi-facility .top .ph-group-content-otherlink {
  display: none;
}
.poi-facility .bottom {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .poi-facility .bottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.poi-facility .bottom .ph-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.poi-facility .bottom .ph-group-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(33.3% - 16px);
}
@media (max-width: 768px) {
  .poi-facility .bottom .ph-group-content {
    width: 100%;
    margin-bottom: 16px;
  }
}
.poi-facility .bottom .ph-group-content-photo {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.poi-facility .bottom .ph-group-content-photo img {
  width: 100%;
}
.poi-facility .bottom .ph-group-content-photo .ph-group-content-tag {
  display: none;
}
.poi-facility .bottom .ph-group-content-text {
  width: 100%;
  padding: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .poi-facility .bottom .ph-group-content-text {
    padding: 16px 0;
  }
}
.poi-facility .bottom .ph-group-content-text-name {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  display: block;
  border-bottom: solid 1px;
}
@media (max-width: 768px) {
  .poi-facility .bottom .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-facility .bottom .ph-group-content-text-detail {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-facility .bottom .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-facility .bottom .ph-group-content-text-detail a {
  color: white;
}
.poi-facility .bottom .ph-group-content-text-price {
  display: none;
}
.poi-facility .bottom .ph-group-content-text-sale {
  display: none;
}
.poi-facility .bottom .ph-group-content-otherlink {
  display: none;
}
.poi-facility.light {
  background-color: #FFFCF8;
}
.poi-facility.light .bottom {
  padding-top: 0;
}
.poi-facility.light .top {
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .poi-facility.light .top .ph-group-content-photo {
    order: 1;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .poi-facility.light .top .ph-group-content-text-name {
    text-align: left;
    border-bottom: solid 1px;
    padding-bottom: 16px;
  }
}
.poi-facility.light .top .ph-group-content-text-detail {
  text-align: left;
}
.poi-facility.light .ph-title {
  color: #002766;
}
.poi-facility.light .ph-group-content-text-name {
  color: #CD9B61;
}
.poi-facility.light .ph-group-content-text-detail a {
  color: #333;
}

.poi-room {
  position: relative;
  z-index: 0;
  text-align: center;
  background: #002766;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .poi-room {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.poi-room * {
  color: white;
}
.poi-room .ph-title {
  display: block !important;
  color: #F2CFA5;
  border-color: #F2CFA5;
  max-width: 736px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
.poi-room .ph-menu {
  display: none;
}
.poi-room .ph-group-title {
  display: none;
}
.poi-room .ph-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.poi-room .ph-group-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .poi-room .ph-group-content {
    width: 100%;
  }
}
.poi-room .ph-group-content-photo {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.poi-room .ph-group-content-photo img {
  width: 100%;
}
.poi-room .ph-group-content-photo .ph-group-content-tag {
  display: none;
}
.poi-room .ph-group-content-text {
  width: 100%;
  padding: 16px;
}
@media (max-width: 768px) {
  .poi-room .ph-group-content-text {
    padding: 16px 0;
  }
}
.poi-room .ph-group-content-text-name {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-align: left;
  color: #F2CFA5;
  border-bottom: solid 1px;
}
@media (max-width: 768px) {
  .poi-room .ph-group-content-text-name {
    font-size: 20px;
  }
}
.poi-room .ph-group-content-text-sale {
  text-align: left;
  margin-bottom: 16px;
}
.poi-room .ph-group-content-text-detail {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .poi-room .ph-group-content-text-detail {
    font-size: 14px;
  }
}
.poi-room .ph-group-content-text-price {
  display: none;
}
.poi-room .ph-group-content-otherlink {
  display: none;
}
.poi-room .ph-group-content:first-child {
  width: 100%;
}
.poi-room .ph-group-content:first-child .ph-group-content-text-name {
  display: none;
}
.poi-room .ph-group-content:first-child .ph-group-content-text-sale {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .poi-room .ph-group-content:first-child .ph-group-content-text-sale {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .poi-room .ph-group-content:first-child .ph-group-content-text-sale {
    text-align: left;
    color: #F2CFA5;
    border-bottom: solid 1px;
    padding-bottom: 24px;
  }
}
.poi-room .ph-group-content:first-child .ph-group-content-text-sale::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #F2CFA5;
  z-index: -1;
}
@media (max-width: 768px) {
  .poi-room .ph-group-content:first-child .ph-group-content-text-sale::after {
    display: none;
  }
}
.poi-room .ph-group-content:first-child .ph-group-content-text-sale a {
  color: #F2CFA5;
  background-color: #002766;
  padding: 0 36px;
  display: inline-block;
}
@media (max-width: 768px) {
  .poi-room .ph-group-content:first-child .ph-group-content-text-sale a {
    padding: 0;
  }
}
.poi-room .ph-group-content:first-child .ph-group-content-text-detail a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .poi-room .ph-group-content:first-child .ph-group-content-text-detail a {
    gap: 0;
  }
}
.poi-room .ph-group-content:first-child .ph-group-content-text-detail a span {
  width: calc(33.3% - 16px);
}
@media (max-width: 768px) {
  .poi-room .ph-group-content:first-child .ph-group-content-text-detail a span {
    width: 100%;
  }
}

nav.nav {
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: sticky;
  top: 0;
  transition: 0.3s;
  margin-bottom: 80px;
  /*黏*/
}
@media (max-width: 992px) {
  nav.nav {
    margin-bottom: 60px;
  }
}
nav.nav .nav-list {
  color: #FFF;
  background: #FFFCF8;
  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: 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: #797979;
  background: unset;
}
nav.nav .nav-list .nav-tab:hover, nav.nav .nav-list .nav-tab.on {
  color: #11418F;
  background: unset;
}
nav.nav .nav-list .nav-tab:last-child:after {
  display: none;
}
nav.nav .nav-list .nav-tab:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.1em;
  background: #D7B184;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
}
nav.nav .poi-list {
  color: #949E39;
  background: #949E39;
  width: 100%;
  top: 0px;
  left: 0;
  text-align: center;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  padding: 12px 24px;
  position: relative;
}
@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;
  color: #FFF;
  background: unset;
}
nav.nav .poi-list .poi-tab:hover {
  color: #23294C;
  background: unset;
}

.poi {
  padding: 0px 0;
}

.poi-lecture {
  padding: 0px 0;
  position: relative;
  z-index: 0;
  text-align: center;
  background: none;
  /*切換*/
  /*一般的樣式*/
  /*引言*/
  /*poi選單*/
}
.poi-lecture .ph {
  margin: 40px auto 16px auto;
}
@media (max-width: 992px) {
  .poi-lecture .ph {
    margin: 16px auto 16px auto;
  }
}
.poi-lecture.poi-change .ph-group {
  display: none;
}
.poi-lecture.poi-change .ph-group.on {
  display: flex;
}
.poi-lecture.poi-change .ph-group-title {
  display: none;
}
.poi-lecture .ph-title {
  display: none;
  flex-wrap: nowrap;
  font-size: 48px;
  font-weight: 700;
  color: #002766;
  background: unset;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .poi-lecture .ph-title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .poi-lecture .ph-title {
    margin-bottom: 24px;
  }
}
.poi-lecture .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-lecture .ph-title div {
    min-width: 296px;
  }
}
.poi-lecture .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-lecture .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-lecture .ph-title div::before {
    content: none;
  }
}
.poi-lecture .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-lecture .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-lecture .ph-title div::after {
    content: none;
  }
}
.poi-lecture .ph-group-title {
  display: block;
  padding: 24px 0;
  color: #002766;
  background: unset;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-lecture .ph-group {
  display: flex;
  margin: 0px auto 80px auto;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 16px;
  padding: 16px 0;
}
@media (max-width: 576px) {
  .poi-lecture .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-lecture .ph-group-content {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
  transition: 0.5s;
  background: unset;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .poi-lecture .ph-group-content {
    padding: 14px 14px 43px 14px;
  }
}
@media (max-width: 576px) {
  .poi-lecture .ph-group-content {
    flex-shrink: 0;
  }
}
.poi-lecture .ph-group-content:hover .ph-group-content-text-price {
  color: unset;
  background: #002766;
  color: #FFF;
}
.poi-lecture .ph-group-content:hover .ph-group-content-text-price div {
  color: #FFF;
}
.poi-lecture .ph-group-content:hover .ph-group-content-otherlink a {
  color: #FFF;
  background: #B1382F;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-lecture .ph-group-content-photo {
  display: block;
  overflow: hidden;
  width: 60%;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-photo {
    width: 100%;
  }
}
.poi-lecture .ph-group-content-photo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.poi-lecture .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  bottom: unset;
  width: auto;
  position: absolute;
  border-radius: 0px;
  padding: 36px 16px 36px 14px;
  writing-mode: vertical-lr;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #23294C;
  background: linear-gradient(270deg, #EEA948 -18.2%, #FDDC98 35.61%, #EEA948 137.42%);
  letter-spacing: 10px;
  text-indent: 10px;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-photo .ph-group-content-tag {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
}
.poi-lecture .ph-group-content-text {
  padding: 0 0 60px 0;
  position: relative;
  width: 40%;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text {
    width: 100%;
  }
}
.poi-lecture .ph-group-content-text .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #002766;
  background: unset;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text .ph-group-content-text-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-lecture .ph-group-content-text .ph-group-content-text-detail {
  margin: 8px auto;
  color: #515151;
  background: unset;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text .ph-group-content-text-detail {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-lecture .ph-group-content-text .ph-group-content-text-detail a {
  color: #515151;
  background: unset;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-lecture .ph-group-content-text .ph-group-content-text-price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  letter-spacing: 0.2px;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #002766;
  text-align: center;
  font-family: "Montserrat", "Noto Sans TC";
  color: #002766;
  background: unset;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text .ph-group-content-text-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text .ph-group-content-text-price {
    display: block;
    position: static;
    width: 100%;
    transform: unset;
  }
}
.poi-lecture .ph-group-content-text .ph-group-content-text-price span {
  vertical-align: baseline !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text .ph-group-content-text-price span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.poi-lecture .ph-group-content-text .ph-group-content-text-price div {
  font-size: inherit;
  display: inline-block;
}
.poi-lecture .ph-group-content-text .ph-group-content-text-sale {
  color: #FFF;
  background: #CD9B61;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text .ph-group-content-text-sale {
    line-height: 1.3;
  }
}
.poi-lecture .ph-group-content-text .ph-group-content-text-sale a {
  border-left: 8px solid #FE4D2C;
  padding: 4px 8px;
  display: block;
  color: #FFF;
  background: #CD9B61;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-text .ph-group-content-text-sale a {
    line-height: 1.3;
  }
}
.poi-lecture .ph-group-content-otherlink {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 992px) {
  .poi-lecture .ph-group-content-otherlink {
    bottom: 14px;
    right: 14px;
  }
}
.poi-lecture .ph-group-content-otherlink a:empty {
  display: none;
}
.poi-lecture .ph-group-content-otherlink a {
  color: #B1382F;
  background: unset;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #B1382F;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .poi-lecture .ph-group-content-otherlink a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.poi-lecture.poi-hide-menu .ph-menu {
  display: none;
}
.poi-lecture.poi-intro .ph-group {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .poi-lecture.poi-intro .ph-group {
    margin-bottom: 24px;
  }
}
.poi-lecture.poi-intro .ph-group .ph-group-content {
  max-width: 800px;
  gap: 20px;
}
.poi-lecture.poi-intro .ph-group .ph-group-content::before {
  content: none;
}
.poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-photo {
  display: none;
}
.poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-text {
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  padding: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-text {
    flex-wrap: wrap;
  }
}
.poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    width: 100%;
    margin: 8px auto;
  }
}
.poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  margin: 0 auto;
  font-weight: 500;
}
@media (max-width: 768px) {
  .poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    width: 100%;
  }
}
.poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name .ph-group-content-text-name-tag {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .poi-lecture.poi-intro .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name .ph-group-content-text-name-tag {
    font-size: 20px;
  }
}
.poi-lecture .ph-menu {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .poi-lecture .ph-menu {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
.poi-lecture .ph-menu .slidecontain {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
}
@media (max-width: 576px) {
  .poi-lecture .ph-menu .slidecontain {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: inline-flex;
  }
}
@media (max-width: 576px) {
  .poi-lecture .ph-menu .slidecontain li {
    flex-shrink: 0;
    width: auto;
    flex-grow: 0;
  }
}
.poi-lecture .ph-menu .slidecontain li a {
  padding: 4px 24px;
  display: block;
  color: #23294C;
  background: unset;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0px;
}
@media (max-width: 768px) {
  .poi-lecture .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .poi-lecture .ph-menu .slidecontain li a {
    padding: 5px 10px;
  }
}
.poi-lecture .ph-menu .slidecontain li:hover a, .poi-lecture .ph-menu .slidecontain li.on a {
  color: #23294C;
  background: linear-gradient(270deg, #EEA948 -18.2%, #FDDC98 35.61%, #EEA948 137.42%);
}
.poi-lecture.poi-hide-price .ph-group-content {
  padding: 16px;
}
@media (max-width: 992px) {
  .poi-lecture.poi-hide-price .ph-group-content {
    padding: 14px;
  }
}
.poi-lecture.poi-hide-price .ph-group-content .ph-group-content-text-price {
  display: none;
}
.poi-lecture.poi-hide-price .ph-group-content .ph-group-content-text-sale {
  display: none;
}
.poi-lecture.hide-ph-group-title .ph-group-title {
  display: none;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #333;
  background: #FFFCF8;
}

body * {
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body * {
    line-height: 1.3;
  }
}

#mtkContainer {
  font-family: "Zen Old Mincho", "Noto Serif TC", serif, "微軟正黑體";
}

.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: rgba(0, 40, 105, 0.5);
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: rgb(0, 40, 105);
  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: 614px;
  background: url(../images/kv_bg20241008.webp) top center no-repeat;
  max-width: 1920px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: auto;
  }
}
.kv-banner h1 {
  display: none;
}
@media (max-width: 1200px) {
  .kv-banner h1 {
    display: block;
  }
}
.kv-banner h1 img {
  width: 100%;
}

.poi-video .video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.poi-video .video iframe {
  width: 100%;
  height: 100%;
}
.poi-video video {
  width: 100%;
}

.infor {
  background: #FFFCF8;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .infor {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.infor .infor-title {
  font-family: "Zen Old Mincho", "Noto Serif TC", serif, "微軟正黑體";
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #CD9B61;
  letter-spacing: 2px;
  color: #002766;
  background: unset;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .infor .infor-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.infor .infor-detail {
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  color: #CD9B61;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .infor .infor-detail {
    font-size: 20px;
  }
}
.infor .infor-text {
  background: linear-gradient(0deg, #D9A262 0%, #DFB482 100%);
  padding: 40px;
  color: #fff;
  margin: 8px auto;
}
.infor .infor-btn {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .infor .infor-btn {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.infor .infor-btn a {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  background: #002766;
  border-radius: 30px;
  padding: 8px 16px;
  transition: 0.3s;
  display: inline-block;
}
@media (max-width: 768px) {
  .infor .infor-btn a {
    font-size: 20px;
  }
}
.infor .infor-btn a:hover {
  filter: brightness(110%);
  transform: translateY(-5px);
}/*# sourceMappingURL=all.css.map */