@charset "utf-8";
/****************愛車權益資格查詢********************/
/*----------------------------主視覺----------------------------------*/
/*--愛車權益資格查詢--*/
.topimg-inquiry {
    background-image: url(../images/inquiry_top_m.jpg);
}
@media screen and (min-width: 576px) {
    .topimg-inquiry {
        background-image: url(../images/inquiry_top.jpg);
    }
}
/*----------------------------頁面主標題----------------------------------*/

.fill-shortKv .container-xl {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}   
/*--shortKv-title-twoLines6標題兩行、6個字時斷行--*/
.fill-shortKv .shortKv-title-twoLines6 h2 {
    width: 180px;
    text-align: center;
    margin-left: 0%;
    margin-top: -30px;
    font-size: 30px;
    line-height: 45px;
}
.fill-shortKv .shortKv-title-twoLines6 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-twoLines6 h2 {
        margin-left: 5%;
    }
}
@media screen and (min-width: 768px) {
    .fill-shortKv .shortKv-title-twoLines6 h2 {
        width: 220px;
        font-size: 36px;
        line-height: 50px;
        margin-top: -45px;
    }
    .fill-shortKv .shortKv-title-twoLines6 h2:after {
        margin: -3.2rem auto 0px;
    }
}
@media screen and (min-width: 992px) {
    .fill-shortKv .shortKv-title-twoLines6 h2 {
        width: 245px;
        font-size: 40px;
    }
    .fill-shortKv .shortKv-title-twoLines6 h2:after {
        margin: -3.2rem auto 0px;
    }
}
/*---------------------------//頁面主標題---------------------------------*/
/*----------------------------------------------------------------*/
.download_form_control.form-control {
    min-width: 18.3rem;
}
.download_form_not_text {
    font-size: 13.8px;
    color: #d60000;
}

/*--線上申請opt簡訊驗證碼--*/  
.formList .inOpt.downloadOpt .input-group-text {
    width: 3rem;
    border-radius: 0;
    border: 1px solid #a9a9a9;
    padding-top: 0.57rem;
    padding-bottom: 0.57rem;
    border-right: 0px;
}
.formList .inOpt.downloadOpt .form-control {
    width: 5.9rem;
    border-left: 0px;
}
/*--//線上申請opt簡訊驗證碼--*/  
.mainArea th {
    color: #fff;
    background-color: #0ea9a1;
    border: 1px solid #D9D9D9;
    word-wrap: break-word;
    padding: 10px 0px;
    text-align: center;
    vertical-align: middle;
}
.mainArea td {
    border: 1px solid #D9D9D9;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.mainArea table {
    width: 100%;    
    padding: 10px;
}
/*--按鈕--*/  
.download-btn {
	display: inline-block;
	font-size: 18px;
    line-height: 24px;
	border-radius: 8px;
	border: 0px solid #0b9992;
	padding: 10px 20px;
    margin: 2px auto;
	background-color: #0ea9a1;
	color: #ffffff;
	text-decoration:none;
}
.download-btn:active,
.download-btn:focus {
	display: inline-block;
	font-size: 18px;
    line-height: 24px;
	border-radius: 8px;
	border: 0px solid #0b9992;
	padding: 10px 20px;
	background-color: #0ea9a1;
	color: #ffffff;
	text-decoration:none;
}
.download-btn:hover{
    color: #fff;
	background-color: #585e5f;
}
@media screen and (max-width: 768px) {
    .download-btn{
        margin-bottom: 10px;
        width: 100%;
    }
}
/*--//按鈕--*/  
.note_text p {
    font-size: 15px;
    text-align: left;
    padding-left: 15px;
    text-indent: -15px;
    margin-bottom: 0px;
}
/*--圖形驗證碼--*/
.CAPTCHA {
    width: 120px;
    height: 44px;
    margin-left: 0px;
}
.formList .label {
    min-width: 12rem;
}
/*-----表格------*/
.RwdTable p {
    color: #009999;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;

}
@media screen and (max-width: 768px) {
    .RwdTable {
        border: none;
        margin-top: 0rem;
    }
    .RwdTable thead {
        display: none;
    }   
    .RwdTable p {
        display: inline-block;
        /* text-align: center; */
        padding-left: 5.2em;
    }
    .RwdTable_bn{
        margin-top: -40px;
        display: flex;
        flex-direction: column;
    }
    .RwdTable tbody td {
        display: block;
        text-align: left;
        padding: 10px 6px;
        padding-left: 7.8em;
        text-indent: -6em;
        border: none;
    }
    .RwdTable  tr {
        display: block;
        border: 1px solid #D9D9D9;
        /* margin-bottom: 20px; */
    }
    .RwdTable tbody td::before {
        content: attr(data-title)'：';
        font-size: 1.1rem;
        color: #009999;
        font-weight: bold;
        padding-right: 6px;
        width: 6em;
        display: inline-block;
        text-align: right;
    } 
    .RwdTable tbody td:last-of-type::before {
        content: attr(data-title)'：';
        font-size: 1.1rem;
        color: #009999;
        font-weight: bold;
        padding-right: 6px;
        width: 8em;
        display: inline-block;
        text-align: right;
    } 
    .RwdTable tbody td:last-of-type p {
        padding-left: 7em;
    } 
    .RwdTable td+td {
        border-top: 1px solid #d8d8d8;
    }   
}
/*-----表格內容------*/
.RwdTable_title  {
    font-size: 20px;
    line-height: 20px;
    color: #0ea9a1;    
    font-weight: bold;
    margin-bottom: 15px;
}
.RwdTable_data td {
    font-size: 16px;
}
.RwdTable_data .background_grey {
    background-color: #d9d9d95c;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .RwdTable_data td {
        font-size: 15px;
    }
}