.inlineBlockSpacing {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}



body {
  overflow-x: hidden;
  font-family: "微軟正黑體", "roboto", "Helvetica Neue", "Helvetica", "Arial", "Microsoft JhengHei", sans-serif;

}

#mtkContainer {
  position: relative;
  /* overflow-x: hidden; */
  max-width: 1920px;
  margin:  0 auto;
  width: 100%;
}

#mtkContainer,
#mtkContainer * {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

/* 
.heroImg {
  position: relative;
  height: 450px;
  background: url(../images/header20240920.webp?v=20240923) top center no-repeat;
  line-height: 0;
  z-index: 1;
} */



/* @media screen and (max-width:1024px) {
  .heroImg { background-size: 160%; height: 35vw; }
  }
 */


/* @media screen and (max-width:820px) {
  header.heroImg {
    height: auto;
    background: none;
  }

  h1 img {
    width: 100%;
  }
}



.onlyM {
  display: none;
}

@media screen and (max-width:820px) {
  .onlyM {
    display: block;
  }
} */

 

/*POI版頭*/
header.kv-banner { position: relative; height: 450px; background-position: top center;background-repeat:no-repeat;}
header.kv-banner h1{opacity: 0;}

@media screen and (max-width:1024px) {
header.kv-banner { background-size: 160%; height: 37vw; }
}
@media screen and (max-width:768px) {
header.kv-banner .container-fluid.pin-header-banner,header.kv-banner .container-fullbg.pin-header{margin-top: 0;}
}



/************跨頁選單 CSS 開始********************/
/************跨頁選單 CSS 開始********************/
/************跨頁選單 CSS 開始********************/
/************跨頁選單 CSS 開始********************/
/************跨頁選單 CSS 開始********************/



#taishinpoint .golbalMenu{
  background: #1961e6;
  }

.golbalMenu {
  position: sticky;

  top: 0;
  display: flex;
  justify-content: center;
  background:#ff7700;
  z-index: 200;
}

.green .golbalMenu {
  background: #113c22;
}

.golbalMenu a {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0 15px;
  font: 22px/2.2em "微軟正黑體";
  color: white;
  letter-spacing: 1px;
  transition: .5s;
}

.golbalMenu span {
  display: inline-flex;
}

.golbalMenu a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.golbalMenu a.on {
  background: #49392a;
  pointer-events: none;
}

.golbalMenu a img {
  margin-right: 3px;
  width: 20px;
  filter: invert(1);
}



@media screen and (max-width:820px) {
  .golbalMenu {
    justify-content: flex-start;
    overflow-x: scroll;
  }
}

@media screen and (max-width:600px) {
  .golbalMenu a {
    padding: 0 11px;
    font-size: 15px;
  }

  .golbalMenu a img {
    display: none;
  }
}

@media screen and (max-width:390px) {
  .golbalMenu a {
    padding: 0 7px;

  }

}


/************跨頁選單 CSS 結束********************/
/************跨頁選單 CSS 結束********************/
/************跨頁選單 CSS 結束********************/
/************跨頁選單 CSS 結束********************/
/************跨頁選單 CSS 結束********************/



/*bank*/
#bank {
  padding: 3%;
  background:url(../images/bg03.jpg?v=20250630) top center repeat-y ;
  /* background: #ebf4f9; */
  font-size: 22px;
  /*#f5e9df;*/
}

#bank.taishinpoint{
  background:url(../images/bg03.jpg?v=20250630) top center repeat-y ;
}
#bank .logo {
  text-align: center;
  padding: 1em 0;
}

#bank .logo img {
  width: 65%;
  max-width: 360px;
}

#bank .bankBox {
  background: white;
  border-radius: 15px;
  margin: 2em auto 3em;
  max-width: 1220px;
}

#bank .bankBox.blue {
  background: #463076;
}

#bank .bankBox h3 {
  background: #00623e;
  color: white;
  font-weight: bold;
  font-size: 136%;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 1em 0;
  border-radius: 0 0 15px 15px;
}

#bank .bankBox.blue h3 {
  background: #6b49b3;
}

#bank .bankBox.redred h3 {
  background: #00623e;
}

