.catalog-box {
    display: flex;
    justify-content: space-between;
}

.catalog-ble {
    width: 24%;
}

.catalog-bltit {
    font-size: 16px;
    font-weight: 600;
    background-color: #1a0e72;
    color: #ffffff;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.catalog-blul {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #eae9ee;
}

.catalog-blul li {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}

.catalog-blul li:last-child {
    border-bottom: 0px solid #f5f5f5;
}

.catalog-blul li:hover {
    background-color: #dad8e4;
    /* color: #1a0e72; */
}

.bllisw {
    background-color: #dad8e4;
    color: #1a0e72;
}




.catalog-bri {
    width: 74%;
}

.filter-item {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.filter-itma {
    width: 97%;
    display: flex;
    justify-content: space-between;
}

.filter-itma h3 {
    font-size: 14px;
    font-weight: 600;
}

.filtitm-sel {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
}

.filtitm-sel p {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    margin-right: 10px;
    cursor: pointer;
}

.selp {
    color: #1c1073 !important;
}

.filter-itmb img {
    width: 10px;
    height: 10px;
}




.catalog-brcnt {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.catalog-brct-ul {
    width: 73%;
}

.catalog-brct-ul li {
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 10px;
}

.catalog-brct-ul li>a {
    padding: 15px;
    display: flex;
}

.brct-ulimg {
    width: 140px;
    text-align: center;
}

.brct-ulimg img {
    width: 90px;
    height: 90px;
}

.brct-ulri {
    width: 80%;
    display: flex;
    align-items: center;
}

    .brct-ulri h3 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

.brct-urul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

.brct-urli {
    width: 50%;
    padding: 8px 0;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-content: center;
}

.brct-urli span {
    color: #666666;
}











.catalog-brct-list {
    width: 25%;
}

.brct-lst-img {
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    line-height: 260px;
}

.brct-lst-img img {
    width: 140px;
    height: 140px;
}

.brct-lst-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.brct-lst-btn button {
    width: 48%;
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    border: 0 solid #ffffff;
    cursor: pointer;
    color: #ffffff;
}

.brct-lst-btn button:nth-child(1) {
    background-color: #f2b705;
}

.brct-lst-btn button:nth-child(2) {
    background-color: #1a0e72;
}


@media only screen and (max-width: 1400px) {

    .catalog-bltit {
        font-size: 16px;
    }

    .catalog-blul {
        padding: 15px 8px;
    }

    .catalog-blul li {
        padding: 12px 8px;
        font-size: 14px;
    }

    .catalog-blhelp {
        padding: 25px 15px;
    }

    .blhelp-tit {
        font-size: 16px;
    }

    .blhelp-txt {
        font-size: 12px;
        margin-top: 10px;
    }

    .blhelp-link {
        padding: 5px 0;
    }

    .blhelp-link a {
        padding: 5px 0;
        font-size: 12px;
    }

    .blhelp-link a img {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .filter-item {
        padding: 15px;
        margin-bottom: 8px;
    }

    .filtitm-sel {
        width: 94%;
    }

    .filter-itma h3 {
        font-size: 12px;
    }

    .filtitm-sel p {
        font-size: 12px;
        margin-right: 8px;
    }



    .catalog-brcnt {
        padding-top: 5px;
    }


    .catalog-brct-ul li {
        margin-bottom: 5px;
    }

    .catalog-brct-ul li>a {
        padding: 10px;
    }


    .brct-ulimg {
        width: 130px;
    }

    .brct-ulimg img {
        width: 80px;
        height: 80px;
    }

    .brct-ulri {
        width: 77%;
        display: flex;
        align-items: center;
    }

    .brct-ulri h3 {
        font-size: 14px;
    }

    .brct-urul {
        padding: 5px 0 0;
    }

    .brct-urli {
        padding: 5px 0;
        font-size: 12px;
    }



    .brct-lst-img {
        height: 220px;
        line-height: 220px;
    }

    .brct-lst-img img {
        width: 120px;
        height: 120px;
    }

    .brct-lst-btn {
        margin-top: 10px;
    }

    .brct-lst-btn button {
        width: 48%;
        font-size: 12px;
        padding: 10px 0;
    }


}









@media only screen and (max-width: 769px) {

    .catalog-box {
        flex-direction: column;
        padding: 0 .1rem;
    }

    .catalog-ble {
        width: 100%;
    }

    .catalog-bltit {
        font-size: 14px;
    }

    .catalog-blul {
        padding: .15rem .1rem;
    }

    .catalog-blul li {
        padding: .15rem .1rem;
        font-size: 12px;
    }

    .catalog-blhelp {
        padding: .25rem .15rem;
    }

    .blhelp-tit {
        font-size: 14px;
    }

    .filter-item {
        padding: .15rem;
        margin-bottom: .1rem;
    }

    .filter-itma {
        width: 96%;
    }

    .catalog-bri {
        width: 100%;
        margin-top: .2rem;
    }

    .filtitm-sel {
        width: 89%;
    }


    .catalog-brct-ul {
        width: 65%;
    }
    .catalog-brct-ul li>a {
        padding: .1rem;
        flex-direction: column;
    }

    .brct-ulimg {
        width: 100%;
    }

    .brct-ulri {
        width: 100%;
        margin-top: .2rem;
    }
    .catalog-brct-list {
        width: 32%;
    }

    .brct-lst-img img {
        width: 100px;
        height: 100px;
    }


    .brct-lst-img {
        height: 150px;
        line-height: 150px;
    }
    .brct-lst-btn {
        margin-top: .1rem;
        flex-direction: column;
    }
    .brct-lst-btn button {
        width: 100%;
        font-size: 12px;
        padding: 10px 0;
        margin-bottom: .1rem;
    }
    .brct-urli {
        width: auto;
        min-width: 50%;
        padding: 5px 0;
        font-size: 12px;
    }


}