.rent-sec{
    margin-top: 76px;
}

.rent-sec .header-container{
    background-image: url('/wp-content/themes/blocksy-child/assets/images/img-main-rent.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.rent-sec .header-container::before{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.rent-sec .header-container .btn-use{
    padding: 15px 45px;
    color: #fff;
    background: var(--paletteColor1);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.03em;
    cursor: pointer;
}

.rent-sec .header-container .title-area{
    padding: 180px 0;
    z-index: 1;
    width: unset;
}

.rent-sec .header-container .title-area h5.purpose{
    color: #fff;
}

.rent-sec .title-area .title{
    margin-bottom: 15px;
}

.rent-sec .header-container .title-area .title h1{
    color: #fff;
}

.rent-sec .header-container .title-area h6.desc{
    color: #fff;
}

.rent-sec .content-container{
    padding-top: 70px;
    padding-bottom: 150px;
}

.rent-sec .content-container .cat-wrap{
    text-align: center;
    margin-top: 10px;
    display: flex;
    /*justify-content: center;*/
}

.rent-sec .content-container .cat-wrap .cat-item{
    padding: 10px 12px;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: var(--paletteColor3);
    cursor: pointer;
    word-break: keep-all;
}
.rent-sec .content-container .cat-wrap .cat-item.active{
    background: #F2F6FF;
    color: var(--paletteColor1);
}
.rent-sec .content-container .cat-wrap .cat-item:nth-child(n+2){
    margin-left: 7px;
}

.rent-sec .content-container .cate-list{
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.rent-sec .content-container .cate-list::-webkit-scrollbar{
    display:none;
}

.rent-sec .content-container .rent-list{
    margin-top: 70px;
}

.rent-sec .content-container .rent-list .rent-item{
    position: relative;
    box-shadow: 6px 8px 31px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    margin-bottom: 30px;
    overflow: hidden;
}

.rent-sec .content-container .rent-list .rent-item:hover{
    transform: translateY(-15px);
    transition: all 0.3s linear;
}

.rent-sec .content-container .rent-list .rent-item .thumbnail-wrapper{
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.rent-sec .content-container .rent-list a.col-3:nth-child(n+5){
    margin-top: 30px;
}

.rent-sec .content-container .rent-list .rent-item .desc-area{
    background: #fff;
    position: relative;
    bottom: 0;
    padding: 15px;
    width: 100%;
    min-height: 187px;
    border-radius: 0 0 12px 12px;
}

.rent-sec .content-container .rent-list .rent-item:hover .title-wrap h2{
    color: var(--paletteColor1);
}

.rent-sec .content-container .rent-list .rent-item .desc-area .title-wrap{
    padding-top: 15px;
}
.rent-sec .info-sec{
    border-bottom: 1px solid #eaeaea;
}
.rent-sec .cat-area{
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid rgba(136, 136, 136, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

.rent-sec .cat-area > span:first-child{
    margin-right: 30px;
}

.rent-sec .cat-area i{
    color: var(--paletteColor1);
    margin-right: 2px;
}

.rent-sec .content-wrap{
    padding-bottom: 150px;
}
.rent-sec .cat-area .unit{
    color: var(--paletteColor3);
}

.rent-sec .content-container .rent-list .rent-item .desc-area .title-wrap .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rent-sec .content-title{
    margin-top: 90px;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: var(--paletteColor4);
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .rent-sec .header-container .title-area{
        padding: 80px 0;
    }
    .rent-sec .content-container .rent-list a:nth-child(n+2){
        margin-top: 15px;
    }
    .rent-sec .content-title{
        font-size: 36px;
    }
}
