@charset "utf-8";
/*芬！東山魯味*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root {
  --MainColor:#E00815; /*網站主要色系*/
  --SubColor: #FDE399; /*網站輔助色系1*/
}
body {
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
}

/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  
    background-color: #444;  
    color: #fff;
}
::selection{  
    background-color: #444;  
    color: #fff;
}
.linkBox_Open + span i {
    transform:rotate(45deg);
}

/*錨點滾動*/
html { 
    scroll-behavior: smooth; 
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.6); 
}
::-webkit-scrollbar-thumb {
    background-color: var(--SubColor);
    border-radius: 50px;
}

/*Header/＝＝＝＝＝*/
.main_header_area{
    background: #fff;
}
.main_header_area .container {    
    max-width: 95%;
}
.header_area{
    padding: 0;
}

/*第一層*/
.stellarnav > ul > li > a {    
    transition: all 0.3s;    
    padding: 0 10px;
    color: #222;
}
.stellarnav > ul > li:hover > a{
    color: var(--MainColor);
    transition: 0.3s;
    font-weight: bold;
}
.navigation{
    display: flex;
    align-items: center;
}
.stellarnav li.has-sub > a:after{
    border-top: 6px solid #222;
}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    
    padding: 7px 5px;    
    transition: all 0.3s;
}
.stellarnav li li:hover > a , 
.stellarnav li li.has-sub:hover > a{
    color: #fff;
    background: var(--MainColor);
    transition: 0.3s;

}
.stellarnav li.has-sub:hover > a:after{
    border-top: 6px solid var(--MainColor);
}
.stellarnav li li.has-sub:hover > a:after{
    border-left: 6px solid #fff;

}
.stellarnav > ul >li >ul{    
    left: 50%;
    transform: translateX(-50%);
}

/*SubMenu*/
.shop_search_btn {    
    background: var(--MainColor);
}
.tp_links a{
    transition:all 0.3s;
}
.tp_links a:hover {    
    color: var(--MainColor);
}
.tp_links{
    display: none;
}
.me_tp_features{
    display: none;
}

/*LOGO＝＝*/
.nav-brand img{
    top: 3px;
    padding: 10px;
    position: relative;
}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
.pageIndex .header_area{
    position: fixed;    
    width: 100%;
    background: transparent;
    padding: 0;
}
.pageIndex .header_area .main_header_area {    
    background: transparent;   
    transition: all 0.5s;    
    margin-top: 20px;    
    position: relative;
}
.pageIndex .header_area.sticky .main_header_area {    
    background: #fff;    
    margin-top: 0;
}
.pageIndex .header_area .main_header_area:after {
    content: "";
    background: rgb(255 255 255 / 85%);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 850px;
    border-radius: 150px 0 0 150px;
    transition: all 0.8s;
    z-index: -1;
    backdrop-filter: blur(10px);
}
.pageIndex .header_area.sticky .main_header_area:after {    
    max-width: 100%;    
    opacity: 0;
}
.pageIndex .header_area .nav-brand {    
    border-radius: 100%;
}
.pageIndex .header_area.sticky .nav-brand{    
    border-radius:0 0 100% 100%;
}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area .main_header_area{
        margin-top: 0px;
    }
    .pageIndex .header_area .main_header_area:after{
        background:#fff;
        backdrop-filter: none;
        border-radius: 0;
        max-width: 100%;
        opacity: 1;
    }
    .pageIndex .header_area{
        position:sticky;
    }
}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    
    background: var(--MainColor);
    border-radius: 15px;
}
/* 開場動畫 */
.pageIndex .bannerindex::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    backdrop-filter: grayscale(1)  blur(0px);
    z-index: 1000000000000010000000;
    animation: action-bg 4.3s cubic-bezier(0.80, 0.08, 0.11, 0.5) forwards;
    pointer-events: none;
}
.pageIndex .swiper-wrapper {
    transform: scale(0.8);
    animation: action-banner 3s cubic-bezier(0.80, 0.08, 0.11, 0.59) forwards ;
}

