@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}
*/

/*Logo/＝＝＝＝＝*/
/*電腦LOGO*/
.nav-brand {}
.nav-header {max-width: 100px;}

/*手機LOGO
.nav-brand-m {}
*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*Banner/＝＝＝＝＝*/

/*Header/＝＝＝＝＝*/
.main_header_area .container {
    max-width: 1200px;
    margin: auto;
}

.header_area {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px;
    background: rgba(255, 241, 205, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(163, 67, 64, 0.08);
    transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}

.header_area.sticky {
    background: rgba(255, 241, 205, 0.96);
    box-shadow: 0 8px 24px rgba(53, 39, 21, 0.05);
}


.header_area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(227, 207, 155, 0),
        rgba(227, 207, 155, 0.9),
        rgba(227, 207, 155, 0)
    );
    pointer-events: none;
}

/*主選單/＝＝＝＝＝*/
.nav-header img {
    transition: transform .35s ease, opacity .35s ease, filter .35s ease;
}

.nav-brand:hover img {
    transform: scale(1.04);
    opacity: 0.92;
}

/* .header_area.sticky .nav-header img {
    transform: scale(0.95);
} */



/*第一層*********************************************************************/
.stellarnav>ul>li>a {
    color:#352715;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 450;
}
.stellarnav > ul > li > a {
    color:#352715;
    transition:all 0.3s;
    margin: 0 17px;
}
.stellarnav > ul > li > a:hover {
    color:#a34340;
}
.stellarnav li a {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    color: #352715;
    font-weight: 400;
    letter-spacing: 1px;
    transition:all 0.3s;
}
.stellarnav li a:hover {color: #a34340; }
.stellarnav>ul>li:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 8px;
    width: 1px;
    height: 30px;
    border-left: 1px #e3cf9b solid;
}

/*主選單icon/＝＝＝＝＝*/
/* 先把原本套版箭頭清掉 */
.stellarnav li.has-sub > a:after{
    content: "";
    border: none;
}

/* 電腦版把系統原本展開按鈕藏掉，避免跑出多餘符號 */
.stellarnav.desktop .dd-toggle{
    display: none !important;
}

/* 第一層改成 svg 箭頭 */
.stellarnav > ul > li.has-sub > a{
    position: relative;
    padding-right: 20px;
}

.stellarnav > ul > li.has-sub > a:after{
    content:"";
    width:12px;
    height:12px;
    background:url("https://pic03.eapple.com.tw/huamushroom/arrow.svg") no-repeat center;
    background-size:contain;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%) rotate(0deg);
    transition:transform .35s cubic-bezier(.4,0,.2,1);
}

/* 第二層 hover */
.stellarnav li li:hover > a,
.stellarnav li li.has-sub:hover > a{
    color:#5e0300;
    padding-left:10px;
    border-color:#ffffff;
    background:#fff;
}

/* 第二層 */
.stellarnav.desktop ul ul{
    left:50%;
    transform:translateX(-50%);
    padding:0;
    position:absolute;
    list-style:none;
    z-index:98;
    white-space:nowrap;
    background:#fff;
    border:none;
    width:fit-content;
    min-width:130px;
    margin:0;
}

.stellarnav li li{
    border:0;
    width:100%;
    position:relative;
    text-align:left;
}

.stellarnav.desktop li li+li{
    border-top:1px solid rgba(0, 0, 0, 0.1);
}

.stellarnav.desktop li.has-sub li a{
    font-weight:500;
    font-size:14px;
    text-align:center;
    padding:10px 22px 10px 10px;
    white-space:nowrap;
    transition: all 0.3s;
    letter-spacing:1px;
    transform:translateX(0);
    color:#555;
    border:0;
    border-right:6px solid transparent;
    position:relative;
}

.stellarnav.desktop li.has-sub li a:hover{
    background:#5e0300;
    color:#ffffff !important;
}

.prod_classes > li:hover > a,
.prod_classes > li:focus > a,
.news_classes > li:hover > a,
.news_classes > li:focus > a{
    color:#5e0300 !important;
    background:#ffffff;
}

/* 第二層有第三層時，右側箭頭 */
.stellarnav.desktop li li.has-sub > a:after{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    width:7px;
    height:7px;
    border-style:solid;
    border-width:0 1px 1px 0;
    border-color:transparent #b79e6c #b79e6c transparent;
    transform:translateY(-50%) rotate(-45deg);
    transition:border .3s;
    background:none;
}

