@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');


:root { --main-color:#7970cc; } 


/****** font: 300 15px/1.5 "Noto Sans TC","Noto Sans TC", "微軟正黑體";*******/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
/************通用 CSS 開始********************/
body {}

#mtkContainer,
#mtkContainer * {
  box-sizing: border-box;
}

#mtkContainer {}

header.hero {}

header.hero img {
  width: 100%;
}


header.hero img.m {
 display: none;
}

.menuLocal ul {
  display: flex;
  justify-content: center;
}

.menuLocal li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.menuLocal a {
  display: inline-block;
  padding: 20px 20px;
  font: 700 36px/1 "Noto Serif TC", "Noto Sans TC", "微軟正黑體";
  color: black;
  letter-spacing: 3px;

}

.menuLocal li:hover {
  transform: translateY(-5px);
}

.bankContent_logo {
  margin: 10px 0;
  text-align: center;
}

.bankContent_logo img {
  width: 30%;
  max-width: 178px;
}
@media screen and (max-width:1000px) {
.menuLocal a {  font: 700 20px/1 "Noto Serif TC", "Noto Sans TC", "微軟正黑體";}

header.hero img.pc {
  display: none;
 }
 header.hero img.m {
  display: block;
 }





}
@media screen and (max-width:800px) {
.menuLocal a {  font: 700 16px/1 "Noto Serif TC", "Noto Sans TC", "微軟正黑體";}
}


@media screen and (max-width:600px) {


  .menuLocal ul  {
   flex-wrap: wrap;

  }


  .menuLocal li {
    width: 45%;
    flex-grow: 1;
    justify-content: left;
    padding: 0 0 0 15px;
  }

  .menuLocal a {
    padding: 0;
    letter-spacing: 0;
  }

  .menuLocal li img {
 /*   display: none;*/
  width: 20%;
  }
}


















































/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
.bankContent_inner {
  margin: 0 auto 100px auto;
  padding: 0 60px 60px 60px;
  width: 95%;
  max-width: 1200px;
  border: 1px solid var(--main-color);
  background: white;
}

.bankContent_inner h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font: 500 42px/1 "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: center;
  letter-spacing: 3px;
}

.bankContent_inner h2 span {
  display: inline-block;
  padding: 15px 0;
  width: 95%;
  max-width: 800px;
  border-radius: 0 0 20px 20px;
  background: var(--main-color);
}

.bankCoupon {
  position: relative;
  display: flex;
  padding: 30px 20px;
  background: #f58d43;
  border-radius: 20px;
}

.bankCoupon::after,
.bankCoupon::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 99em;
  background: white;
}

.bankCoupon::after {
  left: -20px;
}

.bankCoupon::before {
  right: -20px;
}

.bankCoupon_title {
  display: inline-block;
  width: 40%;
  text-align: center;
  border-right: 5px dotted white;
}

.bankCoupon_title h3 {
  margin-bottom: 20px;
  font: 700 45px/1 "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: center;
  letter-spacing: 3px;
}

.bankCoupon_title p {
  display: inline-flex;
  align-items: center;
  padding: 0 20px 0 0;
  font: 700 35px/1 "Noto Sans TC", "微軟正黑體";
  color: black;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  border: 3px solid #fff200;
}

.bankCoupon_title p span {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 10px 10px 20px;
  background: #fff200;
}

.bankCoupon_discount {
  display: inline-block;
  width: 60%;
}

.bankCoupon_discount_inner {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}

.bankCoupon_discount p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 95%;
  height: 100%;
  font: 900 70px/1 "Noto Sans TC", "微軟正黑體";
  color: black;
  text-align: center;
  background: white;
}

.bankCoupon_discount p strong {
  display: inline-block;
  transform: translateY(5px);
  font-size: 1.5em;
}



.bankCouponText {font: 500 20px/1.4 "Noto Sans TC", "微軟正黑體";margin: 5px auto 50px auto;display: block;text-align: center;}


.bankCouponUseInfor {
  margin: 20px 0 0 0;
}

