@charset "utf-8";
/****************我要開卡********************/
/*----------------------------主視覺----------------------------------*/
/*--我要開卡--*/
.topimg-dspActivateCard {
    background-image: url(../images/dspActivateCard-m.jpg);
}
@media screen and (min-width: 576px) {
    .topimg-dspActivateCard {
        background-image: url(../images/dspActivateCard.jpg);
    }
}
/*----------------------------頁面主標題----------------------------------*/
.fill-shortKv .container-xl {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*--shortKv-title-4標題總共4個字--*/

.fill-shortKv .shortKv-title-4 h2 {
    width: 165px;
    text-align: center;
    margin-left: 10%;
    font-size: 40px;
}

.fill-shortKv .shortKv-title-4 h2:after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background-color: #0ea9a1;
    margin: 3px auto 0px;
}

@media screen and (max-width: 1400px) {
    /*.fill-shortKv .container{
	 padding-top: 0px;
      }*/
    .fill-shortKv .shortKv-title-4 h2 {
        /*	  margin-top: -5%;*/
    }
}

@media screen and (max-width: 991px) {
    .fill-shortKv .shortKv-title-4 h2 {
        width: 150px;
        text-align: center;
        margin-left: 8%;
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .fill-shortKv .shortKv-title-4 h2 {
        width: 145px;
        font-size: 30px;
    }
}

@media screen and (max-width: 560px) {
    .fill-shortKv .shortKv-title-4 h2 {
        margin-left: 1%;
    }
}

/*---------------------------//頁面主標題---------------------------------*/

.tks_message_end:before {
    background-image: url(../../img/form/tks_message_line.gif);
}
/*------------------信用卡卡號----------------------------*/
.in-card-number {
    margin: 0 2px 0 0;
    max-width: 4.12rem;
}

.dash {
    width: 5px;
    height: 2px;
    background-color: #009999;
    margin-right: 2px;
}

.formList #lbSID {
    width: 6.25rem;
}

.input-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 18.2rem;
    line-height: 44px;
}

.input-data p {
    display: inline;
    font-size: 20px;
    letter-spacing: 2px;
    color: #6c757d;
}
@media all and (min-width: 320px) and (max-width: 576px) {
    .formList #lbSID {
        width: 100%;
    }
}
/*-----------------//信用卡卡號-------------------------*/




/*-----------------------------yesgogogo----------------------------------*/
.yesgogogo_box {
    border: 1px solid #d8d8d8;
}
.yesgogogo_box h3 {
    color: #ffffff;
    font-size: 16pt;
    line-height: 1.5em;
    font-weight: 600;
    background-color: #009999;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.yesgogogo_txt {
    color: #7e7e7e;
    padding: 10px 20px 30px;
}
.yesgogogo_txt h4 {
    color: #115b83;
    font-size: 15pt;
    line-height: 1.5em;
    font-weight: 600;
}
.yesgogogo_txt h4 span {
    color: #7e7e82;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400;
}

/*--修改bootstrap手風琴--*/
.yesgogogo_box .accordion {
    padding: 10px;
}
.yesgogogo_box .accordion-item {
    border: 0;
}
.yesgogogo_box .accordion-button {
    color: #115b83;
    background-color: #E0F8F8;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.yesgogogo_box .accordion-button:not(.collapsed) {
    color: #115b83;
    background-color: #E0F8F8;
    box-shadow: none;
}
.yesgogogo_box .accordion-button:focus {
    box-shadow: none;
}
.yesgogogo_box .card-main {
    font-size: 15px;
    color: #7e7e7e;
    padding: 10px;
    background-color: #fbfbfb
}
/*--//修改bootstrap手風琴--*/
/*-----------------------------//yesgogogo----------------------------------*/
/*--圖形驗證碼--*/
.CAPTCHA {
    width: 120px;
    height: 44px;
    margin-left: 0px;
}
.form-check-input {
    width: 1.3rem;
    height: 1.3rem;
}
#agree {
    width: 1.3em;
    height: 1.3em;
    margin-right: 5px;
}
/*New New Bank*/
.newnewbank {
    width: 100%;
    margin: 0px auto 30px;
    padding: 20px;
    box-sizing: border-box;
}

.newnewbank ul {
    list-style-type: none;
    display: inline-block;
    margin-top: 30px;
    padding: 0;
}

.newnewbank ul li {
    font-size: 24px;
    line-height: 40px;
    color: #f81242;
    font-weight: 600;
    text-align: left;
}

.newnewbank_blue {
    font-size: 24px;
    line-height: 36px;
    color: #0a73c2;
    font-weight: 600;
}

.newnewbank h4 {
    display: inline-block;
    font-family: "微軟正黑體";
    font-size: 20px;
    line-height: 36px;
    color: #464747;
    font-weight: 600;
}

.newnewbank_btn input {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #2898b1;
    padding: 8px 15px;
    margin: 15px 5px;
    background-color: #2ea5bf;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.33333;
    text-decoration: none;
}

.newnewbank_btn input:hover {
    background-color: #585e5f;
    text-decoration: none;
}

.newnewbank_btn_y input {
    display: inline-block;
    border-radius: 8px;
    padding: 8px 15px;
    margin: 15px 5px;
    background-color: #585757;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.33333;
    text-decoration: none;
}

.newnewbank_btn_y input:hover {
    background-color: #777777;
    text-decoration: none;
}
.newnewbank_input input {
    margin-top: 0.5rem;
    width: 1.2rem;
    height: 1.2rem;
}
.newnewbank_input label {
    margin-left: 5px;
    margin-top: 3px;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}
.newnewbank_input input.promote-input {
    color: #333333;
    font-size: 1rem;
    padding: 5px;
    margin: 2px 5px;
    width: 100px;
    height: 30px;
}

.newnewbank_input input.promote-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

@media screen and (max-width: 576px) {
    .newnewbank {
        margin: 0px auto 20px;
        padding: 0px;
    }
    .newnewbank_blue {
        font-size: 20px;
    }
    .newnewbank ul li {
        font-size: 20px;
    }
    .newnewbank h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0px -15px;
    }
    .newnewbank_btn input {
        padding: 8px 10px;
        margin: 15px 0px;
        background-color: #2ea5bf;
        font-size: 16px;
    }
    .newnewbank_btn_y input {
        padding: 8px 10px;
        margin: 15px 0px;
        background-color: #585757;
        font-size: 16px;
    }
}
/*//New New Bank*/