@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "微軟正黑體", "Noto Serif TC", serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}


.other_select_page .promotion_title ,.other_select_page .other_promotion ,.other_select_page .page { display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.pageIndex #page .fix_ri{
    animation: show 1.5s ease-in-out forwards;
        animation-delay: 1.4s;
        opacity: 0;
}
      @keyframes show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}



/*反白顏色*/
::-moz-selection{
    background-color: #FFB18F;
    color: #ececec;
  }
  ::selection{
    background-color: #FFB18F;
    color: #ececec;
  }
  
  body{
      overflow: overlay;
  }
  &::-webkit-scrollbar {
      background: #ececec;
      width: 7px;
  }
  &::-webkit-scrollbar-button {
      display: none;
      background: #ececec;
      border-radius: 0;
    }
  &::-webkit-scrollbar-track-piece {
      background: #ececec;
    }
  
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #FFB18F;
    }
  
  &::-webkit-scrollbar-track {
      box-shadow: transparent;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 開場show */
.bannerindex::after{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/ananda/s-logo-1.png);
    background-size: cover;
    width: 400px;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 35%;
    left: 51.5%;
    transform: translate(-50%, -0%);
    z-index: 10000000000000000000000000;
    pointer-events: none;
    animation: show-logo-1 2.2s forwards;
    
}
.bannerindex .swiper-banner::before{
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/ananda/s-logo-2.png);
    background-size: cover;
    width: 280px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    bottom: 35%;
    left: 50%;
    z-index: 1000000000000010000000000000;  
    transform: translate(-50%,-0%);
    pointer-events: none;
    animation: show-logo-2 3s cubic-bezier(0.73, 0.08, 0.11, 0.99) both;
    animation-delay: 0.7s;
}
.bannerindex::before {
    content: "";
    display: block;
    background: #FCFCEB;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10000000000000000000000000;
    animation: banner-bg 3s forwards;

}

@keyframes show-logo-1 {
    0% {
        opacity: 0;
        filter: blur(0);
    }

    25% {
        opacity: 1;
        filter: blur(0);
    }

    50% {
        filter: blur(0);
        opacity: 1;
    }

    80% {
        filter: blur(0);
        opacity: 1;
    }

    100% {
        filter: blur(10);
        opacity: 0;

    }
}

