.blurb-box {
    padding:60px 0 30px;
}

.blurb-bitem:last-child {
    border-bottom: 0px solid #e5e5e5;
}

.blurb-bitem {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}


.blurb-bitm-txt {
    font-size: 24px;
    text-align: center;
    padding-bottom: 5px;
    color: #df8f1c;
}

.blurb-bitm-tit {
    font-size: 36px;
    text-align: center;
}


.blurb-bitm-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.blurb-bitm-ul>li {
    margin: 0 15px;
    font-size: 14px;
    cursor: pointer;
}

.lishw {
    border-bottom: 1px solid #df8f1c;
    color: #df8f1c;
}


.blurb-bitm-img {
    width: 100%;
    margin: 20px 0 10px;
}

.blurb-bitm-img img {
    width: 100%;
    height: auto;
}

.blurb-bitm-p {
    margin-top: 20px;
}

.blurb-bitm-p h4 {
    font-size: 14px;
    color: #df8f1c;
    font-weight: 600;
}

.blurb-bitm-p p {
    font-size: 14px;
}



.proce-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.proce-tple {
    font-size: 24px;
}

.proce-tpri {
    font-size: 14px;
}

.proce-tpri span {
    font-weight: 600;
}

.proce-ul {
    background-color: #f6f6f6;
    padding: 15px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.proce-ul>li {}

.proce-ul>li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #df8f1c;
}

.proce-ul>li p {
    font-size: 14px;
    margin-top: 10px;
}


.strategy-cnt {
    background-color: #f5f5f5;
    margin-top: 50px;
    display: flex;
}

.strategy-ctimg {
    width: 50%;
}

.strategy-ctimg img {
    width: 100%;
    height: auto;
}

.strategy-ctlist {
    width: 50%;
    padding: 10px 55px;
}

.ctlist-li:last-child {
    border-bottom: 0px solid #dcdcdc;
}

.ctlist-li {
    padding: 35px 0;
    border-bottom: 1px solid #dcdcdc;
}

.ctlist-li>a {
    display: flex;
    align-items: center;
}

.ctlist-li>a>img {
    width: 30px;
    height: 30px;
}

.ctlist-li>a>p {
    font-size: 16px;
    font-weight: 600;
    margin-left: 20px;
    color: #222222;
}





.customer-cnt {
    margin-top: 50px;
    background-color: #f5f5f5;
    padding: 22px 12px;
}

.customer-ctsel {
    display: flex;
    justify-content: center;
}

.ctsel-li {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 0 5px;
    cursor: pointer;
}

.sellisw {
    background-color: #df8f1c;
    color: #ffffff;
}


.customer-ctul {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.customer-ctul>li {
    width: calc((100% - 64px) /4);
    margin: 8px;
    background-color: #ffffff;
}






.base-ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.base-ul>li {
    width: 50%;
    background-color: #f5f5f5;
}

.base-ul>li>img {
    width: 100%;
    height: auto;
}

.base-ucnt {
    padding: 25px;
}

.base-uctit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.base-uctit h2 {
    font-size: 24px;
    font-weight: 600;
}

.base-uctit img {
    width: 25px;
    height: 25px;
}


.base-ucta {
    margin-top: 20px;
}

.base-ucta h3 {
    font-size: 14px;
    font-weight: 600;
}

.base-ucta p {
    font-size: 14px;
    margin-top: 5px;
}

.base-uctxt {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}

.base-ucbtm {
    font-size: 14px;
    padding-left: 15px;
    margin-top: 15px;
    line-height: 24px;
    position: relative;
}

.base-ucbtm::before {
    content: "";
    width: 2px;
    height: 85%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #df8f1c;
}

@media only screen and (max-width: 1340px) {
    .blurb-bitem {
        padding: 40px 0;
    }

    .blurb-bitm-txt {
        font-size: 20px;
    }

    .blurb-bitm-tit {
        font-size: 30px;
    }

    .blurb-bitm-ul {
        padding-top: 40px;
    }


    .blurb-bitm-img {
        margin: 15px 0 5px;
    }

    .blurb-bitm-p {
        margin-top: 15px;
    }




    .proce-top {
        margin-top: 35px;
    }

    .proce-tple {
        font-size: 20px;
    }

    .proce-ul {
        padding: 10px;
        margin-top: 20px;
    }

    .strategy-cnt {
        margin-top: 40px;
    }

    .strategy-ctlist {
        padding: 5px 40px;
    }

    .ctlist-li {
        padding: 30px 0;
    }

    .ctlist-li>a>img {
        width: 25px;
        height: 25px;
    }

    .ctlist-li>a>p {
        font-size: 14px;
        margin-left: 15px;
    }


    .customer-cnt {
        margin-top: 40px;
        padding: 15px 10px;
    }

    .customer-ctul {
        padding-top: 15px;
    }



    .base-ul {
        margin-top: 40px;
    }

    .base-ucnt {
        padding: 15px;
    }

    .base-uctit h2 {
        font-size: 20px;
    }

    .base-ucta {
        margin-top: 15px;
    }

    .base-uctxt {
        margin-top: 10px;
    }

    .base-ucbtm {
        padding-left: 10px;
        margin-top: 10px;
    }

}




@media only screen and (max-width: 768px) {

    .blurb-bitem {
        padding: .4rem .1rem;
    }

    .blurb-bitm-txt {
        font-size: 16px;
    }

    .blurb-bitm-tit {
        font-size: 26px;
    }

    .blurb-bitm-ul {
        padding-top: .4rem;
    }

    .blurb-bitm-ul>li {
        margin: 0 .15rem;
        font-size: 13px;
    }

    .blurb-bitm-img {
        margin: .15rem 0 .05rem;
    }

    .blurb-bitm-p {
        margin-top: .15rem;
    }

    .proce-top {
        margin-top: .35rem;
    }

    .proce-ul {
        padding: .1rem;
        margin-top: .2rem;
        flex-wrap: wrap;
    }

    .proce-ul>li {
        padding: .1rem 0;
    }




    .strategy-cnt {
        margin-top: .4rem;
        flex-direction: column;
    }

    .strategy-ctimg {
        width: 100%;
    }

    .strategy-ctlist {
        width: 100%;
        padding: .1rem .4rem;
    }

    .ctlist-li {
        padding: .3rem 0;
    }


    .customer-cnt {
        margin-top: .4rem;
        padding: .15rem .1rem;
    }

    .ctsel-li {
        padding: .1rem .2rem;
    }

    .customer-ctul {
        padding-top: .15rem;
    }

    .customer-ctul>li {
        width: calc((100% - .6rem) / 3);
        margin: .1rem;
    }



    .base-ul {
        margin-top: .4rem;
    }

    .base-ul>li {
        width: 100%;
    }

    .base-ucnt {
        padding: .15rem;
    }

}