@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
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* header商品下拉超過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個--結束 */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
}
/*預設解除背景輪播--結束*/


 /* 開啟手機板下方按鈕所需設定 */
@media screen and (max-width: 768px) {
    .footer.with_shopping_mode { padding:30px 0 70px; }
    #to_top { bottom:60px;}
    #bottom_menu {
        display: none;
    }
    #bottom_menu li:nth-child(1) {
        background: #333333;
    }
    #bottom_menu li:nth-child(2) {
        background: #FBC700;
    }
    #bottom_menu li:nth-child(3) {
        background: #7D4113;
    }
    #bottom_menu li a {
        color: #fff;
    }
    #bottom_menu li:nth-child(2) a {
        color: #7D4113;
    }
}
    
@media screen and (max-width: 600px) { 
}
 /* 開啟手機板下方按鈕所需設定--結束 */    


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

:root {
    color: var(--color1);

    --color1:#333333;
    --color2:#7D4113;
    --color3:#B49976;
    --color4:#FBC700;

    --f47:47px;
    --f40:40px;
    --f36:36px;
    --f32:32px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --f16:16px;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------頁碼設定----------*/
ul.page { 
    width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
}

/* 停留在該頁時 */
.page strong {
    background: #6a3906;
}

/* 其他頁 */
.page li {
	margin: 0;
}
.page li a, .page li strong {
    width: 35px;
    height: 35px;
}
.page li a {
    color: #4C5259;
}

/* hover-點擊其他頁 */
.page a, 
.page a:hover {
    transition: all .2s;
}
.page a:hover {
    color: #aacc03;
    background: transparent;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* 麵包屑導覽--隱藏 */
.path {
    display: none;
}



/* 浮動按鈕 */
.fa-mobile-screen-button::before {
    content: "\f2a0";
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    background: #fff;
    padding: 10px 0 10px;
}
.main_header_area .container {
    max-width: 100%;
}
.navigation {
    display: flex;
    align-items: center;
}

/* logo */
.nav-header {
    order: 1;
}
.nav-brand {
    width: 180px;
}

/* 產品搜尋 */
.me_tp_features * {
    transition: all .1s;
}
.me_tp_features {
    order: 3;
    max-width: 220px;
    overflow: hidden;
}
.box_search {
    width: 180px;
    margin: 0 30px 0;
}
.box_search input[type=text] {
    max-width: 180px;
    height: 40px;
    border-radius: 0;
}
.box_search input[type=text] {
    border-radius: 0;
}
.shop_search_btn {
    font-weight: bold;
    background: #333333;
    border-radius: 0;
}


/* header購物車按鈕 */
.me_tp_features a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    margin: 0;
}
.me_tp_features a.tp_btn_cart {
    color: #7D4113;
}
.me_tp_features a.tp_btn_notice {
    color: #fff;
}
.me_tp_features a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 84px;
    background: #B49976;
    z-index: -1;
}
.me_tp_features a.tp_btn_cart::before {
    background: #FBC700;
}
.me_tp_features a.tp_btn_notice::before {
    background: #7D4113;
}
.me_tp_features a i {
    margin: 0 3px 8px;
}
.tp_links {
    display: none;
}


/* 選單 */
.me_tp_features a:hover {
    opacity: .8;
}
.stellarnav * {
    font-family: 'Noto Sans TC', sans-serif;
    transition: all .3s;
}
.stellarnav {
    order: 2;
}
.stellarnav ul {
    text-align: center;
}
.stellarnav > ul > li {
    margin: 0 1.2%;
}
.stellarnav > ul > li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: rgba(247, 245, 242, 1);
    opacity: 0;
}
.stellarnav > ul > li > a {
    height: auto;
    letter-spacing: 2px;
    background: rgba(247, 245, 242, 0);
    padding: 0 8px;
    overflow: unset;
}
.stellarnav > ul > li:last-of-type {
    display: none;
}
.stellarnav li.has-sub > a:after {
    position: relative;
    margin-left: 0;
}
.stellarnav ul ul {
    box-shadow: 2px -2px 15px rgb(0 0 0 / 20%);
}
.stellarnav li li {
    border: 0;
}
.stellarnav li li > a {
    font-size: 15px;
    letter-spacing: 1px;
}
.stellarnav li li > a, 
.stellarnav li li.has-sub > a {
    padding: 12px 15px 12px 10px;
}


