@charset "utf-8";
/****************新戶首刷禮資格查詢********************/
/*----------------------------主視覺----------------------------------*/
/*--新戶首刷禮資格查詢--*/
.topimg-newApplyGift {
    background-image: url(../images/newApplyGift_top_m.jpg);
}
@media screen and (min-width: 576px) {
    .topimg-newApplyGift {
        background-image: url(../images/newApplyGift_top.jpg);
    }
}
/*----------------------------頁面主標題----------------------------------*/

.fill-shortKv .container-xl {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}   

    /*--shortKv-title-twoLines5標題兩行、5個字時斷行--*/
    .fill-shortKv .shortKv-title-twoLines5 h2 {
        width: 150px;
        text-align: center;
        margin-left: 0%;
        margin-top: -30px;
        font-size: 30px;
        line-height: 45px;
    }
    .fill-shortKv .shortKv-title-twoLines5 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-twoLines5 h2 {
            margin-left: 5%;
        }
    }
    @media screen and (min-width: 768px) {
        .fill-shortKv .shortKv-title-twoLines5 h2 {
            width: 180px;
            font-size: 36px;
            line-height: 50px;
            margin-top: -45px;
        }
        .fill-shortKv .shortKv-title-twoLines5 h2:after {
            margin: -3.2rem auto 0px;
        }
    }
    @media screen and (min-width: 992px) {
        .fill-shortKv .shortKv-title-twoLines5 h2 {
            width: 200px;
            font-size: 40px;
        }
        .fill-shortKv .shortKv-title-twoLines5 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;
	background-color: #0ea9a1;
	color: #ffffff;
	text-decoration:none;
    margin-bottom: 10px;
    margin-top: 10px;
}
.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;
}

/*--//按鈕--*/  
.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 {    
    line-height: 30px;

}
 /* 單行 */
 .RwdTable_singleLine p:first-child {
    display: none;

 }
 /* 雙行 */
 .RwdTable_doubleRow p:first-child {
    display: none;
 }

@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: 6px;
    }
    /* 單行 */
   .RwdTable_singleLine p:first-child {
        display: block;
        font-size: 1.1rem;
        color: #009999;
        font-weight: bold;
        padding-right: 6px;
    }
    /* 雙行 */
    .RwdTable_doubleRow p:first-child {
        display: block;
        font-size: 1.1rem;
        color: #009999;
        font-weight: bold;
        padding-right: 6px;
    }
    /* 單行 */
    .RwdTable_singleLine {
        display: flex;
    }
    /* 雙行 */
    .RwdTable_doubleRow {

    }    
    
    .RwdTable tbody td {
        display: block;
        text-align: left;
        padding: 10px 6px;
        border: none;
    }
    .RwdTable  tr {
        display: block;
        border: 1px solid #D9D9D9;
        margin-bottom: 20px;
    }
  
    .RwdTable td+td {
        border-top: 1px solid #d8d8d8;
    }   
}
.modal h5 {
    color: #009999;
    font-size: 22px;
    font-weight: bold;
}
.modal .newApplyGift_form {
    width: 100%;
}