@charset "utf-8";
/****************各項事業費用代扣********************/
/*----------------------------主視覺----------------------------------*/
/*--各項事業費用代扣--*/
.topimg-utilitiespay {
    background-image: url(../images/utilitiespay-m.jpg);
}
@media screen and (min-width: 576px) {
    .topimg-utilitiespay {
        background-image: url(../images/utilitiespay.jpg);
    }
}
/*----------------------------頁面主標題----------------------------------*/

.fill-shortKv .container-xl {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}   

/*--shortKv-title-8標題總共8個字、4個字時斷行--*/
.fill-shortKv .shortKv-title-8 h2 {
    width: 125px;
    text-align: center;
    margin-left: 1%;
    margin-top: -30px;
    font-size: 30px;
    line-height: 45px;
}
.fill-shortKv .shortKv-title-8 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-8 h2 {
        margin-left: 5%;
    }
}
@media screen and (min-width: 768px) {
    .fill-shortKv .shortKv-title-8 h2 {
        width: 150px;
        font-size: 36px;
        line-height: 50px;
        margin-top: -50px;
    }
    .fill-shortKv .shortKv-title-8 h2:after {
        width: 90%;
        margin: -3.2rem auto 0px;
    }
}
@media screen and (min-width: 992px) {
    .fill-shortKv .shortKv-title-8 h2 {
        width: 320px;
        margin-left: 5%;
        font-size: 40px;
    }
    .fill-shortKv .shortKv-title-8 h2:after {
        margin: 3px auto 0px;
    }
}

/*---------------------------//頁面主標題---------------------------------*/
/*-----------------------各項事業費用代扣-------------------------*/
.utilitiespay_title_txt {
    color: #009999;
    font-size: 22px;
    font-weight: 600;
} 
.utilitiespay_title_txt span {
    color: #323232;
    font-size: 15px;
    font-weight: 400;
}
/*--卡號-*/
.utilitiespay {
    display: flex;
}
.utilitiespay .cardNumber  {
    font-size: 1.25rem;
    text-align: left;
    margin: 10px 0px;
    color: #424242;
    font-weight: bold;
    min-width: 6.5rem;
 }
 .utilitiespay select {
    margin: 10px 0px;
    width: 240px;
    font-size: 20px;
    height: 36px;
    display: inline;
    padding: 0 0 0 10px;
 }
 @media screen and (max-width: 768px) {
    .utilitiespay {
        display: block;
    }
     .utilitiespay select {        
        width: 100%;
     }
 }