.bankCouponUseInfor h3 {
  position: relative;
  margin-bottom: 20px;
  font: 900 24px/1 "Noto Sans TC", "微軟正黑體";
  color: black;
  text-align: center;
}

.bankCouponUseInfor h3 span {
  position: relative;
  text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
  z-index: 2;
}

.bankCouponUseInfor h3::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  z-index: 1;
}

.bankCouponUseInfor ul {
  display: flex;
  justify-content: space-between;
}

.bankCouponUseInfor li {
  position: relative;
  display: inline-block;
  padding: 5px;
  width: calc(25% - 80px);
  background: var(--main-color);
  border-radius: 99em 99em 20em 20em;
}

.bankCouponUseInfor li::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: -95px;
  width: 95px;
  height: 45px;
  background: url(../images/arrow-1.png) center center no-repeat;
}

.bankCouponUseInfor li:last-child::after {
  display: none;
}

.bankCouponUseInfor_img {
  border-radius: 99em;
  overflow: hidden;
  background: white;
}

.bankCouponUseInfor_img img {
  width: 100%;
}

.bankCouponUseInfor_text {
  padding: 10px 0;
  font: 500 18px/1.4 "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: center;
  letter-spacing: 3px;
}

.bankCouponUseInfor_text span {
  color: #fff200;
}


.bankGift2Box {
  display: flex;
  justify-content: space-between;
}

.bankGift2Box_inner {
  display: inline-block;
  width: calc(50% - 35px);
}

.bankGift2Box_inner h3 {
  margin-bottom: 10px;
  font: 700 34px/1.4 "Noto Sans TC", "微軟正黑體";
  color: var(--main-color);
  text-align: center;
  letter-spacing: 2px;
}

.bankGift2Box_inner p {
  font: 700 34px/1.4 "Noto Sans TC", "微軟正黑體";
  color:var(--main-color);
  text-align: center;
  letter-spacing: 2px;
}

.bankGift2Box_inner small {
  display: block;
  font: 300 15px/1.4 "Noto Sans TC", "微軟正黑體";
  color: black;
  text-align: center;
  letter-spacing: 2px;
}

.bankGift2Box_inner_img img {
  width: 100%;
}

.bankGift2Box_inner_btn {
  padding-top: 10px;
  text-align: center;
}

.bankGift2Box_inner_btn a {
  display: inline-block;
  padding: 0 20px;
  font: 500 27px/1.4 "Noto Sans TC", "微軟正黑體";
  color: white;
  border-radius: 99em;
  background: var(--main-color);
  transition: .5s;
}

.bankGift2Box_inner_btn a:hover {
  transform: translateY(5px);
}

@media screen and (max-width:1110px) {
  .bankContent_inner {
    margin: 0 auto 10% auto;
    padding: 0 2% 2% 2%;
  }

  .bankCoupon::after,
  .bankCoupon::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }

  .bankCoupon::after {
    left: -10px;
  }

  .bankCoupon::before {
    right: -10px;
  }

  .bankCoupon_title h3 {
    font-size: 30px;
  }

  .bankCoupon_title p {
    font-size: 25px;
  }

  .bankCoupon_discount p {
    font-size: 50px;
  }

  .bankCouponUseInfor li {
    width: calc(25% - 50px);
  }

  .bankCouponUseInfor li::after {
    right: -70px;
    width: 70px;
  }
}

