.bk-clb-lst {}


.bk-clb-lst .lst-bnr {}

.bk-clb-lst .lst-bnr img {}

.bk-clb-lst .bk-srch {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 55px;
    margin-bottom: 70px;
}

.bk-clb-lst .bk-srch form {}

.bk-clb-lst .bk-srch form .pix-key-search {
    position: relative;
    width: 590px;
    align-items: center;
    flex: 1 1 0;
}

.bk-clb-lst .bk-srch form .pix-key-search .srch {
    border: #075056 1px solid;
    border-radius: 50px;
    padding: 22px 155px 22px 46px;
    width: 100%;
    color: #075056;
    font-size: 16px;
    letter-spacing: 1px;
}

.bk-clb-lst .bk-srch form .pix-key-search .icn {
    top: 30px;
    font-weight: 300;
}

.bk-clb-lst .bk-srch form .pix-key-search .sh-btn {
    position: absolute;
    right: 0;
    top: -5px;
    content: "";
    font-size: 20px;
    cursor: pointer;
}

.bk-clb-lst .bk-srch form .pix-key-search .sh-btn button {
    height: 70px;
    width: 140px;
}

.bk-clb-lst .bk-lst {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 50px;
    max-width: none;
}

.bk-clb-lst .bk-lst .lst-itm {
    width: calc(25% - 50px);
    margin: 0 25px 30px;
    border: 1px solid #8d8d8d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bk-clb-lst .bk-lst .lst-itm .lst-img {}

.bk-clb-lst .bk-lst .lst-itm .lst-img .tmp-img {
    position: relative;
    padding-top: 100%;
    width: 100%;
    display: block;
    background-color: #f3eeea;
    border-radius: 10px;
}

.bk-clb-lst .bk-lst .lst-itm .lst-img .tmp-img .no-img {
    position: absolute;
    color: #979797;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
}

.bk-clb-lst .bk-lst .lst-itm .lst-img .tmp-img .no-img .ms {}

.bk-clb-lst .bk-lst .lst-itm .lst-cont {
    padding: 20px;
}

.bk-clb-lst .bk-lst .lst-itm .lst-cont .lst-titl {
    color: #f5562c;
    font-size: 1.71em;
    font-weight: 700;
    line-height: 34px;
    word-break: break-word;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bk-clb-lst .bk-lst .lst-itm .lst-cont .lst-des {
    margin-bottom: 30px;
    word-break: break-word;
}

.bk-clb-lst .bk-lst .lst-itm .lst-cont .lst-btn {
    text-align: center;
}

.bk-clb-lst .bk-lst .lst-itm .lst-cont .lst-btn .pix-btn.site.sm {
    padding: 6px 35px;
}

.bk-clb-lst .bk-lst .lst-itm .lst-img img {
    width: 100%;
}

@media only screen and (max-width:1260px) {
    .bk-clb-lst .bk-lst {
        margin: 0 -10px 50px;
    }

    .bk-clb-lst .bk-lst .lst-itm {
        width: calc(25% - 20px);
        margin: 0 10px 30px;
    }

}

@media only screen and (max-width:991px) {
    .bk-clb-lst .bk-lst .lst-itm .lst-cont .lst-titl {
        font-size: 1.29em;
    }

}


@media only screen and (max-width:767px) {
    .bk-clb-lst .bk-lst .lst-itm {
        width: calc(50% - 20px);
    }

    .bk-clb-lst .bk-lst .lst-itm .lst-cont {
        padding: 10px;
    }


    .bk-clb-lst .bk-srch {
        margin-top: 30px;
        margin-bottom: 40px;
    }


}

@media only screen and (max-width:480px) {
    .bk-clb-lst .bk-srch form .pix-key-search .sh-btn {
        top: -3px;
        font-size: 20px;
    }

    .bk-clb-lst .bk-srch form .pix-key-search .sh-btn button {
        height: 49px;
        width: 100px;
    }

    .bk-clb-lst .bk-srch form .pix-key-search .srch {
        padding: 12px 110px 12px 46px;
        letter-spacing: 0px;
    }

    .bk-clb-lst .bk-srch form .pix-key-search .icn {
        top: 23px;
    }

}

@media only screen and (max-width:420px) {
    .bk-clb-lst .bk-lst .lst-itm {
        width: 100%;
        text-align: center;
    }

}