@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans+Deva:wght@100..800&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: "Zen Maru Gothic","微軟正黑體","Playpen Sans Deva", cursive;*/
    font-family: "Noto Sans TC", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}

.edit_part {
  padding: 0;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*反白顏色*/
::-moz-selection{
    background-color: #8b675b;
    color: #e2e2e2;
  }
  ::selection{
    background-color: #8b675b;
    color: #e2e2e2;
  }
  
  body{
      overflow: overlay;
  }
  &::-webkit-scrollbar {
      background: #e2e2e2;
      width: 7px;
  }
  &::-webkit-scrollbar-button {
      display: none;
      background: #e2e2e2;
      border-radius: 0;
    }
  &::-webkit-scrollbar-track-piece {
      background: #e2e2e2;
    }
  
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #8b675b;
    }
  
  &::-webkit-scrollbar-track {
      box-shadow: transparent;
}


 
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*LOGO*/

.nav-brand { width:105px;  transition: all 0.4s;  position: absolute; margin-top: 5px;}
.navigation{ grid-template-columns:300px 1fr;}

/*HEADER*/

.tp_links {
  display: none;
}

.me_tp_features {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}


.pageIndex .header_area {  animation: show-nav 1.2s ease-in-out forwards;}

@keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 從下方滑入 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最終位置 */
    }
}

@keyframes  show-nav {
    from,
    60%,
    75%,
    90%,
    to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      transform: translate3d(0, -3000px, 0) scaleY(3);
    }
  
    60% {
      opacity: 1;
      transform: translate3d(0, 25px, 0) scaleY(0.9);
    }
  
    75% {
      transform: translate3d(0, -10px, 0) scaleY(0.95);
    }
  
    90% {
      transform: translate3d(0, 5px, 0) scaleY(0.985);
    }
  
    to {
      transform: translate3d(0, 0, 0);
    }
  }