#bank .bankBox .btn {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  border-radius: 15px;
  color: black;
  background: #64e8bb;
  box-shadow: 0 9px 0 #449e80;
  transition: all 0.2s;
}

#bank .bankBox .btn.red {
  background: #00623e;
  box-shadow: 0 9px 0 #9e1813;
  color: white;
}

#bank .bankBox .btn.blue {
  background: #007679;
  box-shadow: 0 9px 0 #005f61;
  color: white;
}

#bank .bankBox .btn span {
  padding-left: 2em;
}

#bank .bankBox .btn1 {
  padding: 0 2em 2em;
}

#bank .bankBox .btn2 .btn {
  background: #553b8f;
  box-shadow: 0 9px 0 #342457;
  color: white;
}

#bank .bankBox .btn:hover {
  transform: translateY(5px);
}

#bank .bankBox .btn1 .btn:hover {
  box-shadow: 0 5px 0 #449e80;
}

#bank .bankBox .btn1 .btn.red:hover {
  box-shadow: 0 5px 0 #9e1813;
}

#bank .bankBox .btn1 .btn.blue:hover {
  box-shadow: 0 5px 0 #005f61;
}

#bank .bankBox .btn2 .btn:hover {
  box-shadow: 0 5px 0 #342457;
}

#bank .bankBox h5 {
  text-align: center;
  font-size: 180%;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 1em 1em 0;
}

#bank .bankBox h6 {
  text-align: center;
  font-size: 100%;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 1em 1em 0;
  color: red;
}

#bank .bankBox-2,
#bank .bankBox-c26 {
  display: flex;
  justify-content: center;
  padding: 2em;
}

#bank .bankBox-2 dl {
  width: 50%;
  font-weight: bold;
  padding: 0 1.5em;
  /*padding: 0 2em;*/
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}

#bank .bankBox-2 dl:first-child {
  border-right: solid 2px #355c85;
  width: 70%;
}

#bank .bankBox.redred .bankBox-2 dl:first-child {
  border-right: none;
}

#bank .bankBox-2 .line {
  border-right: solid 2px #355c85;
}

#bank .bankBox-2 dt {
  width: 100%;
  color: #355c85;
  font-size: 300%;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}

#bank .bankBox-2 dt.cardName {
  font-size: 180%;
  color: #00623e;
}

#bank .bankBox-2 dd {
  padding: 1em 0;
  line-height: 1.5;
  width: 100%;
}

#bank .bankBox-2 dd p.inlineBlock {
  display: inline-block;
}

#bank .bankBox-2 dd.btn2 {
  align-self: flex-end;
}

#bank .bankBox-2 dd b {
  /* background: #00623e; */
  color: #00623e;
  /* padding: 0 0.5em; */
  /* margin: 0 0.2em; */
  /* border-radius: 5em; */
  font-size:30px;
}

#bank .bankBox-2 dd b.date{

 background:  #f3ce14;
  padding: 0 0.5em;
  border-radius: 5em;
  color: #FFF;
}

#bank .bankBox-2 dd .mark {
  display: inline-block;
  font-size: 180%;
  line-height: 1;
  /*background: url(../images/bg_mark.jpg) left bottom repeat-x;*/
}

#bank .bankBox-2 dd .mark span {
  font-size: 160%;
  vertical-align: baseline;
}

#bank .bankBox-2 dd small {
  color: #4c4c4c;
  font-weight: normal;
 
}

#bank .bankBox-2 dd p.mark small {
  font-size: 50%;
}

#bank .bankBox-2 dd p img {
  margin-bottom: 0.5em;
  width: 100%;
}

#bank .bankBox-2 dd p em {
  font-style: normal;
  color: #00623e;
  font-size: 180%;
  vertical-align: baseline;
}

#bank .bankBox-2 dd p br.brbank {
  display: none;
}

#bank .info {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

#bank .info .left {
  font-size: 170%;
  padding-right: 1em;
  margin-right: 1em;
  border-right: solid 1px;
}

#bank .info .right {
  font-size: 110%;
}

#bank .ex {
  padding: 2em;
  color: gray;
}

#bank .ex h6 {
  text-align: center;
  font-size: 100%;
  padding: 1em 0;
}

#bank .ex ul {
  padding-left: 1em;
}

