@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1366px) {
  .car_equip li{width: 33%;}
}

@media screen and (max-width: 1200px) {

  /* footer */

  /* 首頁影片 */
  .index_video li a h6 {
    padding: 20px 10px;
  }

  .fixLink{top: 160px;}

  .blog_article a{flex-direction: column;}
  .blog_img{width: 100%;}
  .blog_article dl{width: 100%;padding: 20px 0 0;max-width: 550px;}
}

@media screen and (max-width: 1100px) {

  /* 線上賞車-詳細頁 */
  .car_info_box {
    align-items: center;
    align-content: center;
  }

  .car_info {
    padding: 20px 10px;
  }


}

@media screen and (max-width: 1024px) {

  /* 首頁品牌簡介 */
  .hd_ab01 {
    padding-top: 40px;
  }

  .hd_ab01>dl {
    margin-bottom: 30px;
  }

  .hd_ab01 dt {
    margin-bottom: 10px;
  }

  .hd_ab01 li {
    width: calc(100% / 3);
    padding: 30px 10px;
    min-height: unset;
  }

  .hd_ab01 li:first-child,
  .hd_ab01 li:nth-last-child(2) {
    width: 50%;
    order: 1;
  }

  .hd_ab02 ul {
    width: 770px;
    flex-direction: column;
  }

  .hd_ab02_vid,
  .hd_ab02_img {
    width: 100%;
    max-width: 100%;
  }

  .hd_ab02_img {
    flex-direction: row;
    margin-bottom: 10px;
  }

  .hd_ab02_img img {
    max-width: calc(50% - 5px);
  }

  /* 首頁聯絡我們 */
  .index_conLink {
    font-size: 18px;
  }

  .index_conLink li a {
    padding: 20px 5px;
  }

  .index_conLink li a span {
    font-size: 22px;
  }

  /* 所有車款 */
  .allModels_content>section {
    padding: 30px 0 0 0;
  }

  .allModels_content>section+section {
    margin-top: 60px;
  }

  /* 影片清單-接單引進、維修保養、精品改裝 */

  .videos_contain {
    margin: -10px;
  }

  .videos_contain li {
    margin: 10px;
    max-width: calc((100% / 3) - 20px);
  }

  /* 線上賞車-列表 */
  .cars_list li {
    width: calc(50% - 20px);
  }

  /* 線上賞車-詳細頁 */
  .car_det_le,
  .car_det_ri {
    width: 100%;
    max-width: 100%;
  }

  .car_det_ri.more_cars.cars_list {
    margin-top: 30px;
  }

  .more_cars.cars_list ul {
    flex-direction: row;
    margin-bottom: 30px;
  }

  .more_cars.cars_list li {
    width: calc(100% / 3);
    margin: 0;
    padding: 5px;
  }

  .more_cars.cars_list li+li {
    margin-top: 0;
  }

}