@keyframes action-bg {
    0%{
        backdrop-filter: grayscale(0)  blur(0px);
    }
    100%{
        backdrop-filter: grayscale(0)  blur(0px);
    }
}

@keyframes action-banner {
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
    
}
/*預設解除背景輪播*/
#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;    
    height: 65vh;    
    min-height: 80vw;
    max-height:100vw;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
    max-height:1000px;
}
.swiper-slide img {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 65vh;
    min-height: 80vw;
    max-height:100vw;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}*/
 .me_tp_features {
    margin: 10px -32px; 
}
}
@media screen and (max-width: 600px) {
.me_tp_features a {
    margin: 0px 0px;
}
.bannerindex { 
    max-height:90vw;
}
.swiper-slide img {
    max-height:90vw;
}
}

/*大圖/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*預設解除背景輪播*/

#content_main { 
    margin:0;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
}
.bannerindex {    
    padding: 0;    
    margin: 0;    
    height: 50vw; 
    max-height:100vh; 
    position:relative;
}
.swiper-slide img {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 50vw;
    max-height:100vh;
    object-position: center;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    margin: 0;
    transition: all 0.3s;
}
.pageIndex .swiper-slide:nth-child(1):before {
    content: ""; 
    position: absolute;  
    z-index: 999; 
    pointer-events:none; 
    width: 7% ; 
    height: 0;
	background-image: url(https://pic03.eapple.com.tw/fendongshan/word-01_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 5%;
    left: 14%;
    background-position: center;
    padding-bottom: calc(100% / 1*0.4)
}
.pageIndex .swiper-slide:nth-child(1):after {
    content: ""; 
    position: absolute;  
    z-index: 99; 
    pointer-events:none; 
    width: 25%; 
    height: 0;
	background-image: url(https://pic03.eapple.com.tw/fendongshan/word-01_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -10%;
    left: 0%;
    background-position: center;
    padding-bottom: calc(100% / 1*0.4)
}
.pageIndex .swiper-slide:nth-child(2):before {
    content: ""; 
    position: absolute;  
    z-index: 999; 
    pointer-events:none; 
    width: 30% !important; 
    height: 0 !important;
	background-image: url(https://pic03.eapple.com.tw/fendongshan/word-02_01.png);
     background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    right: 7%;
    background-position: right;
    padding-bottom: calc(100% / 1*0.28);
}
.pageIndex .swiper-slide:nth-child(2):after {
    content: ""; 
    position: absolute;  
    z-index: 999; 
    pointer-events:none; 
    width: 30% !important; 
    height: 0 !important;
	background-image: url(https://pic03.eapple.com.tw/fendongshan/word-02_02.png);
     background-size: contain;
    background-repeat: no-repeat;
    bottom: 13%;
    right: 7%;
    background-position: right;
    padding-bottom: calc(100% / 1*0.035);
}
.pageIndex .swiper-slide.swiper-slide-active:before{
    animation: slide-top 1s 0.3s both;
}
/*上升*/
.pageIndex .swiper-slide.swiper-slide-active:after{
    animation: slide-top 1s 0.3s both;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: slide-top 1.5s 0.3s both;
}
/*上升*/
@keyframes slide-top {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
              opacity:0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity:1;
    }
  }

@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
.pageIndex .swiper-slide:nth-child(2):after {
    right: 15%;
}
}
@media screen and (max-width: 475px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
.pageIndex .swiper-slide:nth-child(1):before{
    padding-bottom: calc(100% / 1*0.6);
    bottom: 10%;
}
.pageIndex .swiper-slide:nth-child(2):before {
    padding-bottom: calc(100% / 1*0.5);
    bottom: 27%;
    left: 35%;
}
.pageIndex .swiper-slide:nth-child(2):after {
    bottom: 15%;
    right: 3.5%;
    padding-bottom: calc(100% / 1*0.075);
}
}
@media screen and (max-width: 375px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
.pageIndex .swiper-slide:nth-child(1):before{
    padding-bottom: calc(100% / 1*0.6);
    bottom: 10%;
}
.pageIndex .swiper-slide:nth-child(2):before {
    padding-bottom: calc(100% / 1*0.5);
    bottom: 27%;
    left: 35%;
}
}

/*側邊按鈕============================*/
.info_fix{
    bottom: 125px;
    display: flex;
}
.info_fix_mes2 span{
    background:#F7591A;
}
a.info_fix_default.info_fix_mail{
    display: none;
}
a.info_fix_default.info_fix_fb{
    background: #3b579d;
}
a.info_fix_default.info_fix_line {
    background: #4cc764;
}
a.info_fix_default.info_fix_mes:hover{
    background: var(--MainColor);
}
a.info_fix_default.info_fix_tel:hover{
    background: var(--MainColor);
}
.info_fix_links a{
    background: var(--MainColor);
}
.info_fix_links a:hover{
    transform: rotateY(360deg);
    transition: .5s ease-in-out;
}
a.info_fix_default.info_fix_line{
    order: 1;
}
a.info_fix_default.info_fix_fb{
    order: 2;
}
a.info_fix_default.info_fix_mes2{
    order: 3;
}
a.info_fix_default.info_fix_mes{
    order: 4;
}
a.info_fix_default.info_fix_tel{
    order: 5;
}

/*直接展開*/
.info_fix_links{
    display: flex !important;
}
.info_fix>span{
    display: none;
}

/*TO TOP*/
#to_top{
    bottom: 95px;
    right:20px;
    background: transparent;
    box-shadow: unset;
    color: var(--MainColor);
    left:unset;
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
}
#to_top i.top{
    height: 10px;
}
#to_top i.top:before, 
#to_top i.top:after {
    height: 10px;
    background: var(--MainColor);
    height: 10px;
    top: 3px;
    width: 3px;
}