#bank .ex li {
  font-size: 70%;
  line-height: 1.5;
  list-style-type: decimal;
}

#bank .bankBox .bankBox-c26 .group-type-ph {
  display: flex;
  justify-content: space-between;
}

#bank .bankBox .bankBox-c26 .ph {
  width: 32%;
  padding: 0;
  display: inline-block;
  font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
  height: auto;
  padding: 10px;
}

#bank .bankBox .bankBox-c26 .ph a {
  position: relative;
  display: block;
  text-decoration: none;
  background: white;
  color: #666666;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

#bank .bankBox .bankBox-c26 .ph .ph-img img {
  width: 100%;
}

#bank .bankBox .bankBox-c26 .ph .ph-title {
  font-size: 24px;
  line-height: 1.3;
  padding: 5%;
  color: black;
}

#bank .bankBox .bankBox-c26 .ph .ph-detail {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 5%;
  margin-bottom: 4em;
}

#bank .bankBox .bankBox-c26 .ph .ph-feature {
  display: none;
}

#bank .bankBox .bankBox-c26 .ph .price {
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: inline-block;
  font-family: "Century Gothic", Arial, "Microsoft JhengHei";
  font-size: 16px;
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  background: red;
  font-weight: bold;
  color: white;
  border-radius: 5em;
}

#bank .bankBox .bankBox-c26 .ph .price * {
  font-style: normal;
  font-size: 100%;
}

#bank .bankBox .bankBox-c26 .price span {
  vertical-align: inherit;
}

#bank .bankBox .bankBox-c26 .ph .price i {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Apple LiGothic Medium", Arial, Helvetica, sans-serif;
}


/*實體旅展下單禮*/
#bank .giftBox {
  position: relative;
  display: block;
}

#bank .giftBox img {
  width: 100%;
}

#bank .giftBox img.pc {
  display: block;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

#bank .giftBox img.mob {
  display: none;
}


@media screen and (max-width:1024px) {
  #bank .bankBox-2 dd p img {
      width: 100%;
  }
}


@media screen and (max-width:800px) {
  #bank .giftBox img.pc {
      display: none;
  }

  #bank .giftBox img.mob {
      display: block;
      max-width: 800px;
      text-align: center;
      margin: 0 auto;
  }
}



@media screen and (max-width:980px) {
  #bank {
      font-size: 18px;
  }

  #bank .bankBox h3 {
      width: 80%;
  }

  #bank .bankBox-2,
  #bank .bankBox-c26 {
      padding: 2em 0;
  }

  #bank .bankBox-2 dl:first-child,
  #bank .bankBox-2 dl:nth-child(2) {
      padding: 0 2em;
  }

  #bank .info .left {
      font-size: 120%;
      padding-right: 0.5em;
      margin-right: 0.5em;
  }

  #bank .info .right {
      font-size: 80%;
  }

  #bank .bankBox .bankBox-c26 .group-type-ph {
      padding: 0 2em;
  }

  #bank .bankBox .bankBox-c26 .ph .ph-title {
      font-size: 20px;
  }

  .bankBox-c26 .group-type-ph {
      padding: 0 2em;
  }

  .bankBox-c26 .ph .ph-title {
      font-size: 20px;
  }

}

@media screen and (max-width:640px) {
  #bank .bankBox h3 {
      width: 100%;
      border-radius: 0;
  }

  #bank .bankBox-2,
  #bank .bankBox-c26 {
      flex-wrap: wrap;
      padding: 1em;
  }

  #bank .bankBox-2 dl {
      width: 100%;
      padding: 0 !important;
      text-align: left;
  }

  #bank .bankBox-2 dl:first-child,
  #bank .bankBox-2 dl:nth-child(2) {
      border-right: none;
      padding: 1em 0 !important;
  }

  #bank .bankBox .btn1 {
      padding: 0 1em 2em;
  }

  #bank .bankBox-2 dt {
      font-size: 250%;
  }

  #bank .bankBox h5 {
      font-size: 140%;
  }

  #bank .ex {
      padding: 1em;
  }

  #bank .bankBox .btn span {
      padding-left: 0;
      display: block;
      padding-top: 0.5em;
  }

  #bank .bankBox .bankBox-c26 .ph .ph-title {
      font-size: 18px;
  }

  #bank .bankBox .bankBox-c26 .ph .ph-detail {
      font-size: 14px;
  }

  #bank .bankBox .bankBox-c26 .group-type-ph {
      flex-wrap: wrap;
      padding: 0;
  }

  #bank .bankBox .bankBox-c26 .ph {
      width: 100%;
      padding: 0.5em 0;
  }

  #bank .bankBox-2 .line {
      border-right: none;
  }

  #bank .bankBox-2 dd p br.brbank {
      display: block;
  }


  #bank .bankBox-2 dd b.date{
      font-size: 24px;
  }
}






