@charset "utf-8";
/****************紅利積點查詢與各項費用折抵********************/
/*----------------------------主視覺----------------------------------*/
/*--紅利積點查詢與各項費用折抵--*/
.topimg-bonus-query {
    background-image: url(../images/bonus-query-m.jpg);
}
@media screen and (min-width: 576px) {
    .topimg-bonus-query {
        background-image: url(../images/bonus-query.jpg);
    }
}
/*----------------------------頁面主標題----------------------------------*/
.fill-shortKv .container-xl {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*--shortKv-title-twoLines7標題兩行、7個字時斷行--*/
.fill-shortKv .shortKv-title-twoLines7 h2 {
    width: 210px;
    text-align: center;
    margin-left: 0%;
    margin-top: -30px;
    font-size: 30px;
    line-height: 45px;
}

.fill-shortKv .shortKv-title-twoLines7 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-twoLines7 h2 {
        margin-left: 5%;
    }
}
@media screen and (min-width: 768px) {
    .fill-shortKv .shortKv-title-twoLines7 h2 {
        width: 260px;
        font-size: 36px;
        line-height: 50px;
        margin-top: -45px;
    }
    .fill-shortKv .shortKv-title-twoLines7 h2:after {
        margin: -3.2rem auto 0px;
    }
}
@media screen and (min-width: 992px) {
    .fill-shortKv .shortKv-title-twoLines7 h2 {
        width: 280px;
        font-size: 40px;
    }
    .fill-shortKv .shortKv-title-twoLines7 h2:after {
        margin: -3.2rem auto 0px;
    }
}
/*--------------------------------一般活動登錄------------------------------------*/
/*--------------------------紅利積點查詢與各項費用折抵----------------------------*/ 
.result_message p.bonus_text {
    font-size: 24px;
    line-height: 60px;
    color: #009999;
    font-weight: 600; 
    margin-bottom: 0px;
}
.bonus_text span {
   color: #cc0e43;
}
.bonusTable {
    width: 100%;
    box-shadow: none;
    color: #7e7e7e;
    border: 1px solid #d8d8d8;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    table-layout: fixed;
}

.bonusTable tr {
    border-bottom: 1px solid #d8d8d8;
}

.bonusTable th,
.bonusTable td {
    border: none;
    padding: 10px 3px;
    text-align: center;
}

.bonusTable th {
    color: #fff;
    background-color: #009999;
}
.bonusTable input {
    width:75px;
    font-size:20px;
    height: 30px;
    display: inline;
    margin: 10px 0px;
}
#v_container {
    width: 120px;
    height: 44px;
}
/*--------------------------//紅利積點查詢與各項費用折抵----------------------------*/ 