@keyframes banner-bg {
    0% {}

    50% {}

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes show-logo-2 {
    0%{
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.pageIndex #page #content_main{
    opacity: 0;
    animation: show 1.5s ease-in-out forwards;
    animation-delay: 2s;
}

@keyframes show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@media screen and (max-width:1500px) {
    .bannerindex::after{
        top: 31%; 
    }
    .bannerindex .swiper-banner::before{
        bottom:35%;
    }
}

@media screen and (max-width:768px) {
    .bannerindex::after{
        width: 250px;
        height: 130px;
        top: 35%;
        
    }
    .bannerindex .swiper-banner::before{
        width: 180px;
        height: 70px;
        bottom: 40%;
    }
}

@media screen and (max-width:450px) {
    .bannerindex::after{
        top: 28%;
    }
}



/*大圖*/
.pageIndex .bannerindex .swiper-slide.swiper-slide:before, .pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/ananda/ban-p-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center;
    transform: scale(1);
    }
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {
background: url(https://pic03.eapple.com.tw/ananda/ban-p-01.png);
background-size: contain;
background-repeat: no-repeat;
top: 0;
left:0;
width: 100%;
height: 100%;
background-position: center;
transform: scale(1);
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
animation-name:  scroll;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}    
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {  
animation-name:  zoomIn ; 
-webkit-animation-duration: 2.5;
animation-duration: 2.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-delay: 0.8s;
}


.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:before {
    background: url(https://pic03.eapple.com.tw/ananda/ban-p-22.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center;
    transform: scale(1);
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {  
        animation-name: scroll ; 
        -webkit-animation-duration: 2.5;
        animation-duration: 2.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-delay: 0.8s;
    }

    .pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:after {
        background: url(https://pic03.eapple.com.tw/ananda/ban-p-11.png);
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        background-position: center;
        transform: scale(1.1);
        }
        .pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {  
            animation-name:  zoomOut ; 
            -webkit-animation-duration: 2.5;
            animation-duration: 2.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation-delay: 1.2s;
        }

        @keyframes effect01 {
            0%{
                transform: scale(1.5);
                transform: translateY(0px);
            }
            100% {
                transform: translateY(-10px);
                transform: scale(1);
            }
            }

@-webkit-keyframes scroll {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    
    50% {
        transform: translateY(15px);
        opacity: 1;
    }
    
    100% {
        transform: translateY(0px);
        opacity: 0;
    }
    }
    
    @keyframes scroll {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    
    50% {
        transform: translateY(15px);
        opacity: 1;
    }
    
    100% {
        transform: translateY(0px);
        opacity:1;
    }
    }

    @-webkit-keyframes zoomIn {
            from {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
            
            to {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            }
            
            @keyframes zoomIn {
            from {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            
            to {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
        }


        @-webkit-keyframes zoomOut {
            from {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }
            
            to {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
            }
            }
            
            @keyframes zoomOut {
                from {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -o-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                }
                
                to {
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -o-transform: scale(1);
                    -ms-transform: scale(1);
                }
        }




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*選單設定*/

.header_area {
    position: fixed;
    width: 100%;
    top: 0px;
    background: unset;
}

.header_area.sticky {
    background: unset;
}

.main_header_area {
    transition: 0.3s ease;
    background: #ffffffe0;
    box-shadow: unset;
    position:relative;
    padding: 0px 20px;
    backdrop-filter: blur(12px);
         opacity: 0;
    animation: show 1s ease-in-out forwards;
    animation-delay: 0.8s;
}

.header_area.sticky .main_header_area {
    background: transparent;
    /*background: rgba(0, 0, 0, 0.8);*/
    
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
    /*background: url(https://pic03.eapple.com.tw/tspackage/bg.jpg) no-repeat center center;*/
    /*background: rgba(255,255,255,0.9);*/
}

.header_area .main_header_area::after {
    content:"";
    position:absolute;
    width:0%;
    height:100%;
    top:0px;
    left:0%;
    background: #ffffffe0;
    transition: all 1s;
    opacity: 0;
    backdrop-filter: blur(12px);
transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03);
}

.header_area.sticky .main_header_area::after {
    width:100%;
    opacity: 1;
}



.header_area .nav-brand {
    /*filter: invert(100%) grayscale(100%) brightness(500%);
    -webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
    transition:.3s;
    max-width: 240px;
}

.header_area.sticky .nav-brand {
    filter: unset;
    -webkit-filter: unset;
    max-width: 258px;
    margin-top: 0px;
}

.pageIndex .header_area .nav-brand {
    /*opacity:0;*/
}

.pageIndex .header_area.sticky .nav-brand {
    opacity:1;
}

/* 隱藏 */
.stellarnav > ul > li:nth-of-type(6),.stellarnav > ul > li:nth-of-type(7) { display: none; }

.stellarnav > ul > li > a {
    margin: 15px 10px 10px;
    /*margin: 0px 1vw 10px;*/
    color: #000;
    text-shadow: 0px 0px 12px rgb(255 255 255);
    transition: 0.3s ease;
    padding: 0px 5px;
    font-size: 17px;
    font-weight: 500;
}

.stellarnav > ul > li:hover > a{color: #82aa82!important;text-shadow: unset!important; 
    transition: all 0.3s;
    padding-top: 12px;
}

.header_area.sticky .stellarnav > ul > li > a {
    text-shadow: unset;
}

.header_area,.header_area.sticky {
    /*z-index: 20000000;*/
	padding: 0px;
}

.main_header_area .container {
    max-width: 1600px;
}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {
	grid-template-columns: 300px 1fr;
}

.nav-header {
    max-width: 100%;
}

/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/




/* Hover效果 */


/* hover小圖示 */
.stellarnav > ul > li > a:before{
    content: "";
    background-image: url(https://pic03.eapple.com.tw/ananda/nav-icon.png);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: 0.5s 0.1s all;
    -o-transition: 0.5s 0.1s all;
    -moz-transition: 0.5s 0.1s all;
    transition: 0.5s 0.1s all
}

.stellarnav > ul > li > a:hover:before{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}


.stellarnav li.has-sub > a:after{ border-left:3px solid transparent; border-right:3px solid transparent; border-top: 7px solid #898989; right: 1px;}


/* 下拉 */
.stellarnav ul ul {
    width: 140px;
    background: transparent;
    opacity: 0;
    animation: 0.3s ul-show forwards linear;
    left: 8px;
    top: 67px;
}

@keyframes ul-show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
    
}

/* nav animate */

@keyframes animate-nav {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* 首頁的主選單 */
.pageIndex #page .stellarnav > ul{
    opacity: 0;
    animation: animate-nav 0.5s forwards;
    animation-delay: 1.8s;
}


/*第二層*/
.stellarnav ul ul {
    background: transparent;
    /*width: 185px;*/
}
.stellarnav > ul > li.drop-left > ul {
    /*right: unset;
    left: 0px;*/
}
.stellarnav li li {
    border: unset;
	margin-bottom: unset;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 20px 15px;
	transition: all 0.5s;
	color: #000;
    background: #fffffff0;
    backdrop-filter: blur(12px);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 17px;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
    color: #8FBC8F;
}

.stellarnav li ul ul {
	background: transparent;
}

.stellarnav li ul ul li > a{
	background: rgb(0 0 0 / 70%);
    border-bottom: 1px solid rgb(255 255 255 / 5%);
	/*background: #1A293C;
    border-bottom: 1px solid rgb(255 255 255 / 10%);*/
	
}

.stellarnav li ul ul li:hover > a{
	/*background: #1A293C;*/
}


/* 商品下拉超過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;}

/*隱藏選單按鈕連結*/
.me_tp_features {
    margin-bottom: -10px;
    padding-top: 15px;
    z-index: 9;
    padding-right: 24px;
    opacity: 0;
    animation: show 1.5s ease-in-out forwards;
    animation-delay: 1.2s;
}
.me_tp_features a:hover{ color:#F08C00 ;}
.tp_links{display: none;}
.tp_btn_cart span,.tp_btn_notice span{ display: none;}
.shop_search_btn{ background: #F08C00; }

/*隱藏購物車搜尋欄*/
/*.box_search{display:none;}*/

/*隱藏購物車*/
/*.me_tp_features a.tp_btn_cart {display: none;}*/

/*隱藏匯款通知*/
/*.me_tp_features a.tp_btn_notice{display: none;}*/


/*LOGO設定*/

.nav-brand img {
    position: relative;
    top: 4px;
    width: 100%;
    max-width: 100%;
    transition: all 0.3s;
    opacity: 1;
    animation:scaleUp 1.5s ease-in-out forwards;
    animation-delay: 0.5s;
    transform: scaleY(0.02);
}

@keyframes show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes scaleUp {
  0% {
    transform: scaleY(0.02);
  }
  100% {
    transform: scaleY(1);
  }
}

.pageIndex #page .nav-brand img{
    animation-delay: 3.6s;
}



.header_area .nav-brand, .header_area .nav-brand:focus {
    display: block;
    position: relative;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    padding: 0px 20px;
    width: 195px;
    transition: all 0.3s;
    top: -3px;
    background: #fff;
     opacity: 0;
    animation: show 1.5s ease-in-out forwards;
    animation-delay: 3.2s;
}
.header_area.sticky .nav-brand, .header_area .nav-brand:focus {
    width: 190px;
    padding: 0px 30px 12px;
    transition: all 0.3s;
}
.header_area .nav-brand img{
    transition: all 0.3s;
    /* box-shadow: 0px 0px 20px #fff; */
    padding: 10px;
    /* background: #ffffffc4; */
}
.header_area.sticky .nav-brand img{
    transition: all 0.5s cubic-bezier(1, -0.02, 1, -0);
    top: 11px;
}

.nav-header {
    /* position: fixed;
    z-index: 123;
    top: -34px;
    left: 2%; */
    max-width: 195px;
}

.pageIndex .header_area .nav-brand img {
    transition: all 0.3s;
}



  /* 漢堡條 */
  .stellarnav .menu-toggle span.bars span {background: #A0522D; width: 32px;}
  .stellarnav .menu-toggle:after { color: #A0522D; font-size: 17px; margin-right: 8px; display: none; }
.header_area .stellarnav .menu-toggle{
    opacity: 0;
    animation: animate-nav 0.5s forwards;
    animation-delay: 1.8s;
}

  /* close menu 拉出來 */
  .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
      background: #A0522D;
      color: #fff;
    }
    .stellarnav .icon-close:before{
      border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after{
      border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
      background: #fffffff0;
      backdrop-filter:blur(12px);
        height: 100vh;
    }
    .stellarnav a.dd-toggle .icon-plus:before{
      border-bottom: solid 3px #ED8080;
    }
    .stellarnav a.dd-toggle .icon-plus:after{
      border-bottom: solid 3px #ED8080;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle{
      padding: 11px;
      top: -23px;
    }
    .stellarnav.mobile li.open{
      background: rgba(245, 245,220, 0.5);
    }
    .stellarnav.mobile ul ul{
      width: 100%;
      position: relative;
      left: 0;
      top: 0px;
    }
    .stellarnav.mobile > ul > li{
      border-bottom: 1px rgba(178, 197, 181, 0.3) solid;
    }
  
    .stellarnav.mobile li a{ border-bottom: 0px;}
  
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}

@media screen and (max-width:1550px) {
    .header_area .nav-brand, .header_area .nav-brand:focus{ left: -15px; width: 210px; top: 0px;}
    .header_area.sticky .nav-brand, .header_area .nav-brand:focus{ width: 200px;}
}
@media screen and (max-width:1400px) {
    .stellarnav > ul > li > a{ padding: 0 10px;}
    .stellarnav > ul > li > a b:nth-child(1){ font-size: 16px;}
    .stellarnav.desktop.active > ul{ padding-left: 9%; margin-top: -5px;}
    .header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{
        top: 6px;
        right: 6px;
    }
    .header_area.sticky .nav-brand, .header_area .nav-brand:focus{ top: -1px;}
    .stellarnav > ul > li.has-sub > a{ padding-right: 8px;}
}
@media screen and (max-width:1300px) {
    .stellarnav > ul > li > a b:nth-child(2){ display: none;}
    .stellarnav > ul > li > a{ padding: 0 16px;}
    .stellarnav.desktop.active > ul{ margin-top: -5px;}
}
@media screen and (max-width:1270px) {
    .stellarnav > ul > li.has-sub > a{ padding-right: 0px;}
}
@media screen and (max-width:1250px) {
    .stellarnav > ul > li > a{ font-size: 16px; padding: 0 6px;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ font-size: 16px; }
}
@media screen and (max-width:1079px) {
    .header_area .nav-brand, .header_area .nav-brand:focus{ display: none;}
    .nav-header{ display: none;}
    .stellarnav ul{ text-align: center;}
    .navigation{grid-template-columns:1fr; }
    .stellarnav > ul > li > a{ margin: 20px 10px 8px;}
    .me_tp_features{text-align: center;}
}
@media screen and (max-width:1024px) {
    .stellarnav > ul > li > a{ padding: 0 6px;}
    /* .stellarnav.desktop.active > ul{ padding-left: 20%;} */
    .stellarnav > ul > li.has-sub > a { padding-right: 6px;}
}
@media screen and (max-width:800px) {
    .stellarnav > ul > li > a{ margin: 20px 5px 8px;}
}
@media screen and (max-width: 768px) {
    .me_tp_features a{ display: none; }
    .pageIndex #page .stellarnav > ul{
        opacity: 1;
    }
    .main_header_area .me_tp_features{
      display: none;
    }
    
    .header_area.sticky .main_header_area .me_tp_features{
        display: block;
    }
    .me_tp_features{ padding-top: 0; padding: 8px 0px;}
    .header_area .main_header_area::after{
        height: 120%;
    }
    .stellarnav.mobile{
        left: unset;
        right: 0px;
        top: 7px;
    }
    .header_area.sticky .nav-brand, .header_area .nav-brand:focus{width: 140px; padding: 0px 10px 0px 26px; }
    .header_area .nav-brand, .header_area .nav-brand:focus{ display: block; width: 140px; position: absolute; left: -5px;  animation-delay: 1.5s;}
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
.nav-brand {
    display: inline-block;
    width: 180px;
}
.nav-header{ display: block;}
.header_area.sticky a.nav-brand::before {
    width: 160%;
}
.header_area a.nav-brand::before{
    display: none;
}
.header_area.sticky a.nav-brand::before{
    display: none;
}
.header_area.sticky .nav-brand img{ top: 0px}
.nav-header {
    z-index: 10;
    top: -30px;
    left: 0%;
}
.footer_logo {
    display: block;
    margin: 0 auto;
}
.header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{
 top: 10px;   
 z-index: -1;
}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{
    top: 17px;
}
.stellarnav .menu-toggle span.bars{
    top: 6px;
}
/* .header_area.sticky .main_header_area{ height: 95px; background: rgba(255,255,255,0.8)} */
.stellarnav > ul > li > a b:nth-child(2){
    position: relative;
    top: 7px;
}
.stellarnav > ul > li > a:after{
    display: none;
}
.stellarnav > ul > li > a:before{
    display: none;
}
.stellarnav > ul > li > a b:nth-child(2){ 
    display: unset;
}
.stellarnav li li{ border: 0px; padding: 14px 0px;}
.header_area.sticky .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{ z-index: 99999999999999;}
.stellarnav ul ul{ padding: 0px 0px;}
.header_area.sticky .nav-brand, .header_area .nav-brand:focus{ top: -4px; left: -33px;}
.stellarnav li a{ padding: 0px 10px;}
}
@media screen and (max-width:570px) {
    .stellarnav.mobile{ top: 15px;}
    .header_area.sticky .nav-brand, .header_area .nav-brand:focus{ display: none;}
    .header_area.sticky .main_header_area .me_tp_features{ text-align: left;}
    .header_area .nav-brand, .header_area .nav-brand:focus{width: 120px;}
}
@media screen and (max-width:440px) {
    .header_area .nav-brand, .header_area .nav-brand:focus{ padding: 0px 6px; width: 90px;  animation-delay: 1s;}
    .pageIndex #page .header_area .nav-brand, .pageIndex #page .header_area .nav-brand:focus { 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個--結束 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* footer */
.footer {  background-color: #fcfceb99;   padding: 60px 0 0; margin-top: 19px;}
.footer .center{max-width: 1400px;width: 87%;margin: 0 auto;}
.footer_logo > a {
    background: url(https://pic03.eapple.com.tw/ananda/f-logo.png) no-repeat;
    display: block;
    width: 330px;
    height: 67px;
    background-size: contain !important;
    background-position: center !important;
}
.footer_logo img{display: none;}
.footer_info {padding-right: 0px;display: flex;justify-content: space-between;grid-gap:100px ;}
.footer_info li p, .footer_info li p a {  color: #000;  transition: all .5s;  font-size: 14px;  font-weight: 500 !important;  line-height: 200%;  letter-spacing: 1px;}
.footer_info li p.taxid{ order: 1;}
.footer_info li p.tel{ order: 2;}
.footer_info li p.line{ order: 3;}
.footer_info li p.mail{ order: 4;}
.footer_info li p.add{ order: 5;}
.footer_info li p.add2{ order: 6;}


.footer_info li p.tel a{ color: transparent ; display: none;}
.footer_info li p.tel:before{ content: '服務專線：06-2975889｜0929-997634';}
.footer_info li p.line:before{content: '官方Line ID：'; }
.footer_info li p.mail:before{ content: '服務信箱：';}
.footer_info li p.add:before{ content: '店家地址：';}
.footer_info li p.add2:before{ content: '服務時間：';}

.footer_info li p:hover,.footer_info li p a:hover{color: #8FBC8F;}
.footer_menu a {  background: transparent;  border: none;   display: block; color: #F08C00;   margin: 0;  padding: 0;  line-height: 220%;  text-align: right;   position: relative;  text-transform: uppercase;   letter-spacing: 1px;  font-weight: 600 !important;}
.footer_menu a:first-child{display: none;}
.footer_menu a:before{content: "";width: 0;height: 1px;background:#8FBC8F;transition: all .5s;position: absolute;bottom: 0;right: 0;}
.footer_menu a:hover {  background: transparent;    color: #8FBC8F;}
.footer_menu a:hover:before{width: 100%;}

.footer_info ul {  display: flex; justify-content: space-between; align-items: center;}
.box_link{ display: none; }

.copy { border-top: none;  text-align: right;  max-width: 1400px;  margin: 0 auto;  padding: 50px 0;  color: #4d4d4d;  font-size: 13px;  width: 90%;  font-weight: 300;}
.copy a { color: #4d4d4d;}
.copy a:hover {  color: #8FBC8F;}
.footer_info li:nth-child(1) {  display: flex;   flex-direction: column; cursor: default;}



@media screen and (max-width: 1200px){
   .footer_info li {    padding: 10px; } 
}
@media screen and (max-width:1024px) {
    .footer_logo > a{ width: 280px;height: 65px;}
    .footer_info{ grid-gap: 56px;}
    .footer .center{ width: 78%;}
}

@media screen and (max-width: 960px){
	.footer_info li+li{margin-top: 0;}
	.box_link {  display: none; }	
    .footer .center {max-width: 550px;}
	.footer_info {  display: flex; flex-direction: column;   align-items: center;   padding: 0 10px; }
	.footer_info li p, .footer_info li p a { text-align: center;}
	.footer_info ul {flex-direction: column;}
	.footer_menu { display: grid;  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;  justify-content: space-around;}
	.footer_menu a {text-align: center;font-size: 12px;}
	.copy{text-align: center; padding: 20px 0 30px;}
	.total_view {display: inline;}
	.footer_info li+li {  margin-top: 10px;  width: 100%;  }
    .footer_info{ grid-gap: 24px;}
	
	.footer {  padding: 35px 0 0;}
	
}
@media screen and (max-width: 500px){
    .footer_menu { grid-template-columns: 1fr 1fr 1fr ; }
}
@media screen and (max-width: 420px){
   .footer_info li p, .footer_info li p a{ text-align: left;}
   .footer .center{ width: 96%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1600px; padding: 100px 20px 50px;}
.product_info_page .main_part { padding: 100px 20px 50px; }

.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:0px;}
.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:#80A380;}

.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;}
.product_info_page  .swiper-wrapper .swiper-slide:nth-child(1)::after { display: none;}

@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) {
}

/* 首頁 */
.i_prod_tit{ display: flex; justify-content: center;}
.i_prod_tit span, .i_video_tit span{color: #696969; font-size: 0px; font-weight: bold;  margin-bottom: 20px;}
.animated-arrow{ background: #80A380; width: 200px; height: 40px; line-height: 40px; border-radius: 40px;} 
.animated-arrow b { font-weight: 400;}
.prod_part{ padding: 50px 20px 80px;  margin-top: 50px;}
.i_prod_tit span::after{
    content: "";
     background-image: url(https://pic03.eapple.com.tw/ananda/banF-text.png);
     background-size: cover;
    width: 207px;
    height: 96px;
    display: block;

}

/* 左邊選單 */
/* .product-layer-two > li{ border-bottom: 1px solid rgba(103, 107, 114, 0.5);} */
.product-layer-two > li:last-child{ border-bottom: 0px;}
.product-layer-two li a{ background: transparent; color: #444;  padding: 12px 16px; transition: 0.3s; margin-bottom: 12px;} 
.product-layer-two li a:hover{ background: #80A380; color: #fff; border: 0px; border-radius: 40px;}
.product-layer-two li li a{ color: #000; background: unset; }
.product-layer-two li i{ color: #fae5ea; } 
.product-layer-two li.active a{ background: #80A380; border: 0px; color: #fff; border-radius: 40px;}


/* 商品 */
.products-list{grid-template-columns:1fr 1fr 1fr 1fr ; grid-gap: 40px 60px ;}
.products-list .price { text-align: center;  color: #434343; margin-top: -8px;}
.products-list .price b{ color: #939292;}
.products-list .name{ font-size: 18px; color: #804629; font-weight: bold; text-align: center;
    /* height: 68px; */
}
.products-list .item a{ transition: 0.3s;}
.products-list .more{ font-size: 15px; color: #CE8080; border: 0px; }
.products-list .item a:hover .more{ background: transparent; color: #80A380;}
.products-list .pic img{ width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    transform: scale(1);
    transition: 0.5s;
}

    .products-list .pic{ overflow: hidden; border-radius: 20px;}
.products-list .item a:hover img  {
   border-radius: 20px;
    background: rgba(165,187,116,.2);
    z-index: 999;
     transform: scale(1.2);
}

/* 內頁 */
.product_info_page #content .swiper-slide:nth-child(1):before,.product_info_page #content .swiper-slide:nth-child(2):before{ display: none;}
.sidebarBtn{ border-radius: 24px;}
.sidebarBtn h2{ color: #804629; font-size: 26px;}
.sidebarBtn .sp_price{ color: #939292;}
.sidebarBtn .price{ border-bottom: 3px solid #e6e6e621;}
.proImgSwiper img{height: 100%;width: 100%;object-fit: cover;overflow: hidden;}
.pd_tabTitle li.activeTab a{ color: #332A28; font-size: 22px; font-weight: bold;}

.pd_tabTitle li.activeTab::after{ height: 0px; background: #E4E4E4;}
.sidebarBtn{ border: 1px #ddd solid;}
/* .inquiry_a1{ background: #A6A6A6;}
.inquiry_a2{ background: #8B8B8B;}
.inquiry_a1:hover { background: #8B8B8B;}
.inquiry_a2:hover { background: #A6A6A6;} */
.inquiry_a3{ background: transparent;  transition: 0.3s; border-radius: 40px; color: #80A380; border: 1px solid #80A380!important;}
.inquiry_a3:hover { background: #80A380; color: #fff;}

.rewrite_simple{ background: #80A380; border-radius:40px; }
.send_simple{ background: #CE8080; border-radius: 40px; }


/* 相關推薦 */
.prod_related h6 span:before{  color: #332A28; font-size: 22px; font-weight: bold;}
.prod_related{ background: transparent; padding: 80px 15px 60px;}
.related_list li a{ background: transparent;}
.related_list li a img{ border-radius: 40px; transition: 0.5s;}
.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}
.lastPage{ background: #80A380; border-radius: 40px;}

@media screen and (max-width:1529px) {
    .products-list .name{ font-size: 16px; margin-bottom: 10px; height: 30px;}
    .products-list .price b{ font-size: 14px;}
}

@media screen and (max-width:1024px) {
    .products-list{grid-template-columns:1fr 1fr 1fr ;}
}
@media screen and (max-width:980px) {
    .products-list, .pageIndex .products-list{
        grid-gap:40px 60px;
    }
}
@media screen and (max-width:930px) {
    .products-list{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width:768px) {
    .product-layer-two{ display: block!important;}
    .product_page .product_menu_list>h5{ display: none;}
    .product_info_page #content .main_part{ padding:80px 20px 0px;}
    .mobile_product_name{ display: none;}
    .products-list .price b{ text-align: center!important;}
}
@media screen and (max-width:450px) {
    .products-list{grid-template-columns:1fr; gap: 24px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*內頁BANNER 設定*/
.banner { min-height: 340px; position: relative;}
.banner h5 {}
.banner.banA {}
.banner.banB { }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner h5 {
    font-size: 0px;
    color: transparent;
}
.banner h5::before{
    content: "";
    width: 207px;
    height:96px;
    display: block;
    position: relative;
    top: 38px;
    background: url(https://pic03.eapple.com.tw/ananda/banC-text.png) no-repeat;
    background-size: cover;
    z-index: 0;
}
.banB, .banC, .banF, .banA {
    background-image: none;
    background-color: transparent;
}

.banner.banB h5::before{
    background: url(https://pic03.eapple.com.tw/ananda/banB-text.png) no-repeat;
    width: 257px;    
} 
.banner.banblog h5::before{
     background: url(https://pic03.eapple.com.tw/ananda/banblog-text.png) no-repeat;} 
.banner.banF h5::before{
     background: url(https://pic03.eapple.com.tw/ananda/banF-text.png) no-repeat;} 
.banner.banD h5::before{
     background: url(https://pic03.eapple.com.tw/ananda/banD-text.png) no-repeat;} 
.other_page #page .banner.banB h5::before{
    width: 207px;
     background: url(https://pic03.eapple.com.tw/ananda/banA-text.png) no-repeat;} 
.other_select_page #page .banner.banA h5::before{
    width: 207px;
     background: url(https://pic03.eapple.com.tw/ananda/banA-text.png) no-repeat;} 

.banner {
    height: 200px;
    background-position: bottom center;
    width: 100%;
    background: url(https://pic03.eapple.com.tw/ananda/in-banner.jpg)no-repeat;
}

.banner h5::after {
    content: "";
    background: url(https://pic03.eapple.com.tw/ananda/ban-products.png) no-repeat;
   width: 164px;
    height: 250px;
    background-size: contain;
    position: absolute;
    margin: auto;
    z-index: 5;
    transform: translateX(-50%);
    left: 28%;
    top: 35%;
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-10px); /* 向上移動 */
    }
    100% {
      transform: translateY(0px);
    }
  }

@media screen and (max-width:1400px) {
    .banner h5::before{ top: 54px;}
    .banner h5::after{ 
        width: 130px;
        height: 200px;
        left: 23%;
        top: 47%;
    }
}
@media screen and (max-width:1024px) {
    .banner h5::after{ left: 80%;}
}
@media screen and (max-width:768px) {
    .banner { min-height: 250px;}
    .banner h5::after{ width: 100px; height: 149px;left: 75%;}
}
@media screen and (max-width:400px) {
    .banner { min-height: 210px;}
    .banner h5::before{ width: 200px;height: 94px; top: 30px;}
    .banner.banB h5::before{ }
    .banner h5::after{ display: none;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 首頁文章 */
.module_i_news{ padding: 100px 20px;}
.module_i_news .title_i_box h4{ color: transparent; margin-bottom: -28px;}
.module_i_news .title_i_box h4::before{
   content: "";
     background-image: url(https://pic03.eapple.com.tw/ananda/banblog-text.png);
     background-size: cover;
    width: 207px;
    height: 96px;
    display: block;
    margin: auto;
}
.i_blog_le{
    width: 210px;
    padding: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.i_blog_le img{ border-radius: 40px;}
.i_blog_ri{
        display: flex;
        flex-flow: column wrap;
        padding: 44px 36px 44px 44px;
        width: 100%;
        position: relative;
        justify-content: center;
}
.module_i_news li{ background: #fff; transition: 0.5s;}
.module_i_news li:hover {
    transform: translateY(-6px);
    border: 0PX;
}
.i_blog_ri h5{
    color: #99522D;
    font-weight: bold;
}
.i_blog_ri p{ color: #000;}
.module_i_news li a:before{
    display: none;
}
.module_i_news li a:after{
    background: transparent;
    border: 0px;
}
.i_blog_ri em:after{
    content: 'READ MORE＋';
    font-family:  "Noto Serif TC", serif;
    letter-spacing: 0.4px;
    color: #E68080;
    font-weight: bold;
    position: absolute;
    bottom: 26px;
    right: 18px;
    font-size: 14px;
}
@media screen and (max-width:1024px) {
    .i_blog_ri{
        padding: 44px 36px 58px 22px;
    }
}

@media screen and (max-width:768px) {
    .module_i_news ul{
        grid-gap: 26px;
        grid-template-columns:1fr 1fr;
    }
    .i_blog_le{
        width: unset;
    }
    .i_blog_ri{
        padding: 20px 36px 72px 44px;
    }
}

@media screen and (max-width:450px) {
    .module_i_news ul{ grid-template-columns:1fr;}
    .i_blog_ri{
        padding: 44px 24px 58px 24px;
    }
}

.blog_page .main_part,.blog_in_page .main_part { padding: 100px 20px 50px;}
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box {
    padding: 0;
    margin-top: 20px;
}

.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_le,
.blog_ri {
    margin-bottom: 1vw;
}

.blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    background: white;
    border-bottom: none;
}

.subbox_item:hover {
    transform: translateY(-6px);
}

.subbox_item a {
    display: flex;
    flex-flow: row wrap;
    gap: 0;
}

.blog_list_le {
    width: 260px;
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 40px;
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 44px 36px 44px 44px;
    width: calc(100% - 275px);
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #99522D;
}

.blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    position: relative;
}

.blog_list_ri p {
    line-height: 165%;
    margin: 16px 0 20px;
    -webkit-line-clamp: 2;
    letter-spacing: 0.5px;
    color: #000;
}

.blog_list_ri em:after {
    content: 'READ MORE ＋';
    font-family: "Noto Serif TC", serif;
    letter-spacing: 0.4px;
    color: #E68080;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 40px;
    background: #fff;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #80A380 !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #80A380 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Serif TC', serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #fff 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #fcf9f4;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: 900;
}

.submenu a:hover {
    border-left: #fcf9f4 4px solid;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic,
.blog_shareData {
    display: none;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 20px;
    font-size: 30px;
    color: #99522D;
    letter-spacing: 2px;
}

.blog_box_edit {
    color: #000;
    font-size: 16px;
}

.blog_box_edit * {
    line-height: 165%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a:hover {
    background: #80A380 !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: #80A380;
    color: #fff;
    transition: all .3s ease;
    border-radius: 40px;
}

.news_related {
    padding: 48px 0;
    background: transparent;
}

.news_related_list {
    max-width: 1400px;
    width: 90%;
    display: flex;
    justify-content: center;
}

.lastPage {
    background: #80A380;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #000;
}

.news_related_list li a p {
    margin-top: 4px;
    color: #000;
}
.news_related_list li a{
    background: unset;
}
.news_related_list li a img{ border-radius: 40px; transition: 0.5s;}
.news_related_list li a:hover img{ opacity: 0.74; transition: 0.5s;}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 1024px) {
    .blog_subbox{
        grid-template-columns:1fr 1fr;
    }
    .subbox_item a {
        flex-direction: column;
    }

    .blog_list_le,
    .blog_list_ri {
        width: 100%;
    }

    .blog_list_ri {
        padding: 24px;
    }

    .blog_list_ri p {
        margin: 10px 0 14px;
    }

    .news_related_list li {
        width: calc((100% - 20px) / 2);
    }

    .news_related_list {
        grid-gap: 20px;
    }
}

@media screen and (max-width: 768px) {

    .blog_ri {
        padding: 0;
    }

    .blog_search {
        margin-bottom: 20px;
    }

    h4.blog_category_title {
        font-size: 26px;
    }

    .news_related_list li a p {
        -webkit-line-clamp: 1;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media screen and (max-width:660px) {
    .blog_list_ri em:after{ top: 22px;}
}
@media screen and (max-width:600px) {
    .news_related_list{
        display: grid;
        grid-template-columns:1fr 1fr;
     }
     .news_related_list li{ width: 100%;}
}
@media screen and (max-width:400px) {
    .news_related_list li a img{ border-radius: 20px;}
        .blog_subbox{
        grid-template-columns:1fr;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.contact_page #page .main_part { padding: 100px 20px 50px;}
/* 聯絡我們 */
.list_before{ display: none;}
.contact_le_map a {display: none;}

.contact_le_map a{ display: none;}

.contact_form{ grid-gap:17px; }
.contact_form li.last cite{ background: #80A380; border: 1px solid #80A380; border-radius: 40px;}
.contact_form li.last blockquote{ color: #80A380; border: 1px solid #80A380; border-radius: 40px;}


@media screen and (max-width:600px) {
  .contact_form li .form__label{ background: transparent;}
}




.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




