@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 {}

#mtkContainer>* {
  margin-bottom: 50px;
}


/***********.heroHeader 開始***********/
.heroHeader {
  height: 651px;
  background: url(../images/heroheader-pc.jpg) top center no-repeat;
}

.heroHeader h1 {
  display: none;
}


@media screen and (max-width:820px) {
  .heroHeader {
    height: auto;
    background: none;
  }

  .heroHeader h1 {
    display: block;
  }

  .heroHeader h1 img {
    width: 100%;
  }
}

/***********.heroHeader 結束***********/





/*************通用 開始*********************/
.bg-gray {
  background: #ddd;
}

/*************通用 結束*********************/






















/**********.bankPromo1 開始*****************/
.bankPromo1 {
  display: block;
}

.bankPromo1>div {
  margin: 0 auto;
  max-width: 880px;
  width: 95%;
}

.bankPromo1.xl>div {
  max-width: 1400px;
}

.bankPromo1_h2 {
  margin-bottom: 45px;

  font: 900 48px/1 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #692cec;
  text-align: center;
}

.bankPromo1_h2 span {
  display: inline-block;
  position: relative;
}

.bankPromo1_h2 span::before {
  content: '';
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  height: 10px;
  background: #f5d51e;
  z-index: -1;
}

.bankPromo1_note {
  padding: 0px 0;
}

.bankPromo1_note li {
  padding-bottom: 10px;
  font: 500 24px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #000;
  text-align: left;
}

@media screen and (max-width:820px) {
  .bankPromo1_h2 {
    font-size: 40px;
  }

  .bankPromo1_note li {
    font-size: 20px;
  }
}

@media screen and (max-width:600px) {
  .bankPromo1_h2 {
    font-size: 28px;
  }

  .bankPromo1_note li {
    font-size: 15px;
  }
}

/**********.bankPromo1 結束*****************/














/**********.bankCoupon1 開始*****************/
.bankCoupon1 {
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  gap: 20px;
  background: #fa5456;
  border-radius: 20px;
}

.bankCoupon1_promo {
  display: inline-flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: calc(45% - 10px);

}

.bankCoupon1_discount {
  display: inline-flex;
  flex-shrink: 0;
  padding: 12px;
  width: calc(55% - 10px);
  align-items: center;
  justify-content: center;
  font: 900 70px/1 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #000;
  background: #fff;
  border-radius: 20px;
}

.bankCoupon1_promo_title {
  flex-shrink: 0;
  width: 100%;
  font: 500 30px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: center;
  letter-spacing: 2px;

}

.bankCoupon1_promo_sn {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  font: 500 30px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #000;
  text-align: center;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}

.bankCoupon1_promo_sn span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0 20px;
  height: 100%;
  background: #f5d51e;
}

@media screen and (max-width:820px) {
  .bankCoupon1 {
    display: block;
    padding: 20px;
    gap: 20px;
    background: #fa5456;
    border-radius: 20px;
  }

  .bankCoupon1_promo {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
  }

  .bankCoupon1_discount {
    display: flex;
    width: 100%;
    font-size: 40px;
  }

  .bankCoupon1_promo_sn {
    padding: 0 10px;
    font-size: 20px;
  }
}

@media screen and (max-width:600px) {}

/**********.bankCoupon1 結束*****************/

















/**********.bankStep1 開始*****************/
.bankStep1 {}

.bankStep1_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.bankStep1_list>li {
  position: relative;
  display: inline-block;
  padding: 5px;
  width: calc(25% - 40px);
  height: auto;
  background: #f5d51e;
  border-radius: 99em 99em 20em 20em;
}

.bankStep1_list>li::before {
  content: "1";
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px;
  height: 50px;
  font: 500 25px/50px "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: center;
  border-radius: 99em;
  background: #692cec;
}

.bankStep1_list>li:nth-child(2):before {
  content: "2";
}

.bankStep1_list>li:nth-child(3):before {
  content: "3";
}

.bankStep1_list>li:nth-child(4):before {
  content: "4";
}

.bankStep1_list>li::after {
  content: "STEP";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  font: 500 18px/15px "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #692cec;
  text-align: center;
}

.bankStep1_list_img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: 99em;
  overflow: hidden;
}

.bankStep1_list_img img {
  width: 100%;
}

.bankStep1_list>li p {
  padding-bottom: 10px;
  font: 500 24px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #000;
  text-align: center;
}

@media screen and (max-width:820px) {
  .bankStep1_list>li {
    width: calc(50% - 40px);
    max-width: 250px;

  }

  .bankStep1_list>li p {
    font-size: 20px;
  }
}

@media screen and (max-width:600px) {
  .bankStep1_list>li::after {
    width: 40px;
    font-size: 15px;
  }

  .bankStep1_list>li::before {
    top: 15px;
    width: 40px;
    height: 40px;
    font: 500 20px/40px "Noto Sans TC", "Noto Sans TC", "微軟正黑體";

  }

  .bankStep1_list>li p {
    font-size: 15px;
  }
}

/**********.bankStep1 結束*****************/













/**********.bankPOI1 開始*****************/
.bankPOI1 {
  padding: 50px 0;
  background: #01b4bb;
}

.bankPOI1_h2 {
  margin-bottom: 35px;
  font: 900 30px/1.8em "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  text-align: center;
  letter-spacing: 2px;
  color: white;
}