/* 第三層 */
.stellarnav.desktop ul ul ul{
    top:0;
    left:100%;
    margin:0;
    width:fit-content;
    transform:none;
}

.stellarnav.desktop li.drop-left ul ul{
    left:auto;
    right:100%;
}

/*Footer/＝＝＝＝＝*/

/* 資訊 ----------*/
.copy {
    font-family: "Noto Sans TC", sans-serif;
    text-align: center;
    /* padding: 10px; */
    /* margin: auto; */
    border-top: 1px solid #e3cf9b;
    align-items: center;
    color: #5e0300;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    position: relative;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    background-color: #fff1cc;
}
.copy a {color: #5e0300;transition:all 0.3s;} 
.copy a:hover { color:#a34340;}

.privacyLinks a+a {border-left: 1px solid #5e0300;}

/* 資訊 ----------*/

/* 按鈕 ---------- */
.tp_links {display:none;}

/*浮動按鈕*/
.info_fix {
    width: 30px;
    height: 30px;
    right:15px;
    bottom: 0px;
}

.info_fix_links {
    display: block !important;
}


.linksBtn {display: none;}
a.info_fix_car {
    position: relative;
    overflow: unset;
    background: #A34340;
    transition: 1s cubic-bezier(0, 0, 0.85, 1.02);

}
a.info_fix_car:hover {
    transition: 1s ; 
    transform: rotateY(360deg);
    background: #5E0300;
}

a.info_fix_default.info_fix_fb {background: #2F6EB6;}
a.info_fix_default.info_fix_line {background: #19c818;}
a.info_fix_default.info_fix_ig {
    background: #F5D559;
    background: linear-gradient(90deg, rgba(245, 213, 89, 1) 0%, rgba(233, 85, 65, 1) 50%, rgba(175, 64, 145, 1) 100%);
}
a.info_fix_default.info_fix_phone {background: #a88258;}
a.info_fix_default.info_fix_tel {background: #666b75;}
a.info_fix_default.info_fix_mail {background: #f6b738;}
a.info_fix_default.info_fix_map {background: #9b5688;}

.info_fix_links a{
    transition: 1s cubic-bezier(0, 0, 0.85, 1.02);    
}
.info_fix_links a:hover {
    transition: 1s ; 
    transform: rotateY(360deg);    
}

/* 產品搜尋欄 */
.box_search {
    margin-right:20px;
}

.box_search input[type=text] {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 5px 55px 5px 32px;
    max-width: 250px;
    background: url(../images/search-icon.png) no-repeat 9px center #f9f9f9;
    font-family: "Noto Sans TC", sans-serif;
}

.shop_search_btn {
    background: none;
    color: #352715;
    border-left: 1px solid #e2e2e2 !important;
    font-size: 13px;
    height: auto;
    top: 0px;
    border-radius: 0;
}
.header_area .me_tp_features a {
    color: #775e3d;
    font-size: 14px;
    min-width: 80px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    margin-right:20px;
}

.header_area .me_tp_features a:hover {
    color: #a34340;
}

/* icon ---------- */

/*滾動條/＝＝＝＝＝*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background-color:#fcfcfc;
}
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #5E0300;
}

/*反白/＝＝＝＝＝*/
/* 反白顏色 -------------------- */
::-moz-selection {
    background-color:#5E0300;
    color: #fff1cc;
}

::selection {
    background-color:#5E0300;
    color: #fff1cc;
}

/*其他/＝＝＝＝＝*/

.sb_marquee {display:none;}

/*暫時:footer示意圖/＝＝＝＝＝*/

.footer {
    /* position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 0 0; */
    background: #fff1cc;
}

/* .footer::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 2000 / 300; 
    background: url(https://pic03.eapple.com.tw/huamushroom/footer.jpg) no-repeat center bottom;
    background-size: 100% auto;
    z-index: -2;
    border-bottom: 1px solid rgba(163, 67, 64, 0.08);
}
.footer_info {display: none;} */

.path {display:none;}

/* 商品下拉超過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個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = = = = = 購物車 = = = = = = = =*/

/* = = = = = = = 首頁商品 = = = = = = = =*/
.prod_part {
    padding: 100px 20px;
    background: url(https://pic03.eapple.com.tw/huamushroom/index_p_bg.jpg) center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.i_prod_tit span {
    font-size: 30px;
    color: #352715;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
}
.i_prod_tit span::before {
    content: "PRODUCTS";
    font-size: 70px;
    background: linear-gradient(90deg, #A34340 0%, #a88258 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: block;
    font-weight: 600;
}
.pageIndex .productsListBox, .productsListBox.swiper {
    padding: 60px 0 30px;
}
.products-list .more {background: #fff;}
.products-list .item {
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px #a7a7a787;
    border-radius: 10px;
}


.prod_part {background: #fbfaf8;}

/*外層*/
.products-list .price b {
    color: #352715;}
.products-list .more {
    border: 1px solid #A34340;
    color: #A34340;
}

/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {margin: 0 5px;line-height: 180%;text-align: center;color: #A34340;}
/* .products-list .price b.ori_price {    font-size: 14px;} */

.products-list .price b.ori_price {color: #6d604f;}

.products-list .item a:hover .more {
    background: #A34340;}
.product-layer-two li a {
    border: 1px #A34340 solid;
    background: #A34340;
    color: #ffffff;
    transition: all 0.3s;
    font-family: "Noto Sans TC", sans-serif;
}  
.product-layer-two li a:hover {
    border: 1px #5E0300 solid;
    background: #5E0300;
    color: #ffffff;
}    

/*內層*/
.sidebarBtn .sp_price {color: #bf0f0f;}
.sidebarBtn .sp_price a {color: #bf0f0f;}
.sidebarBtn {
    padding: 25px;
    border: 0px #ddd solid;
    background: #fff;
    box-shadow: 0 0 5px #5555553b;
    border-radius: 15px;
}
.inquiry_a3 {
    background: #A34340;
}
.inquiry_a1 {
    background: #352715;
}
.inquiry_a2 {
    background: #959189;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #352715;
}

/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #A34340;border: 1px solid #A34340;}


/*推薦*/
.prod_related {
    background: #ece8e1;
    }
.prod_related h6 span:before {
    color: #352715;
}
.lastPage {
    color: #fff;
    background: #5E0300;
    border-radius: 10px;
    transition: all 0.3s;
}
.lastPage:hover {
    color: #fff;
    background: #a34340;
}

/*購物車-訂購頁*/
.shopping-cart .cart_head {
    background: #A34340;}
.shopping-cart .cell.product_name p {color: #352715;}
.shopping-cart .cart_content .row {
    border-bottom: 1px solid #A34340;
    color: #352715;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #352715;
}
.contact_le_map a {background: #A34340;}
.total_amount li {color:#352715;}
.rewrite_simple {
    background: #A34340 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background:#A34340 url(../images/simple_right.png) 88% center no-repeat;
}

/*購物車-訂購資料*/
.form label, .formbox_form, .form label.Bigcheck {color: #352715;}
.declaration {
    background: #d9d9d9;}
.border200, .total_amount li input[name=DiscountCode] {color: #352715;}

/*購物車-訂購完成*/
.animated-arrow {
    background: #A34340;
    border-radius: 10px;}
.order_list_tit span {
    color: #A34340;
    border-bottom: 1px #A34340 solid;
}
.payer {
    background: #352715;
}
.order_list_tab td:nth-child(1) {color: #352715;}
.order_list_head p {
    color: #352715;
    border-bottom: 2px #A34340 solid;}
.order_list_pro tr:first-child td {
    color: #352715;}
.order_list_pro tr:first-child {
    background: #A34340;
}  
.last_box_money p, .last_box_money em {color: #352715;}

.products-list .more {background: #fff;}
.products-list .item {
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px #a7a7a787;
    border-radius: 10px;
}

.products-list .item a + button.pd_btn {
    border: 1px solid #5E0300;
    color: #5E0300;
}

.products-list .item a + button.pd_btn:hover {
    background: #5E0300;
    color: #FFFFFF;
    letter-spacing: 2px; /* 比照詳細資料 hover 時的微動效 */
}

.products-list .name {
    font-size: 15px;
    color: #352715;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
}

.pdinfo_link.pdinfo_line, .pdinfo_link.pdinfo_tel {display:none;}

.product_info li .txt_box {color: #352715;font-family: "Noto Sans TC", sans-serif;}

.edit {
    color: #080602;
    font-family: "Noto Sans TC", sans-serif;
    font-weight:350;
}

.pd_tabTitle li a {
    color: #999999;
    font-family: "Noto Sans TC", sans-serif;
}

.news_related h6 span:before {
    content: '相關文章';
    font-size: 24px;
    color: #352715;
}
.news_related {
    background: #ece8e1;
    padding: 25px 15px;
}

.news_related_list li a p {
    font-family: "Noto Sans TC", sans-serif;
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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: 10px;}
.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%;}

.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) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 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);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
/* #content_main { margin:0; display:none;} */

#content {background: #fbfaf8;}

#content_main { margin:0;}
.bannerindex { position:static; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.module_i_news {background: #fbfaf8;}

/*內頁BANNER 設定*/
.banner {background:#ece8e1;    min-height: 200px;font-family: "Noto Sans TC", sans-serif;}
.banner h5 {color: #352715;letter-spacing: .05em;font-weight: 600;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

.banner h5:after {
    content: 'Order Process';
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 140%;
    letter-spacing: .05em;
    color: #352715;
    font-family: "Roboto", sans-serif;
}
.banner.banF h5::after {content: "Our Products";}
.banner.banblog h5::after {content: "Lasted News";}
.banner.banC h5::after {content: "Contact Us";}

.blog_page.article_a .banner h5::after {content: "Health Insights";}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.articel_mainPic img {display:none;}

h4.blog_category_title {color: #352715;    margin-bottom: 20px;}

/* 保健專欄標題樣式 (比照首頁商品 .i_prod_tit 樣式) */
.title_i_box h4 {
    font-size: 30px;
    color: #352715;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
    margin: 0; /* 覆蓋 h4 預設的外距，避免跑版 */
}

.title_i_box h4::before {
    content: "INSIGHTS";
    font-size: 70px;
    background: linear-gradient(90deg, #A34340 0%, #a88258 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: block;
    font-weight: 600;
}

/* 如果 .title_i_box 裡面的 h6 空標籤沒有用到，建議將其隱藏避免干擾排版 */
.title_i_box h6 {
    display: none;
}

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 0px;
}

/* 左側分類欄位 */
.blog_le {
    width: 100%;
    padding: 0;
    width: 240px;
}
h5.blog_le_t {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
    color: #0f8480;
    font-size: 15px;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: .1em;
    font-weight: 500;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}
h5.blog_le_t em {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #610601;
    padding-bottom: 5px;
    font-family: "Noto Sans TC", sans-serif;
}
h5.blog_le_t span {
    display: block;
}
h5.blog_le_t span:before{
    content: 'CATEGORY';
    font-family: "Noto Sans TC", sans-serif;
    font-size: 14px;
    color: #b2b2b2;
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;

}
/* 分類列 */



/* 右側圖文區 */
.blog_ri {
    width: 100%;
    padding: 0 0 0 20px;
    padding: 0;
    width: calc(100% - 240px);
    padding-left: 60px;
    margin-bottom: 0;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: none;
    margin-bottom: 20px;
}
/* 圖文區塊 */
 .blog_subbox {
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    flex-direction: row;
    flex-shrink: 0;
    position: relative;
}
.subbox_item {
    position: relative;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    transition: .6s ease-out;
    height: fit-content;
    width: 100%;
    margin: 0.5%;
    background: transparent;
    margin: 0;
    height: 100%;
    width: 100%;
}
.subbox_item:hover {
    transition: .6s ease-out;
}
.subbox_item li:hover {
    transition: .6s ease-out;
    box-shadow: 9px 12px 20px 0px rgb(181 177 172 / 35%);
}
.subbox_item a {
    grid-template-columns: 1fr;
    gap: unset;
    flex-direction: column;
    height: 100%;
    padding: 0;
    display: flex;
    border: 0;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(162, 162, 162, 0.15);
    border: 1px double #d5d5d5;
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {
    content: none;
}
/* 圖 */
/* 圖片框固定比例 */
.i_blog_le, .blog_list_le {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8f6f5;
}

/* 圖片填滿框，超出裁掉 */
.i_blog_le, .blog_list_le {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8f6f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i_blog_le img, .blog_list_le img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: .4s ease;
}

.module_i_news li a:hover img, .subbox_item a:hover img {
    z-index: 1;
    transition: 0.4s;
    opacity: 0.6;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.module_i_news li a:hover .i_blog_le::before,  .subbox_item a:hover .blog_list_le::before{
    opacity: 1;
    transition: 0.6s;
    margin-top: -20px;
}
/* 文字 */
.blog_list_ri {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px 35px;
}
.i_blog_ri, .blog_list_ri {
    padding: 0;
    margin: 20px;
    width: fit-content;
    height: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i_blog_ri h5, .blog_list_ri h5 {
    font-size:16px;
    text-align: left;
    color: #352715;
    font-weight: 500;
    letter-spacing: 0.05em;
    order: 2;
    padding: 5px 0;
    font-family: "Noto Sans TC", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
}

.module_i_news li:hover h5 {
    color: #a34340;
    transition: color 0.3s ease; /* 增加平滑過渡效果 */
}

.subbox_item:hover h5{
    color: #a34340;
    transition: color 0.3s ease; /* 增加平滑過渡效果 */
}

.i_blog_ri em, .blog_list_ri em {
    font-size: 14px;
    color: #636363;
    margin: 10px 0 0;
    padding: 5px 0;
    letter-spacing: 0.04em;
}
.blog_list_ri em {
    margin: 0;
    order: 1;
    font-family: "Noto Sans TC", sans-serif;
    position: relative;
    left: -40px;
    font-size: 13px;
    color: #858585;
    letter-spacing: 1px;
}
.i_blog_ri p, .blog_list_ri p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 400;
    color: #414040;
    order: 3;
    margin: 10px 0;
    font-family: "Noto Sans TC", sans-serif;
}

.accordion li .link a {
    transition: background-color 0.3s ease; 
}

.accordion li .link a:hover {
    background:#A34340;
}

.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    background: #A34340;
}

/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em { }
.blog_in_page .blog_ri { }
.blog_in_page h4.blog_category_title {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    text-align: left;
    padding: 30px 0 0;
    font-size: 28px;
    display: block;
    /* background-color: #fff; */
    /* padding: 30px 60px 20px; */
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
    /* border-top: 1px solid #d5d5d5; */
    /* border-left: 1px solid #d5d5d5; */
    /* border-right: 1px solid #d5d5d5; */
    border-bottom: 1px solid #dfdfdf;
}

/* 上下篇按鈕 */
.blog_back {
    z-index: 1;
    width: calc(100% - 240px - 60px);
    margin-left: 0;
    margin-top: 40px;
    display: flex   ;
    justify-content: space-between;
}
.blog_back a {
    font-size: 13px;
    letter-spacing: 0.08em;
}

.blog_back a.article_btn_back {
    background: #a34340;
    transition: .3s ease;
}
.blog_back a.article_btn_prev {
    background: #a88258;
    transition: .3s ease;
}
.blog_back a.article_btn_next {
    background: #a88258;
    transition: .3s ease;
}

.blog_back a.article_btn_back:hover {
    background: #5e0300;
}
.blog_back a.article_btn_prev:hover {
    background: #5e0300;
}
.blog_back a.article_btn_next:hover {
    background: #5e0300;
}

/* 分享按鈕 = = */
.blog_shareData {
    /* border: 1px solid #ccc; */
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    /* display: none; */
    margin-left: auto;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    font-family: "Noto Sans TC", sans-serif;
    transition: all 0.5s ease;
}


/*聯絡我們/＝＝＝＝＝*/
.contact_content .information_left{display:none;}

/* 讓圖片在上 */
.contact_editbox {
  order: 1;
}

/* 讓表單在下 */
.contact_content {
  order: 2;
  background: #fbfaf8;
}

/*聯絡我們/＝＝＝＝＝*/

.contact_content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0px;
}

/* 1. 隱藏左側聯絡資訊 */
.contact_content .information_left {
    display: none !important; 
}

/* 2. 外層容器：設定底色與間距 */
.contact_content {
    order: 2;
    background: #fbfaf8;
    padding: 60px 20px; 
}

/* 3. 表單主體：置中單欄卡片設計 */
.contact_content form[name="sendsp_form"] {
    max-width: 800px; /* 限制單欄寬度，避免輸入框過長 */
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(53, 39, 21, 0.08); /* 柔和的品牌色系陰影 */
    padding: 50px 60px; /* 內距調整，讓邊界留白夠多 */
}

/* 4. 右側線上表單區塊 (佔滿卡片) */
.contact_content .information_right {
    width: 100%;
    padding: 0;
    background: transparent;
}

.information_right h4 {
    color: #5e0300; 
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f4eee2;
    padding-bottom: 15px;
    text-align: center; /* 標題置中更有儀式感 */
    letter-spacing: 2px;
}

/* 5. 輸入框與 focus 特效 */
.contact_form.form .form__insert input[type="text"],
.contact_form.form .form__insert input[type="email"],
.contact_form.form .form__insert textarea {
    width: 100%;
    padding: 14px 18px; /* 稍微加大 padding，讓輸入框更有質感 */
    border: 1px solid #e2e2e2;
    border-radius: 8px; 
    background: #f9f9f9;
    transition: all 0.3s ease;
    font-family: "Noto Sans TC", sans-serif;
    margin-top: 5px;
}

.contact_form.form .form__insert input:focus,
.contact_form.form .form__insert textarea:focus {
    border-color: #a34340;
    box-shadow: 0 0 0 3px rgba(163, 67, 64, 0.15); /* 點擊時的光暈效果 */
    background: #ffffff;
    outline: none;
}

/* 6. 按鈕微動效 */
.contact_form.form li.last {
    margin-top: 40px;
    display: flex;
    justify-content: center; /* 單欄版面按鈕置中比較平衡 */
    gap: 20px;
}

.contact_form.form li.last blockquote input[type="reset"],
.contact_form.form li.last cite input[type="submit"] {
    padding: 14px 45px;
    border-radius: 30px; /* 膠囊狀按鈕 */
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Noto Sans TC", sans-serif;
}

/* 重新填寫按鈕 */
.contact_form.form li.last blockquote input[type="reset"] {
    background: #f4eee2;
    color: #775e3d;
}

.contact_form.form li.last blockquote input[type="reset"]:hover {
    background: #e3cf9b;
    color: #352715;
}

/* 送出按鈕 */
.contact_form.form li.last cite input[type="submit"] {
    background: #a34340;
    color: #ffffff;
}

.contact_form.form li.last cite input[type="submit"]:hover {
    background: #5e0300;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94, 3, 0, 0.25);
}

.contact_form li.last cite {
    background: #d3af7900;
    color: #ffffff00;
    border: 1px #dfd4c300 solid;
}

.contact_form li .form__label{font-family: "Noto Sans TC", sans-serif;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {font-family: "Noto Sans TC", sans-serif;}

.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #dfd4c300 solid;}

/* 7. 手機版 RWD 調整 */
@media screen and (max-width: 768px) {
    .contact_content {
        padding: 40px 15px;
    }
    
    .contact_content form[name="sendsp_form"] {
        padding: 30px 20px; /* 手機版內縮小一點 */
    }

    .contact_form.form li.last {
        /* flex-direction: column; */ /* 手機版按鈕改為垂直排列 */
        gap: 15px;
    }

    .contact_form.form li.last blockquote input[type="reset"],
    .contact_form.form li.last cite input[type="submit"] {
        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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {

.header_area,
.header_area.sticky {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 241, 205, 1);
}
.prod_part {
    padding: 50px 20px;
}
.box_search {margin-right: 0px;}    
.i_prod_tit span::before {font-size: 50px;}    
.title_i_box h4::before {font-size: 50px;}

.contact_form.form li.last blockquote input[type="reset"], .contact_form.form li.last cite input[type="submit"] {
    padding: 14px 0px;
}

/* 文章功能 */
.blog_le {width: 100%;}
.blog_ri {width: 100%; padding-left: 0;}

.blog_list_ri em {left: 0;}
.blog_back {width: 100%;}
.blog_box {padding-right: 45px;}

/* 只針對產品頁的內容區塊增加右側內距 */
.product_page .show_content {
    padding-right: 45px;
}
.product_info_page .show_content {
    padding-right: 45px;
}
.car_page .show_content {padding-right: 45px;}
.car_page .show_content .stepImg { white-space: nowrap;}
.stepImg span.one {margin-left: 10px;}
    
.info_fix_links {padding-bottom: 50px;}    

.contact_form li .form__label {background: rgb(140 168 218 / 0%);}
    
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}

/* footer切版區 勿動 */
.footer{background-color: #FFF1CC;padding:60px 20px 0;font-family: "Noto Sans TC", sans-serif;}
.footer .center{max-width: 1366px;}
.footer_info{display: flex;justify-content: space-between;align-items: flex-start; padding:0;padding-bottom: 60px;}
.footer_logo{margin:0;padding:0;max-width: 170px;width: 100%;margin-right: 25px;}
.footer_logo a{display: block;}
.footer_logo a img{max-width: 100%;}
.footer_info ul{max-width: 1100px;width: 100%; display: flex;justify-content: space-between;align-items: flex-start;}
.footer_info li:nth-of-type(n){padding:0;margin:0;}
.footer_info li:nth-of-type(1) {max-width: 688px;width: 100%;margin-right: 25px;}
.footer_info li p:before{display: none;}
.footer_div{display: flex;justify-content: space-between;align-items: flex-start;}
.footer_div div+div{margin-left: 20px;}
.footer_link p a{display: block;width: fit-content; color:#332613;font-size: 14px;font-weight: 600;line-height: 120%;letter-spacing: 0.1em;transition: .5s;}
.footer_link p a:hover{transition: .5s;color:#5E0300;}
.footer_link p+p{margin-top: 10px;}
.footer_menu{margin-top: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;width: 100%;}
.footer_menu a{padding:5px 10px 8px;border: 1px #5E0300 solid;border-radius: 5px;background-color: transparent;color:#5E0200;font-size: 13px;font-weight: 600;letter-spacing: 0.17em;line-height: 120%; text-indent: 0.17em;text-align: center;transition: .5s;margin:0;}
.footer_menu a:nth-of-type(n+3) {margin-left: 5px;}
.footer_menu a:hover{transition: .5s;background: #5E0300;color:white;}
.footer_menu a:nth-of-type(1){display: none;}
.footer_info li:nth-of-type(2) {max-width: 312px;width: 100%;display: flex;justify-content: space-between;align-items: flex-start;}
.footer_info li:nth-of-type(2) a{display: flex;flex-direction: column;align-items: center;width: fit-content;max-width: 47.5%;transition: .5s;}
.footer_info li:nth-of-type(2) a:hover{transform: translateY(-10px);}
.footer_info li:nth-of-type(2) a s{display: block;text-align: center;margin-bottom: 12px;}
.footer_info li:nth-of-type(2) a s img{max-width: 100%;}
.footer_info li:nth-of-type(2) a span{display: block;color:#332613;font-size: 14px;font-weight: 600;line-height: 150%;letter-spacing: 0.1em;text-indent: 0.1em;text-align: center;}
.keywords{left: 0;}
@media (max-width:1250px) {
	.footer_info li:nth-of-type(2){max-width: 280px;}
	.footer_menu{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 20px 3%;}
	.footer_menu a:nth-of-type(n+3){margin-left: 0;}
}
@media (max-width:1050px) {
	.footer_menu{grid-template-columns: repeat(2,1fr);}
}
@media (max-width:860px) {
	.footer{padding-top: 40px;}
	.footer_info{padding-bottom: 40px;flex-direction: column;align-items: center;}
	.footer_logo{max-width: 140px;margin:0 0 30px;}
}
@media (max-width:768px) {
	.footer.with_shopping_mode{padding:40px 35px 0;}
	.footer_div{flex-direction: column;align-items: flex-start;}
	.footer_div div+div{margin-left: 0;margin-top: 10px;}
	.footer.with_shopping_mode {padding: 40px 35px 56px;}
}
@media (max-width:600px) {
	.footer_info li:nth-of-type(2){max-width: 130px;width: 100%; display: grid; grid-template-columns: repeat(1,1fr);grid-gap: 40px 0;}
	.footer_info li:nth-of-type(2) a{max-width: 100%;}
}
@media (max-width:475px) {
	.footer_logo{margin-bottom: 20px;}
	.footer.with_shopping_mode{padding:30px 5% 56px;}
	.footer_info{padding-bottom: 30px;}
	.footer_info ul{flex-direction: column-reverse;}
	.footer_info li:nth-of-type(2){grid-template-columns: repeat(2,1fr);grid-gap: 40px 5%;max-width: 100%;}
	.footer_info li:nth-of-type(2) a{margin:0 auto;width: fit-content;max-width: unset;}
	.footer_info li:nth-of-type(1){margin:40px 0 0;}
}
/*  */