/* 文章分類按鈕調整--開始 */

.stellarnav > ul > li.has-sub:nth-last-of-type(2) > a {
    padding: 0 8px;
} /* 按鈕間距調整 */
.stellarnav > ul > li.has-sub:nth-last-of-type(2) > a:after {
    display: none;
} /* 三角形下拉隱藏 */
.stellarnav ul ul.news_classes {
    display: none !important;
} /* 下拉隱藏 */

/* 文章分類按鈕調整--結束 */


/* hover */
.stellarnav > ul > li > a:hover,
.stellarnav > ul > li:hover > a {
} /* 主選單一般變色 */
.stellarnav > ul > li::before,
.stellarnav > ul > li:hover::before {
    transition: all .3s;
}
.stellarnav > ul > li:hover::before {
    opacity: 1;
}
.stellarnav > ul > li.has-sub > a:hover:after,
.stellarnav > ul > li.has-sub:hover > a:after{
    border-top: 6px solid #;
} /* 主選單三角形 */
.stellarnav li li:hover > a,
.stellarnav li li.has-sub:hover > a,
.stellarnav li li.drop-left:hover > a  {
    color: #fff;
    background: var(--color3);
} /* 次分類一般變色 */
.stellarnav li .prod_classes li.has-sub > a:hover:after,
.stellarnav li .prod_classes li.has-sub:hover > a:after{
    border-left: 6px solid #fff;
} /* 次分類三角形 */
.stellarnav li .news_classes li.has-sub > a:hover:after, .stellarnav li .news_classes li.has-sub:hover > a:after {
    border-right: 6px solid #fff;
}

@media screen and (max-width: 1653px) {
.box_search {display: none;}
.stellarnav > ul > li.has-sub > a{    padding-right: 0px;}
}

@media screen and (max-width: 1590px) {
.stellarnav > ul > li > a{    letter-spacing: 0px;}
.navigation {    grid-gap: 0 0px;}

}

@media screen and (max-width: 1440px) {
    .navigation {
        flex-direction: column;
    }
    .nav-header {
        position: static;
        text-align: center;
    }
    .me_tp_features {
        position: absolute;
        right: 0;
        max-width: 100%;
    }
    .me_tp_features a {
        position: relative;
        width: auto;
    }
    .me_tp_features a:before {
        width: 100%;
        height: 61px;
    }

.box_search {display: none;}


}

@media screen and (max-width: 980px) {
    .stellarnav > ul > li {
        margin: 0;
    }
    .stellarnav > ul > li > a {
        padding: 0 4px;
    }
}

@media screen and (max-width: 1024px) {
    .me_tp_features {
        text-align: right;
    }

    .stellarnav > ul > li {    margin: 0 0.2%;}
}

