@charset "utf-8";

/*換字體*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');


body{font-family: "Noto Serif TC", serif !important;}



/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}

&::-webkit-scrollbar-button {
    background: #fff;
    border-radius: 0;
}

&::-webkit-scrollbar-track-piece {
    background: #eee;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #604c35;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}




/*大圖********************************* */
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:relative; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.swiper-slide {position: relative;}
.swiper-slide:before ,.swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}




.pageIndex .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/belienlife/banner01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -5%;
    left: 70%;
    width: 6%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.43);
}


.swiper-slide.swiper-slide-active:nth-child(1):before { animation: fade-in-elegant  1.8s ease-in-out both;}


.pageIndex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/belienlife/banner01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -5%;
    left: 70%;
    width: 6%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.43);
}


.swiper-slide.swiper-slide-active:nth-child(2):before { animation: fade-in-elegant  1.8s ease-in-out both;}



  @keyframes slide-top {
  0% {-webkit-transform: translateY(100%); 
            transform: translateY(100%);
            opacity:0;}
  100% {-webkit-transform: translateY(0);
            transform: translateY(0);
            opacity:1;}
}

  @keyframes fade-in-elegant {
    0% {
        opacity: 0;
        transform: translateY(20px); 
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*背景*/
#content {
    min-height: 80vh;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;}
#content_main {

    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    z-index: 60;
    position: relative;
    margin-top: 100vh;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;}

#to_top {
        position: fixed;
        left: 10px;
        z-index: 600;
        width: 50px;
        height: 50px;
        padding-top: 10px;
        font-size: 12px;
        color: #604c35;
        text-align: center;
        text-decoration: none;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        border-radius: 100%;
    }
    #to_top i:before, #to_top i:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100px;
        background: #604c35;
        transition: all 100ms ease-in-out;}
        


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
/*首頁*/

.pageIndex .main_header_area {
    transition: all .3s;}