#bank .blog {
  background: white;
  border-radius: 15px;
  margin: 2em auto 3em;

  width: 95%;
  max-width: 1200px;
}

#bank .blog h3 {
  background: #00623e;
  color: white;
  font-weight: bold;
  font-size: 136%;
  text-align: center;
  width: 60%;
  margin: 0 auto 60px auto;
  padding: 1em 0;
  border-radius: 0 0 15px 15px;
}

#bank .blog_infor {
  display: inline-flex;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  flex-wrap: wrap;
  justify-content: center;

}

#bank .blog_infor li {
  display: inline-block;
  flex-shrink: 0;
  padding: 0 20px;
  width: 50%;
}

#bank .blog_infor li iframe{

  width: 100%;
  margin: 20px auto;


}

#bank .blog img {
  width: 100%;
}

#bank h4 {
  margin-bottom: 20px;
  font-size: 150%;
  color: #00623e;
}

#bank .blog_infor_img {
  margin-bottom: 20px;
}

#bank p {

  line-height: 1.5;
}

@media screen and (max-width:640px) {
  #bank .blog h3 {
      margin-bottom: 5%;
      width: 100%;

      border-radius: 0;
  }

  #bank .blog_infor {
      flex-wrap: wrap;
  }

  #bank .blog_infor li {
      display: block;
      margin-bottom: 20%;
      padding: 0 5%;
      width: 100%;
  }


  #bank .blog_infor li iframe{

      margin: 10px auto;
  
  
  }
  


}






#bank .eventWarning {
  background: white;
  border-radius: 15px;
  margin: 2em auto 3em;
  width: 95%;
  max-width: 1200px;
  font-size: 18px;
}

#bank .eventWarning h3 {
  background: #00623e;
  color: white;
  font-weight: bold;
  font-size: 136%;
  text-align: center;
  width: 60%;
  margin: 0 auto 60px auto;
  padding: 1em 0;
  border-radius: 0 0 15px 15px;
}

#bank .eventWarning ul {
  padding: 0 20px 20px 50px;

}
#bank .eventWarning b {
  padding:0 20px 20px 50px;
  display: block;

}



#bank .eventWarning ul li ul{

padding: 0 20px 20px 30px;

}

#bank .eventWarning ul li ul li{
  list-style: square;

  
  }
#bank .eventWarning li {

  line-height: 1.5;
  list-style: decimal;
}

@media screen and (max-width:640px) {
  #bank .eventWarning h3 {
      margin-bottom: 5%;
      width: 100%;

      border-radius: 0;
  }


}












:root {
  --padding: 35px;
  --word-padding: 10px;
  --font-l: 36px;
  --font-ml: 30px;
  --font-m: 24px;
  --font-r: 18px;
  --font-s: 15px;
}

@media screen and (max-width:1220px) {
  :root {
    --padding: 5%;
    --font-l: 24px;
    --font-ml: 20px;
    --font-m: 18px;
    --font-r: 15px;
    --font-s: 12px;
  }
}









.wrapper {
  position: relative;
  width: 94%;
  font-size: var(--font-r);
  margin: 0 auto;
  padding: 70px 0;
}

@media screen and (max-width:1220px) {
  .wrapper {
    padding: 10% 0;
  }
}

/*.wrapper-box*/
.wrapper-box {
  /* border: solid 2px #355c85; */
  max-width: 1200px;
  padding: 0 70px;
  margin: 70px auto;
}

@media screen and (max-width:1220px) {
  .wrapper-box {
    padding: 0 3%;
    margin: 10% auto;
  }
}





