@charset "utf-8";
/****************辦卡進度查詢********************/
/*----------------------------主視覺----------------------------------*/
 /*--辦卡進度查詢--*/
 .topimg-inquiry {
    background-image: url(../images/inquiry-m.jpg);
}
@media screen and (min-width: 576px) {
    .topimg-inquiry {
        background-image: url(../images/inquiry.jpg);
    }
}
/*----------------------------頁面主標題----------------------------------*/

.fill-shortKv .container-xl {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}   

/*--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;
    }
}

/*---------------------------//頁面主標題---------------------------------*/
/*--辦卡進度查詢--*/
.formList .inDate .MonthDay {
    width: 122px;
}
.ApplyCard_inquiry_txt {
    color: #009999;
    font-size: 22px;
    font-weight: 600;
}
.ApplyCard_inquiryTable {
    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;
}

.ApplyCard_inquiryTable tr {
    border-bottom: 1px solid #d8d8d8;
}

.ApplyCard_inquiryTable th {
    color: #fff;
    background-color: #009999;
    padding: 10px;
    text-align: center;
}
.ApplyCard_inquiryTable td {
    border: none;
    padding: 10px 3px;
    text-align: center;
}
.ApplyCard_inquiryTable .table-text {
    text-align: left;
    line-height: 2em;
}

.ApplyCard_inquiryTable .table-text p {
    font-size: 17px;
    text-align: left;
    padding-left: 17px;
    text-indent: -17px;
}
@media screen and (max-width: 768px) {
    .ApplyCard_inquiryTable {
        border: none;
        margin-bottom: 1.5rem;
        margin-top: 0rem;
    }
    .ApplyCard_inquiryTable thead {
        display: none;
    }
    .ApplyCard_inquiryTable tbody td {
        display: block;
        text-align: left;
        padding: 10px 6px;
        padding-left: 5.8em;
        text-indent: -5em;
    }
    .ApplyCard_inquiryTable tr {
        display: block;
        border: 1px solid #7f7c7c;
        margin-bottom: 20px;
    }
    .ApplyCard_inquiryTable 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;
    } 
    .ApplyCard_inquiryTable td+td {
        border-top: 1px solid #d8d8d8;
    }
    .ApplyCard_inquiryTable .table-text {
        margin-top: -35px;
    }
}
/*辦卡進度查詢按鈕*/
.greyBlue_button {
    display: inline-block;
    margin: 0 0 0 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;
}

.greyBlue_button:hover {
    color: #ffffff;
    background-image: linear-gradient(to top, #1c8395, #3496a6);
}

.greyBlue_button:focus {
    outline: 0px;
}
.red_mark {
    background-color: transparent;
    padding: 2px 2px;
    border-radius: 5px; 
    color: #ff0000 ;  
    background: linear-gradient(
      transparent 20%,
      rgba(255,255,255,0) 30%,
      #fff8a7 70%,
      #fff8a7 90%, 
      transparent 95%);
}