.main_header_area .container {  max-width: 90%;}
.header_area {  background: #ffffff;  transition: all .4s ease-in-out;   padding: 10px 0px;   }
.header_area.sticky { width: 100%;  z-index: 9999;  background: #fff;   transition: all .4s ease-in-out;   top: 0;  border-radius: 0; margin: 0 0%;}

/*第一層*/

.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li > a { letter-spacing: 3px; color: #8b675b; font-weight: 400; font-size: 16px; padding: 30px 26px 0px;  margin: 0px; position: relative; z-index: 1; height: 59px;} 
.stellarnav > ul > li > a:hover{color: #3A261A; transform: translateY(-3px);  transition: 0.3s ease-out;}
.stellarnav > ul > li:after { content: ''; position: absolute; right: 0px; bottom: 22px; width: 1px; height: 15px; background-color: #8b675b;}
.stellarnav > ul > li > a b:nth-of-type(2) {  font-size: 13px;}
.stellarnav > ul > li:nth-last-child(1):after{display:none}



/*選單icon*/
.stellarnav > ul > li > a:before {
     content: url(https://pic03.eapple.com.tw/msgogo888/hd_icon1.png);
    position: absolute;
    display: inline-block;
    top: 32%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    }

.stellarnav > ul > li:nth-of-type(2) > a:before {
    content: url(https://pic03.eapple.com.tw/msgogo888/hd_icon2.png);}
.stellarnav > ul > li:nth-of-type(3) > a:before {
    content: url(https://pic03.eapple.com.tw/msgogo888/hd_icon1.png);}
.stellarnav > ul > li:nth-of-type(4) > a:before {
    content: url(https://pic03.eapple.com.tw/msgogo888/hd_icon2.png);}
.stellarnav > ul > li:nth-of-type(5) > a:before {
    content: url(https://pic03.eapple.com.tw/msgogo888/hd_icon1.png);}
.stellarnav > ul > li:nth-of-type(6) > a:before {
    content: url(https://pic03.eapple.com.tw/msgogo888/hd_icon2.png);}



/*第二層*/
.stellarnav ul ul {  background: #ffffff; box-shadow: 5px 5px 25px rgb(0 0 0 / 6%);}
.stellarnav li li {border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {  padding: 10px 12px;  transition: all 0.3s;  border: none;  position: relative; letter-spacing: 1px; font-size: 15px; color: #8a665c;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #8b675b; padding: 12px 5px 12px 35px; background: transparent; border: none;}
.stellarnav li li > a:before { content: ''; position: absolute; left: -14px; opacity: 0; transition: all 0.8s; width: 0px; height: 1px; background: #DB8B1F;top: 25px;}
.stellarnav li li:hover > a:before{ opacity: 1; left: 10px; width: 14px;}
.stellarnav.desktop li.has-sub a{ color: #8b675b;}
.stellarnav.desktop li.has-sub a:hover{  color: #3A261A; }
.stellarnav > ul > li.drop-left > ul{ right: unset; left: 0;}


/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #4c4c4c;}
.stellarnav .menu-toggle:after { color: #4c4c4c;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background:  #8b675b;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #ECF0E5;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #8b675b;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #8b675b;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 7px;
  }
  .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;
    display: contents;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(224, 224, 224, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}


@media screen and (max-width:1438px) {
    .stellarnav > ul > li > a{ padding: 30px 14px 0px;}
}
@media screen and (max-width:1308px) {
    .stellarnav > ul > li > a{padding: 30px 12px 0px; }
    .nav-brand{width: 230px; }
    .navigation{ grid-template-columns:230px 1fr;}
}
@media screen and (max-width:1134px) {
    .stellarnav > ul > li > a{ font-size: 14px;}
}

@media screen and (max-width: 1024px) {

.stellarnav ul {  text-align: center;    padding-top: 55px;   margin-bottom: -20px; }
.nav-brand { margin-top: 32px; width: 280px; z-index: 99;}
.header_area{padding: 30px 0; }
.header_area{ background: #ffffffe6;}
.nav-header{ z-index: 9999;}
}

@media screen and (max-width: 768px) {
.header_area {    background: #ffffff;    transition: all .4s ease-in-out;    padding: 10px 0px;     position: relative;    top: 0;   border-radius: 0;    width: 100%;    margin: 0;   height: 65px;}
.header_area.sticky {  background: rgb(255 255 255 / 92%); padding: 0px;  backdrop-filter: none;}
.header_area.sticky .nav-brand {  background: transparent; backdrop-filter: none; width: 100px; margin: 15px auto; animation: none;}
.header_area.sticky .nav-header { width: 170px; transition: all 0.3s;  background: #ffffffb5; box-shadow: 1px 1px 25px rgb(0 0 0 / 3%); border: 1pt solid #FFF; backdrop-filter: saturate(93%) blur(10px);}
.nav-brand {  margin-top: 75px;   width: 250px; }
.pageIndex .header_area {  animation: none;}
.stellarnav.mobile > ul > li > a{ padding: 20px 43px 20px 10px; font-size: 15px;}
.stellarnav > ul > li:after{ width: 0px; height: 0px;}
.stellarnav > ul > li > a:before{ top: 48%; left: 22%;}
.stellarnav.mobile.left > ul{ top: -56px;}
.stellarnav.mobile{ top: -4px;}
.nav-header{ z-index: 9;}
}


@media screen and (max-width: 570px){
    .nav-brand{ 
      width: 80px;
      background: #e5d6c5;
      border-radius: 0 0 10px 10px;}

    .stellarnav.mobile{ top: 8px;}
    .stellarnav > ul > li > a:before{  left: 43%;}
}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁購物車*/
.animated-arrow {
  background: #6e4739;}

.i_prod_tit span, .i_video_tit span {
  font-size: 35px;
  color: #684b42;
  font-weight: bold;
  letter-spacing: 4px;
}


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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:#6e4739;}
.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:#6e4739;}

.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;}

.product-layer-two li:hover > a, .product-layer-two li.active > a {
  color: #ffffff;
  background: #EDB569;
  padding-left: 25px;
}

.products-list .pic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.products-list .price b {
  color: #86685b;
  font-size: 16px;
  width: calc(50% - 10px);
}

.product-layer-two li a {
  position: relative;
  border: 1px #fff solid;
  padding: 7px 16px;
  display: block;
  font-size: 16px;
  color: #391911;
  background: none;
  transition: all 0.3s;
}

.products-list .more {
  border: 1px solid #6e4739;
  color: #6e4739;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  transition: all .5s;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.products-list .item a:hover .more {
  background: #6e4739;
  color: #fff;
  letter-spacing: 2px;
}

.prod_related {
  background: #ffffff;
  padding: 25px 15px;
}

/*內頁*/
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
  letter-spacing: 2px;
  background: #836254;
}

.prod_related h6 span:before {
  content: '相關推薦';
  font-size: 24px;
  color: #6e4739;
}

@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 {
  background: url(https://pic03.eapple.com.tw/msgogo888/bn_01.jpg);
  padding: 150px 20px 140px;
  position: relative;
}
.banner h5 { color: #6e4739; font-size: 48px;}
.blog_page .banner h5:after{
  content: "NEWS";
  display: block;
  font-size: 26px;
  color: #efb871;
  font-weight:bold;
  text-align: center;
}

.product_page .banner h5:after{
  content: "PRODUCTS";
  display: block;
  font-size: 26px;
  color: #efb871;
  font-weight:bold;
  text-align: center;
}


.banner.banA {}
.banner.banB {}
.banner.banC {display: none;}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.blog_page .main_part{
    padding: 50px 20px 70px;
}
  /*文章設定*/
  /*一排呈現
  .subbox_item { width:100%;}
  */
  
  /* 側邊hover */
  .blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #6e4739 !important; border-radius: 50px;}
  .submenu {background: #fff;}
  .submenu a{padding: 12px 12px 12px 30px;}
  .submenu a:hover {background: #ddd1ba;color: #6e4739;padding: 12px 12px 12px 35px;}
  .blog_le .accordion {border-radius: 0;border: none;}
  .blog_le .accordion li{border-bottom: 0px;}
  .blog_le .accordion li:last-child{border-bottom: none;}
  .blog_le .accordion li.open {background: #ddd1ba;}
  .blog_le .accordion li.open a{color: #6e4739;}
  h5.blog_le_t{ display: none;}
  h5.blog_le_t em{ display: none;}
  .blog_search input[type=search]{ border-radius: 0px;}

  /* 右邊 */

  /* 右邊往右上角移動 */
  .subbox_item:hover{
    /* -webkit-transform: translate(20px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px); */
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }

  .share_page .edit {    text-align: justify;    line-height: 180%;}
  .subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
  .blog_le .accordion > li {    transition: all 0.3s;}
  .blog_box_edit {    line-height: 180%;    text-align: justify;}
  .blog_box_edit .edit { padding: 16px 0px 24px;}
  h4.blog_category_title {    text-align: justify;}
  .link a {    width: 100%;    display: block;    padding: 15px 10px;}
  .accordion li .link {    padding: 0; border: 0px!important;}
  .blog_list_ri{padding:16px; }
  .blog_list_ri h5 {
    color: #6e4739;
    font-weight: bold;
    font-size: 18px;
}
  .blog_list_ri em {
  color: #86685b;
  border-bottom: 1px solid #86685b;
  padding-bottom: 12px;
}
  .blog_list_ri p{ height: 42px; padding-top: 4px; color: #0f0f0f;}
  
  .subbox_item a{
    display: flex;
    flex-direction: column;
  }
  .subbox_item a:after {
    display: none;
  }
  .subbox_item a:before {
    color: #803634;
    bottom: -25px;
    display: none;
  }
  .blog_list_le {
    overflow: hidden;
    border-radius: 36px;
  }
  .subbox_item a img{
    transition: all 0.3s;
    border-radius: 26px;
   
  }
  .subbox_item a:hover img{
    /* transform: scale(1.3);
    transition: all 0.3s; */
    -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  transition: all 1s linear;
border-radius: 30px;
  }


@media screen and (max-width:960px) {
    .subbox_item{ border-bottom: 0px;}
}
  
  /*文章分享變1排4個*/
  .blog_page .main_part {    max-width: 1600px;}
  
  .blog_list_le , .blog_list_ri {    width: 100%;}
  .blog_ri{ min-height: 55vh;}
  .blog_subbox {   display: grid; grid-template-columns:1fr 1fr 1fr 1fr;}
  .subbox_item {    width: 100%  ; padding: 12px; }
  @media screen and (max-width: 1024px) {
    .blog_subbox {  grid-template-columns:1fr 1fr 1fr;}
  }
  @media screen and (max-width: 768px) {
    .blog_subbox {   grid-template-columns:1fr 1fr;}
    h5.blog_le_t, .blog_le .accordion{ display: block!important;}
  }
  @media screen and (max-width: 600px) {.subbox_item {   transform: translateY(0px);}  }
  @media screen and (max-width: 450px) {
    .blog_subbox {   grid-template-columns:1fr;}
  }


  /* 內頁 */
.blog_shareData{ display: none;}
.news_related{ background: transparent; padding: 25px 15px 80px;}
.lastPage{ background: #EDB569; border-radius: 100px;}
.news_related_list li a{ background: transparent;  }
.news_related_list li a img{ border-radius: 32px; transition: 0.3s;}
.news_related_list li a:hover img{
    opacity: 0.75;
    transition: 0.5s;
    border-radius: 32px;
}


  /* 內頁 */
  h4.blog_category_title {
    color: #6d463b;
    font-weight: 500;
}
.accordion li .link a {
  font-weight: 500;
}

  .blog_back a.article_btn_prev {background: #EDB569; border-radius: 100px;}
  .blog_back a.article_btn_back {background: #EDB569; border-radius: 100px;}
  .blog_back a.article_btn_next {background: #EDB569; border-radius: 100px;}
  .articel_mainPic img{ border-radius: 60px;}
  .blog_back a { padding: 10px 14px; }
  
  @media screen and (max-width:410px) {
    .blog_back{ width: 100%;}
  }


/*footer*/
.footer {
  background:#ffffff;
  background-size: 100px 50px;
  padding-top: 50px;
  -webkit-animation: noise 1.5s steps(5) alternate infinite;
  animation: noise 1.5s steps(5) alternate infinite;
}
.footer .center { max-width: 85%;}
.footer_info {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.footer_info ul {
  display: flex;
  flex-direction: column-reverse;
}
.footer_info li:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.footer_info li p, .footer_info li p a {
  color: #6c6c6c;
}

.footer_menu {    position: relative;}
.footer_menu:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ddc39354;
  width: 0%;
  animation: nav-line 2.5s cubic-bezier(0.73, 0.08, 0.11, 0.99) forwards;
  animation-delay: 1.7s;
}

.footer_menu a:first-child {    display: none;}
.footer_menu a {
  background: transparent;
  border: none;
  color: #6c6c6c;
  position: relative;
  padding: 20px 12px;
  margin: 0;
  transition: all .5s;
}
.footer_menu a:hover {    
  background: transparent;
  color: #3A261A;}

.footer_menu a:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #3A261A;
  width: 0;
  top: 95%;
  transform: translate(-50%, 50%);
  transition: all .5s;
}
.footer_menu a:hover:after  {   width: 20px;}

@keyframes nav-line {
  0%{   width: 0;    }
  100%{   width: 100%;    }
  
}

.box_link {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  top: 50%;
  justify-content: center;
  text-align: center;
  display: none;
}
.box_link a:hover {
  background: #e6695e;
}
.box_link a {
  background: #f1c9c6;
  border: none;
  font-size: 15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffffff;
  margin: 5px;
  transition: all .8s;
}


.copy {
  background: #8c675d;
  border: none;
  padding: 10px 20px;
  margin-top: 40px;
  color: #ffffff;
}

.copy a{ color: #ffffff;}

@keyframes noise {
  0% {
      background-position: -88px 166px
  }
  20% {
      background-position: 222px -333px
  }
  40% {
      background-position: -111px 444px
  }
  60% {
      background-position: 33px -66px
  }
  80% {
      background-position: -138px 212px
  }
  100% {
      background-position: 317px -197px
  }
}


/*聯絡我們*/

.contact_content .information_left {
  width: 295px;
  display: none;
}
.contact_editbox {
  margin: auto;
  padding: 0;
}

.contact_content .information_right {
  width: 90%;
  margin: 80px auto;
  padding: 0 10px;
  display: block;
}
.contact_content .information_right {
  max-width: 1000px;
}

.contact_form li.last cite {
  background: #6e4739;
  color: #fff;
}

.contact_content {
  margin: auto;
  padding: 20px 10px;
  background: #face6f;
  margin-top: -10px;
}

.contact_form li.last blockquote {
  color: #ffffff;
  background: #86685b;
}

@media (max-width: 1024px) {
  .footer_info {
      flex-direction: column;
  }
}

.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;}

.footer_info li:nth-child(1) {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.contact_form li .form__label {background: none;}

.box_search {
  display: none;
}

}

@media screen and (max-width: 600px) { 
}




