@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 開始********************/
:root{
  --yellow:#ffee30;
  --blue:#2aa2ea;
}





body {}

#mtkContainer,
#mtkContainer * {
  box-sizing: border-box;
}

#mtkContainer {}

#mtkContainer>* {
  margin-bottom: 50px;
}



/*fffdd1*/

/***********.heroHeader 開始***********/
.heroHeader {
  background: url(../images/heroheader-pc.jpg) top center no-repeat;
  line-height: 0;
}

.heroHeader h1{
  text-align: center;
}

.heroHeader h1 img {
    width: auto;
  }


@media screen and (max-width:1050px) {
  .heroHeader {
    background: none;
  }

  .heroHeader h1 img {
    width: 100%;
  }
}

/***********.heroHeader 結束***********/





/*************通用 開始*********************/
.bg-gray {
  background: #ddd;
}

.bg-grayYellow {
  padding: 50px 0;
  background: #fffdd1;
}

/*************通用 結束*********************/






















/**********.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: #2aa2ea;
  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: var(--yellow);
  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: 900 30px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: black;
  text-align: center;
  letter-spacing: 2px;

}

.bankCoupon1_promo_sn {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  font: 900 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 {
      float: left;
  display: inline-block;
      padding: 0px 25px 0 40px;
  height: 100%;
  background: var(--blue);
  color: white;
}

@media screen and (max-width:820px) {
  .bankCoupon1 {
    display: block;
    padding: 20px;
    gap: 20px;
    border-radius: 20px;
  }

  .bankCoupon1_promo {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
  }

  .bankCoupon1_discount {
    display: flex;
    width: 100%;
    font-size: 40px;
  }

  .bankCoupon1_promo_sn {
    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: #2aa2ea;
  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: #fa277c;
}

.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: #fa277c;
  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: #fff;
  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 {}

.bankPOI1_h2 {
  margin-bottom: 35px;
  font: 900 30px/1.8em "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  text-align: center;
  letter-spacing: 2px;
  color: #2aa2ea;
}

.bankPOI1_h2 strong {
  display: block;
  font-size: 2em;
  font-weight: 900;
  color: var(--blue);
  letter-spacing: 0.1em;
}

.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: var(--yellow);
  z-index: -1;
}

.bankPOI1 .ph-group-title {
  display: none;
}

.bankPOI1 .ph {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.bankPOI1 .slidecontain {
  display: none;
  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: #fff;
  background: #fa277c;
  border-radius: 99em;
}

.bankPOI1 .slidecontain li.on a {
  background: #8e8e8e;
}

.bankPOI1 .ph-group {
      padding: 50px 0;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
}

.bankPOI1 .ph-group.on {
  display: flex;
}

.bankPOI1 .ph-group-content {
  display: inline-block;
  flex-shrink: 0;
  width: calc(25%);
  background: white;
  padding: 15px;
}

.bankPOI1 .ph-group-content-photo {
  position: relative;
}

.bankPOI1 .ph-group-content-tag {
  position: absolute;
  top: 0;
  left: 0;
  font: 500 15px/1 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: white;
  background: #ff7654;
  padding: 0.5em 1em;
}

.bankPOI1 .ph-group-content-photo img {
  width: 100%;
}

.bankPOI1 .ph-group-content-text {
  
}

.bankPOI1 .ph-group-content-text-name {
  display: block;
  font: 500 20px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: black;
  padding: 15px 0;
}

.bankPOI1 .ph-group-content-text-sale {
}

.bankPOI1 .ph-group-content-text-sale a {
  display: block;
  font: 500 15px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: var(--blue);
}

.bankPOI1 .ph-group-content-text-detail {
}

.bankPOI1 .ph-group-content-text-detail a {
  display: block;
  font: 500 15px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: #7e7e7e;
}

.bankPOI1 .ph-group-content-text-price {
  display: block;
  width: 100%;
  font: 500 30px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  color: var(--blue);
  text-align: center;
  padding: 15px 0;
}

.bankPOI1 .ph-group-content-text-price span {
  font-size: 0.5em;
}



@media screen and (max-width:1200px) {
  .bankPOI1 .ph-group-content{
    width: 50%;
  }
}


@media screen and (max-width:820px) {
  .bankPOI1_h2 {
    font-size: 25px;
  }

  .bankPOI1_h2 strong {
    font-size: 1.7em;
  }

}



@media screen and (max-width:600px) {
  .bankPOI1 .ph-group-content{
    width: 100%;
  }
  .bankPOI1_h2 {
    font-size: 20px;
  }

  .bankPOI1_h2 strong {
    font-size: 1.5em;
  }
}

/**********.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;
}


@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;
}
















.bankCard1 {
  padding: 20px;
  background: white;
  border-radius: 20px;
}

.bankCard1_h2 {
  margin-bottom: 45px;

  font: 900 48px/1 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #fa277c;
  text-align: center;
}

.bankCard1_h2 span {
  display: inline-block;
  position: relative;
      z-index: 1;
}

.bankCard1_h2 span::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: var(--yellow);
  z-index: -1;
}

.bankCard1_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}

.bankCard1_content>li {
  display: inline-block;
  flex-shrink: 0;
  width: calc(50% - 10px);
}

.bankCard1_content>li img {
  width: 100%;
}

.bankCard1_content>li:first-child {}

.bankCard1_content>li:last-child {}

.bankCard1_content h3 {
  font: 900 36px/1.3 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #2aa2ea;
  text-align: left;
}

.bankCard1_content_detail {
  font: 900 30px/1.6 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #fa277c;
  text-align: left;
}

.bankCard1_content_small {
  font: 500 14px/1.6 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: black;
  text-align: left;
}

@media screen and (max-width:820px) {
  .bankCard1_h2 {
    font-size: 40px;
  }

  .bankCard1_content {
    display: block;


  }

  .bankCard1_content>li {
    display: block;
    flex-shrink: 0;
    width: 100%;
    max-width: 700px;
  }
}

@media screen and (max-width:600px) {
  .bankCard1_h2 {
    font-size: 28px;
  }

  .bankCard1_content h3 {
    font-size: 25px;
  }

  .bankCard1_content_detail {
    font-size: 20px;
  }

}


.bankMenu1 {
  position: sticky;
  top: 0;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  background: #2aa2ea;
  z-index: 20;
}

.bankMenu1 a {
  display: inline-block;
  padding: 0px 10px;
  font: 500 24px/1.5 "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  border-right: 1px solid white;
}

.bankMenu1 a:last-child {
  border-right: none;
}


@media screen and (max-width:600px) {
  .bankMenu1 a {
    font-size: 15px;
  }

}













/*bank-detail*/
.bank-detail{
  text-align: center;
  font-size: 20px;
  padding: 1em 0;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

@media screen and (max-width:768px) {
  .bank-detail{
    font-size: 15px;
  }
}













/*poiTab*/
.poiTab{
  font-size: 20px;
  font-family: "Noto Sans TC", "Noto Sans TC", "微軟正黑體";
  font-weight: 500;
  max-width: 1200px;
    margin: 0 auto;
}
.tabs-nav{
  display: flex;
  border-bottom: solid 3px var(--blue);
}
.tabs-nav li a{
  display: inline-block;
  color: var(--blue);
  padding: 0.5em 1em;
}
.tabs-nav li a:hover , .tabs-nav li a.active{
  background: var(--blue);
  color: white;
}