@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", serif;
}
.path p, .path p a{ display: none;}
.edit{ padding: 0px 0;}
.info_fix{ display: none;}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* banner */
.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hsinhodesign/banner1-bg.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/hsinhodesign/banner2-bg.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
    filter: saturate(1.05) contrast(1.08);
}


@media screen and (max-width: 768px) {
    .swiper-slide img {
        /* position: relative; */
        height: 500px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
    .swiper-wrapper .swiper-slide:nth-child(1)::after {
        background-image: url(https://pic03.eapple.com.tw/hsinhodesign/banner1-m-bg.png);
        background-size: 75%;
    }
    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        background-image: url(https://pic03.eapple.com.tw/hsinhodesign/banner2-m-bg.png);
        background-size: 75%;
    }
}
@media screen and (max-width:600px) {
    .swiper-slide img {
        /* position: relative; */
        height: 400px!important;
        width: auto!important;
        object-fit: cover!important;
        /* left: -40%; */
    }
    .swiper-wrapper .swiper-slide:nth-child(1)::after {
        background-size: 90%;
    }
    .swiper-wrapper .swiper-slide:nth-child(2)::after {
        background-size: 90%;
    }
}


.product_info_page .swiper-slide:nth-child(1)::after,.product_info_page .swiper-slide:nth-child(2)::after{ display: none!important;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/* ===== */
.main_header_area .container {
    max-width: 90%;
}

.header_area {
    background: #FFF;
    padding: 0px 10px;
    transition: 0.4s;
}

.header_area.sticky {
    background: #ffffffcd;
}

.tp_links{ display: none;}
.me_tp_features{ display: none;}

.shop_search_btn{ background: #555;}

.stellarnav {
    padding: 12px 0 0;
}

.nav-brand{ max-width: unset;}

.nav-brand img{ max-width: 180px; padding-top: 6px;}

.stellarnav>ul>li>a {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    color: #444444;
    transition: all 0.3s;
    padding: 26px 16px 28px 16px;
    height: 92px;
}


.stellarnav li.has-sub > a:after{
    border-top: 6px solid #444444;
}

.stellarnav>ul>li>a:hover{
    letter-spacing: 2px;
    color: #8B8B8B;
}
.stellarnav ul ul{
    left: 8px;
    top: 60px;
    font-size: 15px;
}

.stellarnav li a{
    color: #444444;
    font-size: 15px;
}

.stellarnav ul ul li a:hover{
    border: 0px;
    background: #8B8B8B;
    color: #fff;
}

/* 商品下拉超過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;
}

/* 
.stellarnav.mobile ul {
    background: #000000;
} */

.stellarnav.mobile>ul>li {
    border-bottom: 1px #101010 solid;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
    background: #000000;
}


/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #696969;}
.stellarnav .menu-toggle:after { color: #696969;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #D5D6D8;
    color: #696969;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #696969;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #696969;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
    top:-7px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #606060;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #606060;
  }
  .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(208, 208, 208, 0.5) 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:1024px) {
    .header_area {
        background: #fff;
    }
    .header_area.sticky { background: #fff;}
    .stellarnav{ padding: 0px 0px 0px;}
    .stellarnav>ul>li>a {
        padding: 0px 16px 0px 16px;
        height: 40px;
    }
}

@media screen and (max-width:768px) {
    .nav-brand img{ max-width: 160px;}
    .stellarnav.mobile{ left: -40px; top: 28px;}
    .stellarnav.mobile > ul > li > a{
        padding: 20px 43px 20px 10px;
        color: #444444;
    }
    .header_area{ padding: 4px 10px;}
    .stellarnav li a{padding: 7px 14px; }
}

@media screen and (max-width:570px) {
    .stellarnav.mobile{ left: -20px; top: 36px;}
}



/* 主分類超過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/＝＝＝＝＝*/
.center {   max-width: 85%;}
.footer { padding: 40px 0 0; background: #e2e2e2;}
.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.mail:before{ content: 'Email：';}

.footer_menu { border-top: 1px solid #e1d7cdab;  padding-top: 15px;    width: 90%;}
.footer_menu a {  margin: 0;  padding: 5px 25px 5px 0px;  border: none;  background: transparent;  transition: all 0.3s;  color: #8B8B8B;}
.footer_menu a:nth-of-type(1) { display: none;}

.footer_menu a:hover {  background: transparent;  letter-spacing: 2px;  transition: 0.5s; }
.footer_info li:nth-child(2) {  padding-bottom: 2%;}
.copy, .copy a {  color: #464646;  border-top: none;}
.box_link {  width: auto;  display: flex;  flex-direction: row;  flex-wrap: wrap;  justify-content: flex-start; display: none;}
.box_link a{transition:all 0.3s; padding: 5px;  font-size: 20px;border: 1px #fff solid; width: 36%;}
.box_link i { color: #fff;}
.box_link a:hover {  background: #caa88f;}
.footer_logo { width: 250px;  padding-right: 20px;}
.footer_logo img{ width: 80%;}

@media screen and (max-width: 1440px) {
    .center {  max-width: 100%; width: 100%;}
    }
@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) { padding-bottom: 0px; text-align: center;}
    .footer_info ul>li>p { width: 100%;  text-align: center;}
    .box_link {  width: auto;  flex-wrap: nowrap;  position: sticky;  margin-top: 1%;}
}
@media screen and (max-width:1024px) {
    .stellarnav ul{ padding-top: 4px;}
}
@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 {margin: 3px; width: 105px; padding: 5px;}
    
    }
    
    @media screen and (max-width: 600px) {
    .box_link {    text-align: center;}
    }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px;}
/* .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;}
.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;}
.product_info_page  .swiper-wrapper .swiper-slide:nth-child(1)::after { display: none;}

@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) {
}

/* 首頁 */
.i_prod_tit span, .i_video_tit span{color: #696969; font-size: 24px; font-weight: bold; }
.animated-arrow{ background: #8B8B8B; width: 200px; height: 40px; line-height: 40px;} 
.animated-arrow b { font-weight: 400;}
.i_prod_b a i.fa-solid.fa-arrow-right{ display: none; }
.prod_part{ padding: 50px 20px 80px;  margin-top: 50px;}

/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);} */
.product-layer-two > li:last-child{ border-bottom: 0px;}
.product-layer-two li a{ background: transparent; color: #444;  padding: 12px 16px; transition: 0.3s;}
.product-layer-two li a:hover{ background: #8B8B8B; color: #fff;}
.product-layer-two li li a{ color: #000; background: unset; }
.product-layer-two li i{ color: #fae5ea; } 
.product-layer-two > li.active > a{ background: #8B8B8B; border: 0px; color: #fff;}


/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr; grid-gap: 40px 60px ;}
.products-list .price { display: none;}
.products-list .name{ font-size: 18px; color: #696969; font-weight: bold; text-align: center;
    /* height: 68px; */
}
.products-list .more{ font-size: 15px; color: #EDEDED; border: 0px; }
.products-list .item a:hover .more{ background: transparent; color: #CDCDCD;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;}

    .products-list .pic{ overflow: hidden;}
.products-list .item a:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  transition: all 1s linear;
  opacity: 0.75;
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn h2{ color: #262626; font-size: 20px;}
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}
.pd_tabTitle li.activeTab a{ color: #606060; font-size: 22px; font-weight: bold;}

.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid;}
.inquiry_a1{ background: #A6A6A6;}
.inquiry_a2{ background: #8B8B8B;}
.inquiry_a1:hover { background: #8B8B8B;}
.inquiry_a2:hover { background: #A6A6A6;}

.rewrite_simple{ background: #A6A6A6;}
.send_simple{ background: #8B8B8B;}


/* 相關推薦 */
.prod_related h6 span:before{  color: #606060; font-size: 22px; font-weight: bold;}
.prod_related{ background: transparent; padding: 80px 15px 60px;}
.related_list li a{ background: transparent;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 10px; height: 30px;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
}
@media screen and (max-width:980px) {
    .products-list, .pageIndex .products-list{
        grid-gap:40px 60px;
    }
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width:768px) {
    .product-layer-two{ display: block!important;}
    .product_page .product_menu_list>h5{ display: none;}
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .mobile_product_name{ display: none;}
    .products-list .price b{ text-align: center!important;}
}
@media screen and (max-width:450px) {
    .products-list{grid-template-columns:1fr; gap: 24px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0; margin-top: -112px;}
.bannerindex { position:relative; height:auto; top: -112px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width:1024px) {
    .bannerindex{ top: 0px;}
    #content_main { margin-top: 0px;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/
/*文章*/
.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 rgba(103, 107, 114, 0.5);}
/* .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: #EDEDED; bottom: -20px;}
.subbox_item a:hover:before {  color: #CDCDCD; 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: #8B8B8B !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: #696969;   font-family: "Noto Sans TC", "Roboto", serif; }
/*文章縮圖長寬比例*/
.module_i_news li a:hover img, .subbox_item a:hover img { transform: scale(1.2); 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: #8B8B8B;}
.submenu li.on_this_category a, .submenu a:hover {  background: #fff;}
/*文章內頁*/
.blog_back a.article_btn_back { background: #A6A6A6; color: #ffffff;}
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: #262626;   margin-left: 5px;   font-size: 25px; }
.blog_shareData {  margin-bottom: 17px;}
.blog_back a.article_btn_next { background: #8B8B8B;  color: #fff;}
.blog_back a.article_btn_prev {  background: #8B8B8B; color: #fff;}
.lastPage{  background: #8B8B8B;  }
.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;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.album_page .main_part,.album_class_page .main_part { max-width: 1100px;}

/* 相簿 */
.show-list{
    grid-template-columns: 1fr 1fr 1fr;
}
.show-list .show_pic {
    height: 200px;
    border-radius:0;
    border: 0px solid #C2C2C2;
}
.show-list .show_pic img {
    width: 100%;
    height: 100%;
    height: 100% !important; 
    display: inline-block;
}
.subalbum-menu h2 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #111;
}
.block {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 10px;
    background: #111;
    vertical-align: middle;
}

.pic-list .show_pic{
    height: 180px;
}
.show-list .show_name { color: #444444; font-size: 16px; font-weight: 500; }
.show-list .item:hover .show_name{ color: #8B8B8B;}
.overlay{ background: rgba(0,0,0,.2) ;}

.show-list .item{ width: unset; margin: 20px 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 20px auto ;}
.other_album_choice li{ background: #8B8B8B; border-radius: 0px;}

@media screen and (max-width:980px) {
    .show-list .show_pic{
        height: unset;
    }
    .show-list{
        grid-gap: 50px;
    }
}
@media screen and (max-width:768px) {
    .show-list{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:400px) {
    .show-list{
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 聯絡我們 */
.blank_letter{  font-family: "Noto Sans TC" ; color: #35383C;} 
.info_MAIL:before{  content: "Email";}
.list_before.info li{ padding-left: 44px; }

.contact_form{grid-gap:16px; }
.contact_form li.last blockquote{ color: #8B8B8B;}
.contact_form li.last blockquote, .contact_form li.last cite{ border: 1px solid #8B8B8B;}
.contact_form li.last cite{ color: #fff; background: #8B8B8B;}


@media screen and (max-width:1024px) {
    .contact_page #content{
        background-position: left;
    }
}
@media screen and (max-width:600px) {
    .contact_form li .form__label{ background: transparent;}
}






.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) { 
}




