

/* spec car detail */
.title-newcar h3 { color: #0aa7e1; font-size: 14px; text-align: left; }
.title-newcar h3 span{ color: #000; font-family: 'Open Sans Condensed', sans-serif; font-size: 28px; font-weight: 700; text-align: left; display: block;}

.bg-blue-white { background: url(../images/newcar-top/bg-blue-white.jpg) #fff top left repeat-x; background-size: auto; }


/* btn new car */
.btn-newcar { display: block; margin: 12px 1%; text-align: center; background: #fff; border: 2px solid #000; box-shadow: 4px 4px 0px #b1e2e7; transition: all 0.5s; }
.btn-newcar:hover { background: url(../images/newcar-top/bg-btn.jpg) #fff; background-size: 150% auto; background-position: center right; }
.btn-newcar .img-color { display: block; }
.btn-newcar .img-white { display: none; }
.btn-newcar:hover .img-color { display: none; }
.btn-newcar:hover .img-white { display: block; }


.maker { display: flex; flex-wrap: wrap; }
.maker a { width: 18%; padding: 18px 12px; }

.body-type { display: flex; flex-wrap: wrap; }
.body-type a { width: 23%; padding:12px; }

.price { display: flex; flex-wrap: wrap; }
.price a { width: 18%; padding: 18px 12px; font-size:16px; font-weight: 500; }
.price a::before { content: url(../images/newcar-top/arrow-color.png); margin-right: 8px; }
.price a:hover { color: #fff; }
.price a:hover::before { content: url(../images/newcar-top/arrow-white.png); }

@media(max-width:1024px) {
    .price a { font-size: 14px; padding: 18px 8px; }
}

@media(max-width:991px) {
    .price a { width:23%; }
}

@media(max-width:767px) {
    .price a { width: 23%; }
}

@media(max-width:480px) {
    .maker a { width: 48%; padding: 12px 4px; }
    .body-type a { width: 48%; padding: 4px; }
    .price a { width: 48%; padding: 12px 6px; }
}