.bankPOI1_h2 strong {
  display: block;
  font-size: 2em;
  font-weight: 900;
  color: #f5d51e;
}

.bankPOI1_h2 strong span {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.bankPOI1_h2 strong span::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: #692cec;
  z-index: -1;
}

.bankPOI1 .ph-group-title {
  display: none;
}

.bankPOI1 .ph {
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
}

.bankPOI1 .slidecontain {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 15px;
}

.bankPOI1 .slidecontain li {
  display: inline-block;
}

.bankPOI1 .slidecontain a {
  display: block;
  padding: 10px;
  font: 500 20px/1 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #01b4bb;
  background: #f5d51e;
  border-radius: 99em;
}

.bankPOI1 .slidecontain li.on a {
  background: white;
}

.bankPOI1 .ph-group {
  display: none;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.bankPOI1 .ph-group.on {
  display: flex;
}

.bankPOI1 .ph-group-content {
  display: inline-block;
  flex-shrink: 0;
  width: calc(25% - 23px);
  background: white;
  border-radius: 20px;
  overflow: hidden;
}

.bankPOI1 .ph-group-content-photo {
  position: relative;
}

.bankPOI1 .ph-group-content-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font: 500 15px/1 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.bankPOI1 .ph-group-content-photo img {
  width: 100%;
}

.bankPOI1 .ph-group-content-text {
  padding: 10px;
}

.bankPOI1 .ph-group-content-text-name {
  display: block;
  font: 500 20px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #01b4bb;
}

.bankPOI1 .ph-group-content-text-sale {
  display: inline-block;
  padding: 0 5px;
  font: 500 15px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #fff;
  background: #fa5456;
}

.bankPOI1 .ph-group-content-text-sale a {
  color: #fff;
}

.bankPOI1 .ph-group-content-text-detail {
  margin-bottom: 10px;
  font: 500 15px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #000;
}

.bankPOI1 .ph-group-content-text-detail a {
  color: #000;
}

.bankPOI1 .ph-group-content-text-price {
  display: block;
  width: 100%;
  font: 500 30px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #fa5456;
  text-align: center;
}

.bankPOI1 .ph-group-content-text-price span {
  font-size: 0.5em;
}

@media screen and (max-width:820px) {
  .bankPOI1 .slidecontain {
    justify-content: start;
    overflow-x: scroll;
  }

  .bankPOI1 .slidecontain li {
    flex-shrink: 0;
  }

  .bankPOI1 .ph-group-content {
    width: calc(50% - 15px);

  }
}

@media screen and (max-width:600px) {
  .bankPOI1 .slidecontain {
    justify-content: start;
    overflow-x: scroll;
  }

  .bankPOI1 .slidecontain li {
    flex-shrink: 0;
  }

  .bankPOI1 .ph-group-content {

    width: 100%
  }
}

/**********.bankPOI1 結束*****************/














/***********.poiOtherInfor1 開始***********/
.poiOtherInfor1 {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.poiOtherInfor1>div {
  display: inline-block;
  flex-shrink: 0;
  width: calc(50% - 25px);
}

.poiOtherInfor1 h3 {
  display: block;
  font: 500 24px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #01b4bb;
  min-height: 70px;
  letter-spacing: 2px;
}

.poiOtherInfor1 img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.poiOtherInfor1 p {
  margin-bottom: 10px;
  font: 500 20px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #000;
  letter-spacing: 2px;
}

@media screen and (max-width:600px) {
  .poiOtherInfor1 {
    gap: 50px;
  }

  .poiOtherInfor1>div {
    width: 100%;
  }

  .poiOtherInfor1 h3 {
    font-size: 20px;
  }

  .poiOtherInfor1 p {
    font-size: 15px;
  }
}

/***********.poiOtherInfor1 結束***********/

























.bankPOIMessage1 .ph-menu,
.bankPOIMessage1 .ph-group-title,
.bankPOIMessage1 .ph-group-content-text-price {
  display: none;
}

.bankPOIMessage1 .ph-group {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.bankPOIMessage1 .ph-group-content {
  display: inline-block;
  flex-shrink: 0;
  width: calc(50% - 50px);
}

.bankPOIMessage1 .ph-group-content-photo img {
  width: 100%;
  border-radius: 20px;
}

.bankPOIMessage1 .ph-group-content-text-name {
  display: block;
  font: 500 24px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #01b4bb;
  letter-spacing: 2px;
}

.ph-group-content-text-detail a {
  margin-bottom: 10px;
  font: 500 20px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #000;
  letter-spacing: 2px;
}

@media screen and (max-width:600px) {


  .bankPOIMessage1 .ph-group-content {
    width: 100%;
  }

  .bankPOIMessage1 .ph-group-content-text-name {
    font-size: 20px;
  }

  .ph-group-content-text-detail a {
    font-size: 15px;
  }
}












/***********.bankWarning1 開始***********/
.bankWarning1 {
  padding: 20px 0;
  font: 500 15px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #000;
  letter-spacing: 2px;
}

/***********.bankWarning1 結束***********/







.bankWarning2 {
  display: flex;
  align-items: center;
}

.bankWarning2 li:first-child {
  display: inline-block;
  width: 120px;
  font: 500 25px/1.5 "Noto Sans TC", "Noto Sans TC", "å¾®è»Ÿæ­£é»‘é«”";
  color: #000;
}

.bankWarning2 li:last-child {
  display: inline-block;
  width: calc(100% - 120px);
  font: 500 15px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #000;
}