/*BANNER=============================*/
.banB{
    display: none;
}
.banner {
    background-image: url(https://pic03.eapple.com.tw/fendongshan/banner.png);
    min-height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}
.banner h5{
    display: flex;
    flex-direction: column;
    font-size:20px;
    color: #fff;
    font-weight: bolder;
    font-family: 'noto serif TC', sans-serif;
}
.banner.banblog h5:before{
    content: 'NEWS';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    font-family: 'Fredericka the Great';
}
.banner.banF h5:before{
    content: 'PRODUCT';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    font-family: 'Fredericka the Great';
}

/*購物車===============================*/
/*購物車=====================================*/
/* 主分類超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁購物車===========================*/
.i_prod_tit span{
    color: var(--MainColor);
    font-family: 'noto serif TC', sans-serif;
    font-size: 45px;
    font-weight: bolder;
    flex-direction: column;
    display: flex;
    align-items: center;
}
.i_prod_tit span:after{
    content: 'PRODUCT';
    font-weight: normal;
    font-size: 25px;
    color: var(--MainColor);
    font-weight: 300;
    font-family: 'Fredericka the Great';
}
.i_prod_tit, .i_video_tit{
    margin-bottom: 30px;
}
.prod_part{
    padding: 70px 20px 70px 20px;
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page #content { 
    background-image: url(https://pic03.eapple.com.tw/hsiehchi/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .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%;
}
.products-list .price b{
    color: var(--MainColor);
}

.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: 5px;
}
.product-layer-two > li ul > li + li { 
    margin-top:5px;
}

.product_info_page .product_menu_list { 
    display: none;
} 
.product_info_page .products-list,
.product-wrapper { 
    width: 100%;
}

.product-layer-two li li:hover{ 
    margin-left: 15px;
}
.product-layer-two li li > a:before { 
    content: ""; 
    position: absolute; 
    width: 12px; 
    height: 8px; 
    background: transparent; 
    left: 0; 
    margin-left: -20px; 
    top: 50%; 
    margin-top: -4px; 
    clip-path: polygon(0 0, 100% 50% , 0 100%);
}
.product-layer-two li li:hover > a:before { 
    background:#ad925e;
}

.product_info_page .half_box { 
    width: 100%; 
    float: none; 
    padding-right: 0;
}
.product_info_page .half_box li.btn_blankTop { 
    margin-top: 50px; 
    justify-content: space-between; 
    display: flex;
}
.product_info_page .half_box li.btn_blankTop input { 
    width: calc(50% - 10px); 
    background-image: none; 
    padding: 0; 
    text-align: center;
}
@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;
}
}

