@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;}

/* fix-ri */
.linksBtn{ background-color: #CDE2D0; }
.info_fix:hover>.linksBtn{background: #289044;} 
.info_fix_links a { background: #CDE2D0; }
.info_fix_links a:hover{background: #289044;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.pageIndex .header_area {  position: fixed;  width: 100%;   padding: 0;}
.main_header_area {background: #fff;box-shadow: 1px 1px 10px rgba(0,0,0,.1);}
.main_header_area .container {max-width: 1800px;padding: 0 3%;}
.nav-brand {width: 180px;}
/*主分類按鈕*/
.stellarnav > ul > li > a {color: #1F5F4A;padding:15px 0px;height: auto;font-size: 16px;font-weight: 400;vertical-align: middle;}
.stellarnav > ul > li > a:hover{color: #289044;}
.stellarnav li.has-sub > a {padding: 15px 15px 15px 0px;}
.stellarnav li.has-sub > a:after {border-top: 4px solid #444;border-left: 5px solid transparent;border-right: 5px solid transparent;right: 0px;}
/*購物車功能檢視*/
.me_tp_features a{transition: all .3s;margin: unset;width: 45%;margin: 10px 0 0;}
.me_tp_features a.tp_btn_notice i{margin-top: 5px;}
.me_tp_features a:hover{transform: translateY(-3px);}
.me_tp_features a i {margin: 0 5px 0 0;}
.tp_links{display: none;}
.box_search input[type=text] {padding: 5px 10px 5px 32px;border-radius: 0;}
.shop_search_btn {background: #888;padding: 6px 12px;border-radius: 0;}
/*其他下拉按鈕*/
.stellarnav > ul > li > ul a{background: #fff;color: #1F5F4A;padding: 15px;font-size: 15px;border-bottom: none;font-weight: 400;transition: all .5s;}
.stellarnav > ul > li > ul a:hover{background: #289044;padding: 15px 10px 15px 20px;}
.stellarnav > ul > li.has-sub > ul a{padding: 15px;}
.stellarnav > ul > li.has-sub > ul a:hover{padding: 15px 10px 15px 20px;}
.stellarnav > ul > li > ul a:hover {background: transparent;color: #289044;}
.stellarnav li li:hover > a {color: #fff;background: #000;}
.stellarnav li li.has-sub:hover > a:after {border-left: 5px solid #fff;}
.stellarnav li li{border: none;margin-bottom: 0;}
.stellarnav li li.has-sub > a:after {border-left: 5px solid #888;border-top: 5px solid transparent;border-bottom: 5px solid transparent;right: 10px;}
.stellarnav ul ul li.has-sub > a:hover:after {border-top: 4px solid transparent;}
.stellarnav ul ul{left: -3px; border: 1px solid #eee; }


@media screen and (max-width: 1200px){
	.pageIndex .header_area {position: relative;}
}
@media screen and (max-width: 1024px){
	.navigation {padding: 5px;}
	.nav-header {position: relative;}
	.stellarnav > ul > li > a {padding: 5px;}
	.stellarnav li.has-sub > a {padding: 5px 25px 5px 15px;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area{ padding: 0px;}
.nav-brand {width: 230px;}
.stellarnav > ul > li{padding: 24px 5px;}
.stellarnav > ul > li > a {  padding: 0px 10px;  height: 40px; position: relative;  font-size: 16px;  font-weight: 600;  letter-spacing: 1px; color: #1F5F4A;}
.stellarnav > ul > li > a:hover{color: #289044;}
.stellarnav li.has-sub > a {padding: 0px 15px 0 0;}
.stellarnav > ul > li:last-of-type > a {  background: #289044; color: #ffffff;   border-radius: 30px;  width: 135px; transition: 0.5s;  /* text-align: end; */ }
.stellarnav > ul > li:last-of-type > a:hover { background: #1F5F4A;  color: #fff;  transition: 0.5s;}

.tp_links { display: none;}
.shop_search_btn {border-radius: 0px;}
.box_search input[type=text] {  border-radius: 0;}
.me_tp_features { display: flex;  width: 100%;  max-width: 350px; text-align: right;  flex-direction: row-reverse; display: none;}
.stellarnav ul {  text-align: left;}
.me_tp_features a {  transition: all .3s; margin: unset; width: 26%; margin: 5px 0 0;}



/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #374e42;}
.stellarnav .menu-toggle:after { color: #374e42;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #fff;
    color: #374e42;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #374e42;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #374e42;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:-7px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #bdcebb;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #bdcebb;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 5px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: transparent;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(239, 239, 239, 0) solid;
  }

  /* .stellarnav.mobile li a{ border-bottom: 0px; color: #3C5947; background: #fff;} */

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}




@media screen and (max-width: 1200px){
.stellarnav > ul > li:last-of-type { margin-left: 0px;}

}


@media screen and (max-width: 1024px){
.me_tp_features {  display: flex;   width: 100%;    text-align: right;    align-items: center;   flex-direction: row;  justify-content: center;    margin-top: 17px;  display: none; }
.stellarnav ul {  text-align: center; }
.nav-brand { width: 190px;}

.stellarnav > ul > li {  padding: 6px 3px;}

}

@media screen and (max-width:768px) {
    .stellarnav.mobile{ top: 6px;}
    .stellarnav > ul > li:last-of-type > a{ padding-left: 32px; padding-right: 10px;}
    .nav-brand { width: 165px;}

}


@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 14px;}
    .nav-brand{ width: 150px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*Footer/＝＝＝＝＝*/
.center {   max-width: 85%;}
.footer { padding: 40px 0 0; background: #fff;}
.footer_info {  display: flex; flex-wrap: wrap;  align-items: center;  justify-content: center; padding-right: 0px; grid-gap:5px;}
.footer_info ul {  width: calc(100% - 300px);}
.footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;}
.footer_info ul>li>p {  width: 49%;  color: #040404; line-height: 175%;}
.footer_info ul>li>p>a { color: #040404;}
.footer_info li p.add2:before{ content: '營業時間：';}
.footer_info li p.taxid{ display: none; }
.footer_info li p.phone:before { content: '連絡電話：';}

.footer_info ul>li>p.add2{  order: 1;}
.footer_info ul>li>p.phone{  order: 2;}
.footer_info ul>li>p.add{  order: 3;}
.footer_info ul>li>p.line{  order: 4;}

.footer_menu { border-top: 1px solid #e1d7cdab;  padding-top: 15px;    width: 90%;}
.footer_menu a {  margin: 0;  padding: 5px 12px 5px 12px;  border: none;  background: transparent;  transition: all 0.3s;  color: #289044;}
.footer_menu a:nth-child(1) { display: none;}

.footer_menu a:hover {  background:#289044;  letter-spacing: 2px;  transition: 0.5s;  font-weight: bold;color: #fff; }
.box_link {  }
.box_link a{ border: 0px; color: #CDE2D0; transition: 0.3s;}
.box_link a:hover{color: #289044; }
.box_link a.me_tp_line,.box_link a.me_tp_call{ display: none; }
.copy, .copy a {  color: #ccc;  border-top: none;}
.footer_logo { width: 220px;  padding-right: 20px;}
.footer_logo img{ width: 100%;}

@media screen and (max-width: 1440px) {
    .center {  max-width: 100%; width: 100%;}
    }
@media screen and (max-width:1400px) {
  .box_link{ right: 80px;}
}
@media screen and (max-width: 1200px) {
    /*footer*/
    .footer_logo { padding-right: 0px; text-align: center;}
    .footer_menu { width: 100%;}
    .footer_info {  padding: 0px;}
    .footer_info ul {  width: 100%;}
    .footer_info li:nth-child(1) {  display: flex;  flex-wrap: wrap;  justify-content: flex-start;  flex-direction: column;  align-items: center;  width: 100%;}
    .footer_info li:nth-child(2) { text-align: center;}
    .footer_info ul>li>p { width: 100%;  text-align: center;}
}

@media screen and (max-width: 768px) {    
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 0px; }
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center; margin-bottom: 10px;}
    .footer_menu { text-align: center; display: flex; flex-direction: row;  flex-wrap: wrap;  justify-content: center;}
    .footer_menu a { border: 1px solid #ffffff; margin: 3px; width: 105px; padding: 5px;}
    .box_link{ justify-content: center;}
    }
    
    @media screen and (max-width: 600px) {
    .box_link {    text-align: center;}
    }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: #bccdba91; bottom: -20px;}
.module_i_news li a:hover:before {  color: #bccdba; 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 #CDE2D0;}
.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: #CDE2D0; bottom: -20px;}
.subbox_item a:hover:before {  color: #289044; 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: #289044 !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: #1F5F4A;   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: #289044;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: transparent; color: #289044; border: 1px solid #289044;}
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: #289044;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 17px;}
.blog_back a.article_btn_next { background: #CDE2D0;  color: #fff;}
.blog_back a.article_btn_prev {  background: #CDE2D0; color: #fff;}
.lastPage{  background: #CDE2D0;  }
.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: 0px; font-weight: bold;  color: #344346; text-align: center; display: flex;flex-direction: row-reverse; align-items: center; justify-content: center; }
.module_i_album01 .title_i_box h4::after{
  content: "";
     background-image: url(https://pic03.eapple.com.tw/senzhuhome/case-title.png);
     background-size: cover;
    width: 184px;
    height: 56px;
    display: block; }
.module_i_album01 .title_i_box h4::before { content: "CASE";  font-family: "Roboto", sans-serif; font-size: 26px; font-style: italic ; font-weight: 500; text-align: center; color: #289044; padding-left: 24px;}
.animated-arrow{ background: #CDE2D0; width: 200px; height: 44px; line-height: 44px; transition: 0.5s;}
.animated-arrow:hover{ background: #289044;}
.i_album_list li a p{ background: #6e8a78d6; color: #fff;}
.i_album_list{ grid-template-columns:repeat(3, 1fr);}

@media screen and (max-width: 768px){
  .i_album_list{ grid-template-columns:repeat(2, 1fr);}
}

/*大分類*/
.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: #8da18a;}
.show-list .item a:hover li{ color: #8da18a;}
.show-list .show_name {text-align: center;font-weight: 400; color: #6A6969;}
.overlay {-webkit-transform: scale(1.05);transform: scale(1.05); background: #6e8a7882;}
.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: #289044;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: 14px;}
	/*相片頁*/
	.pic-list .show_pic img {min-height: 35vw;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* 聯絡我們 */
.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: #2A4037;}
.contact_form{ grid-gap:16px;}
.contact_form li{ grid-template-columns:124px 1fr;}
.contact_form li.last blockquote{ color: #289044;
  }
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #289044; }
.contact_form li.last cite{ color: #fff; background: #CDE2D0; 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: 115px;  font-size: 16px;}

@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
    .contact_content .information_right{ padding-left: 10px;}
}
@media screen and (max-width:400px) {
  .contact_form li{grid-template-columns:1fr; }
}



.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) { 
}




