﻿body {
}

section{
    padding-top: 80px;
    padding-bottom: 50px;
}

p{
    font-size: 20px;
}

.bg-gray {
    background-color: #f1f4f5;
}

.flow_title{
    padding-top: 120px !important;
}
header {
    background-image: url(/Images/ksi/Flow/BG.jpg);
    background-size: cover;
    background-position: center center;
}

.list_icon {
    width: 40px;
}

.check_frame {
    margin-top: 5rem;
    padding: 2rem;
    border: #103c7f  2px solid;
    border-radius: 1.5rem;
}

.check_frame p {
   font-size: 1.5rem;
}

.check_frame::before {
        content: url(/Images/ksi/Flow/icon/assist_B_2.png);
        position: absolute;
        top: -45px;
        left: calc(100% - 10vw - 340px);
        z-index: 100;
    }   

.check_title{
    margin-bottom: 1rem;
}

.fun_list{
    margin-bottom: 0.5rem;
    border-radius: 1rem;
    border: #103c7f solid 2px;
}

.speed {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 4rem;
    margin-bottom: 0.5rem;
    border-radius: 1rem;
    border: #103c7f solid 2px;
}



#phone_bg::after {
    content: "";
    position: absolute;
    left: 0px;
    margin-top: 3rem;
    background-color: #f1f4f5;
    width: 100%;
    height: 300px;
    z-index: -1;
}

.section8 .col-md-8 {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out 0s;
}

.b_text {
    font-size: 21px;
    font-weight: 400;
    color: #0057b3;
}

.font-blue {
    color: #0057b3;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}



/*PC版*/
@media (min-width :1280px){
    .check_frame::before {
        left: calc(100% - 70vw + 380px);
    }   
}

/*大螢幕版*/
@media (min-width :1440px) {
    .check_frame::before {
        left: calc(100% - 80vw + 600px);
    }
}

/*PAD版*/
@media (min-width: 768px) and (max-width: 991px) {
    header {
        /*background-image: url(/Images/ksi/Flow/BG_sm.jpg) !important;*/
        background-position: 70% 75% !important;
    }
    .flow_title h1{
       font-size: 50px !important;
    }
    .check_frame::before {
        left: calc(100% - 10vw - 285px);
    }
}

/*手機版*/
@media (max-width :450px) {
    header {
        background-image: url(/Images/ksi/Flow/BG_sm.jpg) !important;
    }
    .parallax-window{
        height: 750px;
    }
    .subheading {
        font-size: 20px !important;
    }
    .check_frame::before {
        left: calc(100% - 30vw - 145px);
    }
    .fun_list {
        padding: 15px;
        margin-bottom: 0.5rem;
        border-radius: 0.5rem;
    }
    .speed{
        padding: unset;
    }
    .speed .row{
        justify-items: center;
    }
    .speed img{
        max-width: 35%;
        padding: unset;
        margin-right: auto;
        margin-left: auto;
        display: flex;
    }
}