@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');

/****** 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 {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.menuLocal ul {
  display: flex;
  justify-content: center;
  padding: 0 0 0 0;
  margin-bottom: 50px;
}

.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 30px 0;
  text-align: center;
}

.bankContent_logo img {
  width: 50%;
  max-width: 343px;
}



@media screen and (max-width:1000px) {
header.hero img.pc {
  display: none;
 }
 header.hero img.m {
  display: block;
 }

}




@media screen and (max-width:600px) {
  .menuLocal ul {
    padding: 2% 0;
  }

  .menuLocal li {
    width: 33.333333%;
  }

  .menuLocal a {
    padding: 0 1%;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
  }

  .menuLocal li img {
    display: none;
  }
}


















































/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
.pinkBG {
  padding: 100px 0;
  background: #edcfd7;
}

.bankContent_inner {
  margin: 0 auto 100px auto;
  padding: 0 60px 60px 60px;
  width: 95%;
  max-width: 1300px;
  border: 1px solid #e50039;
  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: #e50039;
}



.bankCoupon {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  padding: 30px 20px;
  background: #004ea2;
  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;
}

.bankCouponMsg {
  display: block;
  margin: 0 auto 40px auto;
  width: 90%;
  max-width: 1000px;
  font: 300 18px/1 "Noto Sans TC", "微軟正黑體";
  color: black;
  text-align: center;
}

.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 h3 small {
  display: block;
  margin-top: 5px;
  font-size: 0.5em;
}

.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;
}

.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: #e50039;
  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;
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}

.bankGift2Box:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}


.bankGift2Box_inner {}

.bankGift2Box_inner.text {
  display: inline-block;
  width: calc(40% - 35px);
}

.bankGift2Box_inner.card {
  display: inline-block;
  width: calc(60% - 35px);
}


.cardName {
  margin-bottom: 10px;
  font: 700 34px/1.4 "Noto Sans TC", "微軟正黑體";
  color: #e50039;
  text-align: center;
  letter-spacing: 2px;
}

.bankGift2Box_inner h3 {
  margin-bottom: 0px;
  font: 700 34px/1.4 "Noto Sans TC", "微軟正黑體";
  color: #e50039;
  text-align: left;
  letter-spacing: 2px;
}

.bankGift2Box_inner p {
  margin-bottom: 20px;
  font: 500 20px/1.4 "Noto Sans TC", "微軟正黑體";
  color: #000;
  text-align: left;
  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;
  width: 100%;
  font: 500 27px/1.4 "Noto Sans TC", "微軟正黑體";
  color: white;
  border-radius: 99em;
  background: #e50039;
  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% !important;
    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 {
    font-size: 25px;
  }

  .bankGift2Box_inner p {
    font-size: 18px;
  }
}

@media screen and (max-width:450px) {
  .bankCoupon_discount p {
    font-size: 36px;
  }
}

/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/











/***********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: #e50039;
  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: 500 42px/1 "Noto Sans TC", "微軟正黑體";
  color: white;
  border-radius: 99em;
  background: #e50039;

}

.poi h3 strong {
  color: #fff200;
}

:root {
  --poi-padding: 10px;
}

.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;
}

.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: #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-sale .poiAutoTemplate .slidecontain li a {
  color: #e50039;
}

.poiAutoTemplate .slidecontain li.poiAutoTemplate-on {
  border-bottom: none;
}

.poi-sale .poiAutoTemplate .slidecontain li.poiAutoTemplate-on a {
  color: white;
  border-radius: 99em;
  background: #e50039;
}

.poi-sale .poiAutoTemplate .slidecontain li:hover a {
  color: white;
  border-radius: 99em;
  background: #e50039;
}

/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/
/***********POI商品結束******************/







.warning {
  padding: 50px 0;
  background: #edcfd7;

}

.warning h2 {
  display: block;
  margin: 0 auto 20px auto;
  padding: 15px 0;
  width: 95%;
  font: 900 45px/1 "Noto Sans TC", "微軟正黑體";
  color: #e50039;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 0 0 20px 20px;
}

.warning_inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
}

.warning_inner ul {
  padding: 20px;
  border-radius: 20px;
  background: white;
}

.warning_inner ul li {
  margin-bottom: 15px;
  list-style: decimal;
  list-style-position: inside;
  font: 300 18px/1.6 "Noto Sans TC", "微軟正黑體";
  color: black;
  text-align: left;
}

@media screen and (max-width:480px) {
  .warning h2 {
    font-size: 25px;
  }
}



















/*****************BLOG介紹開始****************************/
.blog {
  margin: 0 auto;
  padding: 100px 0;
  width: 95%;
}

.blog h2 {
  display: block;
  margin: 0 auto 20px auto;
  padding: 15px 0;
  width: 95%;
  font: 900 65px/1 "Noto Sans TC", "微軟正黑體";
  color: #e50039;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 0 0 20px 20px;
}


.blog_inner {
  display: flex;
  justify-content: space-around;


}

.blog_inner_content {
  display: inline-block;
  width: 24%;

}

.blog_inner_content h3 {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px 20px 0px 0px;
  background: #e50039;
  font: 500 25px/1.4 "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: center;
}