@media screen and (max-width: 768px) {
    .header_area {
        padding-left: 10px;
    }
    .nav-brand {
        width: 50px;
    }
    .nav-brand::before {
        content: '';
        display: block;
        position: relative;
        background: url(https://pic03.eapple.com.tw/rihjing/hd_phone_logo.svg) no-repeat;
        width: 50px;
        height: 50px;
    }
    .nav-brand img {
        display: none;
    }
    .box_search {
        margin: 0 10px 0 auto;
    }
    .me_tp_features a {
        display: none;
    }

    /* 漢堡鈕 */
    .stellarnav .menu-toggle {
        padding-top: 8px;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(1) {
        background: ;
    }
    .stellarnav .menu-toggle span.bars span:nth-child(2) {
    }
    .stellarnav .menu-toggle span.bars span:nth-child(3) {
    }
    .stellarnav.mobile.right .close-menu, 
    .stellarnav.mobile.left .close-menu {
        color: transparent;
        background: transparent;
        padding-top: 20px;
        padding-left: 15px;
    }
    .stellarnav .icon-close {
        display: block;
    }
    .stellarnav .icon-close:before, 
    .stellarnav .icon-close::after {
        width: 25px;
        border-bottom: ;
    }

    /* 主選單展開內容 */
    .stellarnav.mobile ul ul {
        box-shadow: 2px -2px 15px rgb(0 0 0 / 0%);
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #f2f2f2 solid;
    }
    .stellarnav.mobile > ul > li::before {
        height: 45px;
    }
    .stellarnav.mobile li.open,
    .stellarnav.mobile li.open li.open {
        padding: 0;
    }
    .stellarnav.mobile li li > a, 
    .stellarnav.mobile li li.has-sub > a {
        padding-left: 17px;
    }
    .stellarnav.mobile li.open li.open .dd-toggle .icon-plus:before {
        border-bottom: solid 3px #777;
    }
    .stellarnav.mobile li.open li.open .dd-toggle .icon-plus:before,
    .stellarnav.mobile li.open li.open .dd-toggle .icon-plus::after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile li li.has-sub li a {
        padding: 10px 43px 10px 20px;
    }
}

@media screen and (max-width: 500px) {
    .nav-header {
        max-width: 100%;
        justify-content: flex-start;
    }
    .nav-brand {
        margin: 0 0 0 70px;
    }
}

/* = = = 大圖 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.pageIndex .bannerindex {
    position: static;
    height: auto;
}
.pageIndex .swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.pageIndex .swiper-slide:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
    pointer-events: none;
}
/* .swiper-slide.swiper-slide-active::before {
    animation: slide 3s 0.5s both;
} */
.pageIndex .swiper-slide:nth-child(1)::before {
    top: 39%;
    left: 10%;
    width: 20%;
    background-image: url(https://pic03.eapple.com.tw/rihjing/ban01_title.png);
    aspect-ratio: 457 / 250;
}
.pageIndex .swiper-slide:nth-child(2)::before {
    top: 39%;
    left: 10%;
    width: 22%;
    background-image: url(https://pic03.eapple.com.tw/rihjing/ban02_title.png);
    aspect-ratio: 495 / 252;
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }
}


/* = = = footer = = = = = = = = = == = = = = = = = = = = = = = = == = = */

footer * {
    transition: all .3s;
}
footer {
    background: var(--color1) !important;
    padding: 80px 0 20px 0 !important;
}
.footer .center {
    max-width: 1200px;
    padding: 0 3%;
}
.footer_logo a {
    position: relative;
}
.footer_logo a::before {
    content: '';
    display: block;
    position: relative;
    background: url(https://pic03.eapple.com.tw/rihjing/ft_logo.svg) no-repeat;
    width: 220px;
    height: 67px;
}
.footer_logo img {
    display: none;
}
.box_link {
    display: none;
}
.footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.footer_info ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 750px;
}
.footer_info li {
    border-top: solid 1px #fff;
    padding: 25px 10px 10px;
}

/* 聯絡資訊 */
.footer_info li p {
    font-size: 15px;
    line-height: 220%;
}
.footer_info li p,
.footer_info li p a {
    color: #fff;
}
.footer_info li p.line {
    display: none;
}
.footer_info li p.phone:before {
    content: '電話：';
}

/* footer選單 */
.footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 25px;
}
.footer_menu a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    padding: 8px 11px;
}
.footer_menu a:last-of-type {
    display: none;
}

/* 版權聲明 */
.copy, 
.copy a {
    color: #999;
}
.copy {
    border: 0;
    margin-top: 50px;
}

@media screen and (max-width: 900px) {
    .footer {
        padding: 40px 0 20px 0 !important;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_info ul {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .footer_info ul {
        flex-direction: column;
        width: 80%;
    }
    .footer_info li:nth-child(1) {
        margin-bottom: 30px;
    }
    .footer_info li+li {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .footer_info li p:before {
        display: block;
        color: rgb(255 255 255 / 60%);
        line-height: 120%;
    }
    .footer_menu {
        row-gap: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* --------促銷方案--------- */
.other_promotion * {
    font-family: 'Noto Sans TC', sans-serif;
}
.other_promotion {
    display: block;
}
.promotion_title span,
.other_promotion .pmtTime span {
    color: var(--color3);
    font-weight: 600;
}
.promotion_title span {
    font-size: 16px;
    border: 0;
    padding: 0;
}
.promotion_title em {
    display: none;
}
.promotion_title h2 {
    display: block;
    color: var(--color2);
    font-weight: 600;
}
.other_promotion li {
    margin-bottom: 25px;
    overflow: hidden;
}
.other_promotion li a {
    border: 0;
    border-bottom: 1px rgba(125, 65, 19, 0.3) solid;
}
.other_promotion li a:before {
    display: none;
}
.other_promotion li a:after {
    content: '更多內容 +';
    right: -10px;
    bottom: 15px;
    width: auto;
    height: auto;
    text-align: right;
    letter-spacing: 0.05em;
    border: 0;
    transition: all .3s;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
}
.pmtTitle span {
    display: none;
}
.other_promotion .pmtTitle h3 {
    width: calc(100% - 80px);
    color: var(--color1);
}


/* hover */
.other_promotion li a * {
    transition: all .3s;
}
.other_promotion li a:hover {
    background: transparent;
    border-bottom: 1px rgba(125, 65, 19, .6) solid;
}
.other_promotion li a:hover:after {
    width: auto;
    height: auto;
    padding-right: 12px;
    transition: all .3s;
}
.other_promotion li a:hover:after,
.other_promotion li a:hover .pmtTitle h3 {
    color: rgba(125, 65, 19, 0.6);
}


@media screen and (max-width: 768px) {
    .promotions_page .show_content {
        padding: 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* --------文章管理1--------- */

.blog_page.article_a .main_part,
.blog_in_page.article_a .main_part{
    max-width: 1200px;
}

/* 搜尋欄位置中設定 */
.blog_le {
    width: 100%;
}
.blog_search {
    max-width: 220px;
    margin: 0 auto;
}
.blog_ri {
    width: 100%;
}

/* 文章分類 */
h5.blog_le_t {
    display: none;
}
.blog_search input[type=search] {
    border-radius: 0;
}
.blog_le .accordion {
    font-family: 'Noto Sans TC', sans-serif;
    border: 0;
    border-top: solid 1px #dddddd;
    border-radius: 0;
    margin-top: 20px;
    display: none;
}
.accordion li .link a {
    color: #333;
    font-weight: 500;
}
.fa-chevron-down::before,
.blog_le .accordion li.open i.fa-chevron-down::before {
    transition: all .3s;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    content: "\f078";
    transform: rotate(-180deg);
}
.submenu {
    background: transparent;
}
.accordion li+li .link, 
.submenu li+li {
    border: 0;
}
.blog_le .accordion li .link i {
    font-size: 14px;
}
.blog_le .accordion li.open .link i {
    color: var(--color1);
}
.accordion li .link a, .submenu a {
    color: #333;
    letter-spacing: .05em;
}
.submenu a i {
    display: none;
}


/* .blog_page.article_a */
/* 文章列表 */
h4.blog_category_title {
    font-size: 26px;
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.blog_subbox {
    grid-template-columns: repeat(4,1fr);
}
/* .subbox_item a:before {
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(251, 201, 0, 0.5);
    opacity: 0;
    z-index: 2;
}
.subbox_item a:after {
    content: '更多內容 + ';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    width: fit-content;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: solid 1px #fff;
    padding: 5px 12px;
    opacity: 0;
    z-index: 3;
} */
.subbox_item a *,
.subbox_item a .blog_list_le::before, 
.subbox_item a .blog_list_le:hover::before, 
.subbox_item a .blog_list_le:hover::after,
.subbox_item a .blog_list_le:hover::after {
    transition: all ease-in .3s;
}
.subbox_item a:before,
.subbox_item a::after {
    display: none;
}
.blog_list_le {
    position: relative;
    overflow: hidden;
}
.blog_list_le:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(251, 201, 0, 0.5);
    opacity: 0;
    z-index: 2;
}
.blog_list_le:after {
    content: '更多內容 + ';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: solid 1px #fff;
    padding: 5px 12px;
    opacity: 0;
    z-index: 3;
}
.blog_list_ri h5 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
}

/* .blog_in_page.article_a */
.blog_shareData {
    justify-content: flex-end;
}
.blog_back {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 15px 0;
}
.blog_back a {
    font-family: 'Noto Sans TC', sans-serif;
    color: #4D4D4D;
    letter-spacing: 1px;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back, 
.blog_back a.article_btn_next {
    background: transparent;
}

/* 相關推薦 */
.prod_related *,
.news_related_list li a figure::before,
.news_related_list li a figure::after,
.news_related_list li a figure:hover::before,
.news_related_list li a figure:hover::after,
.news_related_list  li a img,
.news_related_list  li a:hover img {
    transition: all ease-in .3s;
}
.news_related {
    background: #F7F5F2;
    padding: 50px 15px 25px 15px;
}
.news_related h6 {
    margin: 0 auto 30px;
}
.news_related h6 span:before {
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
}
.news_related_list li a {
    background: transparent;
}
.news_related_list li figure {
    position: relative;
}
.news_related_list li a p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}
.news_related_list li a figure::before,
.news_related_list li a figure::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.news_related_list li a figure::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(251, 201, 0, 0.5);
    opacity: 0;
    z-index: 2;
}
.news_related_list li a figure::after {
    content: '更多內容 + ';
    position: absolute;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 12px;
    opacity: 0;
    z-index: 3;
}

/* hover - .blog_page.article_a */
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link i, 
.blog_le .accordion > li.on_this_category .link i {
    color: #333 !important;
}
.blog_le .accordion > li:hover .link a, 
.blog_le .accordion > li.on_this_category .link a {
    color: #333333 !important;
}
.submenu li.on_this_category a, 
.submenu a:hover {
    background: transparent;
    color: #333;
    margin-left: 7px;
}
.subbox_item a .blog_list_le:hover::before,
.subbox_item a .blog_list_le:hover::after {
    opacity: 1;
}
.subbox_item a:hover img {
    transform: scale(1.1);
}

/* hover - .blog_in_page.article_a */
.blog_back a,
.blog_back a:hover {
    transition: all .3s;
}
.blog_back a:hover {
    color: #B49976;
}
.news_related_list  li a figure:hover:before,
.news_related_list li a figure:hover::after {
    opacity: 1;
}
.news_related_list  li a:hover img {
    transform: scale(1.1);
}


@media screen and (max-width: 1200px) {
    .blog_subbox {
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 960px) {
    .blog_subbox {
        grid-template-columns: repeat(2,1fr);
    }
    .subbox_item {
        border: 0;
    }
}

@media screen and (max-width: 380px) {
    .blog_subbox {
        grid-template-columns: repeat(1,1fr);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿管理 */

.other_album {
    display: none;
}
.pic-list {
    display: block;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-row-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -webkit-row-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    margin: 0 auto;
}
.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.pic-list .item a {
    display: block;
    margin: 0 auto;

    border: solid 5px #ececec;
    border-radius: 5px;
    overflow: hidden;
}
.pic-list .show_pic::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: rgba(251, 201, 0, 0.5);
    opacity: 0;
    z-index: 2;
}
.pic-list .show_pic::after {
    content: '點擊放大';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #7D4113;
    background: #fff;
    border: solid 1px #fff;
    padding: 14px 12px 16px 12px;
    opacity: 0;
    z-index: 3;
}
.pic-list .show_pic {
    height: auto;
    padding: 0;
    aspect-ratio: auto;
}

/* hover */
.pic-list * ,
.pic-list .show_pic::before,
.pic-list .show_pic::after,
.pic-list .show_pic::before,
.products-list .item:hover .show_pic::after {
    transition: all ease-in .3s;
}
.pic-list .item a:hover .show_pic::before,
.pic-list .item a:hover .show_pic::after {
    opacity: 1;
}
.pic-list .item a:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .pic-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .pic-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */

/* 購物車頁面設定 */
.product_page .main_part { 
    max-width:1500px;
}
.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);
}
* .product-layer-two {
    color: #4D4D4D;
}
.product-layer-two {
    position: relative;
    font-family: 'Noto Sans TC', sans-serif;
    border-top: solid 1px #dddddd;
    padding-top: 20px;
}
.product-layer-two > li { 
    width:100%; 
    max-width:100%; 
    padding:0; 
    text-align:left; 
    border-bottom: 0; 
    padding-bottom: 5px;
}
.product-layer-two li.active a {
    color: #90A183;
    font-weight: normal;
    border: 0;
}
.product-layer-two li a {
    color: var(--color1);
    border: 0;
    background: transparent;
    padding: 7px 5px;
}
.product-layer-two li ul { 
    position:static; margin-top:5px; 
    width:100%; margin-left:0;
}
.product-layer-two li i {
    color: #a5a5a5;
}
.fa-circle-plus::before,
.product-layer-two li i.close::before {
    transition: all .3s;
}
.fa-circle-plus::before {
    content: "\f107";
}
.product-layer-two li i.close::before {
    content: '\f107';
    transform: rotate(-180deg);
}


/* 第二層 */
.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 ul > li + li { 
    margin-top:5px;
}


/* 商品分類hover */
.product-layer-two li:hover ul { 
    border: none !important; 
    /*display:block !important;*/
}
.product-layer-two li li:hover{ 
    margin-left: 7px;
}
.product-layer-two li li:hover > a {
    background: #fff;
    color: #4D4D4D;
}
.product-layer-two li li:hover > a:before { 
    background:#ad925e;
}


/* 商品列表 */
.products-list .item * ,
.products-list .item .pic::before,
.products-list .item .pic::after,
.products-list .item:hover .pic::before,
.products-list .item:hover .pic::after {
    transition: all ease-in .3s;
}
.products-list .item a {
    padding-bottom: 10px;
}
.products-list .pic {
    justify-content: flex-start;
}
.products-list .item .pic::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(251, 201, 0, 0.5);
    opacity: 0;
    z-index: 2;
}
.products-list .item .pic::after {
    content: '更多內容 + ';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 12px;
    opacity: 0;
    z-index: 3;
}
.products-list .name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
.products-list .price {
    display: none;
}
.products-list .price b.ori_price {
    color: rgba(51, 51, 51, 0.4);
}
.products-list .price b.sp_price,
.products-list .price b {
    color: rgba(51, 51, 51, 1);
}
.products-list .more {
    display: none;
}

/* 商品列表hover */
.products-list .item:hover .pic::before,
.products-list .item:hover .pic::after {
    opacity: 1;
}
.products-list .item:hover .pic img {
    transform: scale(1.1);
}

/* .product_info_page */
.product_info_page .product-layer-two { 
    display: none;
}
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}
.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;
}
/* #prod_thumbSwiper .swiper-slide::before {
    background: #90A183;
} */
.product_info_page .half_box li.btn_blankTop input { 
    width: calc(50% - 10px); 
    background-image: none; 
    padding: 0; 
    text-align: center;
}
.sidebarBtn {
    border: 0;
    background: transparent;
    padding: 0 15px 15px;
}
.sidebarBtn h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333333;
}
.sidebarBtn .price {
    border: 0;
}
.sidebarBtn .price span.ori_price {
    color: rgba(51, 51, 51, 0.4);
    text-decoration: line-through;
}
.sidebarBtn .price span.sp_price {
    color: rgba(51, 51, 51, 1);
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
    letter-spacing: 1px;
}
.product_info li .txt_box {
    font-family: 'Noto Sans TC', sans-serif;
    color: #333333;
}
.product_info li:nth-of-type(1) .txt_box {
    font-size: 15px;
}
.radio-inline__label {
    background: #F7F5F2;
    border: solid 2px #F7F5F2;
    border-radius: 0;
    padding: 8px 22px;
}
.radio-inline__input:checked + .radio-inline__label {
    background: #F7F5F2;
    border: solid 2px rgb(251 199 0 / 80%);
}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}
.inquiry_a1 {
    color: #fff;
    border-radius: 0;
    background: #4CAF50;
}
.inquiry_a2 {
    display: none;
}
.inquiry_a3 {
    color: #7D4113;
    border-radius: 0;
    background: #FBC700;
}
.toShare {
    border: 0;
}


/* 商品資訊 */
.pd_tabTitle li {
    border: 0;
}
.pd_tabTitle li a {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333333;
    border-bottom: 1px solid #c2c2c2;
    margin: 0 5px;
}
.pd_tabTitle li.activeTab a {
    color: #B49976;
}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: #B49976;
}