.products-list .name{
    height: auto;
}
.products-list .more{
    border: 1px solid var(--MainColor);
    color: var(--MainColor);
    border-radius: 10px;
}
.products-list .item a:hover .more{
    background: var(--MainColor);
}
.product-layer-two li a{
    background: var(--SubColor);
    border:none;
    color: #222;
}
.product-layer-two > li{
    border-bottom: 0px !important;
}
.product-layer-two li.active a{
    border: none;
    background: var(--SubColor);
    color: #fff;
}
/*第二層*/
.prod_related{
    display: none;
}
.inquiry_a1{
    background: var(--SubColor);
}
.inquiry_a2{
    background: var(--MainColor);
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{
    background: var(--SubColor2);
    color:#222;
}
.inquiry_a3{
    background: var(--SubColor);
    color: #222;
}

/*首頁文章*/
.module_i_news01{
    background-image: url(https://pic03.eapple.com.tw/hsiehchi/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 20px 70px 20px;
    background-attachment: fixed;
}
.module_i_news .title_i_box h4{
    color: var(--MainColor);
    font-family: 'noto serif TC', sans-serif;
    font-size: 45px;
    font-weight: bolder;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}
.module_i_news .title_i_box h4:after{
    content: 'NEWS';
    font-weight: normal;
    font-size: 25px;
    color: var(--MainColor);
    font-weight: 300;
    font-family: 'Fredericka the Great';
}
.module_i_news li a{
    background: #ffffffd9;
    grid-gap: 0px;
}
.i_blog_ri{
    padding: 15px;
}
.module_i_news li a:before{
    color: var(--MainColor);
    font-family: 'Fredericka the Great';
}
.module_i_news li a:after{
    border: 1px var(--MainColor) solid;
}
.i_blog_ri h5{
    color: var(--MainColor);
    font-family: 'noto serif TC', sans-serif;
    font-weight: bolder;
}

/*文章管理=============================*/
.blog_page #content{
    background-image: url(https://pic03.eapple.com.tw/hsiehchi/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog_le{
    position: sticky;
    display: inline-block;
    top: 120px;
}
.blog_le .accordion>li:hover .link { 
    background: #a5a5a5; 
}
.blog_list_ri { 
    width: 100%; 
    padding: 10px 10px;
}
.blog_list_ri em { 
    display: none; 
}
.blog_list_ri h5 {
    position: relative;
    margin: 10px 0px 10px;
    font-size: 18px;
    letter-spacing: 0.035em;
    color: var(--MainColor);
    font-family: 'noto serif TC', sans-serif;
    font-weight: bolder;
}
.blog_list_ri p {
    color: #595959;
    margin: 15px 0 0;
    font-size: 14px;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    padding-top: 8px;
}
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
    border-radius: 5px;
}
.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);
    border-radius: 5px;
}
.blog_search input[type=search] { 
    border-radius: 2px;
 }
.blog_le .accordion { 
    border-radius: 2px;
 }
.blog_subbox.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { 
    display: none;
}
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.subbox_item {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
    padding: 10px;
    box-shadow: 0px 0px 8px 4px #ccc;
    border-radius: 10px;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 0px;
}
.subbox_item a:before { 
    display: none; 
}
.subbox_item a:after { 
    display: none; 
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
}

