@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/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}
*/
.path { display: none;}
#content {background-image: url(https://pic03.eapple.com.tw/woodcnc2872/CONTACTBG.png);
 background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;}



.contact_editbox {
    margin: auto;
    padding: 0px;
}
/*HEADER--------------------*/

.pageIndex .header_area{
    position: fixed;
    background: #ffff
    padding: 5px;
}
.pageIndex .header_area.sticky{
    background: #F9F5F2;
  
}
.header_area{
    position: fixed;
    background: #F9F5F2;
    padding: 5px;
}
.header_area.sticky{
    background: #F9F5F2;
   
}

.nav-header   { max-width: 300px;}
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 0 20px;
}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area{ /*position: sticky;*/
         background: #ffff;}
    .header_area,
    .pageIndex .header_area{ backdrop-filter: none; }
    .navigation {grid-template-columns: 1fr; }
    .nav-header { max-width: 100%;}
    .nav-brand img { max-width: 75%;}
}

.shop_search_btn {background: #C65C12;}

/*HEADER選單----------------*/
.tp_links{display: none;}
.pageIndex .stellarnav > ul > li > a{ color: #C65C12;  margin: 0 10px;}

.stellarnav > ul > li > a{
color: #C65C12;
font-weight: bolder;}
.pageIndex .header_area.sticky .stellarnav>ul>li>a{ color: #C65C12; text-shadow:none;}
.stellarnav li.has-sub > a:after{
    display: none;
    content: '+';
    border-left:0px;
    border-right:0px;
    border-top:0px;
}
.stellarnav > ul > li.has-sub > a { padding-right: 0px;}
/*.stellarnav > ul > li:hover > a{
    color:#DDC0B1;
    transition: all 0.3s;
}*/
.stellarnav > ul > li > a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #1E2633;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: .5s;
}
.stellarnav > ul > li:hover > a::before {width: 100%;}

/*.stellarnav > ul > li:hover > a{
    color: #DF9561;
    transition: 0.3s;
}*/

.pageIndex .stellarnav > ul > li:hover > a{
    color: #1E2633;
    transition: 0.3s;
}
/*.header_area.sticky .stellarnav > ul > li:hover > a{
    color: #DDC0B1;
    transition: 0.3s;
}*/

@media screen and (max-width: 1024px) {
    .pageIndex .stellarnav > ul > li > a{
        color: #343434;
        text-shadow: none;
    }
    
}

/*第二層*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: #222;
    padding-left: 11px;
    background: #fff;
    transition: 0.3s;
}

ul.album_classes li:first-child{display: none;}

/*選單最大寬度--------------*/
.main_header_area .container { max-width: 80%; }

@media screen and (max-width: 768px) {
    .main_header_area .container { max-width: 100%; }
        .bannerindex {
        padding-bottom: 0;
    }
    .nav-brand img { max-width: 55%;}
}


/*LOGO----------------------*/
.pageIndex .nav-brand{ max-width: 100%;}
.header_area.sticky .nav-brand{ max-width: 80%; filter: none;}
.nav-brand{max-width: 90%;}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area.sticky {backdrop-filter: none;}

    .header_area.sticky {backdrop-filter: none;}

    .pageIndex .nav-brand{filter: none;}

    .nav-brand{  position: relative;  top: 7px;  }
}

/*大圖----------------------*/
#content_main { margin: 0; }
.bannerindex { position: relative;}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.swiper-slide img { height: auto; }
/* ====== 共用 slogan 設定 ====== */
.swiper-slide {
    position: relative;
}

.swiper-slide:nth-child(1)::after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 50%;
    bottom: 18%;
    transform: translateX(-50%);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 100;
    opacity: 0;
}

.swiper-slide:nth-child(2)::after{
    content: "";
    position: absolute;
    pointer-events: none;
    left: 75%;
    bottom: 18%;
    transform: translateX(-50%);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    z-index: 100;
    opacity: 0;
}

