@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 h1{
  font-size: 0;
}
header.hero img {
  width: 100%;

  margin: 0 auto;
  object-fit: cover;
}



header.hero img.m {
  display: none;
}


@media screen and (max-width:1000px) {
  header.hero img {  transform: translateX(-18%);width: 150%;}
  

  header.hero img.pc {
    display: none;

  }
  
  
  header.hero img.m {
    display: block;width: 100%;transform: translateX(0%);
  }

  #uni header.hero img.m {
    display: block;
  }
  #uni header.hero img.pc{
    display: none;
    height: auto;
  } 

  /* #uni header.hero img{
    transform: translateX(-16%);
    width: 153%;
  } */
}

.menuLocal.blue{
  background: #dcf6ff;
}


.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 20px 0;
  font: 700 24px/1 "Noto Serif TC", "Noto Sans TC", "微軟正黑體";
  color: black;
  letter-spacing: 3px;

}
.menuLocal li a span {

  display: block;
  background: #66abcd;
  font-size: 16px;
  color: #FFF;
  padding: 5px;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;

}


.menuLocal li:hover {
  transform: translateY(-5px);
}

.bankContent_logo {
  margin: 10px 0 30px 0;
  text-align: center;
}

.bankContent_logo img {
  width: 50%;
  max-width: 300px;
}

#starlux .bankContent_logo img {
  border-radius: 20px;
  width: 50%;
  max-width: 600px;
}



@media screen and (max-width:1450px) {
.menuLocal a {font:700 18px/1 "Noto Serif TC", "Noto Sans TC", "微軟正黑體";}
}


@media screen and (max-width:1100px) {
  .menuLocal ul {
    padding:  0;
    overflow-x: scroll; white-space: nowrap; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;
    flex-wrap: nowrap;
    justify-content: left;
  }

  .menuLocal li {
    width: auto;
    margin: 10px 7px ;
  }
}
  @media screen and (max-width:800px) {
  .menuLocal a {
    padding: 0 1%;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
  }

  .menuLocal li img {
    display: none;
  }
}






.poi .poiAutoTemplate .slidecontain{justify-content: center;gap: 12px;}
.poi .hide-menu .poiAutoTemplate .slidecontain{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 #1e335b;
  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: 90%;
  max-width: 800px;
  border-radius: 0 0 20px 20px;
  background: #1e335b;
}


.bankContent_text{
  font: 300 18px/1.4 "Noto Sans TC", "微軟正黑體";
  margin: 20px auto;

}
.bankContent_text p{
  text-align: center;
}
.bankContent_text b{
  font: 500 24px/1.4 "Noto Sans TC", "微軟正黑體";
  color: #029f98;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.bankContent_text span{


  background: #029f98;
  color: #FFF;
  display: inline-block;
  border-radius: 20px;
  padding: 2px 10px;
}
.bankCoupon {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  padding: 30px 20px;
  background: #b00a26;
  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 28px/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;
}

#uni .bankCoupon_title h3 {
  font: 700 30px/1.4 "Noto Sans TC", "微軟正黑體";
}
#uni .bankCoupon_title span {
  font: 500 20px/1.4 "Noto Sans TC", "微軟正黑體";
  display: block;
}


.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%;
}

#uni .bankCoupon_discount_inner {
  padding: 15px;

}

.bankCoupon_discount p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 95%;
  height: 100%;
  font: 900 64px/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: #b00a26;
  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);
}



.btn1 {text-align: center;max-width: 1000px;width: 80%;margin: 20px auto;transition: 0.3s;}
.btn1:hover{transform: translateY(-10px);}
.btn1 a {display: inline-block; padding: 10px 20px; font: 500 36px/1.4 "Noto Sans TC", "微軟正黑體";color: white; border-radius: 20px;  background: #cb0134;width: 100%;}
@media screen and (max-width:600px) {
.btn1 a { font: 500 28px/1.4 "Noto Sans TC", "微軟正黑體";}
}



.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);
  }
  .bankCoupon_title h3 {
    font-size: 24px;
  }

  .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{

  
  }
  .bankContent_inner h2 {
    font-size: 26px;
  }

  .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:550px) {
  .bankCoupon_discount p {
    font-size: 30px;
    align-items:center;
    
  }
  .bankCoupon_discount p strong{
    transform:translateY(-3px);
  }
}





/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/
/******************銀行結束******************/








/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
/***********POI商品開始******************/
.poi {
  text-align: center;
}

.poi small{
  font:400 18px/1.2 "Noto Sans TC", "微軟正黑體";
  color: #029f98;
  margin: 10px auto;
  display: block;
}
.poi > h2 {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 95%;
  font: 900 50px/1 "Noto Sans TC", "微軟正黑體";
  color: #b00a26;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 0 0 20px 20px;

}

.poi > h2 span {
  display: block;
  font: 700 20px/2 "Noto Sans TC", "微軟正黑體";
  color: #000;


}
.poi > p{
  text-align: center;
  font: 500 18px/2 "Noto Sans TC", "微軟正黑體";
  background: #029f98;
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  padding: 4px 12px;
  margin: 8px auto 20px auto;
}