/*RWD*/
@media screen and (max-width: 1494px) {
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 1024px) {
	.blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blog_subbox{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
@media screen and (max-width: 768px) {
    .blog_subbox.clearfix {
        margin: 0 auto;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
    }
    .blog_le{
        position: relative;
        top: 0px;
    }
}
@media screen and (max-width: 425px) {
    .blog_subbox.clearfix {
        grid-template-columns: 1fr;
    }
}

/*文章分類ARTICLE*/
h5.blog_le_t em {
    font-size: 20px;
    letter-spacing: 0.1em;
}
h5.blog_le_t span { 
    font-size: 20px; 
    font-family: 'Cormorant Garamond';
}
h5.blog_le_t, 
h4.blog_category_title {
    font-size: 25px;
    margin-bottom: 10px;
}
.blog_le .accordion > li:hover .link, 
.blog_le .accordion > li.on_this_category .link {
    color: #fff !important;
    background: var(--SubColor);
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
    background: var(--SubColor)!important;
}
.submenu li.on_this_category a, .submenu a:hover{
    background: var(--SubColor2);
    color:#222;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{
    color: #222 !important;
}

/*第二層*/
.blog_le, .blog_ri{
    margin-bottom: 5vw;
}
.blog_shareData{
    justify-content: flex-end;
}
.articel_mainPic img{
    max-width: 100%;
}
.news_related{
    display: none;
}
.blog_back a.article_btn_back { 
    background: var(--SubColor); 
    color: #222;
    border-radius: 50px;
}
.blog_back a.article_btn_prev, 
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}
.blog_back a.article_btn_prev:hover, 
.blog_back a.article_btn_next:hover {
    background: var(--SubColor2);
    color: #222;
}

/*FOOTER==============================*/
.footer{
    background: #ffffff;
    background-image: url(https://pic03.eapple.com.tw/fendongshan/footer-01.png);
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 0;
}
.footer_logo{
    display: block;
    max-width: 100%;
    margin: 0;
}
.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px; 
}
.footer .center{
    max-width: 80%;
    width: 100%;
}
.footer_info ul {
    display: flex;
    width: 100%;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.footer_info{
    grid-template-columns: 200px 1fr;
    padding-right: 0;
    align-items: center;
}
.footer_menu a{
    background: var(--SubColor);
    border: none;
    color: #222;
    font-size: 15px;
    padding: 10px;
    margin:0;
    text-align: center;
    border-radius: 5px;
}
.footer_info li p {
    color: #222;
    font-size: 15px;
}
.footer_info li p  a{
    color: #222;
}
.copy{
    padding: 15px 0;
    border-top: none;
    color: #ffffff;
    letter-spacing: 1px;
    background: var(--MainColor);
}
.copy a {
    color: #ffffff;
}
.box_link{
    display: none;
}
.footer_menu a:hover{
    background: var(--MainColor);
    transition: 0.3s;
    color: #fff;
}
.footer_info li p.add2:before{
    content: '營業時間：';
}

@media screen and (max-width: 1200px) {
.footer_info {
    grid-template-columns: 1fr;
    padding: 0;
}
.footer_info ul{
    justify-content: space-between;
}
.footer_logo{
    display: none;
}
}
@media screen and (max-width: 768px) {
    .bannerindex { 
        padding:0; 
        margin:0;
    }
    .footer_info ul{
        flex-direction: column;
    }
    .footer_menu{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .footer{
        padding: 30px 0 55px;
    }
}
@media screen and (max-width: 600px) {
    .footer_menu{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 425px) {
    .footer_menu{
        grid-template-columns: 1fr 1fr;
    }
}

/*手機版選單*/
.stellarnav .menu-toggle{
    padding: 16px 10px;
    background: var(--MainColor);
    border-radius: 100%;
}
.stellarnav .menu-toggle:after{
    display: none;
}
.stellarnav .menu-toggle span.bars span{
    width: 30px;
    height: 1px;
    margin: 0 auto 5px;
    background: #fff;
}
.stellarnav.mobile.right .close-menu, 
.stellarnav.mobile.left .close-menu{
    background: var(--MainColor);
    color: #fff;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #ffffff;
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #ffffff;
}
@media screen and (max-width: 768px) {
    .stellarnav.mobile{
        top: 20px;
    }
}
@media screen and (max-width: 350px) {
    .stellarnav .menu-toggle{
        padding: 17px 10px;
    }
}