/*coupon*/
.coupon {
  overflow-x: hidden;
}

.coupon b.title{
  font-size: var(--font-ml);
  line-height: 1.2;
}

.couponticket {
  position: relative;
  background: #ffc859;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: var(--word-padding);
  margin: var(--padding) 0;
  font-size: var(--font-l);
  font-weight: 700;
  line-height: 1;
}

.couponticket:before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: white;
  border-radius: 5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-65%, -50%);
}

.couponticket:after {
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: white;
  border-radius: 5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(65%, -50%);
}

.coupon-d {
  width: auto;
  position: absolute;
}

.coupon-d-1 {
  left: 27px;
  top: 13px;
}

.coupon-d-2 {
  right: 22px;
  bottom: 7px;
}

.couponticket section {
  padding: 0 var(--padding);
  text-align: center;
}

.couponticket-code {
  width: 41%;
  position: relative;
}

.couponticket-price {
  width: 55%;
  border-left: dotted 5px white;
}

.couponticket-code strong {
  font-size: 26px;
}

.couponticket-code p {
  font-size: var(--font-m);
  font-weight: 700;
  background: white;
  border: solid 2px #355c85;
  border-radius: 10px;
  max-width: 13.5em;
  margin: 0.5em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.couponticket-code p span {
  width: 5em;
  background: #355c85;
  color: white;
  padding: 0.2em 0;
}

.couponticket-code p b {
  width: calc(100% - 5em);
  font-weight: 900;
  color: #355c85;
  letter-spacing: 0.1em;
}

.couponticket-price p {
  position: relative;
  background: white;
  font-size: 32px;
  color: #ff1500;
  font-weight: 900;
  padding-bottom: 0.2em;
}

.couponticket-price p b {
  font-size: 110px;
  display: inline-block;
  vertical-align: sub;
  letter-spacing: -0.02em;
}

.couponticket-price p small {
  position: absolute;
  left: 50%;
  top: 1em;
  transform: translateX(-11.5em);
  font-size: var(--font-r);
  color: black;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media screen and (max-width:1220px) {
  .couponticket-price p {
    font-size: 26px;
  }

  .couponticket-price p b {
    font-size: 70px;
  }

  .couponticket-price p small {
    top: 0.5em;
    transform: translateX(-8.7em);
  }
}

@media screen and (max-width:960px) {
  .coupon-d-1 {
    left: 3vw;
    top: 2vw;
    width: 4vw;
  }

  .coupon-d-2 {
    right: 2vw;
    bottom: 1vw;
    width: 6vw;
  }
}

@media screen and (max-width:768px) {
  .couponticket-code {
    width: 100%;
  }

  .couponticket-price {
    width: 100%;
    border-left: none;
    border-top: dotted 4px white;
  }

  .couponticket section.couponticket-price {
    margin-top: var(--word-padding);
    padding-top: var(--word-padding);
  }

  .coupon-d-1 {
    width: 5vw;
    left: 1vw;
  }

  .coupon-d-2 {
    width: 10vw;
  }
}

@media screen and (max-width:480px) {
  .couponticket-price p {
    font-size: 24px;
  }

  .couponticket-price p b {
    font-size: 54px;
  }

  .couponticket-price p small {
    top: 0.3em;
    transform: translateX(-6.5em);
  }
}







/*step*/
.step-title {
  text-align: center;
  font-size: var(--font-m);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: solid 1px;
  margin-bottom: 0.5em;
}

.step-title span {
  display: inline-block;
  background: white;
  transform: translateY(50%);
  padding: 0 1em;
}

.step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-r);
  letter-spacing: 0.1em;
  padding: var(--padding) 0;
}

.step img {
  width: 100%;
}

.step article {
  max-width: 192px;
  align-self: flex-start;
}

.step article img {
  display: block;
}

.step article p {
  background: #355c85;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: white;
  padding: 0.5em 0 1.5em;
}

.step article p span {
  color: #ffe566;
}

.step section {
  text-align: center;
}

.step section img {
  max-width: 37px;
}

@media screen and (max-width:960px) {
  .step {
    flex-wrap: wrap;
    justify-content: center;
  }

  .step article {
    width: 45%;
  }

  .step section {
    width: 5%;
    margin: 2.5%;
  }

  .step section.break {
    width: 100%;
  }

  .step section.break img {
    display: none;
  }
}