.poi > p span{
  color: #ff0;
}


.poi > h3 {
  display: block;
  text-align: center;
  margin: 10px auto 30px auto;
  font-size: 24px;
}


.poi h3 span {
  display: inline-block;

  padding: 10px 20px;
  font: 500 42px/1.2 "Noto Sans TC", "微軟正黑體";
  color: white;
  border-radius: 99em;
  background: #b00a26;

}
.poi h3 span.small{
  font: 500 24px/1.2 "Noto Sans TC", "微軟正黑體";
}

.poi h3 small {
  margin-top: 5px;
  display: block;
  font: 500 20px/1 "Noto Sans TC", "微軟正黑體";
  color: #000;
}


.poi h3 strong {
  color: #fff200;
}

:root {
  --poi-padding: 10px;
}
.poi .ph-group{
  text-align: left;
}
.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;
  position: relative;
}

.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: #ca0000;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0 auto;
  border: none;
  border-radius: 5em;
}

.poiAutoTemplate .ph-group-content-text-sale,
.poiAutoTemplate .ph-group-content-text-sale a {
  background: #fdff9b;
  color: #ca0000;
}

.poi-sale .ph-group-content-text-detail a {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  background: unset;
}

.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;
}


.link-right {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    font-size: 16px;
    background: #4bcdc8;
    color: #FFF;
    border-radius: 20px;
    padding: 5px 10px;
    width: min(220px, 70%);
    text-align: center;

}

@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:600px) {
  .poi-sale .ph {
     width: 95%;
  }
}

@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{
    font-size: 20px;
  }

  .poi h3 span {
    font-size: 20px;
  }
  .poi h3 span.small {
    font-size: 20px;
  }
}


.poi-sale .poiAutoTemplate .slidecontain li a {
  color: #e50039;
  font-size: 20px;
  border-radius: 99em;
  background: #feeeef;
}

.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: #1e345c;

}

.warning h2 {
  display: block;
  margin: 0 auto 20px auto;
  padding: 15px 0;
  width: 95%;
  font: 900 45px/1 "Noto Sans TC", "微軟正黑體";
  color: white;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 0 0 20px 20px;
}

.warning_inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
}

.warning_inner_content{
  background: white; 
  padding: 20px;
  border-radius: 20px;
}
.warning_inner b{
  color: #fff;
  font: 700 20px/1.6 "Noto Sans TC", "微軟正黑體";
}
.warning_inner ul {
 margin-bottom: 20px ;

  /* background: white; */
}

.warning_inner ul li {
 
  list-style: decimal;
  list-style-position: inside;
  font: 300 18px/1.6 "Noto Sans TC", "微軟正黑體";
  color: black;
  text-align: left;
  
}
.warning_inner ul.white li{
  color: white;
}
.warning_inner ul li span{
  color: red;
}
.warning_inner ul li.red {
  color: red;
  
}

@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%;
  }
}

.bankBonus{display: flex; justify-content: center; padding: 2em; font-size: 24px;}
.bankBonus dl:first-child {border-right: solid 2px #00b476; }
.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: 300%; text-align: center; letter-spacing: 0.1em; padding-bottom: 0.5em; }

.bankBonus dd {padding: 1em 0; line-height: 1.5; width: 100%; }
.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;}
}




.bankCard{display:inline-flex;flex-wrap: nowrap;justify-content: center;}
.bankCard .bankCardInfor{width: 30%;margin: 20px; font: 24px/1  "Noto Sans TC", "微軟正黑體";text-align: center;}
.bankCard .bankCardInfor img{max-width: 600px;width: 80%;margin: 0 auto;}
.bankCard .bankCardInfor strong{font-size: 100%;color: #ffd972;text-align: center;display: block;padding:10px ;margin: 20px auto 10px auto;border: 1px solid #FFF;outline:5px solid #1e335b ;
background: #1e335b; 
background: -moz-linear-gradient(-45deg,  #1e335b 0%, #324a75 80%, #153772 80%, #153772 80%, #3b4a6b 100%);
background: -webkit-linear-gradient(-45deg,  #1e335b 0%,#324a75 80%,#153772 80%,#153772 80%,#3b4a6b 100%);
background: linear-gradient(135deg,  #1e335b 0%,#324a75 80%,#153772 80%,#153772 80%,#3b4a6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e335b', endColorstr='#3b4a6b',GradientType=1 );
}
  

.starluxBonus{ background: url(../images/starluxbg.jpg) top center repeat-y;border-radius: 20px;font: 24px/1 "Noto Sans TC", "微軟正黑體"; padding: 30px;width: 80%;margin: 0 auto;text-align: center;}
.starluxBonus b{font-size: 200%;color: rgb(255,255,255); 
  color: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); 
  color: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
  color: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);  margin: 10px auto;line-height: 1.2;display: block;}
.starluxBonus > div{margin: 3% auto;}
.starluxBonus h4 {font-size: 160%; color: #91d3ff;line-height: 1.2;display: block;}
.starluxBonus p{font-size: 80%; color: #fff;margin: 10px auto;line-height: 1.2;}
.starluxBonus .line{width: 80%;margin: 0 auto;height: 1px;background: #FFF;margin: 10px auto;display: block;}

.starluxBtn {text-align: center;max-width: 1000px;width: 80%;margin: 20px auto;}
.starluxBtn a {display: inline-block; padding: 10px 20px; font: 500 36px/1.4 "Noto Sans TC", "微軟正黑體";color: white; border-radius: 20px;  background: #cb0134;width: 100%;}



@media screen and (max-width:800px) {

  .bankCard{flex-wrap: wrap;}
  .bankCard .bankCardInfor{width: 100%;}
  .starluxBonus{font-size: 20px;}
  .starluxBonus h4{font-size: 110%;}
  .starluxBonus p{line-height: 1.5;}

}




.giftBox {max-width: 1200px;margin: 2em auto;display: flex;padding: 2.5em 2em 1.8em 2em;flex-wrap: nowrap;justify-content: center;font-size: 24px;line-height: 1.2;font-family: "Noto Sans TC";letter-spacing: 1px;color: #FFF;position: relative;}
.giftBoxLeft{position: relative;border-right: 5px dotted #057c81;margin: 0 0.5em;padding: 0.5em 1em;}
.giftBoxLeft .giftLeftTitle{position: absolute;top: -2.8em;left: 5%;background: #FFF;border: 3px solid #2daaaf;color:#2daaaf ;padding: 0.5em 1em;font-weight: 700;font-size: 110%;}
.giftBoxLeft b {font-size: 250%;}
.giftBoxLeft p {font-size: 115%;font-weight: 500;margin: 0.7em auto;}
.giftBoxLeft p span{background: #e68b33;font-weight: 700;margin: 0 0.5em;padding:0.2em 0.5em;}
.giftBoxRight{flex-basis: 40%;margin: 0 0.5em;flex-grow: 1;padding: 0.5em 1em;}
.giftBoxRight h3{background: #fff284;color: #2daaaf;font-weight: 700;display: inline-block;padding: 0.2em 0.5em;font-size: 130%;}
.giftBoxRight p {font-size: 130%; font-weight: 500;line-height: 1.5;}
.giftBoxRight small{font-size: 65%; font-weight: 500;}
.giftBoxImg {position: absolute;right: 1em; bottom: 1.2em;}
.giftBoxImg img{max-width: 220px;width: 100%;}
.giftBoxLeft b.small{font-size: 150%;}

.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;
  }  
}

@media screen and (max-width:1200px) {
.giftBox{font-size: 22px;width: 95%;}
.giftBoxImg {right: 0em; text-align: right; bottom: 1.4em;}
.giftBoxImg img{width: 80%;}
.giftBoxRight{padding: 0.5em 0em;}
}

@media screen and (max-width:1100px) {
.giftBox{font-size: 16px;}
.giftBoxLeft b.small{font-size: 200%;}
.giftBoxImg{bottom: 0.5em;right: 8vw;}

}

@media screen and (max-width:900px) {
.giftBox{flex-wrap: wrap;font-size: 22px;}
.giftBoxLeft{flex-basis: 100%;border-right: 0;}
.giftBoxRight{flex-basis: 100%;}
.giftBoxImg{right: 3em;}
.giftBoxImg img{width: 100%;}
}

@media screen and (max-width:768px) {
.giftBox{font-size: 18px;}
.giftBoxImg{right: 3em;}
.giftBoxImg img{width: 80%;}
}

@media screen and (max-width:600px) {
.giftBox{font-size: 14px;padding:2.5em 2em 4em 2em;}
.giftBoxRight h3{font-size: 200%;}
.giftBoxImg img{width: 80%;}
.giftBoxImg{right: 1em;}
}

@media screen and (max-width:500px) {
.giftBox{padding:2.5em 1em 4em 1em;}
.giftBoxImg img{width: 70%;}
}


.youtube-content {
  text-align: center;
  margin: 40px auto;
}
.youtube-content iframe{
  width: min(1000px,90%);

}



.bankContent_text a.btn{
  background: #b00a26;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0 30px ;
  border-radius: 20px;  
  margin: 20px auto 0 auto;
  display: block;
  max-width: 400px;
  transition: 0.3s;
  width: 90%;
}
.bankContent_text a.btn:hover{
  transform: translateY(-10px);
  background: #d6203e;
  
}

.red{
  color: red;

}

.card_content{
  text-align: center;
  margin: 0px auto 40px auto;
}
.card_logo img{
  max-width: 400px;
  width: 100%;
}
.card{
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;

}
.card img{
  width: 30%;
  flex-grow: 1;
}

@media screen and (max-width:768px) {
  .card{
    gap: 8px;
    flex-wrap: wrap;

  }
  .card img{
    width: 80%;
    flex-grow: 0;
    margin: 0 auto;
  }

}


.baseball-game{

  border: 1px solid #000;
  padding: 16px;

}


.baseball-game b{
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}