/* ====== 各張輪播圖片的 slogan ====== */
.swiper-slide:nth-child(1)::after {
    background-image: url(https://pic03.eapple.com.tw/woodcnc2872/slogan01.png);
}
.swiper-slide:nth-child(2)::after {
    background-image: url(https://pic03.eapple.com.tw/woodcnc2872/slogan02.png);
}

/* ====== 當前頁的動畫效果 ====== */
.swiper-slide:nth-child(1).swiper-slide-active::after {
    animation: slide-left-fade 1s 0.3s both ease-out;
}
.swiper-slide:nth-child(2).swiper-slide-active::after {
    animation: slide-bottom-fade 1s 0.3s both ease-out;
}

/* ====== 動畫效果定義（滑動 + 淡入） ====== */
@keyframes slide-left-fade {
    0% {
        transform: translateX(-60%);
        opacity: 0;
    }
    60% {
        transform: translateX(-52%);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%);
        opacity: 1;
    }
}

@keyframes slide-bottom-fade {
    0% {
        transform: translateX(-50%) translateY(50%);
        opacity: 0;
    }
    60% {
        transform: translateX(-50%) translateY(5%);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* ====== 隱藏 swiper 原子彈圓點 ====== */
.swiper-pagination-clickable .swiper-pagination-bullet {
    display: none;
}

/* ====== 產品內頁關閉 slogan ====== */
.product_info_page .swiper-slide::after {
    display: none !important;
}

/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a { background: #f0f0f0;}

.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: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/*BANNER--------------*/
.banner {
    font-size: 40px;
    padding: 65px 0;
    text-align: center;
    background: repeat center center #f9f9f9;
    height: 600px;
}
.banner h5 {display: none;}
.banner.banB{display: none;}

.banner.banE{ background-image: url(https://pic03.eapple.com.tw/woodcnc2872/bn03.jpg);}
.banner.banC{ display: none;}
.banner.banF { background-image: url(https://pic03.eapple.com.tw/woodcnc2872/bn01.jpg);}
.banner.banblog{ background-image: url(https://pic03.eapple.com.tw/woodcnc2872/bn02.jpg);}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*文章管理------------*/
h5.blog_le_t,
h4.blog_category_title {
   color: #a57657;
   font-size: 25px;
   margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #a57657;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 16px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_back a.article_btn_back { background:#a57657; }
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    transition: 0.3s;
}
.blog_search input[type=search] { border-radius: 2px; }
.blog_le .accordion { border-radius: 2px; }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    /*background-color:#ffffff94;*/
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
}
.subbox_item a:after { display: none; }
.blog_list_ri { 
    width: 100%;
    padding: 15px 10px;
}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 {
    color: #a57657;
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1200px; }

.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: #C65C12!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #C65C12!important;
    transition: 0.3s;
}
.blog_subbox{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.subbox_item a{grid-gap: 0px;}

/*第二層*/
.articel_mainPic img{max-width: 50%;display: none;}
.news_related{display: none;}

@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 768px) {
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 375px) {
.blog_subbox.clearfix {
    grid-template-columns: 1fr;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
*/

/*相簿----------------*/
.show-list .item:hover .show_name{color:var(--SubColor);}
.other_album_choice li{background-color: var(--SubColor);}
.show-list .item:hover a figure img {
    transform: scale(1.1);
    transition: 0.5s;
    top: 0;
    left: 0;
}
.show-list .item a figure img {transition: 0.5s;}
.show-list .show_name {text-align: center;}
.show-list .show_pic{}
.album_info_page .pic-list { 
    -moz-column-count:3; 
    -moz-column-gap:10px; 
    -webkit-column-count:3; 
    -webkit-column-gap:10px; 
    column-count:3; 
    column-gap:10px; 
    width:100%; 
    margin:0 auto; 
}
.album_info_page .pic-list .item { 
    width:100%; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid; 
    padding: 0; 
    margin: 0;
}
.album_info_page .pic-list .show_pic { height:auto; padding:0;}
.other_subalbum li p {margin-top: 10px;}
.other_subalbum li a img{    
    object-fit: cover;
    min-height: 250px;
}
.subalbum-menu h2{display: none;}
.other_album{display: none;}
.other_subalbum li a p{text-align: center;}

@media (max-width: 1440px){
.album_info_page .pic-list{ 
    -moz-column-count:3; 
    -webkit-column-count:3;  
    column-count:3;
    }
}
@media (max-width: 768px) {
    .album_info_page .main_part{padding: 50px 0;}
    .other_album{padding: 0 16px;}
    .other_album:before{width: 0;}
    .album_info_page .pic-list{ 
        -moz-column-count:2; 
        -webkit-column-count:2;  
        column-count:2;
    }
}
@media (max-width: 480px) {
    .album_info_page .pic-list{
        -moz-column-count:1;  
        -webkit-column-count:1; 
        column-count: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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁購物車/＝＝＝＝＝*/

.pageIndex .i_prod_tit span,
.i_video_tit span {
    font-size: 28px;
    font-weight: bold;
    color: #c65c12;
    font-family: "Noto Serif TC";
    position: relative;
}

.pageIndex .i_prod_tit span::before, .i_video_tit span::before {
    content: "PRODUCTS";
    display: block;
    font-size: 60px;
    letter-spacing: 2px;
    color: #553b2e6e;
    font-family: "Roboto Black", sans-serif;
}



.pageIndex .prod_part {    width: 100%;}




/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
dl.State .MoreDets a {color: #fff; background: #c65c12;}
dl.State .MoreDets a:hover { background: #553B2E;}

.Prods_Menulists li a:hover {
    background: #c65c12;
    color: #fff;
}

/*顏色*/
.products-list .more {    border: 1px solid #C65C12;    color: #C65C12;}
.products-list .item a:hover .more {    background: #C65C12;}
/*價格*/
.products-list .name{    height: 55px;}
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap; display: none;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #C65C12;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/

.product_page .main_part {    width: 90%;	max-width: 1500px;     padding: 10px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 260px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two li {
    display: inline-flex;
    margin: 0;
    position: relative;
    flex-direction: column;
}

.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li:hover {    background: #edeadf;}
.product-layer-two li a {    color: #666;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #C65C12;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #C65C12; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #C65C12;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #C65C12;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_pic h6 {   font-size: 12px;   color: #666;}
.product_info_page .main_part {    width: 90%;}
ul.prod{    max-width: 950px;   margin: auto;}
ul.prod li h3.prod-thumb {
    background: #fff;
    color: #C65C12;
    text-align: left;
    padding: 5px 0 10px;
	}
.qaform .breakF{background: #fff;}

ul.prod li h3.prod-thumb, ul.prod li h3.prod-thumb { display:none; }
.bx-wrapper .bx-viewport { border:none; background: none; }
.sidebarBtn {  background: none; }
.sidebarBtn h2 { font-weight: normal; }
.nextaction { background-color: #C65C12;}
.lastaction { color: #ffffff; }
.album_fixed_title {  background: none; }

/*按鈕顏色*/
.inquiry_a1{background:#bdab77 ;}
.inquiry_a2{background: #cbc0a0 ;}
.inquiry_a3{background: #C65C12;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #C65C12;}
.lastaction {    color: #C65C12;    background-color: #efead9;}
.nextaction {    background-color: #C65C12;}
.lastPage {    background: #C65C12;}
/*商品側邊規格*/
.sidebarBtn{border: 0;   }
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related{    background: #ffffff; }
.prod_related h6 span:before{    color: #C65C12;}



/*聯絡表單*/

.contact_content .information_left { display: none;}
.contact_content .information_right {
    text-align: center;
    width: 100%;
    padding: 20px 15%;
}
.blank_letter {
    font-family: 'Noto Serif TC';
    font-size: 28px;
    color: #c65c12;
}

.animated-arrow {
    background: #c65c12;
    color: #ffffff;
    border: 1px #c65c12 solid;}







@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}

/*FOOTER--------------*/
.box_link a { display: none; }
.footer {
	/*background-image: url(https://pic03.eapple.com.tw/);*/
	overflow: hidden;
    background-size: cover;
	padding: 30px 0 0;
	box-shadow: 1px 1px 15px #C65C12;
}
.footer .center {
    position: relative;
    max-width: 1200px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
    grid-gap: 10px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #C65C12;
    display: block;
    width: fit-content;
}
.footer_menu a:before { content: "·"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover {
	background: transparent;
	color:var(--MainColor);
}
.copy {
	background: #c65c12;
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #fff;
	transition:all 0.3s;
}
.footer_info li { padding: 25px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #C65C12;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #C65C12;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { 
    content: "CONTACT"; 
    font-family: 'Marcellus';
    font-weight: 500;
}
.footer_info ul>li:nth-child(2):before { 
    content: "MAIN MENU"; 
    font-family: 'Marcellus';
    font-weight: 500;
}
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #C65C12;
	letter-spacing: 0.15em;
}


.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0px;
}

.footer_info li p.add2:before {
    content: '工廠：';
}

@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.footer_info li+li{margin-top: 0px;}
}

/*手機版選單--------*/
.stellarnav.mobile.active {    z-index: 555;}
.stellarnav.mobile {padding: 10px;}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
	text-align: center;
    font-size: 14px;
    background: #ddd;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
	border-bottom: 2px solid #fff;
}

.stellarnav.mobile.left > ul{    background: #fff;}
.stellarnav.mobile > ul > li{border-bottom: 1px #ccc solid;}
.stellarnav.mobile li.open {    background: #f9f5f2;}

@media (max-width: 768px) {
    #bottom_menu{display: none;}
    .stellarnav > ul > li > a::before {display: none;}
    
}

