@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "Noto Sans TC", "Roboto", sans-serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{ display: none;}


.other_select_page .promotion_title,.other_select_page .other_promotion li a, .other_select_page .page{ display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖上的特效*/
/* 
 .swiper-wrapper .swiper-slide:nth-child(1):before,.swiper-wrapper .swiper-slide:nth-child(2):before  {
    content: "";
    background: url(https://pic03.eapple.com.tw/ezhouse/ba-pic1.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
   	max-width: 50vw;
    max-height: 50vh;
    top: 0%;
    right: 4%;
	padding-bottom: calc(100% / 2);
   -webkit-animation: rotation 200s linear infinite;
	       animation: rotation 200s linear infinite;
    background-size: contain;
    z-index: 1;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*電腦LOGO*/

/*.nav-brand img {
    display: none;
}*/

.nav-brand {
    display: block;
    margin: 10px auto 5px;
}

/*【Sticky】電腦LOGO*/

/*.header_area.sticky .nav-brand img {
	
   width: 166px;
    display: block;
    transition: all 0.5s;
    padding-top: 0px;
}*/

/*.header_area.sticky .nav-brand {
    margin: 10px auto;
}*/


/*主選單*/

.header_area {    background: transparent;transition:all 0.3s; padding: 10px 10px 0px;}
.header_area.sticky{background: #fff;transition:all 0.3s;}

/*.header_area.sticky{
    top:0px;
    animation:fade-in .6s cubic-bezier(.39,.575,.565,1.000) both;
    background: rgb(255 255 255);
}*/

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.nav-header{ max-width: 240px;}
.main_header_area .container {  max-width: 88%;}
.me_tp_features {position: absolute;   left: 0;z-index: 0;top: 15px; text-align: left;}
.me_tp_features a i{margin: 0px 15px; }
.tp_links a{ color: #1E150D; font-size: 18px;}
.tp_links a:hover{ color: #CCA57A;}

.navigation { display: flex; flex-wrap: wrap; justify-content: center;}
.stellarnav { display: flex; justify-content: center; align-items: center;}
.stellarnav ul { display: flex; width: 45%; justify-content: space-between;}
.stellarnav ul ul{ left: -3px; max-height: 300px; overflow-y: scroll; width: 170px;}
.stellarnav li.has-sub > a:after{display: none;}

.stellarnav > ul > li:nth-of-type(2) > ul > li:nth-of-type(1) { display: none;}

.stellarnav > ul > li.drop-left > ul{ right: unset; left: -3px;}
.stellarnav > ul > li.has-sub > a{padding: 0px;}
.stellarnav > ul > li > a { color: #6A6969; letter-spacing: 2px; padding: 0px 3px; transition: 0.3s;}
.stellarnav > ul > li > a:hover { color: #CCA57A;}


/*第二層*/
.stellarnav li li { border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { padding: 8px 9px; transition: all 0.3s; color: #6A6969; font-size: 16px; background: #fff;}
.stellarnav li li:hover > a{ color: #CCA57A;}
.stellarnav li li.has-sub:hover > a { color: #CCA57A;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #563E27;}
.stellarnav .menu-toggle:after { color: #563E27;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #6A6969;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:0px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #E4C59E;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #E4C59E;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 16px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(231, 212, 181, 0);
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(242, 237, 232, 0.6) solid;
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}
  .stellarnav.mobile > ul > li > a{ padding: 30px 43px 30px 10px;}



@media screen and (max-width: 1400px){




}

@media screen and (max-width: 1200px){

    /*.header_area {
        top: 2.5%;
    }*/

    .main_header_area .container {  max-width: 96%; }

    .header_area.sticky .stellarnav > ul > li > a {  margin: 0px 10px; }

    .stellarnav ul {  width: 60%; }
}

@media screen and (max-width: 1024px){
    .me_tp_features{ top: 5px;}
}
.me_tp_features a i{ margin: 0px 10px;}

@media screen and (max-width: 800px){
     .stellarnav ul {  width: 80%; }
}
@media screen and (max-width: 768px){
    .nav-header{ max-width: 200px;}
    .stellarnav ul { display: block; width: 100%; }
    .nav-brand img { display: block; }
    .nav-brand { display: block;  margin: 10px auto 10px;}
    .header_area{ padding: 10px 10px 10px;}
    .me_tp_features {position: static;text-align: center; display: none;  }
    .stellarnav.mobile{ top: -3px;}
    .tp_links a{ font-size: 16px;}
    .stellarnav > ul > li.has-sub > a{ padding: 30px 43px 30px 10px;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ padding: 30px 43px 30px 15px;}
    .header_area.sticky .stellarnav > ul > li > a{ margin: 0px 5px;}
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 5px;}
}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer_info li p.add2:before {
    content: '營業時間：';
}
.footer_info li p.line:before{
    content: 'LINE：';
}
.footer_info li p.mail:before{
    content: 'Email：';
}

.footer_info li p.taxid {
    order: 1;
}

.footer_info li p.add2 {
    order: 6;
}

.footer_info li p.add {
    order: 5;
}

.footer_info li p.mail {
    order: 4;
}

.footer_info li p.line {
    order: 3;
}

.footer_info li p.tel {
    order: 2;
}

.footer {
    background: #FBF8F1;
    padding: 40px 0 0;
}

.footer_logo a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 11/3;
}
.footer_logo{ max-width: 240px;}

.footer .center {
    max-width: 1800px;
    padding: 0 6%;
}

.footer_menu a:first-child {
    display: none;
}

.footer_info {
   font-family: "Noto Sans TC", "Roboto", sans-serif;
    display: block;
}

.footer_info,
.footer_info li {
    padding: 0;
}

.footer_info ul {
    display: flex;
    width: 100%;
    letter-spacing: 0;
}

.footer_info li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_info li p,
.footer_info li p a,
.footer_menu a {
    color: #000;
    font-weight: 400;
    transition: all ease 0.3s;
}


.footer_info li p {
    display: inline-block;
    width: 49%;
    letter-spacing: 0px;
}

.footer_info li:nth-child(2) {
    width: 100%;
    position: relative;
}

.footer_menu {
    width: max-content;
    position: absolute;
    right: 0;
}

.footer_menu a {
    padding: 6px 12px;
    border: none;
    background: transparent;
    margin: 0;
    margin-left: 8px;
    color: #6A6969;
}

.footer_menu a:hover {
    background: transparent;
    color: #E4C59E;
}

.copy,
.copy a,
.copy a:hover {
    color: #7F7E7A;
    font-family: "Noto Sans TC", "Roboto", sans-serif;
}

.copy {
    text-align: left;
    padding: 5px 6% 52px;
    border-top: none;
    max-width: 1800px;
    margin: 0 auto;
}

.box_link {
    display: none;
}


@media screen and (max-width: 1170px) {
    .footer_info li p{ width: 100%;}
}
@media screen and (max-width: 1024px) {
    .footer_menu a{ display: flex;flex-direction: column; margin-left: 0px; margin-bottom: 6px;}
    .footer_menu{ right:50px;}
}
@media screen and (max-width: 768px) {
    .copy{padding: 20px 6% 52px; }
    .footer_info li+li{ margin-top: 0px;}
    .footer_logo{ margin: auto;}
    .footer_menu{ right: 20px;}
}   
@media screen and (max-width:600px) {
    .footer_info li:nth-child(1){ width: 250%;}
    .copy{ text-align: center;}
}
@media screen and (max-width:401px) {
    .footer_menu{ right: 5px; display: none;}
    .footer_info li p{ font-size: 13px;}
    .copy{ justify-content: flex-start; text-align: left;}
    .privacyLinks{margin: 0 5px 0 -5px; }
    .footer_logo{ margin: unset;}
    .footer_info li:nth-child(2){ display: none;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { display: none; }
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

/* 首頁 */
.module_i_news .title_i_box h4{ text-align: center; display: flex;flex-direction: column;color: transparent; }
.module_i_news .title_i_box h4::before { content: "BLOG";  font-family: "Roboto", sans-serif; font-size: 60px; font-weight: 500; text-align: center; color: #1E150D;}
.module_i_news .title_i_box h4::after{ content: "裝修Q&A";font-size: 32px; font-weight: bold;  color: #A67D50; display: block; margin-top: -34px; }
.module_i_news ul{ grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:24px}
.module_i_news li a{ display: flex; flex-direction: column;}
.i_blog_ri h5{ color: #C8A17A; font-weight: bold; font-size: 18px;}
.i_blog_ri p{ color: #000; font-size: 14px;}
.module_i_news li a:after{ background: transparent; border: 0px;}
.module_i_news li a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #cca57a91; bottom: -20px;}
.module_i_news li a:hover:before {  color: #cca57a; transition:.5s; transform: scale(1.05);}

@media screen and (max-width:1024px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr 1fr;  grid-gap:48px 24px;}
}
@media screen and (max-width:768px) {
    .module_i_news ul{ grid-template-columns:1fr 1fr ; border-bottom: 0px;}
}

@media screen and (max-width:450px) {
    .module_i_news ul{ grid-template-columns:1fr ; grid-gap:24px 24px; }
}


/*文章*/
.blog_le .accordion {  border-radius: 0px;  border: none;}
.accordion li .link a { font-weight: 500; font-size: 16px;}
.blog_le .accordion > li{ border-bottom: 1px solid #C0BDBD;}
.accordion li+li .link{ border-top: 0px;}
/* .blog_le .accordion > li:last-child{ border-bottom: 0px;} */
.submenu li.on_this_category a, .submenu a:hover { background: transparent;  color: #333;}
.submenu {  background: #ffffff;}
.fa-circle-chevron-right::before { color: #707070;}
.subbox_item a { grid-template-columns: 100%;flex-direction: column;}
.subbox_item a { display: flex; justify-content: space-between;  align-items: center;}
.blog_list_ri {  padding: 0px 10px 10px 10px;width: 100%;}
.blog_subbox { /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*//*grid-template-columns: 100%;*/grid-template-columns: 1fr 1fr 1fr; grid-gap:50px 60px;}
.subbox_item a:before { font-weight: 400;opacity: 1;  font-size: 15px; color: #cca57a91; bottom: -20px;}
.subbox_item a:hover:before {  color: #cca57a; transition:.5s; transform: scale(1.05);}
h5.blog_le_t em { display: none;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #cca57a !important;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  color: #fff !important;}
.blog_search input[type=search] { border-radius: 3px;}
.fa-circle-plus::before { font-size: 18px;}
.subbox_item a:after { content: ''; width: 100%;}
.blog_list_le { width: 100%; overflow: hidden;}
.blog_list_le img {display: block; width: 100%; height: 100%; object-fit: cover; }
.blog_list_ri h5 {  font-weight: bold;  font-size: 18px;  color: #C8A17A;   font-family: "Noto Sans TC", "Roboto", serif; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transition: .5s ease-in-out; opacity: 0.75;}

.subbox_item a:after {  background: transparent; border-bottom: none;border:none;}
.blog_list_ri p {  letter-spacing: 1px;  font-size: 14px;  color: #000;  line-height: 150%;     font-family: "Noto Sans TC", "Roboto", serif;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {  background-color: #cca57a;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: transparent; color: #cca57a; border: 1px solid #cca57a;}
h4.blog_category_title {  font-family: "Noto Sans TC", "Roboto", serif;  font-weight: bold;  letter-spacing: 1px; border-bottom: 1px #F2F2F2 solid;  padding: 10px 0; color: #C8A17A;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 17px;}
.blog_back a.article_btn_next { background: #cca57a;  color: #fff;}
.blog_back a.article_btn_prev {  background: #cca57a; color: #fff;}
.lastPage{  background: #cca57a;  }
.news_related_list li a{ background: transparent;}
.news_related h6 span:before {  color: #606060;}
.news_related { background: transparent; padding: 80px 15px 60px;}

@media screen and (max-width:1024px) {
  .blog_subbox {grid-template-columns: 1fr 1fr; gap: 20px 60px;}
  .subbox_item{ margin-bottom: 24px;}
}
@media screen and (max-width:960px) {
  .subbox_item{ border-bottom: 0px;}
}
@media screen and (max-width:420px) {
  .blog_subbox {grid-template-columns:1fr;}
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿 */
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/* 首頁 */
.module_i_album .title_i_box h4{font-size: 32px; font-weight: bold;  color: #A67D50; text-align: center; display: flex;flex-direction: column; }
.module_i_album01 .title_i_box h4::before { content: "CASE";  font-family: "Roboto", sans-serif; font-size: 60px; font-weight: 500; text-align: center; color: #1E150D;}
.animated-arrow{ background: #CCA57A; width: 200px; height: 44px; line-height: 44px;}
.i_album_list li a p{ background: rgba(86,62,39,.9); color: #fff;}

/*大分類*/
.album_page .main_part {max-width: 1600px;}
.show-list{grid-template-columns:1fr 1fr 1fr;}
.show-list .item {width: 100%;padding: 2%;margin: 0;}
.show-list .item:hover .show_name {color: #CCA57A;}
.show-list .show_name {text-align: center;font-weight: 400; color: #6A6969;}
.overlay {-webkit-transform: scale(1.05);transform: scale(1.05); background: rgba(247,244,237,.3);}
.show-list .show_pic img{min-height: 20vw;object-fit: cover;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 0;
    padding-bottom: 72%;
}


/*次分類*/
.album_class_page .main_part {max-width: 1600px;}
.subalbum-menu h2 {color: #A67D50;text-align: center;display: block;}
.subalbum-menu h2 .block{display: none;}
.other_subalbum{grid-template-columns:1fr 1fr 1fr;}
.other_subalbum li {width: 100%;padding: 2%;margin: 0; background: none;}
.other_subalbum li p{text-align: center;margin-top: 10px;color: #555;letter-spacing: 1px;}
.other_subalbum li a img {
    width: 100%;
    height: 35vh;
}
/*相片頁*/
.album_info_page .main_part {max-width: 1600px;}
.pic-list{grid-template-columns:1fr 1fr 1fr;}
.pic-list .item {padding: 0;margin: 10px;width: 100%;padding: 2%;margin: 0;}
.pic-list .item h6{font-weight: 500;}
.pic-list .show_pic img {min-height: 20vw;object-fit: cover;}
.other_album{margin-top: 200px;}
.album_fixed_title {background: transparent;}
.other_album_choice li {background: #CCA57A; border-radius: 0px;}

@media screen and (max-width: 768px){
	/*主分類*/
    .show-list,.pic-list,.other_subalbum{grid-template-columns:1fr 1fr;}
	.show-list .show_pic img{min-height: 35vw;}
	.other_subalbum li a img {max-width: 100%;}
	.show-list .show_name {font-size: 14px; line-height: 20px; height: 40px;}
	/*次分類*/
	.other_subalbum li a img { width: 100%; height: 20vh;}
	.other_subalbum li p {margin-top: 5px; font-size: 12px;}
	/*相片頁*/
	.pic-list .show_pic img {min-height: 35vw;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 聯絡我們 */
.contact_content .information_right:before{
  content: "簡單幫您打造理想空間，請留下資訊，我們將盡快與您聯繫安排初步討論～";
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #6A6969;
}

.contact_content .information_left{ display: none;}
.contact_editbox{ padding: 0px 0px;}
.contact_content .information_right{ width: 100%; padding-left: 0px;}
.contact_content{ max-width: 1000px;}

/* 聯絡我們 */
.blank_letter{ color: #90755A;}
.contact_form{ grid-gap:16px;}
.contact_form li{ grid-template-columns:124px 1fr;}
.contact_form li.last blockquote{ color: #CCA57A;
  }
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #CCA57A; }
.contact_form li.last cite{ color: #fff; background: #CCA57A; border: 0px; }
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{ display: unset;}
.contact_form li .form__label{max-width: 120px;  font-size: 15px;}

@media screen and(max-width:768px) {
   .contact_content{padding: 30px 20px;}
}
@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
    .contact_form li .form__label{ background: transparent;}.contact_content{padding: 30px 20px;}

}





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