@media screen and (max-width:360px) {
  .step article {
    width: 48%;
  }

  .step section {
    width: 4%;
    margin: 2% 0;
  }

  .step section img {
    display: none;
  }
}






/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/

.poi h2 {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 95%;
  font: 900 65px/1 "Noto Sans TC", "微軟正黑體";
  color: #00623e;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 0 0 20px 20px;

}


.poi h3 {
  display: block;
  text-align: center;
}

.poi h3 span {
  display: inline-block;
  margin: 10px 0 30px 0;
  padding: 10px 20px;
  font: 700 42px/1.2 "Noto Sans TC", "微軟正黑體";
  color: #ee3f4a;
  border-radius: 99em;

  vertical-align: middle;

}

.poi h3 span strong {
  color: #ee3f4a;
  vertical-align: middle;
  transform: translateY(2px);
}



.poi-sale .poiAutoTemplate .slidecontain {
  justify-content: center;
}

.poi-sale .ph {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin: 0 auto;
  color: #333333;
}

.poi-sale .ph a {
  color: #333333;
}

.poi-sale .ph-title {
  display: none;
}

.poi-sale .ph-menu img {
  display: none;
}

.poi-sale .ph-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.poi-sale .ph-group-content {
  position: relative;
  width: calc(25% - 2em);
  margin: 3em 1em;
  background: white;
  border: solid 1px #333333;
  padding: 10px;
}

.poi-sale .ph-group-content:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.2);
}

.poi-sale .ph-group-content-photo {
  position: relative;
}

.poi-sale .ph-group-content-photo a {
  display: block;
}

.poi-sale .ph-group-content-photo img {
  width: 100%;
}

.poi-sale .ph-group-content-tag {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2.2em;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 0.4em 0.8em 0.2em;
  color: black !important;
}

.poi-sale .ph-group-content-text {
  padding: 1em;
}

.poi-sale .ph-group-content-text-name {
  display: block;
  font:700 17px/1.5 "微軟正黑體";
  padding: 5px;
}

.poi-sale .ph-group-content-text-sale a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.1em;
  padding: 0.2em 1em;
  margin: var(--poi-padding) 0;
  /* border: solid 1px; */
  border-radius: 5em;
  font:700 15px/1.5 "微軟正黑體";
}

.poiAutoTemplate .ph-group-content-text-sale,
.poiAutoTemplate .ph-group-content-text-sale a {
  background: none !important;
}

.poi-sale .ph-group-content-text-detail a {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  font:14px/1.8 "微軟正黑體";
  padding: 5px;
}

.poi-sale .ph-group-content-text-price {
  display: block;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  border-top: solid 1px #333333;
  margin-top: var(--poi-padding);
  padding-top: var(--poi-padding);
  width: calc(100% + 32px);
  transform: translateX(-16px);
  font:700 25px/1.5 "微軟正黑體";
  padding: 5px;
}

.poi-sale .ph-group-content-text-price span {
  font-size: 14px;
  vertical-align: middle;
}


.poi-sale.poi-green .ph-group-content-tag {
  background: url(../images/circle-green.png) left center no-repeat;
  background-size: contain;
}

.poi-sale.poi-green .ph-group-content-text-price {
  color: #e50039;
}

.poi-sale.poi-red .ph-group-content-tag {
  background: url(../images/circle-red.png) left center no-repeat;
  background-size: contain;
}

.poi-sale.poi-red .ph-group-content-text-price {
  color: #db6f4b;
}







@media screen and (max-width:1220px) {
  .poi-sale .ph {
      font-size: 14px;
  }

  .poi-sale .ph-group-content-tag {
      font-size: 16px;
  }

  .poi-sale .ph-group-content-text-sale a {
      font-size: 12px;
  }

  .poi-sale .ph-group-content-text-detail a {
      font-size: 12px;
  }

  .poi-sale .ph-group-content-text-price {
      font-size: 24px;
  }

  .poi-sale .ph-group-content-text-price span {
      font-size: 12px;
  }

  .poi-sale .ph-group-content-text-price {
      width: 100%;
      transform: none;
  }
}


