    .section5 {
        position: relative;
        background: #fbfbfb;
    }

    .search {
        margin-bottom: 60px;
        width: 50%;
        height: 30px;
        display: flex;
        border: 1px solid #e8e8e8;
        border-left: 2px solid var(--color);
        display: flex;
        align-items: center;
        padding-right: 2px;
    }

    .searchInput {
        width: calc(100% - 54px);
        padding-left: 15px;
    }

    .searchInput::placeholder {
        font-size: 14px;
    }

    .subButn {
        width: 54px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        background: var(--color);
    }


    .Box5 {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }

    .lt5 {
        width: 40%;
    }

    .lt5 img {
        width: 100%;
    }

    .tr5 {
        width: 60%;
        padding-left: 50px;
    }

    .desc5 {
        font-size: 16px;
        color: #333333;
        line-height: 1.5;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #6c92b1;
    }

    .tr5 {
        font-size: 16px;
        color: #333333;
        line-height: 1.5;
    }

    @media (max-width: 720px) {
        .search {
            width: 100%;
        }

        .lt5 {
            width: 100%;
        }

        .tr5 {
            width: 100%;
            padding: 0;
            padding-top: 30px;
        }
    }