/* 相關推薦 */
.prod_related *,
.related_list li a figure::before,
.related_list li a figure::after,
.related_list li a figure:hover::before,
.related_list li a figure:hover::after {
    transition: all ease-in .3s;
}
.prod_related {
    background: rgb(247 245 242 / 40%);
    padding: 50px 15px 25px 15px;
}
.prod_related h6 {
    margin: 0 auto 30px;
}
.prod_related h6 span:before {
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
}
.related_list li a {
    background: transparent;
}
.related_list li figure {
    position: relative;
}
.related_list li a p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 15px;
}
.related_list li a figure::before,
.related_list li a figure::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.related_list li a figure::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(251, 201, 0, 0.5);
    opacity: 0;
    z-index: 2;
}
.related_list li a figure::after {
    content: '更多內容 + ';
    position: absolute;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 12px;
    opacity: 0;
    z-index: 3;
}
.lastPage {
    background: rgba(180, 153, 118, 1);
    transition: all .3s;
}

/* .product_info_page *//* hover */
.inquiry_a1:hover {
    background: #4CAF50;
}
.inquiry_a3:hover {
    background: #FBC700;
}
.related_list li a figure:hover:before,
.related_list li a figure:hover::after {
    opacity: 1;
}
.related_list li a:hover img {
    transform: scale(1.1);
}
.lastPage:hover {
    background: rgba(180, 153, 118, 0.6);
    transition: all .3s;
}