@media screen and (max-width:960px) {
  .poi-sale .ph-group-content {
      width: 48%;
      margin: 3em 1% 1.5em;
  }
}

@media screen and (max-width:480px) {
  .poi-sale .ph-group-content {
      width: 100%;
      margin: 3em 0% 1.5em;
  }

  .poi h2 {
      font: 900 25px/1 "Noto Sans TC", "微軟正黑體";

  }

  .poi h3 span {
      font-size: 20px;
  }
}


.poi-item .ph-menu {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media (max-width:768px) {
  .poi-item .ph-menu {
    flex-wrap: nowrap;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: scroll;
    margin-left: 0%;
  }
}
.poi-item .ph-menu .slidecontain {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .poi-item .ph-menu .slidecontain {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: inline-flex;
  }
}
@media (max-width: 768px) {
  .poi-item .ph-menu .slidecontain li {
    flex-shrink: 0;
    width: auto;
    flex-grow: 0;
    
  }
}
.poi-item .ph-menu .slidecontain li a {
  padding: 8px 16px;
  display: block;
  color: #fff;
  background: unset;
  font-size: 16px;
  font-weight: 400px;
  line-height: 1;
  border-radius: 50px;
  background: #158dd3;
}
@media (max-width: 768px) {
  .poi-item .ph-menu .slidecontain li a {
    font-size: 14px;
    font-weight: 400px;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .poi-item .ph-menu .slidecontain li a {
    padding: 5px 10px;
  }
}
.poi-item .ph-menu .slidecontain li:hover a, .poi-item .ph-menu .slidecontain li.on a {
  color: #fff;
  background: #ee3f4a;
  font-weight: 700;
}



.poi-item.on{ display: block;}
.poi-item{display: none;}


.poi-menu{ display: flex; flex-wrap: wrap;  padding-bottom: 20px;justify-content: center; }
.poi-menu ul li{cursor: pointer;  display:inline-block;  padding: 5px 10px;  text-decoration: none; font: 300 17px/1 "微軟正黑體";color: black;}
.poi-menu ul li:hover{ color: white;  border-radius: 99em;  background: #e50039; }
.poi-menu ul li.on{color: white; border-radius: 99em; background: #e50039; }
.poi-sale .ph-group-title {text-align: center;display: block;margin: 50px auto 10px auto; }
.poi-sale .ph-group-title span{font: bold 24px/1 "微軟正黑體"; color: #493932; }

.poi-change .ph-group-title{display: none;}
.poi-change .ph-group {display: none;}
.poi-change .ph-group.on {display: flex;}

.poi-item.poi-change .ph .link-right{display: none;}
.poi-item.poi-change .ph .link-right.on{display: inline-flex;}


@media screen and (max-width:480px) {
.poi-menu ul li{padding: 5px 3px;}
}



.poi-item .ph .link-right{
  background: #355c85;
  border-radius: 30px;
  padding: 12px 24px;
  color: #FFF;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  margin: 0 auto;
  font-size: 30px;
}
@media screen and (max-width:480px) {
  .poi-item .ph .link-right{
      font-size: 20px;
  }
}

/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/





/*--goTop--*/
.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: #FF6C55;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: #ff4022;
  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;
}

.giftBoxBN{
  text-align: center;
}

.giftBoxBN img{
  width: 100%;

}
.giftBoxBN img.mobile{
  display: none;
}
@media screen and (max-width:900px) {
  .giftBoxBN img.pc{
    display: none;
  }
  .giftBoxBN img.mobile{
    display: block;
  }  
}

.giftBoxBtn{
    margin: -40px auto 40px auto;
   font: 900 25px/1 "Noto Sans TC", "微軟正黑體";
   background: #ff6c00;
   color: #fff;
   
   border-radius: 10px;
   padding: 12px 30px;
   display: inline-block;
   text-align: center;

}
.giftBoxBtn:hover{
   background: #ff8025;
}

@media screen and (max-width:900px) {
  .giftBoxBtn{
    font: 900 20px/1 "Noto Sans TC", "微軟正黑體";
    margin:  0px auto 40px auto;
  }
  .giftBoxBN{
     margin:40px auto;
}

}