    .devMinihome {
        font-family: 'Noto Sans KR';
        color: #5a5a5a;
        padding-bottom: 20px;
    }
    
    .devMinihome .body_header {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .devMinihome .body_header h3 {
        padding: 18px 0;
        margin: 0;
        line-height: 46px;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: -0.8px;
    }
    
    .devMinihome .body_header .header_info {
        padding: 15px 40px;
        margin: 0;
        line-height: 27px;
        font-size: 16px;
        background-color: #91a1fb1a;
    }
    
    .devMinihome .body_cont {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 55px 0 0;
    }
    
    .devMinihome .body_cont .cont_header {
        width: 250px;
        padding: 0 20px 0 50px;
    }
    
    .devMinihome .body_cont .cont_header h4 {
        margin-bottom: 17px;
        line-height: 40px;
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    
    .devMinihome .body_cont .cont_header .input_wrap {
        display: none;
    }
    
    .devMinihome .body_cont .grid_wrap {
        flex: 1;
    }
    
    .devMinihome .grid_wrap {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(auto, 316px));
        gap: 20px;
        margin-right: 45px;
    }
    
    .devMinihome .card {
        height: 326px;
        padding: 22px 16px 28px;
        border-radius: 4px;
        box-shadow: 0 2px 10px #00000026;
    }
    
    .devMinihome .card .card-body,
    .devMinihome .card .card-body button {
        width: 100%;
        padding: 0;
        line-height: 22px;
        text-align: left;
        font-family: 'Lexend Deca';
        font-size: 22px;
        font-weight: 400;
        letter-spacing: -0.55px;
        color: #536dfe;
        background-color: transparent;
    }
    
    .devMinihome .card .card-cont {
        margin-top: 8px;
        line-height: 21px;
        font-size: 15px;
        letter-spacing: -0.75px;
        color: #6a6a6a;
    }
    
    .devMinihome .card .card-cont p {
        margin: 0;
    }
    
    .devMinihome .card .card-img {
        height: 160px;
        margin-top: 14px;
    }
    
    .devMinihome .card .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .devMinihome .card .card-img+span {
        display: block;
        margin-top: 10px;
        line-height: 20px;
        font-size: 14px;
        color: #6f6f6f;
    }
    
    .devMinihome .card .cont_sub {
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
    
    .devMinihome .card .card-hoverTag {
        position: absolute;
        inset: 0;
        display: none;
        width: 316px;
        min-height: 326px;
        padding: 22px 16px;
        background-color: #fff;
        border-radius: 4px;
        z-index: 9;
    }
    
    .devMinihome .card:hover .card-hoverTag {
        display: block;
    }
    
    .devMinihome .card-hoverTag p {
        margin-bottom: 14px;
    }
    
    .devMinihome .card-hoverTag .tag_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding-bottom: 18px;
        border-bottom: 1px solid #e4e7ec;
    }
    
    .devMinihome .card-hoverTag .tag_wrap span,
    .devMinihome .card-hoverTag .keyword_wrap span {
        padding: 0 16px;
        line-height: 32px;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: -0.7px;
        color: #fff;
        background-color: #798dfe;
        border-radius: 50px;
    }
    
    .devMinihome .card-hoverTag .keyword_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        max-height: calc(100% - 100px);
        padding: 22px 0 0;
        overflow: hidden;
    }
    
    .devMinihome .card-hoverTag .keyword_wrap span {
        width: fit-content;
        padding: 0 17px;
        color: #929292;
        background-color: transparent;
        border: 1px solid #d4d4d4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .devMinihome .card-hoverTag .keyword_wrap span::before {
        content: '# ';
    }
    
    .devMinihome .body_cont .cont_wrap {
        flex: 1;
    }
    
    .devMinihome .body_cont .input_wrap {
        margin-bottom: 25px;
    }
    
    .devMinihome .body_cont .input_box {
        gap: 38px;
        margin-right: 45px;
    }
    
    .devMinihome .body_cont .slc_box .tooltip_box.grid {
        grid-template-columns: repeat(5, minmax(111px, auto));
        gap: 13px 9px;
        right: calc(-100% - 40px);
    }
    
    @media screen and (max-width: 750px) {
        .devMinihome .body_header h3 {
            padding: 0 0 21px;
            line-height: 26px;
            font-size: 18px;
            letter-spacing: -0.45px;
            color: #000;
        }
        .devMinihome .body_header .header_info {
            padding: 14px;
            line-height: 20px;
            font-size: 14px;
        }
        .devMinihome .body_cont {
            position: relative;
            flex-direction: column;
            padding: 17px 0 0;
        }
        .devMinihome .body_cont .cont_header {
            position: relative;
            width: 100%;
            padding: 0 15px;
        }
        .devMinihome .body_cont .cont_header h4 {
            margin-bottom: 0;
            line-height: 25px;
            font-size: 17px;
            letter-spacing: -0.42px;
            color: #000;
        }
        .devMinihome .body_cont .cont_header .btnTxt {
            display: none;
        }
        .devMinihome .body_cont .cont_header .input_wrap {
            position: absolute;
            top: 0;
            right: 15px;
            display: block;
            margin-bottom: 0;
        }
        .devMinihome .body_cont .cont_header .input_box {
            margin-right: 0;
        }
        .devMinihome .body_cont .cont_header .slc_box {
            min-width: 85px;
            width: fit-content;
            border-color: #f5f6fa;
            border-radius: 50px;
        }
        .devMinihome .body_cont .cont_header .slc_box::after {
            width: 14px;
            height: 9px;
            right: 8px;
            margin-top: -5px;
            background: url('../images/gbp/small-down.svg') center/50% no-repeat;
            border: none;
        }
        .devMinihome .body_cont .cont_header .slc_btn {
            height: 30px;
            line-height: 30px;
            font-size: 10px;
            font-weight: 500;
            letter-spacing: -0.5px;
            color: #536dfe;
            background-color: #f5f6fa;
            border-radius: 50px;
            box-shadow: 0 3px 6px #00000029;
        }
        .devMinihome .body_cont .cont_header .opt_list {
            top: calc(100% + 4px);
            border: none;
            border-radius: 15px;
            box-shadow: 0 3px 6px #00000029;
        }
        .devMinihome .body_cont .cont_header .opt_list .radio_list:first-child {
            border: none;
        }
        .devMinihome .body_cont .cont_header .opt_list .radio_list:hover {
            background-color: #fff;
        }
        .devMinihome .body_cont .cont_header .opt_list input+label {
            display: flex;
            align-items: center;
            gap: 3px;
            line-height: 27px;
            font-size: 10px;
            letter-spacing: -0.25px;
            color: #a1a1bb;
        }
        .devMinihome .body_cont .cont_header .opt_list input:checked+label::after {
            content: '';
            width: 12px;
            height: 12px;
            background: url('../images/gbp/ic_cchk_on.png') center right/12px 12px no-repeat;
            filter: invert(97%) sepia(21%) saturate(5932%) hue-rotate(180deg) brightness(76%) contrast(89%);
        }
        .devMinihome .body_cont .cont_header .slc_btn span {
            display: flex;
            align-items: center;
            gap: 3px;
        }
        .devMinihome .body_cont .cont_header .slc_btn span::before,
        .devMinihome .body_cont .cont_header .opt_list label::before {
            content: '';
            width: 18px;
            height: 18px;
        }
        .devMinihome .body_cont .cont_header .slc_btn .s01::before {
            background: url('../images/gbp/ic_s01_on.png') center/100% no-repeat;
        }
        .devMinihome .body_cont .cont_header .slc_btn .s02::before {
            background: url('../images/gbp/ic_s02_on.png') center/100% no-repeat;
        }
        .devMinihome .body_cont .cont_header .slc_btn .s03::before {
            background: url('../images/gbp/ic_s03_on.png') center/100% no-repeat;
        }
        .devMinihome .body_cont .cont_header .slc_btn .s04::before {
            background: url('../images/gbp/ic_s04_on.png') center/100% no-repeat;
        }
        .devMinihome .body_cont .cont_header .opt_list .s01::before {
            background: url('../images/gbp/ic_s01.png') center/100% no-repeat;
        }
        .devMinihome .body_cont .cont_header .opt_list .s02::before {
            background: url('../images/gbp/ic_s02.png') center/100% no-repeat;
        }
        .devMinihome .body_cont .cont_header .opt_list .s03::before {
            background: url('../images/gbp/ic_s03.png') center/100% no-repeat;
        }
        .devMinihome .body_cont .cont_header .opt_list .s04::before {
            background: url('../images/gbp/ic_s04.png') center/100% no-repeat;
        }
        .devMinihome .grid_wrap {
            display: flex;
            flex-wrap: nowrap;
            width: 100%;
            padding: 17px 15px;
            overflow: auto;
        }
        .devMinihome .grid_wrap .colss {
            flex-shrink: 0;
            width: 253px;
            height: 281px;
        }
        .devMinihome .card {
            width: 100%;
            height: 100%;
            padding: 14px 12px;
        }
        .devMinihome .card .card-body,
        .devMinihome .card .card-body button {
            font-size: 16px;
            font-weight: bold;
            letter-spacing: -0.4px;
        }
        .devMinihome .card .card-cont {
            position: relative;
            font-size: 14px;
            letter-spacing: -0.7px;
        }
        .devMinihome .card .card-cont p {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .devMinihome .card .card-img {
            position: relative;
            height: 124px;
            margin-top: 10px;
            border: 1px solid #e2dfdf;
        }
        .devMinihome .card .card-img::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, #00000000 53%, #000000cc 84%);
        }
        .devMinihome .card .card-img+span {
            position: absolute;
            left: 7px;
            bottom: 7px;
            min-width: 74px;
            padding: 0 7px;
            line-height: 20px;
            font-size: 10px;
            letter-spacing: 0;
            color: #fff;
            background-color: #ffffff1a;
            border: 1px solid #ffffff4d;
            border-radius: 4px;
        }
        .devMinihome .card .cont_sub {
            display: none;
        }
        .devMinihome .card .card-hoverTag {
            position: relative;
            display: block;
            width: 100%;
            min-width: 100%;
            min-height: fit-content;
            padding: 9px 0 0;
            background: transparent;
        }
        .devMinihome .card .card-hoverTag .card-body {
            display: none;
        }
        .devMinihome .card-hoverTag .tag_wrap {
            padding-bottom: 20px;
            border-bottom: none;
        }
        .devMinihome .card-hoverTag .tag_wrap span {
            padding: 0 10px;
            line-height: 24px;
            font-size: 11px;
            letter-spacing: -0.55px;
        }
        .devMinihome .card-hoverTag .keyword_wrap {
            flex-direction: row;
            gap: 21px;
            padding: 0;
            overflow: hidden;
        }
        .devMinihome .card-hoverTag .keyword_wrap span {
            flex-shrink: 0;
            width: max-content;
            padding: 0;
            line-height: 16px;
            font-size: 11px;
            letter-spacing: -0.55px;
            color: #66666699;
            border: none;
        }
        .devMinihome .body_cont .cont_wrap {
            width: 100%;
        }
        .devMinihome .cont_wrap .input_wrap {
            position: absolute;
            top: 17px;
            right: 0;
            margin: 0;
        }
        .devMinihome .cont_wrap .input_box {
            gap: 10px;
            margin-right: 15px;
        }
        .devMinihome .cont_wrap .slc_box.sml {
            width: 100px;
        }
        .devMinihome .cont_wrap .slc_box .slc_btn {
            height: 25px;
            padding: 0 5px;
            line-height: 25px;
            font-size: 9px;
            letter-spacing: -0.22px;
        }
        .devMinihome .cont_wrap .slc_box::after {
            right: 5px;
            margin-top: -1px;
            border: 3px solid transparent;
            border-top-color: #929292;
        }
        .devMinihome .cont_wrap .slc_box+.slc_box {
            width: 16px;
            border: none;
        }
        .devMinihome .cont_wrap .slc_box+.slc_box .slc_btn {
            background: url('../images/gbp/ico_more.png') center no-repeat;
        }
        .devMinihome .cont_wrap .slc_box+.slc_box .slc_btn span {
            display: none;
        }
        .devMinihome .cont_wrap .slc_box+.slc_box::after {
            display: none;
        }
        .devMinihome .body_cont .slc_box .tooltip_box.grid {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 5px;
            width: 85vw;
            max-width: 85vw;
            right: -26px;
            padding: 13px 15px;
        }
        .devMinihome .body_cont .slc_box .tooltip_box.grid .check_btn {
            flex-shrink: 0;
        }
        .devMinihome .body_cont .slc_box .tooltip_box label {
            padding: 0 10px;
            line-height: 23px;
            font-size: 8px;
            letter-spacing: -0.2px;
        }
        .devMinihome .cont_wrap .slc_box+.slc_box .opt_list {
            top: 0;
            right: 21px;
            min-width: 104px;
            border-top-color: #dfdfdf;
            border-radius: 4px;
        }
        .devMinihome .cont_wrap .slc_box+.slc_box .opt_list .radio_list:first-child {
            border: none;
        }
        .devMinihome .cont_wrap .slc_box+.slc_box .opt_list input+label {
            font-size: 13px;
            letter-spacing: -0.31px;
        }
    }