.pageIndex .header_area .main_header_area {
    position:relative;
    width: 100%;
    transition: all 0.3s;
    background: #ffffff00;}
    

.pageIndex .header_area.sticky .main_header_area {
        background: #ffffff;
        transition: all 0.3s;
    }


/*其他分頁*/

.header_area {position: fixed;z-index: 9999; padding: 0px;background: #604c3500; width: 100%;}
.main_header_area {
    background: #ffffff;}
.main_header_area .container {
        max-width: 85%;
        transition: all 0.3s;}


.header_area.sticky .main_header_area .container {
            max-width: 80%;
            transition: all 0.3s;}

.header_area.sticky {
    background:#ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 1px 5px rgba(169, 169, 169, 0.3);}


 .swiper-banner:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }

 .swiper-pagination-bullet {
        display: none; }


/*第一層*/
.stellarnav > ul > li:nth-last-child(8) { display: none !important ;}

/*首頁文字顏色*/
.pageIndex .stellarnav  ul  li  a {    color: #ffffff;}
.pageIndex .stellarnav  ul  li:hover  a {color: #000000; font-weight:bold ;}




/*首頁sticky文字顏色*/

.pageIndex .header_area.sticky a {color: #604c35;}
.pageIndex .header_area.sticky a:hover { color:#000000;}

/*其他分頁文字顏色*/
.stellarnav > ul > li > a {padding: 0 10px 0 0;color: #000000;font-weight: 700;font-size: 17px; line-height: 30px;height: 50px;}
.stellarnav  ul  li:hover  a {color: #604c35; font-weight:bold ;}



.nav-menu {    margin: 0 auto;padding: 0;text-align:center;}
.nav-header {    position: relative;}
.me_tp_features {    position: relative;    right: unset;    top: unset;    width: fit-content;padding: 5px 0 0 0;}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #604c35;}

 .pageIndex .me_tp_features a {color: #ffffff;}
 .pageIndex .me_tp_features .sticky a {color: #604c35;}

.me_tp_features a {color: #ffffff;}
.me_tp_features a:hover {color: #604c35;}

.nav-menu>li:not(.tp_links) {
    padding-right: 15px;
}

.nav-menu>li>a {
    color: #604c35;
    letter-spacing: 3px;
    padding: 25px 7px;
}
.tp_links{display: none;}
.shop_search_btn {
    background: #604c35;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 12px;
    cursor: pointer;
    height: 100%;
}
.nav-menu>li.focus>a {
    color: #604c35;
}
.nav-dropdown>li:hover>a .nav-dropdown>li.focus>a {
    color: #604c35;
}


.stellarnav li.has-sub > a:after {
        content: '';
        margin-left: 10px;
      
        position: absolute;
        top: 20%;
        right: 5px;
        transform: translateY(-50%);}   


.navigation {     padding: 20px 0px 20px 300px;}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 0 20px;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: end;}
/*下拉箭頭*/
.stellarnav li.has-sub > a:after {
            height: 8px;
            width: 8px;
            display: block;
            border-style: solid;
            border-width: 0 1px 1px 0;
            border-color: transparent #000000 #000000 transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: border .2s;
            transition: border .2s;    }    

.sticky .stellarnav li.has-sub > a:after {
           border-color: transparent #604c35 #604c35 transparent; }
            
 .pageIndex .stellarnav li.has-sub > a:after {
           border-color: transparent #ffffff #ffffff transparent; }
   .pageIndex .sticky .stellarnav li.has-sub > a:after {
           border-color: transparent  #604c35 #604c35 transparent; }

/*禮儀方案下拉第一個隱藏*/
.stellarnav > ul > li:nth-last-child(6) > ul > li:nth-child(1) {
        display: none !important;}


/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;   transition: all 0.3s; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #604c35;	padding-left:10px;}
.stellarnav li li.has-sub:hover > a {color: #231815;}




/*次選單樣式-半透明底色*/
.stellarnav ul ul {
    background:#ffffff;
    border-radius: 0 0  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;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--f3-color) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #604c35;
    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:#231815;
    padding-left: 10px;
    font-weight: bold;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    letter-spacing: .1rem;
    position: relative;
}


/*logo*/
.pageIndex .header_area .nav-brand {
    max-width: 100%;
  }

.pageIndex .header_area.sticky .nav-brand {
    filter: none !important;
}


.header_area .nav-brand {
    transition: all 0.3s;
    margin-top: 10px;}

.header_area.sticky .nav-brand {
        max-width: 100%;
        }
   
/* = = = 頁尾 = = = =  = = = = = = = = */


/*換圖*/
.footer {
    padding: 60px 0 0;
    font-size: 14px;
    background: url(https://pic03.eapple.com.tw/belienlife/footer.jpg) no-repeat, #604c35;
    background-position: center;  /*位置*/
    background-size: cover ; /*尺寸*/
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    background-position:60%}


.center {  max-width: 100%;}
   
/*換logo*/
.footer_logo img {width: 0;}
    
.footer_logo {
        background: url(https://pic03.eapple.com.tw/belienlife/footerlogo.png) no-repeat center;
        height: 58px;
        max-width: 250px;
        width: 100%;
        margin-top: 10px;
        background-size: contain;}


.footer_info li:nth-child(1) { display: flex;flex-wrap: wrap;justify-content: center;}
.footer_info {    display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 0 0;}
.footer_info li p {line-height: 175%;letter-spacing: 1px;color: #ffffff;padding: 5px;}
.footer a {  color: #ffffff; }
.footer_menu {display: inline-block; grid-template-columns: repeat(auto-fit, minmax(min(120px,100%), 1fr));  gap: 3px; width: 100%; text-align: center; margin: 0 auto;}
.footer_info li {display: flex;padding: 10px;justify-content: center;}
.footer_menu a {  color: #ffffff;  letter-spacing: 2px;margin: 0;text-align: center;padding: 7px 11px 8px 4px;border: 0;border-right: 1px #ffffff solid;background: transparent;transition: all 0.3s;}
.footer_menu a:last-child {border-right: 0px #d6e1e1 solid;}
.footer_menu a { position: relative; display: inline-block;color: #ffffff;padding: 5px 10px;text-decoration: none;font-weight: 500; transition: all 0.4s ease-in-out; }
.footer_menu a:nth-child(1){display: none;}
.footer_menu a:hover {color: #ffffff;background: #4b3a27;border-radius: 5px;}
.copy {    background: transparent;    color: #ffffff;	border:none;}
.copy a{    color: #ffffff;transition:all 0.3s;}
.box_link {   display: none;}
.box_link a{transition:all 0.3s;}
.box_link a:hover {    background: #433417;   color: #fff;}


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/
/*按鈕*/
.animated-arrow {
    border-radius:20px;
    background: #604c35;
    color: #fff;
    display: inline-block;
    margin-top: 20px;

    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 250px;

    text-align: center;
    position: relative;}

/*頁碼*/
.path p, .path p a {
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    color: #604c35;}
.path p a:hover {
        color: #604c35;}

 /*下拉頁面隱藏下方選單*/
body.other_select_page .promotion_title {display: none;}
body.other_select_page .other_promotion { display: none;}
body.other_select_page .page {display: none;}
/* = = = banner = = = =  = = = = = = = = */

.banner.banA { display: none;}
.banner.banC {display: none;}
.banner {
    background: url(https://pic03.eapple.com.tw/belienlife/banner.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    flex-direction: column;
    height: 80vw;
    max-height: 550px;}

.banner h5 {color:#ffffff;     font-weight: 700;}
    
 @media screen and (max-width: 768px) {
.banner {
                background: url(https://pic03.eapple.com.tw/belienlife/banner.jpg);
                height: 276px;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                background-size: cover;
                background-position: center;
                overflow: hidden;
                background-size: cover;}
                
.banner h5 {
                    color: #ffffff;
                    font-size: 26px;
                    font-weight: 700;
                    margin-top:20%;
    
            }}


/* = = = 購物車 = = = =  = = = = = = = = */  

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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.active a {
    font-weight: bold;
    border: 0px #ccc solid;}
.product-layer-two li a {
    position: relative;
      color: #604c35;
    border: 1px #604c35 solid;
    background-color: #604c3500;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
   }

.product-layer-two li:hover a {    

   background: #604c35;
    color:#ffffff; border: 0px #191919 solid;}

.product-layer-two li li a{ padding:5px 10px;background-color: #f3f3f32b;}
.product-layer-two li li:hover > a { background:#fff; color:#191919;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper {     width: 100%;
    background: transparent;
    padding: 20px;}

.product-layer-two li li:hover{ margin-left: 15px; border-bottom:1px dotted #ccc;}
.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:#191919;}

.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;}

#prod_thumbSwiper .swiper-slide{padding-top: calc(25% - 2px); position: relative;}
#prod_thumbSwiper img{position: absolute; left: 0; top: 0;}
/*外層*/
.products-list .more {
    border: 1px solid #604c35;
    color: #604c35;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.products-list .item a:hover .more { border: 0px solid #604c35;
    background-color: #604c35;}


/*內層*/
#prod_thumbSwiper .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000036;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
}

/*產品資訊標題*/
.pd_tabTitle li.activeTab a {
    color: #604c35;}
    element.style {
        color: #604c35;}
/*產品資訊內文*/
element.style {
    color: #604c35;}
.pd_tabInner_contain {
        padding-top: 20px;
        color: #604c35;}
/*右側商品資訊*/
.product_info li .txt_box {
    display: inline-block;
    vertical-align: top;
    color: #604c35;}
/*標題*/
.sidebarBtn h2 {
    color: #191919;
    font-size: 24px;}
.sidebarBtn .price {
        color: #191919;
        font-size: 22px;}
 .sidebarBtn .sp_price {
            display: block;
            color: #bd2424;
            font-size: 22px;
            font-weight: bold;}
/*加入詢價*/
.inquiry_a1 {
    background: #4d4d4d;}

.inquiry_a2 {
        background: #939393;}
 .inquiry_a3 {
            background: #333;}

 .inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
            letter-spacing: 2px;
            background: #a5a5a5;}

            

/*詢價頁面*/

.rewrite_simple {
    background: #604c35 url(../images/simple_left.png) 10% center no-repeat;
}

.send_simple {
    background: #af9474 url(../images/simple_right.png) 88% center no-repeat;
}
 /*底*/   
.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border: 0px #dddddd00 solid;
    background: transparent;
}

/*內文*/
 .product_info li span {
                display: block;
                font-size: 12px;
                color: #999999;
                margin-bottom: 3px;
                font-family: Arial, Helvetica, sans-serif;
                letter-spacing: 1px;}


 /*底下相關商品*/       
.prod_related {
                    background: #a1a1a170;
                    padding: 25px 15px;}
 .prod_related h6 span:before {
                        content: '相關推薦';
                        font-size: 24px;
                        color: #191919;}


/* = = = 相簿 = = = =  = = = = = = = = */

.show-list .item:hover .show_name
 { color: #604c35;
}
/*尺寸改照原本尺寸*/
.pic-list .show_pic img {
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
}
                     
/* = = = 文章管理 = = = =  = = = = = = = = */

/*文章管理/外層＝＝*/


.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le {
	width: 30%;
}
.blog_list_ri {
    width: 65%;
    padding: 0 0 0 30px;
    position: relative;
}

.i_blog_le img{
	display:block;
    max-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    border-radius:20px;
}

.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    color: #736668;
    -webkit-line-clamp: 3;
    min-height: 80px;
}


.module_i_news li a:before, .subbox_item a:before {
    top: 50%;
    left: 50%;
	bottom:unset;
	right:unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	font-size: 18px;
	
}
.blog_list_le img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
border-radius: 20px;}


/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #604c35 !important;;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #e1dcc8;}
.accordion li .link{background:#fff;}

/*首*/
/*標題*/
.i_blog_ri h5 {
    font-weight: 500;
    font-size: 20px;
    color: #604c35;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.module_i_news .title_i_box h6 {
    font-size: 30px;
    color: #604c35;
    font-weight: bold;}
.module_i_news .title_i_box h4 {
    font-size: 40px;
    color: #604c35;
    font-family: 'Noto Serif TC';
    font-weight: bold;
    letter-spacing:5px;}
.module_i_news .title_i_box {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;}

.module_i_news ul{grid-template-columns:1fr 1fr 1fr 1fr;    max-width: 1400px;}

.module_i_news .title_i_box h4::before {
   
    display: block;
    font-size: 30px;
    font-family: Cardo;
    letter-spacing: 1px;
    color: #767f86;}
.animated-arrow {
    background: #604c35;}




	
/*功*/
.blog_subbox:before{content:none;}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(580px, 1fr));}






/*文章管理/內層＝＝*/
h4.blog_category_title {
    color: #604c35;
    font-size: 30px;
    /* border-bottom: 1px #ccc solid; */
    padding: 10px 0;
    margin-bottom: 20px;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #323232;}
.blog_back a.article_btn_next {
    border-radius:20px;
    background: #af997f;
}
.blog_back a.article_btn_prev {
        border-radius:20px;
    background: #af997f;
}
.blog_back a.article_btn_back {
        border-radius:20px;
    background: #604c35;
}
.lastPage {
    border-radius:20px;
    font-size: 16px;
    color: #fff;
    background: #604c35;
    padding: 10px 20px;
    display: block;
    margin: 40px auto;
    width: 130px;
    text-align: center;
}

/*相關文章*/
.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #604c35;}
@media screen and (max-width: 1024px) {
        .module_i_news ul {
            grid-template-columns: 1fr 1fr;
        }}

@media screen and (max-width: 1000px) {
.module_i_news .title_i_box h6 {
    font-size: 50px;
    }


}
@media screen and (max-width: 768px) {	
.module_i_news ul, .blog_subbox {
    grid-template-columns: 1fr;
}
 .module_i_news .title_i_box h4 {
    font-size: 30px;

}  

/*產品頁面*/
.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_menu_list>h5 {
    color: #604c35;
   font-size: 18px;
    padding: 10px;
   }
.product_menu_list>h5 a {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;}
a.pd_menu_toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px #604c35 solid;
    border-radius: 20px;}

/*產品內頁-標題名稱*/
.mobile_product_name {
    display: block;
    margin-bottom: 10px;
    color: #604c35;}
/*產品資訊*/
.sidebarBtn {
        padding: 15px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        border: 0px #dddddd00 solid;
        }
/*上方購物車*/
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
            display: inline-block;}
/*購物車內頁*/
.inquiry_a1 {
    background: #4d4d4d;}
.inquiry_a2{display: none;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
        letter-spacing: 2px;
        background: #a5a5a5;
    } 
  
.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: 500px) {	
.blog_list_le {
    width: 100%;}
.blog_list_ri {
    width: 100%;
    padding: 5px;}
.blog_list_ri p {
    margin-top: 0px;}
.blog_list_ri h5{font-size:20px;}
.module_i_news .title_i_box h6 {
    font-size: 18px;
    
   }


}

/*******************************************/
.contact_editbox {
    margin: auto;
    padding: 0px;}
/*聯絡我們MAP區改滿版編輯區*/
.contact_content {    width: 100%;padding: 0;}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {    width: 90%;    margin: 80px auto;    padding: 0 10px;    display: block;}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;		max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;display:none;}
@media screen and (max-width: 768px) {.contact_content .information_right {    margin: 50px auto;}}
/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {    max-width: 1000px;}
/**/
/*******************************************/
.contact_form li.last cite {
    background: #604c35;
    color: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 

/*大圖*/
.swiper-banner .swiper-slide img {width: 100%;height: auto;}




@media screen and (max-width: 1400px) {
.container {max-width: 1200px;transition: all 0.3s;}
}

 @media screen and (max-width: 1100px) {
    /*表單*/
                    .contact_form li .form__label {
                    width: 100%;
                    margin-left: 0;
                    text-align: left;
                    font-weight: bold;
                    padding: 5px;
                    background: #604c351f;
                }
                
    .pageIndex .header_area.sticky a {
        color: #604c35;}
.main_header_area .container .navigation {    grid-template-columns: 1fr;}
.main_header_area .container .navigation> *{grid-row:unset;grid-column:unset;text-align: center;}
.nav-menu>li>a {padding: 10px 0px;}
.pageIndex .header_area {position: relative;width: 100%;}
.header_area.sticky {position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;}
.pageIndex .header_area .main_header_area , .pageIndex .header_area.sticky .main_header_area{    background: #ffffff;}
 .stellarnav  ul  li:hover  a {color: #000000; font-weight:bold ;}
.stellarnav ul li a {
    color: #604c35;
}
.pageIndex .stellarnav ul li a {
    color: #604c35;
}
.sticky .stellarnav li.has-sub > a:after {
    border-color: transparent #604c35 #604c35 transparent;
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.nav
.nav-menu>li>a {    padding: 15px 0px;letter-spacing: 2px;}
.me_tp_features {width: 100%;text-align: center; margin-bottom: 7px;}

/*logo*/
.nav-brand img {transition: all 0.3s;text-align: center; }
.nav-brand img {max-width: 80%;}
.navigation {grid-template-columns: 200px 1fr;grid-gap: 0 20px;align-content: stretch;justify-content: center;align-items: center;justify-items: center}
.tp_links {display: none;}}

@media screen and (max-width: 768px) {.bannerindex { padding:0; margin:0;}

/*footer*/
.footer_info li:nth-child(1) {display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;text-align: center;}   
.footer_menu {display: grid;grid-template-columns: repeat(auto-fit, minmax(min(135px, 100%), 1fr));gap: 5px;}
.footer_info li { width: 80%;}   
.footer_menu a {margin: 0;text-align: center;transition: all 0.3s;color: #ffffff;background: #ffffff00;border: 1px #ffffff solid;border-radius: 99em;}
.footer_menu a:hover {background: #49362e; border-radius: 99em;}
.footer_info li p {   text-align: left;color: #ffffff;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.footer_info li{width: 80%;}
.footer_info ul { display: flex;flex-wrap: nowrap;flex-direction: column;align-items: center;}

 /*側邊選單*/
.main_header_area .container {max-width: 95%;transition: all 0.3s;}
.header_area.sticky .main_header_area .container {max-width: 95%;transition: all 0.3s;}
.stellarnav > ul > li > a {border-right: 0px solid #604c35;}
 /*menu*/
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 2px;border-radius: 6px;background: #604c35; margin: 0 auto 4px;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #604c35;display: block;transform: scale(0.9);}
 .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {position: fixed;top: 0; bottom: 0;width: 100%;max-width: 280px; overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 9999;border-right: 1px #604c35 solid;background:#ffffff;}
.stellarnav.mobile li.open { background: #ffffff;}
.stellarnav.mobile ul {background: #ffffff;}
.pageIndex .stellarnav ul li a {color: #604c35;    border-right: 0;}
.stellarnav ul li:hover a {color: #604c35 !important;    border-right: 0;}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile {display: inline-block;padding: 15px 7px;}

/*close*/
 .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {display: inline-block;text-align: right;font-size: 12px;background: #604c35;color: #ffffff;}
.stellarnav .icon-close:after {content: '';display: block;width: 12px;height: 0px;top: 50%;border-bottom: solid 3px #ffffff;position: absolute;transform: rotate(-45deg);}
.stellarnav .icon-close:before {content: '';display: block; width: 12px;height: 0px;border-bottom: solid 3px #ffffff;position: absolute;top: 50%;transform: rotate(45deg);}


#to_top { bottom:60px;}
#bottom_menu li a {  background: #fff;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 60px; }
#to_top { bottom:60px;}}

@media screen and (max-width: 600px) { }