@media screen and (max-width:768px) {
  .bankCoupon {
    display: block;
    padding: 2%;
  }

  .bankCoupon_title {
    display: block;
    margin-bottom: 2%;
    padding-bottom: 2%;
    width: 100%;
    border-right: none;
    border-bottom: 5px dotted white;
  }

  .bankCoupon_discount {
    display: block;
    width: 100%;
  }

  .bankCoupon_discount p {
    padding: 2%;
  }

  .bankCouponUseInfor li {
    width: calc(25% - 38px);
  }

  .bankCouponUseInfor li::after {
    right: -47px;
    width: 40px;
    background-size: auto 100%;
  }

  .bankGift2Box {
    display: block;

  }

  .bankGift2Box_inner {
    display: block;
    margin: 0 auto 10% auto;
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width:600px) {
  .bankContent_inner h2 {
    font-size: 35px;
  }

  .bankCoupon_title h3 {
    margin-bottom: 10px;
  }

  .bankCouponUseInfor ul {
    display: block;
  }

  .bankCouponUseInfor li {
    display: flex;
    margin-bottom: 60px;
    width: 100%;
    border-radius: 99em 20em 20em 99em;
  }

  .bankCouponUseInfor_img {
    display: inline-block;
    width: 30%;
  }

  .bankCouponUseInfor_text {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .bankCouponUseInfor li::after {
    top: 105%;
    right: calc(50% - 20px);
    transform: rotate(90deg);
  }

  .bankGift2Box_inner h3,
  .bankGift2Box_inner p {
    font-size: 25px;
  }
}

@media screen and (max-width:450px) {
  .bankCoupon_discount p {
    font-size: 36px;
  }
}

/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/











/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/

.poi-menu-gfp {margin:10px auto;}
.poi-menu-gfp ul{display: inline-flex;  flex-wrap: nowrap; justify-content: center;width: 100%;}
.poi-menu-gfp ul li{ background: #fff; padding: 10px 20px; border-radius: 20px;font: 500 20px/1 "Noto Sans TC", "微軟正黑體";margin: 5px; cursor: pointer;color: var(--main-color);}
.poi-menu-gfp ul li:hover, .poi-menu-gfp ul li.on{ color: var(--main-color);background: #ff0;}



.poi h2 {
/*  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 95%;
  font: 900 65px/1 "Noto Sans TC", "微軟正黑體";
  color: #f55158;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 0 0 20px 20px;
*/

  display: block;
  margin: 0 auto;
  padding: 15px 0;
  font: 900 40px/1 "Noto Sans TC", "微軟正黑體";
  color: #fff;
  width: 70%;
  background:var(--main-color);
  text-align: center;
  letter-spacing: 3px;
  border-radius: 20px;

}
.poi h2 span{

 color: #ff0;

}

:root {
  --poi-padding: 10px;
}

.poi-sale .poi-gfp{display: none;}
.poi-sale .poi-gfp.on{display: block;}



.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-title {
  display: none;
}

.poiAutoTemplate .ph-group-title{

  font-size: 34px;padding: 20px 0;
}


.poi-sale .ph-group-title img {
  display: none;
}

.poi-sale .ph-group-content {
  position: relative;
  width: calc(25% - 2em);
  margin: 3em 1em;
  background: white;
  border: solid 1px #333333;
}

.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;
}

.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;
}

.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;
}

.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);
}

.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: var(--main-color);
}

.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-menu-gfp ul li{font-size: 16px;padding: 10px;}
  .poi-menu-gfp ul {justify-content: left;overflow-x: scroll; white-space: nowrap; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;}


  .poi h2 {width: 100%;font-size: 20px;}

  .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-sale .poiAutoTemplate .slidecontain li a {
  color: var(--main-color);
}

.poiAutoTemplate .slidecontain li.poiAutoTemplate-on {
  border-bottom: none;
}

.poi-sale .poiAutoTemplate .slidecontain li.poiAutoTemplate-on a {
  color: white;
  border-radius: 99em;
  background: var(--main-color);
}

.poi-sale .poiAutoTemplate .slidecontain li:hover a {
  color: white;
  border-radius: 99em;
  background: var(--main-color);
}

/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/







.warning {
  padding: 20px 0;
  background: var(--main-color);
}

.warning h2 {
  display: inline-block;
  padding: 5px;
  font: 300 18px/1.4 "Noto Sans TC", "微軟正黑體";
  color: white;
  background: #019d4a;
}

.warning_inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
}

.warning_inner ul li {
  margin-bottom: 15px;
  list-style: decimal;
  list-style-position: inside;
  font: 300 18px/1.6 "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: left;
}











/*YTframe*/
#YT{
  max-width: 1200px;
  margin: 0 auto 60px;
}
.YTframe{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 30px auto;
}

.YTframe iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.YT-info{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 1em;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 960px){
  .YT-info{
    font-size: 18px;
  }
}