.blog_inner_content_img {
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}

.blog_inner_content img {
  width: 100%;
}

.blog_inner_content p {
  font: 300 18px/1.4 "Noto Sans TC", "微軟正黑體";
  color: #000;
  text-align: left;
  letter-spacing: 2px;
}

@media screen and (max-width:480px) {
  .blog h2 {
    font-size: 35px;
  }

  .blog_inner {
    display: block;
  }

  .blog_inner_content {
    display: block;
    width: 100%;
    margin-bottom: 20%;
  }

  .blog_inner_content:last-of-type {
    margin-bottom: 0%;
  }
}
















/*****************BLOG介紹開始****************************/
.blog {
  margin: 0 auto;
  padding: 100px 0;
  width: 95%;
}

.blog h2 {
  display: block;
  margin: 0 auto 20px auto;
  padding: 15px 0;
  width: 95%;
  font: 900 65px/1 "Noto Sans TC", "微軟正黑體";
  color: #e50039;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 0 0 20px 20px;
}


.blog .ph-group {
  display: flex;
  justify-content: space-around;


}

.blog .ph-group .ph-group-content {
  display: inline-block;
  width: 24%;

}

.blog .ph-group-content-text-name {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 0px 0px 20px 20px;
  background: #e50039;
  font: 500 25px/1.4 "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: center;
}


.blog .ph-group .ph-group-content-photo {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  line-height: 0;
}

.blog .ph-group .ph-group-content img {
  width: 100%;
}

.blog .ph-group-content-text-detail a {
  font: 300 18px/1.4 "Noto Sans TC", "微軟正黑體";
  color: #000;
  text-align: left;
  letter-spacing: 2px;
}

.blog .ph-group-content-text-price,
.blog .ph-menu,
.blog .ph-group-title {
  display: none;
}

@media screen and (max-width:480px) {
  .blog h2 {
    font-size: 35px;
  }

  .blog .ph-group {
    display: block;
  }

  .blog .ph-group .ph-group-content {
    display: block;
    width: 100%;
    margin-bottom: 20%;
  }

  .blog .ph-group .ph-group-content:last-of-type {
    margin-bottom: 0%;
  }
}



.poi .poiAutoTemplate .slidecontain {justify-content: center;}



.bankBonus{display: flex; justify-content: center; padding: 2em; font-size: 24px;}
.bankBonus dl:first-child {border-right: solid 2px #e50039; }
.bankBonus dl {width: 50%; font-weight: bold; padding: 0 1.5em; /*padding: 0 2em;*/ display: flex; flex-wrap: wrap; align-content: start; }
.bankBonus dt {width: 100%; color: #b00a26; font-size: 200%; text-align: center; letter-spacing: 0.1em; padding-bottom: 0.5em; }
.bankBonus dt small{color: #000; font-size: 55%;display: block;letter-spacing: 0.2em; }
.bankBonus dd {padding: 1em 0; line-height: 1.5; width: 100%; text-align: center;}
.bankBonus dd b {background: #e2211c; color: white; padding: 0 0.5em; margin: 0 0.2em; border-radius: 5em; }


.bankBonus dd .mark {display: inline-block; font-size: 180%; line-height: 1; /*background: url(../images/bg_mark.jpg) left bottom repeat-x;*/ }
.bankBonus dd .mark span {font-size: 160%; vertical-align: baseline; }
.bankBonus dd small {color: #4c4c4c; font-weight: normal; vertical-align: baseline; }
.bankBonus dd p.mark small {font-size: 50%; }
.bankBonus dd p img {margin-bottom: 0.5em; }



.bankBonusex {padding: 2em; color: gray;  font-size: 24px;}
.bankBonusex h6 {text-align: center; font-size: 100%; padding: 1em 0; }
.bankBonusex ul {padding-left: 1em; }
.bankBonusex li {font-size: 70%; line-height: 1.5; list-style-type: decimal; }


@media screen and (max-width:1024px) {
.bankBonus { font-size: 16px;}
.bankBonus dd p img{width: 100%;}


  }

@media screen and (max-width:800px) {
  .bankBonus {flex-wrap: wrap;}
  .bankBonus dl{width: 100%;margin: 20px auto;}
  .bankBonus dl:first-child {border-bottom: solid 2px #00b476;border-right: none;}
}






.youtube{width: 100%;text-align: center;margin: 30px auto 50px auto;}
.youtube iframe {max-width: 1000px;width: 100%;}


.youtube h2 {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 95%;
  font: 900 65px/1 "Noto Sans TC", "微軟正黑體";
  color: #e50039;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 0 0 20px 20px;

}


.youtube h3 {
  display: block;
  text-align: center;
}

.youtube h3 span {
  display: inline-block;
  margin: 10px 0 30px 0;
  padding: 10px 20px;
  font: 500 42px/1 "Noto Sans TC", "微軟正黑體";
  color: white;
  border-radius: 99em;
  background: #e50039;

}




@media screen and (max-width:960px) {


.youtube h2 {
  font: 900 25px/1 "Noto Sans TC", "微軟正黑體";

}

.youtube h3 span {
  font-size: 20px;
}

}