/*--原有代扣項目異動表格--*/
.utilitiespayTable {
    width: 100%;
    color: #7e7e7e;
    border: 1px solid #d8d8d8;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}

.utilitiespayTable tr {
    border-bottom: 1px solid #d8d8d8;
}

.utilitiespayTable th {
    color: #fff;
    background-color: #009999;
    padding: 10px;
    text-align: center;
}
.utilitiespayTable td {
    border: none;
    padding: 10px 3px;
    text-align: center;
}
.utilitiespayTable input {
    width: 120px;
    font-size: 20px;
    height: 30px;
    display: inline;
    margin: 10px 0px;
}

.utilitiespayTable select {
    margin: 10px 0px;
    width: 90%;
    font-size: 20px;
    height: 40px;
    display: inline;
    padding: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
    .utilitiespayTable {
        border: none;
    }
    .utilitiespayTable thead {
        display: none;
    }
    .utilitiespayTable tbody td {
        display: block;
        text-align: left;
        padding: 10px 6px;
        padding-left: 5.8em;
        text-indent: -5em;
    }
    .utilitiespayTable tr {
        display: block;
        border: 1px solid #7f7c7c;
        margin-bottom: 20px;
    }
    .utilitiespayTable tbody td::before {
        content: attr(data-title)'：';
        font-size: 1.1rem;
        color: #009999;
        font-weight: bold;
        padding-right: 6px;
        width: 5em;
        display: inline-block;
        text-align: right;
    }
    .utilitiespayTable td+td {
        border-top: 1px solid #d8d8d8;
    }
    .utilitiespayTable select {
        margin: 0px 0px;
        width: 95%;
        font-size: 17px;
    }
}
/*--//原有代扣項目異動表格--*/
/*--新增代扣項目異動表格--*/
.project_box {
    display: flex;
    margin-bottom: 20px;
}
.project_box .project_title {
	line-height: 50px;
	color: #097171;
    font-weight: bold;
    background-color: #e9f4f4;
    border: 1px solid #097171;
    width: 20%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.project_box .Project_main {
    background-color: #ffffff;
    border: 1px solid #097171;
    border-left: none;
    flex-grow: 1;
}
.Project_No {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
	color: #097171;
    font-weight: bold;
    background-color: #e9f4f4;
} 
.Project_Add {
    border-top: 1px solid #097171;
}
@media screen and (max-width: 992px) {
    .project_box {
        flex-flow: column;
    } 
    .project_box .project_title {        
        width: 100%;
        color: #fff;
        background-color: #009999;
        flex-flow: row;
    }
    .project_box .Project_main {
        border: 1px solid #097171;
        border-top: none;
        flex-grow: 1;
    }
}
@media screen and (max-width: 767px) {
    .project_box .project_title {        
        line-height: 50px;
        flex-flow:column;
    }
    /*--多行--*/
    .project_box .project_title.multiline {        
        line-height: 28px;
    }
    /*--//多行--*/
}
/*----*/
.utilitiespayTableAdd {
    width: 100%;
    color: #7e7e7e;
    border: 0px;
    border-collapse: collapse;
    table-layout: auto;
    margin-left: auto;
    margin-right: auto;
}

.utilitiespayTableAdd tr {
    border-top: 1px solid #097171;
    background-color: #FFFFFF;
}

.utilitiespayTableAdd th {
    background-color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #097171;
}
.utilitiespayTableAdd th:not(:first-child) {    
    border-left: 1px solid #097171;
}
.utilitiespayTableAdd td {
    border: none;
    padding: 10px 3px;
    text-align: center;
}
.utilitiespayTableAdd td:not(:first-child) {    
    border-left: 1px solid #097171;
}
.utilitiespayTableAdd input {
    width: 32px;   
    display: inline;
    margin: 5px 0;
    text-align: center;
    padding: 0rem 0rem;   
}
.utilitiespayTableAdd select {
    margin: 10px 0px;
    width: 80%;
    font-size: 20px;
    height: 40px;
    display: inline;
    padding: 0 0 0 10px;
}
/*車號*/
.utilitiespayTableAdd input.carinput {
    width: 45%;
    margin: 5px 0;
}
.utilitiespayTableAdd input.carinputFull {
    width: 90%;
    margin: 5px 0;
}
.project_box .btnAdd {
    display: inline-block;
    margin: 10px;
    padding: 2px 10px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-image: linear-gradient(to top, #1c8395, #62b8c7);
    border: 1px solid #1c8395;
    border-radius: 8px;
    box-shadow: 0 4px #89898980;
}

.project_box .btnAdd:hover {
    color: #ffffff;
    background-image: linear-gradient(to top, #1c8395, #3496a6);
}

.project_box .btnAdd:focus {
    outline: 0px;
}
.project_box .smalltext {
    font-size: 14px;
    color: #7e7e7e;
}
.project_box .phone_note {
    display: none;
}
@media screen and (max-width: 768px) {
    .utilitiespayTableAdd {
        border: none;
    }
    .utilitiespayTableAdd thead {
        display: none;
    }
    .utilitiespayTableAdd tbody td {
        display: block;
        text-align: left;
        padding: 10px 6px;
        padding-left: 5.8em;
        text-indent: -5.4em;
    }
    .utilitiespayTableAdd tr {
        display: block;        
    }
    .utilitiespayTableAdd td:not(:first-child) {    
        border-left: 0px;
    }
    .utilitiespayTableAdd tbody td::before {
        content: attr(data-title)'：';
        font-size: 1.1rem;
        color: #009999;
        font-weight: bold;
        padding-right: 6px;
        width: 5em;
        display: inline-block;
        text-align: right;
    }
    /*--前面標題5個字--*/
    .utilitiespayTableAdd.five_words tbody td::before {
        width: 7em;
    }
    .utilitiespayTableAdd.five_words tbody td {
        padding-left: 7.8em;
        text-indent: -7.5em;
    }
    /*--//前面標題5個字--*/
   /*--前面標題4個字--*/
    .utilitiespayTableAdd.four_words tbody td::before {
    width: 6em;
   }
   .utilitiespayTableAdd.four_words tbody td {
    padding-left: 6.4em;
    text-indent: -6.45em;}   
/*--//前面標題4個字--*/
    
    .utilitiespayTableAdd td+td {
        border-top: 1px solid #d8d8d8;
    }
    .utilitiespayTableAdd input {
        /* width: 28px;
        font-size: 22px;
        line-height: normal;
        height: 28px; 
        display: inline;
        margin: 5px 0px;
        vertical-align:middle; */
    }
    .utilitiespayTableAdd select {
        margin: 0px 0px 1px;
        width: 95%;
        font-size: 20px;
    }
    .project_box .smalltext {
        text-align: left;
        padding-left: 0em;    
       text-indent: 0em;
    }
    .project_box .phone_note {
        display: block;
    } 
}
/*--//新增代扣項目異動表格--*/
/*----------------------//各項事業費用代扣------------------------*/