@media screen and (max-width: 990px) {

  .fixLink .car_info_cont {
    display: none;
  }

  .fixTab {
    max-width: 100%;
    width: 100%;
  }
  .fixLink{top: 100px;}


  /* TOP */
  .navigation-portrait,
  .tp_header.sticky .navigation-portrait {
    height: 100px;
  }

  /* 首頁 */

  /* 首頁影片 */
  .videoContain {
    height: auto;
    aspect-ratio: 4/3;
    padding: 0;
  }

  .index_video {
    justify-content: center;
  }

  .index_video li {
    max-width: calc(50% - 10px);
    margin: 5px;
  }

  /* 首頁品牌簡介 */
  .hd_ab03 section {
    width: 530px;
  }

  .hd_ab03 section>img {
    max-width: 100%;
  }

  .hd_ab03 .index_ser {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  /* 品牌簡介頁面 */
  .ab_contain {
    padding-top: 58px;
  }

  /* 影片清單-接單引進、維修保養、精品改裝 */
  .videos_contain li h6 {
    font-size: 16px;
  }

  .vide_conLink {
    padding: 10px;
  }

  .vide_conLink {
    opacity: 1;
  }

  .vide_conLink_btn {
    padding: 2px 10px;
  }

  .line_link_code {
    left: 10px;
    max-width: calc(100% - 20px);
  }

  /* 線上賞車-詳細頁 */
  .car_info_box {
    width: 870px;
    max-width: 100%;
    margin: 0 auto;
  }

  .carImgSwip {
    max-width: 100%;
  }

  .carImgSwip .swiper-slide{
    display: block;
    aspect-ratio: 4/3;
  }

  .carImgSwip .swiper-slide a {
    width: 100%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items: center;
  }
  
  .carImgSwip .swiper-slide img{
    max-height:100%;
    max-width: 100%;
    display: block;
    margin: auto;
  }
  
  
  .thumb-swiper .swiper-slide {
    max-height: unset;
    aspect-ratio: 4/3;
  }

  .car_info {
    width: 100%;
    max-width: 100%;
  }

  .car_info_data li p {
    width: 100%;
  }

  /* 成交案件 */
  .blog_le {
    width: 180px;
  }

  .blog_ri {
    max-width: 100%;
    width: calc(100% - 200px);
  }

  /* 頁尾 */
  .footer section {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .footer_textbox{margin: 15px auto 0;}
  .footer_text1{max-width: fit-content;margin: 20px auto;}
  .footer_link{max-width: fit-content;margin: 15px auto;justify-content: center;}

  .footerContent li {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .footerContent li:not(li:first-child) {
    max-width: 50%;
    margin-top: 20px;
  }

}

@media screen and (max-width: 820px) {

  /* 首頁聯絡我們 */
  .index_conLink li {
    width: calc((100% / 3) - 6px);
    margin: 3px 0;
  }

  .index_conLink li:nth-child(3)~li {
    width: calc(50% - 6px);
  }

  /* 線上賞車 */
  .carImgSwip .swiper-button-prev,
  .carImgSwip .swiper-button-next {
    background: none;
  }

  .inStockSwip .swiper-button-next:after,
  .inStockSwip .swiper-button-prev:after,
  .inStockSwip .swiper-button-next:after,
  .inStockSwip .swiper-rtl .swiper-button-prev:after,
  .carImgSwip .swiper-button-next:after,
  .carImgSwip .swiper-button-prev:after,
  .carImgSwip .swiper-button-next:after,
  .carImgSwip .swiper-rtl .swiper-button-prev:after {

  }

  .more_cars.cars_list ul {
    justify-content: space-between;
  }

  .more_cars.cars_list li {
    width: calc(50% - 10px);
    margin: 5px 0;
  }

  /* 我要估車 */
  .valuation_content {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .valuatino_form{
    max-width: 100%;
  }
  .valuatino_contact {
    max-width: 100%;
    margin: 30px auto 0;
    width: 100%;
  }

  /* 影片清單-接單引進、維修保養、精品改裝 */
  .videos_contain {
    margin: -5px;
  }

  .videos_contain li {
    margin: 5px;
    max-width: calc(50% - 10px);
  }

}

@media (max-width: 768px) {

  /* 全域 */
  a[name] {
    position: absolute;
    top: -38px;
  }

  .car_allInfo a[name] {
    top: -90px;
  }

  .car_allInfo a[name=car_info] {
    top: -80px;
  }

  a[name]:target:before {
    content: "";
    display: block;
    height: 38px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  /* TOP */
  .tp_header {
    position: sticky;
  }

  .navigation {
    padding: 8px;
  }

  .navLogo {
    width: 200px;
  }

  .tp_header.sticky .navLogo {
    width: 130px;
  }

  /* 頁尾 */

  .footer_textbox {
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }

  .footer_text{
    width: 100%;
    padding: 0;
    flex-direction: column;
  }

  .footer_text p{
    text-align: center;
  }

  .footer_link{
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
  }

  .footer_link a {
    padding: 2px 4px;
    font-size: 14px;
  }

  /* 首頁大圖 */
  /* .banner_s {
    height: 155vw;
  }

  .banner_s .swiper-slide:before {
    width: 200vh;
    height: 100px;
    max-height: 30vw;
  } */

  .banner{margin-top: 0;}

  @-webkit-keyframes bannerLight {
    0% {
      left: -100vh;
      top: -0%
    }

    100% {
      left: 100vh;
      top: 100%
    }
  }

  @keyframes bannerLight {
    0% {
      left: -100vh;
      top: -0%
    }

    100% {
      left: 100vh;
      top: 100%
    }
  }

  /* .banner_s .swiper-slide img {
    display: none;
  }

  .banner_s .swiper-slide {
    background-image: url(../images/banner01_s.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner_s .swiper-slide[aria-label="2 / 3"] {
    background-image: url(../images/banner02_s.jpg);
  }

  .banner_s .swiper-slide[aria-label="3 / 3"] {
    background-image: url(../images/banner03_s.jpg);
  }

  .banner_s .swiper-button-prev,
  .banner_s .swiper-rtl .swiper-button-next,
  .banner_s .swiper-button-next,
  .banner_s .swiper-rtl .swiper-button-prev {
    display: none;
  }

  .banner_s .nav-menus-wrapper {
    text-align: center;
  } */

  /* 首頁 */
  .index_A {
    padding: 60px 20px;
  }

  .index_A section+section {
    margin-top: 50px;
  }

  /* 首頁所有車款 */
  .index_allModels ul {
    justify-content: center;
  }

  .index_allModels li {
    max-width: 100%;
    margin: 5px 0;
  }

  /* 首頁品牌簡介 */
  .hd_ab03 {
    padding: 50px 20px;
  }

  .hd_ab04 {
    padding: 20px;
  }

  .hd_ab04 ul li {
    max-width: 100%;
  }

  .hd_ab04 ul li+li {
    margin-top: 10px;
  }

  /* 首頁聯絡我們 */
  .index_C {
    background-size: cover;
  }

  .index_C ul.index_stores {
    justify-content: center;
  }

  .index_stores li {
    max-width: 100%;
  }

  .index_stores li+li {
    margin-top: 20px;
  }

  /* 共用內頁 */
  .paper_content {
    margin-top: 0px;
    padding: 60px 20px;
  }

  /* 所有車款 */

  /* -即將到港- */
  .allModels_content>section.upcoming>* {
    padding: 0;
  }

  .upcomingSwip .swiper-rtl .swiper-button-next,
  .upcomingSwip .swiper-rtl .swiper-button-prev,
  .upcomingSwip .swiper-button-next,
  .upcomingSwip .swiper-button-prev {
    position: unset;
    height: auto;
    margin: 10px 5px;
  }

  .upcomingSwip .swiper-rtl .swiper-button-next:after,
  .upcomingSwip .swiper-rtl .swiper-button-prev:after,
  .upcomingSwip .swiper-button-next:after,
  .upcomingSwip .swiper-button-prev:after {
    padding: 5px 20px;
  }

  .upcomingSwip .swiper-horizontal>.swiper-pagination-bullets,
  .upcomingSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
  .upcomingSwip .swiper-pagination-custom,
  .swiper-pagination-fraction {
    margin-top: 0px;
  }

  /* -在庫現車- */
  .allModels_content>section:not(section.upcoming) {
    padding: 0;
  }

  .inStockSwip .swiper-button-next,
  .inStockSwip .swiper-button-prev,
  .carImgSwip .swiper-button-next,
  .carImgSwip .swiper-button-prev {
    width: 6vw;
    max-width: 15%;
    padding: 0;
    right: 0;
    justify-content: flex-start;
  }

  .inStockSwip .swiper-button-prev,
  .carImgSwip .swiper-button-prev {
    left: 0;
    justify-content: flex-end;
  }

  .inStockSwip .swiper-button-next:after,
  .inStockSwip .swiper-button-prev:after,
  .inStockSwip .swiper-button-next:after,
  .inStockSwip .swiper-rtl .swiper-button-prev:after,
  .carImgSwip .swiper-button-next:after,
  .carImgSwip .swiper-button-prev:after,
  .carImgSwip .swiper-button-next:after,
  .carImgSwip .swiper-rtl .swiper-button-prev:after {
    width: 6vw;
    height: 60px;
    border-radius: 5px 0 0 5px;
  }

  .inStockSwip .swiper-button-prev:after,
  .inStockSwip .swiper-rtl .swiper-button-prev:after,
  .carImgSwip .swiper-button-prev:after,
  .carImgSwip .swiper-rtl .swiper-button-prev:after {
    border-radius: 0 5px 5px 0;
  }

  .inStockSwip .swiper-horizontal>.swiper-pagination-bullets,
  .inStockSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
  .inStockSwip .swiper-pagination-custom,
  .carImgSwip .swiper-horizontal>.swiper-pagination-bullets,
  .carImgSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
  .carImgSwip .swiper-pagination-custom,
  .swiper-pagination-fraction {
    padding: 0;
  }

  /* 品牌簡介 */
  .ab_contain {
    padding-top: 0px;
  }

  /* 影片清單-接單引進、維修保養、精品改裝 */
  .page_videos .paper_content {
    padding: 60px 20px;
  }

  .page_videos .title01 {
    margin-bottom: 50px;
  }

  /* 線上賞車-列表 */
  .category02,
  .cars_list {
    width: 100%;
    max-width: 100%;
  }

  .cars_search {
    background: 0;
    padding: 0;
    margin: 20px auto;
  }

  .cars_search_txt {
    max-width: calc(100% - 60px);
    background: url(../images/serch_icon_m.svg) center left 15px no-repeat, #454151;
    color: #FFFFFF;
  }

  .cars_search_txt::placeholder{
    color: #ffffff;
  }

  .cars_search_btn {
    width: 60px;
  }

  .proList_category,
  .category02 {
    margin-bottom: 30px;
  }

  .category02 {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .category02 dl {
    width: calc(50% - 10px);
    position: relative;
  }

  .category02 dl+dl {
    margin-top: 0;
  }

  .category02 dt {
    position: relative;
  }

  .category02 dt::before {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .category02 dl dd {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #FFFFFF;
    z-index: 999;
    border: 1px solid #454151;
  }

  .category02 dl dd label {
    width: 50%;
  }

  .fixTab li a {
    padding: 10px 5px;
  }

  
  /* 線上賞車詳細頁 */

  .car_consult li:last-child>div>img {
    left: -60px;
  }

  .car_form,
  .car_consult_focus {
    width: 100%;
    max-width: 100%;
  }

  .car_form {
    margin-top: 50px;
  }

  .car_consult_focus {
    /* display: none; */
  }

  .car_consult_focus img{
    width: 100%;
  }

  .edit_part+.car_info_cont{
    display: flex;
    margin-top: 60px;
  }

  .car_det_le .car_edit{
    margin-bottom: 40px;
  }

  .carImgSwip .swiper-pagination{
    padding: 10px;
  }

  /* 成交案件 */
  .page_article .title01 {

  }

  .blog_le {
    width: 100%;
    text-align: center;
    background: rgba(85, 85, 85,.2);
    padding: 20px;
    margin-bottom: 50px;
  }

  h6.blog_le_t {
    font-size: 20px;
  }

  .blog_menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .blog_menu li {
    margin: 5px !important;
  }

  .blog_menu>li::after {
    transform: unset;
    left: 0;
  }

  .blog_ri {
    max-width: 100%;
    width: 100%;
  }

}

@media (max-width: 685px) {

  .footer_text{width: 100%;}
  .fix_ri{width: 40px;}
  .car_equip li{width: 50%;}
}

@media screen and (max-width: 600px) {

  /* 共用分頁 */
  .page_list a {
    width: 30px;
    height: 30px;
  }

  /* 首頁影片 */
  .index_video li {
    margin: 10px 0;
    max-width: 100%;
  }

  /* 首頁品牌簡介 */
  .hd_ab01 li:first-child {
    width: 100%;
  }

  .hd_ab01 li {
    width: 50%;
  }

  /* 在庫現車 */
  .inStockSwip .swiper-button-next:after,
  .inStockSwip .swiper-button-prev:after,
  .inStockSwip .swiper-button-next:after,
  .inStockSwip .swiper-rtl .swiper-button-prev:after,
  .carImgSwip .swiper-button-next:after,
  .carImgSwip .swiper-button-prev:after,
  .carImgSwip .swiper-button-next:after,
  .carImgSwip .swiper-rtl .swiper-button-prev:after,
  .inStockSwip .swiper-button-next,
  .inStockSwip .swiper-button-prev,
  .carImgSwip .swiper-button-next,
  .carImgSwip .swiper-button-prev {
    width: 8vw;
  }


  .visitors{
    display: inline-block;
    position: relative;
    right: 0;
    bottom: 0;
    font-size: 12px;
  }


  /* 我要估價 */
  .valuatino_form {
    width: 400px;
  }

  .valuatino_form dl ul {
    width: 400px;
    max-width: 100%;
  }

  .valuatino_form dl>div {
    font-size: inherit;
  }

  .valuatino_form dl li>div {
    width: calc(100% - 55px);
  }

  .valuatino_form dl li.formType01>div {
    width: calc(100% - 90px);
  }

  .valuatino_form,
  .valuatino_contact {
    padding: 40px 10px;
  }

  .valuatino_contact ul {
    margin-top: 20px;
  }

  .valuatino_form dt {
    margin-bottom: 0;
  }

  .valuatino_form dl+dl {
    margin-top: 20px;
  }

  .submit_content {
    width: 240px;
    margin: 30px auto 0;
  }

  .submit_content .formInput {
    padding: 10px 5px;
    font-size: inherit;
  }

  /* 影片清單-接單引進、維修保養、精品改裝 */
  .videos_contain {
    width: 370px;
    margin: 0px auto;
  }

  .videos_contain li {
    margin: 0;
    max-width: 100%;
  }

  .videos_contain li+li {
    margin-top: 20px;
  }

  .cars_list {
    margin: 0;
  }

  /* 線上賞車 */
  .proList_category_ct>li {
    width: 100%;
  }

  .proList_category_ct>li+li {
    margin-top: 10px;
  }

  .category02 dt {
    font-size: 17px;
    padding: 5px 10px;
  }

  .category02 dt span {
    font-size: 12px;
  }

  .cars_list ul {
    justify-content: center;
  }

  .cars_list li {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding-bottom: 0;
  }

  .more_cars.cars_list ul {
    justify-content: space-between;
  }

  .more_cars.cars_list li p {
    font-size: 5vw;
  }

  .proList_category {
    margin-bottom: 10px;
  }

  .category02{
    margin-bottom: 60px;
  }

  .category02 dl {
    width: calc(50% - 5px);
  }

  .category02 dl dd {
    padding: 10px 5px;
  }

  .category02 dl dd label {
    width: 100%;
    font-size: 14px;
  }

  .cars_search{
    margin: 20px 0 10px;
  }

  .cars_search_btn {
    display: none;
  }

  .cars_search_btn.cars_search_btn_m {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
  }

  .cars_search_txt {
    max-width: 100%;
    border-radius: 0;
  }

  /* 成交案件 */


  .blog_article dl {
    line-height: 1.6;
  }

  .blog_article a::after{
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  .blog_article a{
    margin: 15px auto;
  }

  .blog_menu>li>a{padding: 10px;font-size: 15px;}

}

@media screen and (max-width: 480px) {
  .car_equip li{width: 100%;}

  /* 頁尾 */
  .footerContent li {
    width: 100%;
    max-width: 100% !important;
  }

  /* 首頁影片 */
  .index_allModels li dl {
    right: 0;
    bottom: 0;
  }

  .index_allModels li dl dt {
    font-size: 24px;
  }

  .index_allModels li dd span {
    font-size: 14px;
  }

  .index_allModels li dd b {
    font-size: 30px;
    font-weight: 500;
  }

  /* 首頁品牌簡介 */
  .hd_ab01 ul {
    padding: 0 10px;
  }

  .hd_ab01 li {
    width: 100% !important;
  }

  .hd_ab01 li+li {
    border-left: 0;
    border-top: 1px solid #ECEBEF;
  }

  .hd_ab02_img {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .hd_ab02_img img {
    max-width: 100%;
  }

  .hd_ab02_img img+img {
    margin-top: 10px;
  }

  .hd_ab02_vid a:before {
    background-size: 20%;
  }

  .index_ser>div dt {
    margin-bottom: 10px;
  }

  .index_ser>a {
    justify-content: flex-end;
  }

  .index_ser>a b {
    width: 100%;
    max-width: 100%;
  }

  .index_ser>a span {
    width: 120px;
    padding: 0 20px;
    max-width: 100%;
    font-size: 12px;
    justify-content: flex-end;
  }

  /* 首頁聯絡我們 */
  .index_conLink li {
    width: calc(50% - 3px) !important;
  }

  .index_conLink li:last-child {
    width: 100% !important;
  }

  /* 所有車款 */
  .upcomingSwip {
    width: 376px;
    margin: 0 auto;
  }

  /* 線上賞車-詳細頁 */
  .car_detail_title h6 {
    font-size: 7vw;
  }

  .car_detail_title .redStar {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
  }

  .page_product_info .title01 {
    margin-bottom: 50px;
  }

  .prod_path {
    font-size: 14px;
  }

  .car_info {
    padding: 0px;
    margin-top: 30px;
  }

  .car_info h4 {
    font-size: 18px;
    line-height: 1.2;
  }

  .car_info_data {
    margin: 30px 0;
  }

  .car_info ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .car_info_cont {
    grid-gap: 10px;
  }

  .car_info_cont li {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .car_info_cont li a {
    width: 100%;
    max-width: 100%;
  }

  .car_info_cont li:last-child:nth-child(odd) {
    max-width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .car_info_data li b {
    font-size: 3.5vw;
  }

  .car_info_data li p {
    width: 100%;
    font-size: 5.5vw;
  }

  .car_info_cont li a img {
    margin-right: 5px;
  }

  .car_equip li {
    max-width: 100%;
    margin: 15px 0 0
  }

  .car_edit {
    margin: 50px auto;
  }

  .car_consult li {
    padding: 10px 0;
    align-items: center;
    align-content: center;
  }

  .car_consult li:nth-last-child(3)>div {
    width: 100%;
    max-width: 100%;
    margin-top: 3px;
  }

  .more_cars.cars_list ul {
    flex-direction: column;
  }

  .more_cars.cars_list li {
    width: 100%;
    max-width: 100%;
    margin: 5px 0;
    padding: 0;
  }

  .more_cars.cars_list li img {
    /* width: 100%; */
  }

  .more_cars.cars_list li p {
    font-size: 6vw;
  }

  .check_ok {
    font-size: 14px;
    line-height: 1.4;
  }

  .more_cars_more {
    font-size: 16px;
  }

  /* 成交案件 */

  .blog_article::before {
    bottom: 0;
  }

  .blog_img {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }

  .blog_img img {
    max-width: 100%;
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
  }

  .blog_article dl {
    width: 100%;
  }

}

@media screen and (max-width: 350px) {

  /* 首頁聯絡我們 */
  .index_C ul.index_conLink {
    justify-content: center;
  }

  .index_conLink li {
    width: 100% !important;
    max-width: 230px;
  }

  /* 線上賞車-詳細頁 */

  .more_cars.cars_list li p {
    font-size: 7vw;
  }

  .car_equip li {
    max-width: 100%;
  }

  .valuatino_form dl li{flex-direction: column;align-items: flex-start;}
  .valuatino_form dl li>div,
  .valuatino_form dl li.formType01>div{width: 80%;}
}

/*# sourceURL=rwd.css*/