/* ------結帳頁面------ */
.rewrite_simple {
    background: #7D4113 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {
    background: #FBC700 url(../images/simple_right.png) 88% center no-repeat;
}

/* 訂單成立 */
.pay_text a.animated-arrow:nth-child(1) {
    background: #48AE4F;
}
.pay_text a.animated-arrow:nth-child(2) {
    background: #7D4113;
}
.order_list_tit b {
    color: #333;
}
.order_list_pro tr:first-child {
    background: #333;
}
.order_list_pro tr:first-child td {
    color: #fff;
}

@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_page .product-layer-two,
    .product_page .products-list {
        width: 100%; 
        border-right: none;
    }
    .product_page .product_menu_list {
        width: 100%; 
        order: 0; 
        min-height: unset;
    }
    .product_page .product_menu_list>h5{
        display: block;
    }
    .product-layer-two { 
        margin-right: 0; 
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
        grid-gap: 5px;
    }

    /* .product_page頁面物件順序設定 */
    .product_page .show_content > a { 
        order: 1;
    }
    .product_page ul.products-list { 
        order: 2;
    }
    .product_page ul.page { 
        order: 3;
    }

    /* .product_page */
    .product_page .product_menu_list {
        background: #F7F5F2;
        padding: 5px 15px;
    }
    .product_page .product_menu_list > h5 {
        font-size: 1.3em;
        color: #333333;
        margin: 0;
    }
    .product_menu_list .openNext {
        padding-bottom: 5px;
    }
    .product-layer-two li li,
    .product-layer-two li li a {
        background: transparent;
    }

    /* .product_info_page */
    .mobile_product_name {
        display: none;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
    .product_info_page .main_part {
        padding: 10px 10px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.other_select_page .promotion_title,
.other_select_page .other_promotion,
.other_select_page  ul.page {
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*--------內頁BANNER 設定----------*/

.banner {
    height: 26vw;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner h5 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
}
.banner h5:after {
    content: "";
    display: block;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: rgb(255 255 255 / 50%);
    letter-spacing: 2px;
}

/*促銷方案*/
.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/rihjing/banblog.jpg);
    background-position-x: 60%;
}
.banner.banA h5:after {
    content: "Friend Link";
}
.banner.banB {}

/*聯絡我們*/
.banner.banC {}
.banner.banD {}

/*相簿管理/作品展示*/
.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/rihjing/banE.jpg);
    background-position-x: right;
}
.banner.banE h5:after {
    content: "Comments";
}

/*商品管理*/
.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/rihjing/banF.jpg);
}
.banner.banF h5:after {
    content: "Products";
}

/*文章管理*/
.banner.banblog {
 background-image: url(https://pic03.eapple.com.tw/rihjing/banblog2.jpg);
}

@media screen and (max-width: 768px) {
    .banner h5 {
        font-size: 24px;
    }
    .banner h5:after {
        font-size: 30px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */









