/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/
/******************銀行開始******************/

.bankContent_logo {
    margin: 50px 0 30px 0;
    text-align: center;
  }
  
.bankContent_logo img {
    width: 50%;
    max-width: 300px;
  }

  .bankContent_logo.taishin img{

    max-width: 250px;

  }

  .bankContent {
    padding: 80px 0;
    background:#f1f1f1;
  }
  


  .bankContent_inner {
    margin: 0 auto 150px auto;
    padding: 0 60px 60px 60px;
    width: 95%;
    max-width: 1300px;
    border: 1px solid #00446a;
    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: #00446a;
  }
  
  
  
  .bankCoupon {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    padding: 30px 20px;
    background: #529bc7;
    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 26px/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 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: #529bc7;
    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: 20px;
      margin-bottom: 0;
    }
  


    .bankCoupon_title h3 {
      margin-bottom: 10px;
      font-size: 24px;
    }
  
    .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);
    }
  }
  
  /******************銀行結束******************/
  /******************銀行結束******************/
  /******************銀行結束******************/
  /******************銀行結束******************/
  /******************銀行結束******************/
  /******************銀行結束******************/
  /******************銀行結束******************/
  /******************銀行結束******************/
  /******************銀行結束******************/
  
  
  
  
  
.bankBonus{display: flex; justify-content: center; padding: 2em; font-size: 24px;}
/* .bankBonus dl:first-child {border-right: solid 2px #00b476; } */
.bankBonus dl {width: 100%; 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 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: 1em; color: gray;  font-size: 24px;}

.bankBonusex b{font-size: 80%;margin: 30px auto 0 auto;line-height: 1.5;display: block;}
.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;}
}

