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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

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

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

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

@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes meteor {
  0% {
    opacity: 0;
    transform: translate3d(0px, 0px, -1px);
  }
  10% {
    opacity: 100%;
  }
  20% {
    opacity: 100%;
  }
  40% {
    opacity: 0%;
    transform: translate3d(-98px, 89px, -10px);
  }
  100% {
    opacity: 0%;
  }
}
.poi {
  padding: 0px 0;
}

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

html {
  --width: 0px;
}

/*blog-poi*/
.blog-content .ph {
  /*一般的樣式*/
}
.blog-content .ph .ph-title {
  display: block !important;
  text-align: center;
}
.blog-content .ph .ph-title div {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-title div {
    font-size: 32px;
  }
}
.blog-content .ph .ph-group-title {
  display: none;
}
.blog-content .ph .ph-menu {
  display: none;
}
.blog-content .ph .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) {
  .blog-content .ph .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 16px 0px;
  }
}
.blog-content .ph .ph-group .ph-group-content {
  width: 100%;
  gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px;
  position: relative;
  align-items: flex-start;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 1200px) {
  .blog-content .ph .ph-group .ph-group-content {
    align-items: unset;
  }
}
@media (max-width: 992px) {
  .blog-content .ph .ph-group .ph-group-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .blog-content .ph .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
    align-items: baseline;
    gap: 0;
    padding: 0;
  }
}
.blog-content .ph .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
  order: 2;
}
@media (max-width: 992px) {
  .blog-content .ph .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-photo {
    order: 1;
  }
}
.blog-content .ph .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
  order: 1;
  left: 0px;
  padding: 40px 40px 40px 16px;
}
@media (max-width: 992px) {
  .blog-content .ph .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .blog-content .ph .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text {
    order: 2;
    padding: 8px;
  }
}
.blog-content .ph .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text .ph-group-content-text-name .blog-line {
  width: 0px;
  height: 1px;
  background: #E5D4A7;
  position: absolute;
  left: unset;
  right: -132px;
  bottom: 144px;
}
@media (max-width: 1200px) {
  .blog-content .ph .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text .ph-group-content-text-name .blog-line {
    right: -153px;
    bottom: 72px;
  }
}
@media (max-width: 992px) {
  .blog-content .ph .ph-group .ph-group-content:nth-of-type(even) .ph-group-content-text .ph-group-content-text-name .blog-line {
    display: none;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-photo {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  max-height: 88%;
  flex-shrink: 1;
}
@media (max-width: 576px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-photo {
    width: 100%;
    flex-shrink: 0;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-photo img {
  overflow: hidden;
  width: 100%;
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 0px 20px 20px 0px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #1C5FE1;
  background: #C7E8FF;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text {
  width: 40%;
  padding: 80px 16px 32px 80px;
  display: inline-block;
  position: relative;
  right: 106px;
  bottom: -62px;
  background: #053353;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text {
    bottom: 8px;
    right: 0;
    padding: 40px 16px 40px 40px;
  }
}
@media (max-width: 992px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text {
    height: auto;
    width: 100%;
    padding: 20px;
    position: static;
  }
}
@media (max-width: 576px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text {
    padding: 8px;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #E5D4A7;
  font-size: 32px;
  font-weight: 700;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 24px;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name .blog-line {
  width: 0;
  height: 1px;
  background: #E5D4A7;
  position: absolute;
  left: -157px;
  bottom: 69px;
}
@media (max-width: 992px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name .blog-line {
    display: none;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  margin: 8px auto 8px auto;
  color: #DBCCA3;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 16px;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #DBCCA3;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 16px;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  position: relative;
  right: 0;
  bottom: -34px;
  letter-spacing: 0.2px;
  color: #DBCCA3;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: right;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
    position: static;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price::after {
  content: "";
  background: url(../images/blog-arrow.png) top center no-repeat;
  width: 13px;
  height: 10px;
  position: static;
  display: inline-block;
  margin: 0px 0px 2px 16px;
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price span {
  vertical-align: baseline !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: #1C5FE1;
  background: #C7E8FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #1C5FE1;
  background: #C7E8FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 992px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
    bottom: 14px;
    right: 14px;
  }
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink a:empty {
  display: none;
}
.blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
  color: #eb5f5e;
  background: unset;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #2c4ba5;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .blog-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}

/*play-poi*/
.play-content .ph-title {
  display: block !important;
  text-align: center;
}
.play-content .ph-title div {
  font-size: 48px;
  font-weight: 700;
  color: #053353;
}
@media (max-width: 768px) {
  .play-content .ph-title div {
    font-size: 32px;
  }
}
.play-content .ph-group-title {
  display: none;
}
.play-content .ph {
  /*一般的樣式*/
}
.play-content .ph .ph-title {
  display: block !important;
}
.play-content .ph .ph-menu {
  display: none;
}
.play-content .ph .ph-group {
  display: flex;
  margin-bottom: 80px;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  gap: 32px 16px;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .play-content .ph .ph-group {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .play-content .ph .ph-group {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
    padding: 16px 0px;
  }
}
.play-content .ph .ph-group .ph-group-content {
  width: calc(33.3333333333% - 11px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: flex-start;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .play-content .ph .ph-group .ph-group-content {
    width: calc(50% - 16px);
  }
}
@media (max-width: 576px) {
  .play-content .ph .ph-group .ph-group-content {
    width: 90%;
    flex-shrink: 0;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-photo {
  display: block;
  overflow: hidden;
  width: 100%;
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-photo img {
  overflow: hidden;
  width: 100%;
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 0px 20px 20px 0px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #1C5FE1;
  background: #C7E8FF;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-photo .ph-group-content-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text {
  width: calc(100% - 30px);
  padding: 20px;
  display: inline-block;
  position: relative;
  background: #fff;
  flex-grow: 0;
  margin-top: -80px;
  flex-shrink: 0;
  border: 1px solid #053353;
  min-height: 290px;
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
  padding: 0;
  margin: 8px auto;
  color: #91866B;
  font-size: 32px;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-name {
    font-size: 24px;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
  margin: 8px auto 8px auto;
  color: #91866B;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail {
    font-size: 16px;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
  color: #91866B;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-detail a {
    font-size: 16px;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
  position: relative;
  right: 0;
  bottom: -34px;
  letter-spacing: 0.2px;
  color: #91866B;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: right;
  display: none;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price {
    font-size: 16px;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price span {
  vertical-align: baseline !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-price span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
  color: #1C5FE1;
  background: #C7E8FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
  padding: 8px;
  display: block;
  color: #1C5FE1;
  background: #C7E8FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-text-sale a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 992px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink {
    bottom: 14px;
    right: 14px;
  }
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink a:empty {
  display: none;
}
.play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
  color: #eb5f5e;
  background: unset;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 16px;
  border: 2px solid #2c4ba5;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .play-content .ph .ph-group .ph-group-content .ph-group-content-text .ph-group-content-otherlink a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}

nav.nav {
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: 0.3s;
  background: unset;
  /*黏*/
}
nav.nav .nav-list {
  color: unset;
  background: unset;
  padding: 8px 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: 768px) {
  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: 8px 8px;
  }
}
nav.nav .nav-list .nav-tab {
  display: flex;
  cursor: pointer;
  text-align: center;
  position: relative;
}
nav.nav .nav-list .nav-tab.on img.default {
  display: none;
}
nav.nav .nav-list .nav-tab.on img.hover {
  display: block;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab {
    flex-shrink: 0;
  }
}
nav.nav .nav-list .nav-tab img {
  width: 100%;
  height: auto;
}
nav.nav .nav-list .nav-tab img.default {
  display: block;
}
nav.nav .nav-list .nav-tab img.hover {
  display: none;
}
@media (max-width: 576px) {
  nav.nav .nav-list .nav-tab img {
    height: 10.5vw;
    width: auto;
  }
}
nav.nav .nav-list .nav-tab:hover img {
  filter: brightness(110%);
}
nav.nav .nav-list .nav-tab:hover img.default {
  display: none;
}
nav.nav .nav-list .nav-tab:hover img.hover {
  display: block;
}
nav.nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0px auto;
  background: #061335;
}
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;
}

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

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

.main-content {
  background: url(../images/bg.jpg) no-repeat top center;
  position: relative;
}

.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: #2c4ba5;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: #21397d;
  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: 32vw;
  background: url(../images/kv2025_pc.webp) top center no-repeat;
  max-width: 1920px;
  overflow: hidden;
  background-size: 100%;
  max-height: 644px;
}
.kv-banner .mo {
  display: none;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: auto;
    background: none;
  }
  .kv-banner .mo {
    display: block;
    width: 100%;
  }
}
.kv-banner h1 {
  display: none;
}
.kv-banner h1 img {
  width: 100%;
}

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

.h2-title {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .h2-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title span {
  font-size: 62px;
  font-weight: 700;
  letter-spacing: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .h2-title span {
    font-size: 48px;
  }
}
.h2-title.intro-title {
  color: #7CFFBB;
}
.h2-title.intro-title span::before {
  content: "";
  background: url(../images/intro-title.png) center center no-repeat;
  width: 214px;
  height: 104px;
  position: absolute;
  left: 88px;
  top: -73px;
}
@media (max-width: 576px) {
  .h2-title.intro-title span::before {
    width: 107px;
    height: 52px;
    background-size: 100%;
    left: 83px;
    top: -31px;
  }
}

.main-content {
  padding: 80px 0 0px 0;
}

/*intro*/
.intro-content {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .intro-content {
    margin-bottom: 40px;
  }
}
.intro-content .intro-text {
  color: #B3B3B3;
  font-size: 28px;
  font-weight: 400;
  opacity: 0;
}
@media (max-width: 768px) {
  .intro-content .intro-text {
    font-size: 22px;
  }
}

/*線星星*/
.light-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.light-content .light-line {
  height: 80px;
  width: 1px;
  background: #fff;
}
.light-content .light-star {
  transform: translate(calc(-50% + 1px), -50%);
  opacity: 0;
}

.blog-content .light-content {
  top: 117px;
}
@media (max-width: 768px) {
  .blog-content .light-content {
    top: 10.5vw;
  }
}

.play-content .light-line {
  background: #053353;
}

/*線星星END*/
/*blog*/
.blog-content {
  background: url(../images/bg2.jpg) no-repeat top center, #053353;
  padding: 240px 0 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .blog-content {
    background: url(../images/bg2.jpg) no-repeat top center, #053353;
    background-size: 180%;
    padding: 160px 0 80px 0;
  }
}
.blog-content .blog-circle-content {
  position: absolute;
  right: 22vw;
  top: 60px;
}
@media (max-width: 1400px) {
  .blog-content .blog-circle-content {
    right: 12vw;
  }
}
@media (max-width: 1200px) {
  .blog-content .blog-circle-content {
    right: 120px;
    max-width: 19vw;
  }
}
@media (max-width: 992px) {
  .blog-content .blog-circle-content {
    right: 20px;
    top: 32px;
  }
}
@media (max-width: 576px) {
  .blog-content .blog-circle-content {
    top: 26px;
  }
}

/*星星*/
.star {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .star {
    width: 3vw;
  }
}

.circle {
  width: 100%;
  animation: 30s infinite linear circle;
}

/*星星END*/
/*體驗區*/
.play-content {
  padding: 120px 0 80px 0;
  background: #EDECEA;
  position: relative;
}
.play-content .play-circle-content {
  position: absolute;
  left: 8vw;
  top: -80px;
}
@media (max-width: 1400px) {
  .play-content .play-circle-content {
    left: 12vw;
  }
}
@media (max-width: 1200px) {
  .play-content .play-circle-content {
    left: 120px;
    max-width: 19vw;
    top: -40px;
  }
}
@media (max-width: 992px) {
  .play-content .play-circle-content {
    left: 20px;
  }
}
@media (max-width: 576px) {
  .play-content .play-circle-content {
    top: -17px;
  }
}

/*體驗區END*/
.meteor-content {
  position: absolute;
  top: 10%;
  left: 10%;
  transform-style: preserve-3d;
  perspective: 20px;
}
.meteor-content .meteor {
  animation: 3s infinite ease-out meteor;
}
.meteor-content.meteor-content2 {
  top: 5%;
  right: 5%;
  left: unset;
}
.meteor-content.meteor-content2 .meteor {
  animation-delay: 2s;
  animation: 5s infinite ease-out meteor;
}
.meteor-content.meteor-content2 .meteor img {
  max-width: 50px;
}
.meteor-content.meteor-content3 {
  top: 20%;
  right: 10%;
  left: unset;
}
.meteor-content.meteor-content3 .meteor {
  animation-delay: 1s;
  animation: 3.4s infinite ease-out meteor;
}
.meteor-content.meteor-content3 .meteor img {
  max-width: 80px;
}
.meteor-content.meteor-content4 {
  bottom: 20%;
  top: unset;
  left: 10%;
}
.meteor-content.meteor-content4 .meteor {
  animation: 3s infinite ease-out meteor;
}
.meteor-content.meteor-content4 .meteor img {
  max-width: 80px;
}/*# sourceMappingURL=all.css.map */