.contents--area.first{
    margin-bottom:0;
	padding-bottom:0;
}
@media screen and (max-width: 767px) {
.contents--area.first .section{
    margin-top:50px;
}
}
.section .message{
	margin-top:50px;
}
.ad_list_wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}
.ad_list_wrap .ad_list{
    margin-bottom: 30px;
}
.ad_list_wrap .ad_list .ad_image{
    border-radius: 20px;
    overflow: hidden;
}
.ad_list_wrap .ad_list .ad_text{
    margin-top: 26px;
}
.ad_list_wrap .ad_list .ad_text .date{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}
.ad_list_wrap .ad_list .ad_text .area{
    margin-top: 0;
}
.ad_list_wrap .ad_list .ad_text .type{
    margin-top: 10px;
    width: fit-content;
    background: #ccc;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
.ad_list_wrap{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 50px;
    }
}