.scrap .body_tit .input_wrap {
    display: none;
}

.scrap .scrap_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    gap: 20px;
    padding: 76px 116px;
}

.scrap .scrap_wrap .scrap_box {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 288px;
    font-family: 'Noto Sans KR';
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px #00000026;
    overflow: hidden;
}

.scrap .scrap_wrap .scrap_header {
    height: 45px;
    padding: 0 24px;
    margin: 0;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.75px;
    color: #333;
    background-color: #f1f2fc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scrap .scrap_wrap .scrap_list {
    height: 240px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    padding: 10px 10px 16px;
    overflow: hidden;
}

.scrap .scrap_wrap .scrap_list li {
    height: 105px;
    border-radius: 4px;
    overflow: hidden;
}

.scrap .community li.txt {
    padding: 20px 10px 10px;
    border: 1px solid #ededed;
}

.scrap .community li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scrap .community li .link_header {
    margin: 0;
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.65px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scrap .community li .link_cont {
    display: -webkit-box;
    line-height: 20px;
    font-size: 12px;
    letter-spacing: -0.6px;
    color: #6a6a6a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.scrap .partner li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.scrap .partner .user_pf {
    position: relative;
    width: 80px;
    height: 80px;
    border: 2px solid #ffb91c;
    border-radius: 50%;
    box-shadow: 0 3px 6px #00000029;
}

.scrap .partner .user_pf .user {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.scrap .partner .user_pf .mark {
    position: absolute;
    bottom: -3px;
    right: -8px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: transparent;
}

.scrap .partner .user_name {
    font-family: 'Lexend Deca';
    font-size: 12px;
    letter-spacing: 0;
    color: #4d4f5c;
}

.scrap .minihome li {
    display: flex;
    flex-direction: column;
    padding: 6px 9px 11px;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.scrap .minihome .minihome_name {
    padding-left: 3px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.35px;
    color: #536dfe;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scrap .minihome img {
    flex: 1;
    object-fit: cover;
}

.scrap .scrap_wrap .solution {
    justify-items: center;
}

.scrap .scrap_wrap .solution li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    border-radius: 10px;
    overflow: hidden;
}

.scrap .solution li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 62px;
    background: linear-gradient(180deg, #8d8d8d00 0%, #474747b7 100%);
}

.scrap .solution img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scrap .solution .solution_name {
    position: absolute;
    bottom: 7px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #fff;
    z-index: 1;
}


/* mobile */

@media screen and (max-width: 750px) {
    .scrap .body_tit .input_wrap {
        display: block;
        margin-left: auto;
    }
    .scrap .body_tit .input_wrap .slc_box {
        min-width: 115px;
        width: fit-content;
        border-color: #f5f6fa;
        border-radius: 50px;
    }
    .scrap .body_tit .input_wrap .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;
    }
    .scrap .body_tit .input_wrap .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;
    }
    .scrap .body_tit .input_wrap .opt_list {
        top: calc(100% + 4px);
        border: none;
        border-radius: 15px;
        box-shadow: 0 3px 6px #00000029;
    }
    .scrap .body_tit .input_wrap .opt_list .radio_list:first-child {
        border: none;
    }
    .scrap .body_tit .input_wrap .opt_list .radio_list:hover {
        background-color: #fff;
    }
    .scrap .body_tit .input_wrap .opt_list input+label {
        display: flex;
        align-items: center;
        gap: 3px;
        line-height: 27px;
        font-size: 10px;
        letter-spacing: -0.25px;
        color: #a1a1bb;
    }
    .scrap .body_tit .input_wrap .opt_list input:checked+label::after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: auto;
        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%);
    }
    .scrap .body_tit .input_wrap .slc_btn span {
        display: flex;
        align-items: center;
        gap: 3px;
    }
    .scrap .body_tit .input_wrap .slc_btn span::before,
    .scrap .body_tit .input_wrap .opt_list label::before {
        content: '';
        width: 18px;
        height: 18px;
    }
    .scrap .body_tit .input_wrap .slc_btn .s00::before {
        background: url('../images/gbp/ic_scrap_on.svg') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .slc_btn .s01::before {
        background: url('../images/gbp/ic_s01_on.png') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .slc_btn .s02::before {
        background: url('../images/gbp/ic_s02_on.png') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .slc_btn .s03::before {
        background: url('../images/gbp/ic_s03_on.png') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .slc_btn .s04::before {
        background: url('../images/gbp/ic_s04_on.png') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .opt_list .s00::before {
        background: url('../images/gbp/ic_scrap_b.svg') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .opt_list .s01::before {
        background: url('../images/gbp/ic_s01.png') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .opt_list .s02::before {
        background: url('../images/gbp/ic_s02.png') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .opt_list .s03::before {
        background: url('../images/gbp/ic_s03.png') center/100% no-repeat;
    }
    .scrap .body_tit .input_wrap .opt_list .s04::before {
        background: url('../images/gbp/ic_s04.png') center/100% no-repeat;
    }
    .scrap .scrap_wrap {
        grid-template-columns: repeat(1, 100%);
        gap: 17px;
        justify-items: center;
        padding: 8px 15px 20px;
    }
    .scrap .scrap_wrap .scrap_box {
        max-width: 345px;
        width: 100%;
        height: 331px;
    }
    .scrap .scrap_wrap .scrap_header {
        height: 52px;
        padding: 0 28px;
        line-height: 52px;
        font-size: 15px;
        letter-spacing: -0.72px;
    }
    .scrap .scrap_wrap .scrap_list {
        gap: 8px;
        height: 279px;
        padding: 12px 14px 18px;
    }
    .scrap .scrap_wrap .scrap_list li {
        height: 120px;
    }
    .scrap .community li.txt {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .scrap .community li .link_header {
        display: -webkit-box;
        line-height: 11px;
        font-size: 8px;
        letter-spacing: -0.37px;
        white-space: pre-wrap;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .scrap .community li .link_cont {
        line-height: 10px;
        font-size: 8px;
        letter-spacing: -0.37px;
        -webkit-line-clamp: 5;
    }
    .scrap .partner .user_pf {
        width: 92px;
        height: 92px;
        border: 1px solid #ffb91c;
    }
    .scrap .partner .user_pf .mark {
        right: -10px;
        width: 35px;
        height: 35px;
    }
    .scrap .partner .user_name {
        line-height: 23px;
        font-size: 14px;
    }
    .scrap .minihome li {
        padding: 6px 10px 13px;
    }
    .scrap .minihome .minihome_name {
        padding-left: 4px;
        line-height: 23px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .scrap .scrap_wrap .solution li {
        width: 135px;
        border-radius: 5px;
    }
    .scrap .solution .solution_name {
        bottom: 8px;
        line-height: 23px;
        font-size: 15px;
        letter-spacing: -0.39px;
    }
}