.paging_area{
    background-color: #ecebcf;
}
.paging_area .d-flex{
    justify-content: space-between;
}
.paging_number{
    font-weight: bold;
    font-size: 20px;
}
.paging_number span{
    font-weight: bold;
    font-size: 23px;
    margin: 0 5px 0 0;
}
.sort{
    font-weight: 600;
}
.sort li{
    margin: 0 8px;

}
.sort span{
    margin: 0 5px 0 0;
}
.sort a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin: 0px 1px;
}
.sort-active{
    background-color: #ff0000 !important;
}
.sort a:hover{
    background-color: #282828;
    text-decoration: none;
} 
.paging_link{
    justify-content: center !important;
    align-items: center;

}
.paging_link a{
    font-size: 18px;
    font-weight: bold;
    margin: 0 5px;
}
.paging_link a.paging{
    width: 42px;
    height: 42px;
    background-color: #FFF;
    color: #000;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
}
.paging_link a.paging:hover{
    background-color: rgb(39, 39, 39);
    color: #FFF;
    text-decoration: none;
}
.paging_link a.paging_hit{
    background-color: #000;
    color: #FFF;
}
.paging_link a.paging_arrow{
    width: 28px;
    height: 28px;
    background-color:#c7c696;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    margin: 0 15px !important;
}
.paging_link a.paging_arrow:hover{
    background-color:#b4b493;
    color: #FFF;
    text-decoration: none;
}
/*----------car-list-------*/
.car-list{
    flex-wrap: wrap;
}
.car-list li{
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #ecebcf;
    padding: 10px 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.label_new{
    position: absolute;
    top: 0;
    left: 10px;
}
.car-list li:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 20px;
}
.car-list h2{
    background-color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
    height: 93px;
}
.car-list h2 span{
    font-size: 18px;
    display: block;
}

.car-list h3{
    font-size: 13px;
}

.car_data{
    justify-content: space-between;
    align-items:flex-end;
    font-size: 13px;
}
.data_box{
    width: 45%;
}
.data_box p{
    display: flex;
    justify-content: space-between;
}

.data_box p span:first-child{
    font-weight: bold;
    width: 55px;
}
.car_price{
    width: 46%;
}
.car_price p:last-child{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.car_price p:last-child span:first-child{color: #ff0000;font-size: 35px;font-weight: bold;line-height: 1.0;}
.car_price p:last-child span:first-child small{
    font-weight: bold;
}
.car_price p:last-child span:last-child{
    font-size: 12px;
    /* width: 51px; */
    text-align: center;
    line-height: 1.1;
    letter-spacing: -0.5px;
}
.bt_disp{
    display: flex;
    justify-content: space-between;
}
.bt_disp a{
    width: 49%;
    text-align: center;
    height: 45px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s;
}
.bt_01{
    background-color: #000;
    color: #FFF;
    line-height: 1.2;
    padding: 5px 0 0;
    font-size: 16px;
}
.bt_01 span{
    font-size: 13px;
    display: block;

}
.bt_01:hover{
    background-color: #f00;
    color: #FFF;
    text-decoration:none;
}
.bt_02{
    background-color: #FFF;
    color: #000;
    border: 2px solid #000;
    line-height: 38px;
    font-size: 18px;
}
.bt_02:hover{
    color: #f00;
    border: 2px solid #f00;
    text-decoration:none;
}



@media screen and (max-width: 959px) {
	.paging_area .d-flex {
        flex-wrap: wrap;
    }
    .sort {
        font-weight: 600;
        justify-content: center !important;
        width: 100%;
    }
    .car-list li,.car-list li:nth-child(3n){
        width: calc(100% / 2 - 5px);
        margin-right: 9px;
    }
    .car-list li:nth-child(2n) {
        margin: 0 0 33px;
    }



}

@media screen and (max-width: 767px) {
    .sort{
        margin: 10px 0 0 0 !important;
    }
    .sort a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .car-list h2 {
        font-size: 13px;
    }
    .car-list h2 span {
        font-size: 14px;
    }    

    .car-list h3 {
        font-size: 12px;
    }
    .data_box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .car_price{
        width: 100%;
        margin: 4px 0 0;
    }    
    .car_data {
        font-size: 12px;
        flex-wrap: wrap;
    }
    .data_box p {
        width: 48%;
    }
    .car_price p:first-child{
        font-weight:bold;
    }
    .car_price p:last-child span:first-child {
        color: #ff0000;
        font-size: 33px;
    }
    .car_price p:last-child span:last-child {
        font-size: 11px !important;
    }
    .bt_01{
        display:none;
    }
    .bt_02{
        width:100% !important;
    }
    .label_new{width:70px;}

}
@media screen and (max-width: 539px) {
    .sort{
        font-size: 13px;
    }
    .sort li {
        margin: 0px 1px;
    }
    .data_box p:last-child{
        width: 100%;
        justify-content: left;
    }
    .data_box p span:first-child {
        width: auto;
        font-weight: 600;
    }
    .data_box p:last-child span:first-child{
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 480px) {
    .car_data {
        font-size: 11px;
    }
    .bt_disp a {
        height: 40px;
    }
    .bt_02{
        line-height:38px;
        font-size:16px
    }
    .car-list h3 {
        height: 30px;
    }


    .paging_link a{
        font-size: 16px;
        margin: 0 3px;
    }
    .paging_link a.paging{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .paging_link a.paging_arrow{
        width: 25px;
        height: 25px;
        background-color:#c7c696;
        color: #FFF;
        border-radius: 50%;
        text-align: center;
        margin: 0 5px !important;
    }




}
@media screen and (max-width: 374px) {
    .car-list,.car_search_panel{
        zoom: 0.9;
    }
}

.title_h1{
    font-size: 33px;
  font-weight: bold;
  margin: 0 0 10px;
}