    @charset "utf-8";
    /****************繳款條碼專區********************/
    /*----------------------------主視覺----------------------------------*/
     /*--繳款條碼專區--*/
    .topimg-payment {
        background-image: url(../images/payment-m.jpg);
    }
    @media screen and (min-width: 576px) {
        .topimg-payment {
            background-image: url(../images/payment.jpg);
        }
    }

    /*----------------------------頁面主標題----------------------------------*/

    .fill-shortKv .container-xl {
        width: 100%;
        height: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }   
    
    /*--shortKv-title-twoLines8標題兩行、8個字時斷行--*/
    .fill-shortKv .shortKv-title-twoLines8 h2 {
        width: 240px;
        text-align: center;
        margin-left: 0%;
        margin-top: -30px;
        font-size: 30px;
        line-height: 45px;
    }

    .fill-shortKv .shortKv-title-twoLines8 h2:after {
        content: '';
        display: block;
        width: 90%;
        height: 2px;
        background-color: #0ea9a1;
        margin: -2.9rem auto 0px;
    }
    @media screen and (min-width: 576px) {
        .fill-shortKv .shortKv-title-twoLines8 h2 {
            margin-left: 5%;
        }
    }
    @media screen and (min-width: 768px) {
        .fill-shortKv .shortKv-title-twoLines8 h2 {
            width: 290px;
            font-size: 36px;
            line-height: 50px;
            margin-top: -45px;
        }
        .fill-shortKv .shortKv-title-twoLines8 h2:after {
            margin: -3.2rem auto 0px;
        }
    }
    @media screen and (min-width: 992px) {
        .fill-shortKv .shortKv-title-twoLines8 h2 {
            width: 320px;
            font-size: 40px;
        }
        .fill-shortKv .shortKv-title-twoLines8 h2:after {
            margin: -3.2rem auto 0px;
        }
    }

    /*--shortKv-title-6標題總共6個字、4個字時斷行--*/
.fill-shortKv .shortKv-title-6 h2 {
    width: 145px;
    text-align: center;
    margin-left: 1%;
    margin-top: -30px;
    font-size: 30px;
    line-height: 45px;
}
.fill-shortKv .shortKv-title-6 h2:after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background-color: #0ea9a1;
    margin: -2.9rem auto 0px;
}
@media screen and (min-width: 576px) {
    .fill-shortKv .shortKv-title-6 h2 {
        margin-left: 5%;
    }
}
@media screen and (min-width: 768px) {
    .fill-shortKv .shortKv-title-6 h2 {
        width: 150px;
        font-size: 36px;
        line-height: 50px;
        margin-top: -50px;
    }
    .fill-shortKv .shortKv-title-6 h2:after {
        margin: -3.2rem auto 0px;
    }
}
@media screen and (min-width: 992px) {
    .fill-shortKv .shortKv-title-6 h2 {
        width: 260px;
        margin-left: 5%;
        font-size: 40px;
    }
    .fill-shortKv .shortKv-title-6 h2:after {
        margin: 3px auto 0px;
    }
}
/*----------------------------//頁面主標題----------------------------------*/
/*btn-payment*/
.btn-payment {
    /* text-transform: none;
    color: #a9a9a9;
    background-color: #fff;
    border: 2px solid #a9a9a9;
    margin-bottom: 5px; */
    --bs-btn-color: #a9a9a9;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #a9a9a9;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #009999;
    --bs-btn-hover-border-color: #009999;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #009999;
    --bs-btn-active-border-color: #009999;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a9a9a9;
    --bs-btn-disabled-border-color: #a9a9a9;
  }
  .btn-payment:focus, .btn-payment.focus, .btn-payment:active, .btn-payment.active {
    color: #fff;
    background-color: #009999 !important;
    border-color: #009999;
    box-shadow: none;
  }
  .btn-payment:hover {
    color: #fff;
    background-color: #009999 !important;
    border-color: #009999;
  }
  @media screen and (max-width: 990px) {
      .btn-payment{
          width: 100%;
      }
  }
  
  @media screen and (max-width: 480px) {
      .btn-payment {
          font-size: 16px;
      }
      .noticeBox label{
          display: inline;
          }
      .formBottom{
          margin-bottom: 25px;
      }
      .titlesmall{
          font-size: 15pt;
      }
  }

  .form-payment label {
    min-width: 10rem;
} 
.form-payment .input_rate {    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 29rem;
    height: 44px;
    }
.form-payment span {
    margin-left: 3px;
    margin-right: 3px;
}
.rate_text_gry {
    color: #434343;
    font-weight: 600;
}