@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..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 Serif TC", "Playfair Display", sans-serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*反白顏色*/
::-moz-selection {
    background-color: #bcc8b5;
    color: #fff;
}

::selection {
    background-color: #bcc8b5;
    color: #fff;
}

::-moz-selection {
    background-color: #a7b49e;
    color: #fff;
}

::selection {
    background-color: #a7b49e;
    color: #fff;
}

body {
    overflow: overlay;
}

&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #fff;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #a7b49e;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*大圖*/

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/xinmeowyuan888/ban-p-01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;

}

.pageIndex .swiper-wrapper .swiper-slide:nth-of-type(2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/xinmeowyuan888/ban-p-02.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000000000000;

}

.pageIndex .swiper-wrapper .swiper-slide.swiper-slide-active::before{
       animation:font-in-text 4s ease-in-out infinite;
}


@keyframes banner-title {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}


/* 淡入 + 微微上浮 */
@keyframes catEntry {
  0% {
    opacity: 0;
    transform: translateY(6px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* 左右搖晃（喵感） */
@keyframes catShake {
  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(-6deg); }
  40%  { transform: rotate(5deg); }
  60%  { transform: rotate(-4deg); }
  80%  { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
}


@keyframes rightToCenterScale {
  from {
    opacity: 0;
    transform: translateX(100px) scale(1.3);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}


@keyframes font-in-text {
     from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes banner-text {
    0% {
        height: 112%;
        opacity: 0;
    }

    100% {
        height: 100%;
        opacity: 1;
    }
}



.pageIndex .swiper-wrapper .swiper-slide img {
    transform: none !important;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*Header/＝＝＝＝＝*/

/*Header/＝＝＝＝＝*/
.header_area {
    position: relative;
    z-index: 9999;
    padding: 4px;
    background: #f0f0f000;}
.main_header_area {
    background: #fbf8f3e6;
    max-width: 1400px;
    margin: auto;
    width: 90%;
    border-radius: 70px;
    padding: 0 40px;
    transition: 0.6s;
    
}
 .header_area {
    position: absolute;
    z-index: 9999;
    top: 1%;
    width: 100%;
    transition: 0.6s;
}
.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: #fbf8f3;
}
 .header_area.sticky .main_header_area {
    max-width: 100%;
    border-radius: 0;
    padding: 0 20px;
    transition: 0.6s;
    width: 100%;
}
 .header_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.nav-brand{width: 260px; padding: 4px 0px;}
.nav-header{ max-width: 260px;}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.main_header_area .container {max-width: 1600px;}
.navigation {padding: 0px 0 0px 100px; grid-template-columns:280px 1fr;}
/*header icon*/
.navigation {    padding: 0px 0 0px 20px;}

.stellarnav > ul > li{ top: 18px;}
/*第一層*/
.stellarnav > ul > li > a{
    transition:all 0.3s;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    color: #5f6f5b;
    overflow: inherit;
    font-weight: 500;
}
.stellarnav ul li a:hover {
    color: #BFCBB8;
}

.stellarnav > ul > li > a:hover b {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);}


.stellarnav > ul > li > a b {
    display: block;
    line-height: 30px;
    height: 20px;
    font-style: normal;}


.stellarnav  ul  li  a {    color: #5f6f5b;}


/*HOVER*/


.stellarnav > ul > li:hover > a:not(.tp_links a):before,.stellarnav > ul > li.has-sub:hover > a:not(.tp_links a):before {
    opacity: 1;
    left: 27%;
    transition: all .5s;
}
.stellarnav > ul > li:not(.tp_links) > a:before,.stellarnav > ul > li.has-sub:not(.tp_links) > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/xinmeowyuan888/nav-icon.png) no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    opacity: 0.5;
    left: 47%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(45deg);
    text-align: center;
    top: 50%;
    transition: all 0.5s;
    border-radius: 100%;
}

/* 讓 li 正常排列，不會因為 before 影響佈局 */
.stellarnav > ul > li {
    position: relative; /* 讓 before 以它為基準 */
}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{
    padding: 7px 5px;    
    transition: all 0.3s;
    border-left:0px solid transparent;
    font-size: 14px;
    color: #5f6f5b;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    padding-left: 10px;
    border-color: #f8e4be;
}
.stellarnav li.has-sub > a:after {right: -5px; display: none; }




/*次選單樣式-半透明底色*/
.stellarnav ul ul {
    background:#fbf8f3;
    border-radius: 6px 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    width: 180px;
    top: 55px;
    left: 2px;
}

.stellarnav > ul > li.drop-left > ul{ 
    right: unset;
    top: 58px;
    left: 3px;
}

/* 移除次選單 a 的 border-right */
.stellarnav ul ul li a {
    border-right: 0px !important;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #5f6f5b;
    font: bold ;
    letter-spacing: .1rem;
}
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    border-left: 2px solid transparent ;
}

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color:#cfb076;
    padding-left: 10px;
    font-weight: bold;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    letter-spacing: .1rem;
    position: relative;
    color: #5f6f5b;
}


/*logo*/
.header_area .nav-brand {
    transition: all 0.3s; }

.header_area.sticky .nav-brand {
        max-width: 100%;
        }
/*上方購物車*/
.me_tp_features a.tp_btn_cart {

    border-radius: 10px;
    padding: 5px;
    border: 1px #6b6b6b dashed;
}
.me_tp_features a:hover.tp_btn_cart {
    background-color: #333;
    color: #ffffff;
}

.me_tp_features a.tp_btn_notice {
    border-radius: 10px;
    padding: 5px;
     border: 1px #6b6b6b dashed;
}
.me_tp_features a:hover.tp_btn_notice {
    background-color: #333;
    color: #ffffff;
}   

.me_tp_features {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: none;
}
/*SubMenu*/
.stellarnav .icon-close {padding: 0 15px 0 0;}
.menu-toggle {padding: 20px 0 0 0;}
.stellarnav.mobile > ul > li > a {letter-spacing: 3px;font-size: 15px;margin: 0 0 0 10px;}

.shop_search_btn {    background: #cfb076;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #cfb076;}

/* 商品下拉超過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個--結束 */

 @media screen and (max-width: 1232px) {
    .main_header_area{ width: 97%; }
}
 @media screen and (max-width: 1144px) {
    .stellarnav > ul > li > a{ padding: 20px 2px;}
    .main_header_area{ width: 99%;}
    .nav-brand{ width: 225px;}
    .navigation{ grid-template-columns:225px 1fr;}
}
@media screen and (max-width:1076px) {
    .stellarnav > ul > li > a{ font-size: 14px;}
}
@media screen and (max-width:1043px) {
    .stellarnav > ul > li > a{ padding: 20px 0px;}
}
 @media screen and (max-width: 1024px) {
 .main_header_area .container .navigation {    grid-template-columns: 1fr;}
 .main_header_area .container .navigation> *{grid-row:unset;grid-column:unset;text-align: center;top:-21px;}
 .navigation{ padding: 0px 0 0px 0px;}
 .main_header_area{ border-radius: 0px; width: 100%;}
 .header_area{ padding: 0px;}
.nav-menu>li>a {padding: 10px 0px;}
.stellarnav > ul > li > a{ padding: 0px 2px;}
.stellarnav > ul > li.drop-left > ul{ top: 40px;}
.header_area {
    position: relative;
    width: 100%;
 }
.header_area.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;}
.nav-menu>li>a {    padding: 15px 0px;letter-spacing: 2px;}
/*logo*/
.nav-brand img {
        transition: all 0.3s;
        text-align: center; }
.nav-brand img {max-width: 100%;}

.navigation {
grid-template-columns: 200px 1fr;
grid-gap: 0 20px;
align-content: stretch;
justify-content: center;
align-items: center;
justify-items: center}
.stellarnav > ul > li:not(.tp_links) > a:before,.stellarnav > ul > li.has-sub:not(.tp_links) > a:before{ top: 5px;}


}

@media screen and (max-width:796px) {
    .stellarnav > ul > li > a{ padding: 0px 0px;}
}

@media screen and (max-width: 768px) {

.box_link{justify-content: center;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #889B7A;
    color: #fff;
}
.stellarnav .icon-close:before,.stellarnav .icon-close:after{ border-bottom: solid 3px #fff;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    border-right: 1px #eee solid;
}
    .stellarnav.mobile > ul > li > a {
        text-align: left;
        overflow: auto;
        height: auto;
        line-height: 200%;
        display: block;
        padding: 20px 0px;
    }
.main_header_area .container .navigation> *{ top: 12px;}
    .stellarnav.mobile li a {border-bottom: none;}
    .stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
    .stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
    .stellarnav > ul > li.has-sub > a::before{display: none;}

.stellarnav>ul>li:before {
        content:none;}

    .stellarnav.mobile li.open {
        background: transparent;
        padding: 3px;
    }
    .header_area .nav-brand{max-width:190px;}
    .header_area.sticky .nav-brand{max-width: 190px;}
    .stellarnav > ul > li.drop-left > ul{top: 0px; left: 3px;  border-radius: 0px ; box-shadow: unset;}
    .stellarnav.mobile ul ul{ top: 0px; left: 0px;}
    .stellarnav > ul > li:not(.tp_links) > a:before,.stellarnav > ul > li.has-sub:not(.tp_links) > a:before{ top: 34px; display: none; }
    .stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #e2e2e2;}
}

@media screen and (max-width: 600px) { 
    .header_area .nav-brand{max-width: 170px;}
    .header_area.sticky .nav-brand{max-width: 170px;}
}

@media screen and (max-width: 570px) { 
    .main_header_area .container .navigation> *{ top: 17px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




.footer { background: #fbf8f3;}
.center { max-width: 100%;}
.footer_logo {max-width: 300px; }
.footer_logo img { max-width: 300px; width: 100%;}
.footer_info { padding: 0; display: flex; flex-direction: column; align-items: center; grid-gap: 8px;}
.footer_info ul { width: calc(100% - 100px); padding: 0;}

/*footer_info*/
.footer_info li {
    text-align: center;
}
.footer_info li:nth-child(1) { width: 90%; padding: 10px 10px 0; text-align: center; display: flex; justify-content: center; flex-wrap: wrap; margin: auto;}
.footer_info li p { display: inline; margin: 0 20px; color: #1d1d1d;}
.footer_info li p a { color: inherit;}
.footer_info li p a:hover { color: #BFCBB8;}
.footer_info li p.add2:before { content: '營業時間：';}

/* .footer_info li p.tel {order: 1;}
.footer_info li p.line { order: 2;}
.footer_info li p.mail { order: 3;}
.footer_info li p.add { order: 4;} */


/*footer_menu*/
.footer_info li:nth-child(3) { display: inline-block; width: 100%; vertical-align: top; text-align: center;}
.footer_menu { margin-top: 10px; /*display: grid; grid-template-columns: repeat(auto-fit, minmax(min(130px,100%), 1fr)); gap: 5px;*/}/*footer按鈕最小寬度100px*/
.footer_menu a:nth-of-type(1) { display: none; }
.footer_menu a { margin: 5px; padding: 5px 25px 5px 15px; background: transparent; text-align: center; border: none; border-right: 1px #7a8c7478 solid; text-align: center; color: #7A8C74;}
.footer_menu a:last-child { border-right: none;}
.footer_menu a:hover { background: transparent; color: #BFCBB8; }


.box_link{ display: none;}

/*版權*/
.copy { background: #889B7A; color: #FFF; border: none;}
.copy a { color: #FFF; transition:all 0.3s;}


@media screen and (max-width: 768px) {
    /*footer*/
    .footer_info { justify-content: center;}
    .footer_logo { text-align: center;}
    .footer_info ul { flex-direction: column;}
    .footer_info li p { display: block;}
    .footer_info li:nth-child(1) { width: 100%; border-right:none;}
    .footer_info li:nth-child(3) { width: 100%;}
    .footer_logo img{ max-width: 270px;}
    .footer_info li+li{ margin-top: 0px;}

    /*底部按鈕*/
    #to_top { bottom:60px;}
    .footer.with_shopping_mode { padding:30px 0 70px; }
}
@media screen and (max-width: 600px) { 
    /*聯絡icon*/
    .box_link { text-align: center;}
}

@media screen and (max-width:420px) {
    .footer_info ul{ width: 88%;}
    .footer_menu a{ border-right: 0px;  padding: 5px 26px 5px 15px;}
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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 {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.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) { 
}




