@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
}
.img-fluid{width: 100%;}
.order-0{order: 1;}
.order-1{order: 0;}
.container{padding: 0;}
/*Menu*/
.navbar{
    background: #e72420 url('../img/KV_bg.gif') repeat center/cover;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Noto Sans TC',
    sans-serif;
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover{color: #cccccc;}
/*KV*/
.KV_block .jumbotron {
    background: #e72420 url('../img/KV_bg.gif') repeat center/cover;
    padding-bottom: 1em;
    margin-bottom: 0;
}
.KV_block {
    background: url('../img/star_bg.gif') no-repeat center/cover;
    box-sizing: border-box;
    
}
.kv_title{
    width:65%;
    display: block;
    margin: auto;
}
.KV_block .feature {width: 68%; display: flex; margin:2rem auto;}


.feature #grow:hover img {
     -webkit-filter: drop-shadow(0 0 15px rgba(222, 169, 0));
     filter: drop-shadow(0px 0 15px rgba(222, 169, 0));
    /* -webkit-filter: sepia(75%);
    filter: sepia(75%); */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.KV_block .video_block{width: 45%; margin: 4rem auto 1rem auto;}
.feature_banner{margin-top: 5rem; margin: 5rem auto 1rem auto;}
#feature2 {
    margin-top:1.5rem;
}
.feature_banner .feature_title {
    width: 84.93%;
}
.feature_banner .feature_title100 {
    width: 100%;
}
.feature_banner .feature_title92 {
    width: 92.75%;
}
.feature_banner .feature_content {
    margin-left: 19%;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.feature_banner .feature_content p {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 1.3rem;
    width: 85%;
    margin-bottom: 2rem;
}
.feature_banner .feature_content .note_text {
    font-family: 'Noto Sans TC',
    sans-serif;
    color: #eeeeee;
    font-size: 14px;
    margin-top: 1em;
    line-height: 1.3rem;
}
.feature_banner .feature_content .note_text a {
    line-height: 1.3rem;
    font-size: 14px;
    color: #fbebb8;
    text-decoration: underline;
}
.feature_banner .feature_content b {
    color: #ffff33;
}
.feature_banner .feature_img_right {
    width: 100%;
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
}
.feature_banner .feature_img_left {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.feature_btn {width: 61%;}
.feature_btn button{border:none;background: transparent}
.feature_btn button {
    -webkit-box-shadow: 0 15px 20px -32px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 15px 20px -32px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 20px -32px rgba(0, 0, 0, .6);
}
.feature_btn button:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);

    -webkit-box-shadow: 0 25px 35px -28px rgba(0, 0, 0);
    -moz-box-shadow: 0 25px 35px -28px rgba(0, 0, 0);
    box-shadow: 0 25px 35px -28px rgba(0, 0, 0);
}

.feature_btn button {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.feature_btn button:hover {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.feature_btn button:focus{outline: none;}
.notice_block {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
    color: #333333;
    padding: 1rem;
    background: rgb(239, 239, 239);
    border-radius: 16px;
    font-weight: normal;
    text-align: left;
    display: block;
    margin: 40px auto 10px auto;
    width: 75%;
}
.modal .modal-title {
    color: #e60a0f;
    font-size: 1.1rem;
    font-weight: 700;
}
.modal ul{margin-left: .9rem; padding: 0;list-style-type:decimal;}
.modal ul ul{list-style-type: lower-alpha;}
.modal ul li{ color: #333333; font-size: 14px;line-height: 1.3; margin-bottom: .8em; }
.modal ul li span.graytext{color: #666; font-size: .8rem;}
.modal ul li span.redtext {
    color: #e60a0f;
}
.modal ul li span.bluetext {
    color: #006cff;
}
.modal p {
    color: #555;
    font-size: 14px;
    margin-top: 1em;
    line-height: 1.3;
}
.modal-body iframe{margin: 1rem auto; padding: 5px;}

/*收益試算*/
iframe.gain-calculator {
    border: 0;
    height: 380px;
}
.tfb{
    display: block;
    width: 71%;
    margin: 1rem auto ;
    background: rgb(255, 255, 255, .2);
    border-radius: 10px;
    padding:10px 0;
    font-family: 'Noto Sans TC',
    sans-serif;
    box-sizing: border-box;
}
.tfb p {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5rem;
    display: inline-block;
    padding:0;
    
}
.tfb .output{
    background-color: #ffffff;
    border-radius: 7px;
    padding: 5px 10px;
}
.tfb h1.title {
    font-size: 34px;
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 500;
    color: #ffffff;
}
.rangeslider__fill {
    background: #feeb00;
}
#result {
    color: #feeb00;}
/*立即開通*/
.Step_block {
    padding: 5em 0;
    background: #ffffff url('../img/step_bg.gif') repeat center/cover;
    box-sizing: border-box;
}
.Step_block .step_title {
    width: 26%;
    margin: auto;
}
.Step_block .notice_text {
    color: #006cff;
    font-size: 14px;
    line-height: 1.3rem;
    font-weight: normal;
    text-align: center;
    margin: 2rem auto 1rem auto;
    letter-spacing: 1px;
}

.Step_block .tip_block {
    width: 52%;
    height: 155px;
    margin: 0 auto 40px;
    overflow: hidden;
    background: #feeb00;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 1rem;

}

.Step_block .tip_content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

.Step_block .tip_block .tip {
    font-size: 18px;
    color: #000000;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    width: 90%;
    margin: auto;
}

.Step_block .tip_block h5 {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    color: #e60a0f;
    letter-spacing: 1px;
}

.Step_block .step_block {
    width: 80%;
    margin: 0 auto 40px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    text-align: center;
}

.Step_block .step_block img {
    width: 100%;
}

.Step_block .step_block .flow_title {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 1.2rem;
    color: #333333;
    font-weight: 700;
    margin: 5px auto;
}

.Step_block .step_block .step .step_list {
    width: 15%;
    margin: auto;
}

.Step_block .step_block .step .step_text {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 14px;
    line-height: 1.3rem;
    color: #444444;
    height:70px;
}

.Step_block .step_block .step .step_img {
    width: 85%;
    margin: auto;
}

.Step_block .step_block .step_arrow {
    width: 2.5%;
    margin: auto;
    padding-top: 4rem;
}
/*街口支付配合連結帳戶之銀行*/
.bank_logo_block {
    padding: 5em 0;
    background: #e72420 url('../img/KV_bg.gif') repeat center/cover;
    box-sizing: border-box;
}
.bank_logo_block .bank_logo_title {
    width: 70%;
    margin: 0 auto 4em auto;
}
.bank_logo_block .bank_block {
    width: 1080px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}

.bank_logo_block .bank_block .bank_logo {
    width: 22%;
    overflow: hidden;
    background: #fff;
    margin: 1%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .12);
    border-radius: 7px;
    padding: 1%;
    text-align: center;
}

.bank_logo_block .bank_block .bank_logo img {
    width: 100%;
    margin: auto;
}

.bank_logo_block .notice_text {
    font-size: 14px;
    line-height: 1.3rem;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: normal;
    text-align: left;
    display: block;
    margin: 1rem auto;
    width: 1040px;
}
/*保證金水位*/
iframe.SecurityDeposit {
    height: 300px;
}
.SecurityDeposit_block {
    padding: 5em 0;
    background: #ffffff url('../img/step_bg.gif') repeat center/cover;
    box-sizing: border-box;
}
.SecurityDeposit_block .SecurityDeposit_title {
    width: 52.5%;
    margin: 0 auto 4em auto;
}
.SecurityDeposit_block .SecurityDeposit_content ul{ list-style: decimal; }

.SecurityDeposit_block .SecurityDeposit_content ul li {
    font-size: 16px;
    font-family: 'Noto Sans TC',
    sans-serif;
}
.SecurityDeposit_block .SecurityDeposit_content p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5rem;
    text-align: left;
}

.tfb-cash {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans TC',
        sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.tfb-content {
    padding: 1rem;
    background: rgb(235, 235, 235, .3);
    text-align: left;
    border-radius: .25rem;
}

.tfb-cash .tfb-content ol {
    list-style-type: decimal;
    margin: 0 0 0 1rem;
}

.tfb-cash .tfb-content li {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
    color: #333333;
}

.tfb-cash .tfb-amount {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #dc3545 !important;
}

.tfb-cash .tfb-info {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
    letter-spacing: 1px;
    color: #333333;
}

.tfb-cash .tfb-date {
    font-family: 'Noto Sans TC',
        sans-serif;
    color: #6c757d !important;
    font-size: 16px;
    margin: 0 auto;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tfb-cash .tfb-notice {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 14px;
    margin: 0 auto.5rem auto;
    color: #555;
}
/*常見問題*/
.qa_block {
    font-family: 'Noto Sans TC',
    sans-serif;
    padding: 5em 0;
    background: #ffffff url('../img/step_bg.gif') repeat center/cover;
    box-sizing: border-box;
    color: #24292e;
    text-transform:uppercase;
}
.qa_block .qa_title {
    width: 26%;
    margin: 0 auto 4em auto;
}
.qa_block ul {
    margin: 0 0 0 .9em;
    padding: 0;
}
.qa_block ul li {
    font-family: 'Noto Sans TC',
        sans-serif;
    margin: 1rem auto 0 auto;
    color: #333333;
    font-size: 15px;
    line-height: 1.3;
}
.qa_block ul li span.redtext{color: #e60a0f;}
.qa_block ul li span.graytext{color: #666;}
.qa_block .ques_title {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.qa_block .ans_content {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin:5px 0 15px 0px;
}
.qa_block .ans_content ol {
    padding-left: 18px;
}
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
    
}
.divTableRow.title {
    background-color: #EEE;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    text-align: center;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}
.qa_block .ans_content .notetext {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 14px;
    color: #666;
}
.qa_block h2 {
    font-family: 'Noto Sans TC',sans-serif;
    font-size: 1.5em;
    position: relative;
        
}
.qa_block h3 {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 1.25em;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}
.qa_block p {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: .8rem 0;
}
.qa_block ul{margin: 0; padding: 0 0 0 30px; list-style-type: decimal;}
.qa_block h2::after{
    content: '\f055';
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    color: #333;
    font-size: 20px;
    position: absolute;
    right: 0; 
    top: 20%;

}

.term_block{
    padding: 5rem 0;
    box-sizing: border-box;
    text-transform:uppercase;
}

.term_block h2{
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom:  1px solid #ccc;
}
/*頁尾*/
footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    background-color: #222
}

footer p {
    font-size: 12px;
    margin: 0
}
/* GO TO TOP */
.toTop-arrow {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    opacity: 0.8;
    background: #000000;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 99999;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 19px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.5rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.5rem;
}

.toTop-arrow:focus {
    outline: none;
}


/*頁尾*/


 @media (max-width: 991px) {
     .container {
         width: 90%;
         margin: auto;
         padding: 0;
     }
     .order-0 {
         order: 0;
     }

     .order-1 {
         order: 1;
     }
     /*KV*/
    .kv_title {
        width: 100%;
    }

    .KV_block .feature {
        width: 100%;
    }
    .KV_block .feature .col-4{padding: 0;}
    .KV_block .video_block {
        width: 100%;
        margin: 0rem auto 1rem auto;
    }
    .feature_banner .feature_img_right,
    .feature_banner .feature_img_left {
        width: 80%;
        margin: auto;
    }
    .feature_banner .feature_img_right,
    .feature_banner .feature_img_left{
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .feature_banner .feature_content{margin-left: 0;}
    .feature_banner .feature_content p{width: 100%;}
    .feature_banner .feature_title{width: 100%; margin: 1.5em auto 1em auto;}
    .notice_block {
        margin: 10px auto;
        width: 90%;
    }
    .feature_btn{width: 100%;}
    .nav-link{padding: 1rem 0;}
    .navbar-dark .navbar-nav .nav-link {
        font-family: 'Noto Sans TC',
        sans-serif;
        color: rgba(255, 255, 255); text-align: center;
        }
    .navbar-dark .navbar-nav .nav-link a {
        font-family: 'Noto Sans TC', sans-serif;
    }
    .navbar-dark .navbar-nav li {
        border-bottom: 1px rgba(255, 255, 255, .2) solid;
    }
    .navbar-dark .navbar-nav li:last-child {
        border-bottom:none;
    }
    .navbar-expand-lg>.container{width: 100%;}
    .modal{height: 90%;}

    /*收益試算*/
    iframe.gain-calculator { height: 500px; }
    .tfb {
        display: block;
        width: 80%;
        margin: 1rem auto 0 auto;
        padding: 1% 0;
        font-family: 'Noto Sans TC',
            sans-serif;
            overflow: hidden;
    }

    .tfb p {
        font-family: 'Noto Sans TC',
        sans-serif;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.5rem;
        display: inline-block;
    }

    .tfb h1.text-left {
        font-size: 24px;
        font-family: 'Noto Sans TC',
            sans-serif;
        font-weight: 700;
    }
    /*立即開通*/
    .Step_block {
        padding: 2em 0;
    }
    
    .Step_block .step_title{width: 75%;}
    .Step_block .notice_text{text-align: left;}
    .Step_block .tip_block {
        height: auto;
        width: 90%;
        border-radius: 6px;
        padding: 10px;
    }
    
    
    .Step_block .tip_block h5 {
        font-size: 15px;
    }

  
     .Step_block .tip_block .tip {
         font-size: 15px;
         width: 100%;
         margin-left: 10px;
         line-height: 1.7;
     }
     .Step_block .step_block .step .step_list {
         width: 12%;
     }
     .Step_block .step_block .step .step_text {
         font-size: 16px;
         line-height: 1.5rem;
         margin-bottom: 10px;
         height: auto;
     }
    .Step_block .step_block {
        flex-direction: column;
        width: 90%;
        margin: auto;
        padding-bottom: 0;
    }

    .Step_block .step_block .step {
        margin: 0 auto 2.5rem auto;
    }

    .Step_block .step_block .step_arrow {
        display: none;
    }
    .Step_block .step_block .flow_title {
        font-size: 1.5rem;
    }
    /*街口支付配合連結帳戶之銀行*/

    .bank_logo_block {
        padding: 2em 0;
    }
    .bank_logo_block .bank_block {
        width: 100%;
    }
    .bank_logo_block .bank_logo_title {
        width: 100%;
        margin: 0 auto 2em auto;
    }
    
    .bank_logo_block .bank_block .bank_logo {
        width: 31%;
        border-radius: 3px;
    }

    /*保證金水位*/
    iframe.SecurityDeposit {
        height: 550px;
        margin-bottom: 0;
    }
    .SecurityDeposit_block{padding: 2em 0;}
    .tfb-cash .tfb-info{font-size: 26px;}
    .SecurityDeposit_block .SecurityDeposit_title {
        width: 100%;
        margin: 0 auto 2em auto;
    }
    .SecurityDeposit_block .SecurityDeposit_content p{font-size: 14px;}
    .tfb-cash .tfb-amount{font-size: 32px;}
    /*常見問題*/
    .qa_block {
        padding: 2em 0;
    }
    .qa_block .qa_title {
        width: 75%;
        margin: 0 auto 2em auto;
    }
    .qa_block .term_title {
        width: 100%;
        margin: 0 auto 2em auto;
    }
    .qa_block h2::after{right: 5%;}
    .qa_block .card-header {padding: .5rem;}


    .toTop-arrow {
        right: 1rem;
        bottom: 2rem;
    }
    
 }
  @media (max-width: 600px) {
 .feature_banner .feature_title100,
 .feature_banner .feature_title92 {
     margin-top: 1rem;
 }
  }
 @media (max-width:320px) {
 iframe.gain-calculator {
     border: 0;
     height: 500px;
 }
}