@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
:root {
    --MainColor: #ffffff ;
    --SubColor:#1a1a1a;
    --SFont:"Cormorant Garamond", serif;/*特殊字體*/
}
#page {
    position: relative;
    background: #F7F6E2;
    overflow: hidden;
}
#content
/* ,#content_main */
 {
    min-height: unset;
}

body {
    font-family: 'Noto Serif TC', serif;
}
/*Header/＝＝＝＝＝*/
.main_header_area{background: #fff0;}
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

/*選單最大寬度設定*/
/* .main_header_area .container {    max-width: 95%;} */
.navigation {padding: 20px 0 10px 210px;}
/*第一層*/

/* .stellarnav > ul > li > a{color: #4C4948; transition:all 0.3s;}
.stellarnav li.has-sub > a:after {display:none;} */
.stellarnav > ul > li:hover > a{color: #7b5440;}
.me_tp_features {
    width: 100%;
    position: absolute;
    top: 50px;
    right: 200px;
    text-align: right;
    /* margin-bottom: 7px; */
    /* padding-right: 17px; */
    /* display: none; */
    }
.me_tp_features a.tp_btn_cart ,.me_tp_features a.tp_btn_notice {
    color: #fff;
    border: 1px solid #5f483a;
    background: #5f483a;
    border-radius: 50px;
    padding: 3px 4px 5px 4px;
}

.me_tp_features a.tp_btn_cart span {
    display: none;
}
.me_tp_features a.tp_btn_notice span {
    display: none;
}
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin: 0 10px 5px 0;
    display: none;
}
/*第二層*/

/* .stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #cfa086;	padding-left:10px;border-color:#cfa086 ;} */

/*方案隱藏*/

/*SubMenu*/
.shop_search_btn {    background: #cfa086;}
.tp_links {display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #cfa086;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
.pageIndex .header_area{position: fixed;width: 100%;padding: 0;}
 .header_area .main_header_area {
    /* background: linear-gradient(#161615, #1616157a, #16161500); */
    /* background:linear-gradient(#ffffff75, #ffffff00); */
    padding: 10px 0 10px 0;
    transition: all 0.3s;
}
 .header_area.sticky .main_header_area {
    /* background: linear-gradient(#ffffff75, #ffffff00); */
    transition: all 0.3s;
    /* backdrop-filter: blur(30px); */
}

.other_select_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.other_select_page .show_content {
    margin: auto;
    padding: 0;
}

.other_select_page .edit {
    margin: auto;
    padding: 0;
}

.other_promotion , .other_select_page .promotion_title {display: none;}

/* = = = 漢堡分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: relative;
    z-index: 9900;
    text-align: left;
    display: none;
    background: none;
}
.stellarnav li li {
    display: block;
    border:none;
    border-bottom: 1px #c5c5c5 solid;
    margin-bottom: -1px;
}
.stellarnav li li:hover a {
    color: #998a64;
    padding: 7px 16px;
    transition: all 0.5s;
}
@media screen and (max-width:1024px) {
    .navigation {padding: 0;}
    .nav-header {display: flex;
        justify-content: flex-start;}
    /* 開啟手機板下方按鈕所需設定 */

    .footer.with_shopping_mode { padding:30px 0 70px; }
    #to_top { bottom:60px;}}
    
    @media screen and (max-width: 768px) {
        .stellarnav li li {
            border: none;
            border-bottom: 1px #efefef solid;
        }
        .stellarnav.mobile li.open {
            background: #f3f3f3;
            padding: 0;
        }
        .stellarnav ul ul {
            top: auto;
            width: 160px;
            position: absolute;
            z-index: 9900;
            text-align: left;
            display: none;
            background: none;
        }
        .stellarnav .menu-toggle span.bars span {background: #fff !important;}
        .stellarnav.mobile > ul > li > a {
            text-align: left;
            overflow: auto;
            height: auto;
            line-height: 150%;
            color: #4a4a4a;
            font-size: 14px;
            letter-spacing: 2px;}
            .stellarnav li a {
                font-size: 14px;
                letter-spacing: 2px;}

    .pageIndex .header_area {
        position: relative;}}

    @media screen and (max-width: 600px) { 
        .blog_list_ri{width:100%;}
    .blog_list_ri h5{-webkit-line-clamp: 2;}
    .blog_list_le{width:100%;}
    /* .nav-brand img {max-width: 80%;} */
    .nav-brand img {padding-left: 0;}}

  /* 頁面的麵包屑 首頁/頁面名稱/ */
  .path { display:none;}
  
  /*首頁+聯絡按鈕*/
  .animated-arrow { background:#BB9F87 ;}
  .swiper-pagination {
      left: 50%;
      margin-left: 0;
      transform: translate(-50%, 0);
      display: none;
  }

@keyframes banner-banner-show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes banner-logo{
    0%{
        opacity: 0;
        width: 526px; 
        height: 245px;
        filter: blur(0);
        background-position: -526px 0 ;
    }
    25%{
        opacity: 1;
        width: 526px; 
        height: 245px;
        filter: blur(0);
        background-position: 0 0;
    }
    50%{
        width: 526px; 
        height: 245px;
        filter: blur(0);
        background-position: 0 0;
        opacity: 1;
    }
    80%{
        width: 526px; 
        height: 245px;
        filter: blur(0);
        background-position: 0 0;
        opacity: 1;
    }
    100%{
        width: 150%; 
        height: 1080px;
        filter: blur(10);
        background-position: 0 0;
        opacity: 0;

    }
}
@keyframes banner-bg{
    0%{

    }
    50%{
    }
    80%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

@keyframes banner-img {
    0%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes banner-line-white{
    0%{
        width: 420px;
        opacity: 1;
    }
    50%{
        width: 420px;
        opacity: 1;
    }
    80%{
        width: 420px;
        opacity: 1;
    }
    100%{
        width: 2180px;
        opacity: 0;
    }
}

@keyframes banner-line-brown{
    0%{
        width: 0;
        opacity: 1;
    }
    50%{
        width: 420px;
        opacity: 1;
    }
    80%{
        width: 420px;
        opacity: 1;
    }
    100%{
        width: 2180px;
        opacity: 0;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*側邊選單設定*/

.stellarnav > ul > li > a {color:#666;letter-spacing: 3px;}
.stellarnav > ul > li > a {margin: 10px 5px;font-weight: 700;}

/*選單設定*/
.header_area{padding: 0;}
.header_area .main_header_area {
    position: fixed;
    /* background: linear-gradient(#8f8f8f75, #8f8f8f00); */
    /* background:linear-gradient(#ffffff75, #ffffff00); */
    top: 0;
    left: 0;
    width: 100%;
    height: 168px;
    transition: all 0.5s;
    }

.header_area.sticky .main_header_area {
    height: 140px;
    transition: all 0.5s;}

.header_area .me_tp_features {/* display: none; */}
.header_area.sticky .me_tp_features {/* display: none; */}


.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 40px;
    right: 5%;
    transition: all 0.5s;
    pointer-events: all;
}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 57px;
    transition: all 0.5s;
}
.main_header_area .container{max-width: 100%;}
/* 漢堡 */

.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    left: -5px;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    transition: all 1s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    left: 5px;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


/* 漢堡關 */

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(1) {
    left: 0;
    transform: rotate(45deg);
    transition: all 1s;
}
.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(2) {
    opacity: 0;
    transition: all 1s;
}
.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    transform: rotate(315deg);
    left: 0;
    top: -16px;
    transition: all 1s;
}

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {
    transform: rotate(-55deg);
    transition: all 1s;
}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {
    transform: rotate(225deg);
    transition: all 1s;
}


/* 未開啟 */
.header_area .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 20px;
    right: 5%;
    transition: all 0.5s;
    pointer-events: all;
}
.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 40px;
    transition: all 0.5s;
}
.stellarnav.desktop > ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;
}
.stellarnav.desktop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;
}
.stellarnav.desktop::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 1s;
}

/* 開啟 */
.stellarnav.desktop.active > ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: all;
    width: 20%;
    height: 670px;
    background: transparent;
    padding: 1% 1%;
    padding-top: 130px;
    border-radius: 0 0 0 30px;
}

.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 3000px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(255 255 255 / 70%);}
    
.stellarnav.desktop.active{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: flex-end;
}
.stellarnav.desktop.active::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000002b;
    border-radius: 0;
    backdrop-filter: blur(5px);
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);}

.stellarnav.mobile ul {background: #ffffffd4;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: none;    flex-direction: column;}

@media screen and (max-width:1200px) {
.stellarnav.desktop.active > ul {width: 25%;}}
@media screen and (max-width:1020px) {
    .stellarnav.desktop.active > ul {width: 35%;}}
@media screen and (max-width:768px) {
.element.style {
    display: flex;
    flex-direction: column;}}

@keyframes nav-left {
    0%{
        left: 590px;
    }
    100%{
        left: 0;
    }
    
}






@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}




/* BAR */
.stellarnav .menu-toggle:after {
    display: none;
}
                                    
/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

/*各區標題設定*/
.mobile_product_name {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 30px;
}
div#bx-pager h6 { display: none;}

h3.accordion-thumb {
    color: #fff;
}
.product_info_page .accordion { display: none;}


 /*下方資訊隱藏*/
 body.product_info_page h3.prod-thumb {
    display: none;
}

body.product_info_page .half_box li {
    margin: 10px 0;
    display: none;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

@keyframes show-logo {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes show-line {
    0%{
        right: 100%;
        opacity: 0;
    }
    100%{
        right: 0;
        opacity: 1;
    }
}

.nav-header {
    position: fixed;
    z-index: 123;
    top: 57px;
    left: 3%;
    opacity: 0;
}

.nav-brand {
    display: inline-block;
    width: 150px;
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }
    .nav-header {
        position: static;
        text-align: start;
        padding: 5px 0px 0px 10px;
    }

    .header_area.sticky a.nav-brand::before {  
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }
    .stellarnav > ul > li > a {
        margin: 0 15px;
    }
    
}

@media screen and (max-width: 768px) {
    .products-list .more  {
      font-size: 13px;
    }
    .product_page .products-list {
        width:unset;}
.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: 130px;
}
.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;
}
.nav-header {
    z-index: 0;
    top: -13px;
}
.footer_logo {
    display: block;
    margin: 0 auto;
}
}


@keyframes up {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}



/*開場NAV */
.nav-header {
    opacity: 1;
    top: 37px;
}
.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 0.6s forwards;
    animation-delay: 1.0s;
}

@keyframes banner-nav-logo {
    0%{
        top: 87px;
        opacity: 0;
    }
    100%{
        top: 37px;
        opacity: 1;
    }
}

.pageIndex .stellarnav.desktop .menu-toggle{
    opacity: 0;
    animation: banner-navbar 0.6s forwards;
    animation-delay: 1s;
}
.stellarnav.desktop .menu-toggle{
    opacity: 1;
    top: 57px;
    z-index: 999999;
    padding: 20px;
    background: #cfa086;
    }



@keyframes banner-navbar {
    0%{
        top: 97px;
        opacity: 0;
    }
    100%{
        top: 57px;
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}
}

/* = = = 漢堡分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = footer = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.footer_logo {
    filter: brightness(4);
    max-width: 200px;
    margin-top: 20px;
}
.footer {background: #b59d89;padding-top: 60px;}
.footer .center {    max-width: 1600px;}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    grid-gap: 60px;
    padding: 0 20px;
    margin-bottom: 40px;
}
.footer_info ul {    display: flex; ;    width: 72%;}
.footer_info li:nth-child(1) {    width: 40%;}
.footer_info li:nth-child(2) {    width: 30%;}
.footer_info li:nth-child(1):before, .footer_info li:nth-child(2):before, .box_link:before {
    content: " ";
    font-size: 16px;
    line-height: 220%;
    font-weight: 700;
    font-family: var(--SFont);
    letter-spacing: 2px;
    color: #604839;
}
.footer_info li:nth-child(1):before {    content: "CONTACT US";}
.footer_info li:nth-child(2):before {    content: "QUICK LINKS";}
.box_link:before{    content: "FOLLOW US";}
.footer_info li p, .footer_info li p a {    color: #fff; line-height: 2;}

.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px;
    transition: all 0.3s;
    background: transparent;
    border: none;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}
.footer_menu a:first-child {    display: none;}
.footer_menu a:hover {    background: transparent; color: #ffdcc6;}
.box_link {    width: max-content; padding: 10px;align-items: flex-start;    max-width: 100%;}
.box_link a {
    transition: all 0.3s;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: var(--SFont);
    border: solid 1px rgba(255,255,255,.14);
    border-radius: 0;
    padding: 8px 10px;
    margin-bottom: 9px;
    font-size: 16px;
    width: 100%;
    letter-spacing: 2px;
}
.box_link a:hover {background: transparent;opacity: .5;transition: all .5s;}
i.fa-brands {    display: flex;    flex-direction: row;    width: max-content;    align-items: center;    color: #fff;}
a.me_tp_line {    padding: 6px 10px;}
i.fa-brands:after, .me_tp_line:after {
    content: "";
    font-size: 13px;
    color: #ffffff;
    font-family: var(--SFont);
    letter-spacing: 2px;
    padding-left: 8px;
}
a.me_tp_fb:after {    content: "FACEBOOK"; padding-left: 5px; font-size: 14px;}
a.me_tp_line:after {    content: "LINE";    padding-left: 0;}
i.fa-brands.fa-instagram:after {    content: "INSTAGRAM";    font-family: var(--SFont);    font-size: 14px;    letter-spacing: 2px;}
i.fa-brands.fa-whatsapp:after {    content: "CONTACT";    font-family: var(--SFont);    font-size: 14px;}
a.me_tp_call{display: none;}

.copy {
    background: transparent;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding: 30px 0;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    max-width: 1580px;
}
.copy a{    color: #fff;transition:all 0.3s;}


/*資訊欄*/
p.line {display: none;}
a.me_tp_mail {display: none;}
.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}

 @media screen and (max-width: 768px) {
    .fu_map{
        max-width: 94%;
        margin-bottom: 40px;
     }
     .fu_map iframe {
        width: 100%;
    }
    }

/* 聯絡 */
.contact_content{
    max-width: 1350px;
    padding: 100px 10px;
}

.contact_content .information_left {
    background: #2B301C;
    width: 33%;
    padding: 30px;
    margin-right: 20px;
}
.contact_content .information_right {
    width: calc(100% - 35%);
    padding: 30px;
    background: #ffffffdb;
    border: 1px solid #A98974;
}
.blank_letter {
    font-family: 'Noto Serif TC';
}

.contact_content form.style1 {
    text-align: center;
}
.contact_form li .form__insert {
    text-align: start;
}

.list_before{color:#fff;}

.contact_page .blank_letter {
    display: none;
}

ul.list_before.info:before {
    content: "INFORMATION ";
    font-family: "Cormorant Garamond", serif;
    display: block;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #cfa086 solid;
}
ul.list_before.account {
    display: none;
}

.information_right.fadeInRight.animated15.delay5:before {
    content: "FORM";
    font-family: "Cormorant Garamond", serif;
    display: block;
    padding-top: 30px;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #e7e0cf solid;
}

.list_before.info li{padding-left: 50px;}

/* 隱藏資訊 */
li.info_TEL, li.info_TEL2, li.info_TAXID, li.info_ADD, li.info_ADD2 {
    display: none;
}

@media screen and (max-width: 1024px) {
    .contact_content .information_left {
        width: 100%;
        margin: 0 0 20px;
    }
    .contact_content .information_right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 600px) {
.contact_content .information_left,.contact_content .information_right{padding: 16px;}
.contact_form li .form__label{background: rgb(219 202 151 / 15%);}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
    /*footer*/
    .footer_info ul {    flex-direction: column;}
    .footer_info li:nth-child(1) {    width: 100%;  }
    .footer_info li:nth-child(2) {    width: 100%;    padding-top: 28px;}
    .footer_menu {    grid-template-columns: repeat(auto-fit, minmax(min(80px, 100%), 1fr));    gap: 14px;}
    }

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
    #bottom_menu {      background: #363A2B;}
    #bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
        border-right: 1px solid #0b0c10;
    }
    #bottom_menu li{color: #555;}
    #bottom_menu li a {          color: #fff;    border-right: 1px solid #555555;}
@media screen and (max-width: 768px) {
    /*Footer/＝＝＝＝＝*/
    #to_top { bottom:60px;}

    .footer.with_shopping_mode { padding:60px 0 70px; }
    .footer_info {    justify-content: center;}
    .footer_logo {    text-align: center;}
    .footer_info li:nth-child(1) {    text-align: center;}
    .footer_info li:nth-child(2) {        padding-top: 10px;    text-align: center;}
    .box_link {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
    .box_link a {/* width: fit-content; */justify-content: center;height: 40px;}
    .box_link:before{display: none;}
    .copy {    padding-right: 0;    text-align: center;}
    .footer_menu a {text-align: center;}
}    

/*匯款頁Footer跑掉修正*/
.footer_info li p:before {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 5px;
  letter-spacing: inherit;
}
/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;  transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 0px;}
.header_area.sticky .nav-brand{}
.nav-brand img {
    width: 200px;
    filter: brightness(3.5);
    transition: all 0.3s ease-in-out;
}
.header_area.sticky .nav-brand img{
    filter: brightness(1);
    width: 160px;
}
/* .services_page .nav-brand img,.other_page .nav-brand img{filter:brightness(1)} */

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #cfa086;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;background: transparent; }
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
.banner {
    font-size: 40px;
    padding: 280px 0;
    text-align: center;
    /* background: url(https://pic03.eapple.com.tw/thegreenfarm/banblog.jpg) fixed repeat-y center;
    background-position-y: 280%; */
    background: #b49d8b;
    
}
.banner h5 {
    position: relative;
    top: 0px;
    font-size: 0px;
    color: #ffffff;
    text-shadow: 0 0 16px #413d39;
}

/* 關於 */
.banA {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banA.jpg)fixed repeat-y top;
    background-repeat: no-repeat;
    
}

/* 服務 */
.banB {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banB.jpg)fixed repeat-y top;
    background-repeat: no-repeat;
    
}


.case_page  .banB{
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banBc.jpg)fixed repeat-y top;
    background-repeat: no-repeat;
    
}
/* 聯絡我們 */
.banC {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banC.jpg)fixed repeat-y top;
    background-repeat: no-repeat;
    
}
/* 商品 */
.banF {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banF.jpg)fixed repeat-y top;
    background-repeat: no-repeat;
    
}
/*  */
.banE {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banE.jpg)fixed repeat-y top;
    background-repeat: no-repeat;
    
}
/* 文章 */
.banner.banblog {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banblog.jpg)fixed repeat-y top;
    background-repeat: no-repeat;
    
}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

 div#page{
    background: url(https://pic03.eapple.com.tw/thegreenfarm/bg03.jpg) center;
    background-size: cover;
    background-attachment: fixed;
}
/* .case_page .box_container:after {
    display: block;
    content: " ";
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 26px;
    left: 11%;
    right: 0;
    background-image: url(https://pic03.eapple.com.tw/thegreenfarm/map.png);
    background-repeat: repeat-y;
    background-size: 32%;
    pointer-events: none;
    opacity: 1;
    z-index: 1000;
} */
/*麵包屑＝＝*/
.path p{display: none;}
.path p a:hover {    color: #cfa086;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #cfa086;border: 1px solid #cfa086;}

/*購物車/＝＝＝＝＝*/

.product_page .main_part ,.product_info_page .main_part{
    max-width: 1400px;
}
.product_info_page .show_content {
    display: flex
;
    flex-wrap: wrap;
}

.product-wrapper {
    max-width: 1000px;
        width: 100%;
    /* padding: 20px; */
    /* background: #fff; */
}

.proImgSwiper{    aspect-ratio: unset;}
.prod_part {
    width: 90%;
}


.product_pic .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.products-list .pic {
    position: relative;
    aspect-ratio: 1/1;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
}

.products-list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.products-list:before {
    content: none;
}

.products-list .item {
    width: 100%;
}

.product-layer-two>li>a::before {
    background: #fff !important;
    padding-left: 10px !important;
}

.product-layer-two li li a {
    font-size: 13px;
}

.products-list .item a {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

.products-list .name {
    height: auto;
}

.product_page .products-list .price {
    justify-content: flex-end;
}

.products-list .price b {
    font-weight: 400;
}

.products-list .more {
    border: 1px solid #c0c0c0;
    background: #ffffff69;
    color: #566848;
    font-weight: 400;
    font-size: 14px;
}

.products-list .item a:hover .more {
    background: #566848;
    border: 1px solid #566848;
    transition: 0.5s;
    letter-spacing: 0;
}

.products-list .item a:hover .pic {
    opacity: 0.75;
    transition: 0.5s;
}

.product_pic #bx-pager h6 {
    display: none;
}

.sidebarBtn {
    border: 1px #d7d0c1 solid;
    background: #ffffff69;
    margin-top: 20px;
}

.sidebarBtn h2,
.sidebarBtn .price {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101010;
}
.sidebarBtn .price{border-bottom: 1px #d7d0c1 solid;}
.product_info {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

/*按鈕顏色*/
.inquiry_a1 {
    background: #566848;
}

.inquiry_a2 {
    background: #566848;
}

.inquiry_a3 {
    background: #566848;
}

.lastPage{background: #cfa086;}

.lastaction {
    color: #1A1A1A;
    background-color: #f2f2f2;
}

.nextaction {
    background-color: #1A1A1A;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #cfa086;
    color: #fff;
    transition: 0.5s;
}

ul.prod li h3.prod-thumb {
    background: transparent;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101010;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
    text-align: left;
}

.qaform {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
}

.qaform .breakF {
    border: 1px #cecece solid;
    background: #ffffff;
}

.productBtn {
    width: 100%;
    max-width: 100px;
    padding-left: 0;
    margin-right: 10px;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.half_box li.btn_blankTop {
    margin-top: 180px;
    text-align: end;
}

.lastaction,
.nextaction {
    background-image: none;
    text-align: center;
}

.prod_related h6 span:before,.news_related h6 span:before  {
    font-size: 22px;
    font-weight: normal;

    color: #5f574c;
}

.prod_related {
    background: #ffffff8f;
    border-top: 1px solid #e5e5e5;
}

.related_list li a {
    background: transparent;
}

.related_list li a p {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
    padding-bottom: 7px;
}

.related_list {
    max-width: 1550px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.related_list li {
    width: 100%;
}

.related_list li a:hover img {
    opacity: 0.75;
    transition: 0.5s;
}

.related_list li a:hover p {
    border-bottom: 1px solid #000;
    transition: 0.5s;
}

.rewrite_simple,
.send_simple {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    /* color: #fff; */
    font-size: 15px;
    width: 120px;
    height: 33px;
    line-height: 31px;
}
.total_amount .rewrite_simple, .total_amount .send_simple {
    height: 40px;color: #fff;
}
.rewrite_simple:hover,
.send_simple:hover {
    border: 0;
    transition: 0.5s;
}

/*匯款通知*/
.form_content {
    padding: 120px 10px;
}

.separate_title {
    font-size: 16px;
    color: #444;
    padding: 10px 0 10px 20px;
    background: #5f483a1c;
}
.declaration {
    background: #b49d8b80;}
/*購物車/外層＝＝*/
/*顏色*/
/*價格*/
.products-list .item {
    width: 100%;
    /* padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2); */
}
.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.products-list .price b {
    margin: 0;
    line-height: 180%;
    color: #1A1A1A;
}

.products-list .price b.ori_price {
    font-size: 14px;
}

/*外層版面*/

.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.product_page .products-list {
    width: calc(100% - 24%);
}

.product-layer-two {
    width: 250px;
    margin: 0;
}
.product_menu_list {
    width: fit-content;
}

.product-layer-two li {
    margin: 0;
    width: 100%;
}

.product-layer-two li i {
    right: 12px;
    top: 4px;
    color: #ffffff;
    }

.product-layer-two li.active a {
    border: unset;
    border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 1200px) {
    .products-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .product_page .products-list {
        width: 100%;
    }

    .product_page .show_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
.related_list{    grid-template-columns:1fr 1fr;}
}

@media screen and (max-width: 476px) {
    .products-list {
        grid-template-columns: 1fr;
    }
}

/**/
.product-layer-two li a {
    color: #222;
    border: none;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    transition: all 0.3s;
    width: 100%;
    display: block;
}

.product-layer-two>li>a {
    background: #566848;
    color: #ffffff;
    border-bottom: 1px solid #ffffff69;
    padding-left: 18px;
}
.product-layer-two>li:hover>a {
    background: #cfa086;
}
.product-layer-two>li.active>a {
    background: #cfa086;
}
.product-layer-two li:hover a {
    transition: 0.5s;
}


.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
}

.product-layer-two li li {
    border-bottom: 1px solid #ccc;
    background: transparent;
}

.product-layer-two li li:hover a {
    background: #cfa0861f;
    color: #2b301d;
}
.product-layer-two li li a {
    background: transparent ;
}
.product-layer-two li li.active a {
    background: #e1e0d9 !important;
    color: #2b301d;
}


/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {
    display: block;
}

/*購物車/內層＝＝*/

.product_main{    width: 59%;}
.sidebarBtn{    width: 40%;}
.bx-wrapper img {
    margin: auto;
}

body.product_info_page #content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

/* 小圖 */

@media (min-width:769px) {
    #prod_thumbSwiper .swiper-button-next{display: none;}
    #prod_thumbSwiper .swiper-button-prev{display: none;}
  }
      .product_main,.sidebarBtn{ width: 100%;}
#prod_thumbSwiper {
    order: 1;
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
    max-width: 1000px;
}
.swiper-vertical>.swiper-wrapper {
    flex-direction: row;
    gap: 10px;
    height: 100px;
}
#prod_thumbSwiper .swiper-slide {
    max-width: 100px;
    position: relative;
    height: 100% !important;

}

.product_pic .bx-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0 0px;
}

.product_pic #bx-pager {
    display: flex;
    vertical-align: top;
    width: 100%;
    padding: 0;
    font-size: 12px;

    position: relative;
    top: auto;
    left: 0;
    flex-direction: row;
}
.product_pic {
    padding-left: 0;
}
/*商品側邊規格*/
.product_info li .txt_box {
    color: #222222;
    width: 100%;
}

.sidebarBtn .sp_price {
    color: #cfa086;
}

.mobile_product_name {
    font-size: 24px;display: none;
}
/*匯款＝＝*/
.remit_page .banner{display: none;}
.remit_page .nav-brand img {    filter: brightness(1);}
/* ＝＝＝＝文章管理＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*文字區塊 -------------------- */
/*文字區塊*/


/*樣式微調-文章標題*/
.blog_list_ri h5,
.i_blog_ri h5 {
   color: #566848;
   transition: all ease .5s;
   order: 1;
}

/*樣式微調-內文*/
.blog_list_ri p,
.i_blog_ri p {
   color: var(--f1-color);
   margin-top: 20px;
   order: 3;
   margin: 1rem 0;
   -webkit-line-clamp: 2;
}
.blog_in_page .blog_box {
    padding: 20px;
    background: #ffffff;
}
/*樣式微調-日期*/
.blog_list_ri em,
.i_blog_ri em {
   color: var(--f2-color);
   order: 2;
   margin: .25rem 0;
}

/*more*/
.subbox_item a:before,
.module_i_news li a:before {
   content: "READ MORE >";
   position: absolute;
   right: 1rem;
   left: auto;
   bottom: 0;
   opacity: 1;
   text-align: left;
   color:var(--f1-color);
   letter-spacing: .1rem;
}

/*hover-變色*/
.subbox_item:hover a:before,
.module_i_news li:hover a :before{
   color: #566848;
}

/*文章管理/＝＝＝＝＝*/
h5.blog_le_t em {
    display: none;}
h4.blog_category_title{font-size: 28px;}
h4.blog_category_title span{font-size: 24px;}
.subbox_item a {
    grid-template-columns: unset;
    grid-gap: 0;
}
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 2vw;}
.module_i_news li, .subbox_item {
   width: 100%;
   background: #fff;
   padding: 5px;
   box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; display: none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le img{
   display:block;
   max-width: 100%;
   min-width: 100%;
   height: 100%;
   object-fit: cover;
   -moz-object-fit: cover;
   -ms-object-fit: cover;
   -o-object-fit: cover;
   -webkit-object-fit: cover;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
}
.module_i_news li a::before, .subbox_item a:before{display: none;}
.i_blog_le, .blog_list_le {
   padding: 0;
   width: 100%;
   position: relative;
   height: auto;
   aspect-ratio: 1 / 1;
   overflow: hidden;
}
.module_i_news li a .i_blog_le:before, .blog_list_le:before {
   position: absolute;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-content: center;
   content: 'VIEW MORE +';
   font-size: 16px;
   color: #fff;
   letter-spacing: 0.2rem;
   transform: translate(-50%, -50%);
   width: 148px;
   height: 40px;
   left: 50%;
   top: 50%;
   z-index: 9;
   opacity: 0;
   transition: ease all .4s;
}
.module_i_news li a .i_blog_le:after, .blog_list_le::after {
   content: '';
   width: 100%;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   z-index: 8;
   background: #0000007d;
   opacity: 0;
   transition: all .4s;
}
.module_i_news li a:hover .i_blog_le:before, .module_i_news li a:hover .i_blog_le:after {
   opacity: 1;
}
.subbox_item a:hover .blog_list_le:before , .subbox_item a:hover .blog_list_le::after  {
   opacity: 1;
}

.blog_shareData{    flex-direction: row;}

.blog_back a.article_btn_back {
    background: #566848;
}

.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_back:hover,
.blog_back a.article_btn_next:hover {
    background: #cfa086;
}
.news_related {
    /* background: transparent; */
        background: #f3f3f347;
    border-top: 1px solid #d7d0c1;
}

/*側邊*/
.blog_search input[type=search] {
    border-radius: 0;
}
.blog_le .accordion > li{transition:all 0.3s;    background: #fff;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #cfa086 !important;}
.submenu a:hover {    background: #cfa086;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
   color: #ffffff !important;}

/*文章-首*/
.module_i_news {    padding-top: 80px;    padding-bottom: 130px;}
.module_i_news ul{width: 100%;	    max-width: 1320px; grid-template-columns:1fr 1fr 1fr 1fr;}
.module_i_news .title_i_box h4 {
   font: bold var(--f24) / 2 var(--ff);
   color: #566848;
   letter-spacing: .2rem;
   /* text-align: center; */
   line-height: 30px;
   padding-top: 0px;
   display: none;
}
.module_i_news .title_i_box h4:before {
   content: "course";
   display: block;
   line-height: 120%;
   font-weight: bold;
   text-decoration: underline;
   text-underline-offset: -10px;
   text-decoration-thickness: 13px;
   text-decoration-color: #DEE0DA;
   text-decoration-skip-ink: none;
   text-decoration-color: #1d3d6342;
   color: #000;
   text-transform: uppercase;
   display: none;
}

/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_ri {
   width: calc(100% - 260px);
}

/*首頁嵌入--------------------*/
.module_i_news {
   flex-direction: column;
   flex-wrap: wrap;
}

/*標題寬度*/
.module_i_news .title_i_box{
   width: 90%;
   margin: 10px 0;
}
/*文章區塊寬度*/
.module_i_news ul {
   width: 90%;
}

@media screen and (max-width: 1024px) {
.module_i_news ul{grid-template-columns:1fr 1fr;}
}

@media screen and (max-width: 768px) {
/*文章區塊-寬度調整*/
.blog_ri {
   width: 100%;
   padding: 0;
}
/*搜尋欄-寬度*/
.blog_le {
   width: 100%;
}

}

@media screen and (max-width: 600px) {
   /*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}.product-layer-two li
h4.blog_category_title span{font-size: 18px;}

/*直式*/

.blog_ri{
   padding: 0 5vw;
}
.module_i_news li a, .subbox_item a {
   display: grid;
   grid-template-columns: 1fr;
}
.blog_list_le{
   width: 100%;
   height: 250px;/*刪掉ios會破*/
}

.blog_list_ri p, .i_blog_ri p{
   margin: .5rem 0 1rem 0;
}

.subbox_item a:before, .module_i_news li a:before{
   font-size: 12px;
}


/*首頁嵌入-文字區塊填滿*/
.i_blog_ri{
   width: 100%;
}
}


/* ▲ 文章管理  END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #cfa086;}
.other_album_choice li {    background: #cfa086;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #cfa086;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#cfa086;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #cfa086;}
.contact_form li.last cite {background: #cfa086;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #5f483a;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #cfa086 solid;}
.login_mem_submit{background: #cfa086;}
.login_mem_other_link a{color: #cfa086;}
.member_login_regist a{background: #cfa086;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}


/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.navigation {    padding: 10px;}
.stellarnav ul {
    text-align: right;
}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand{max-width: 100px;}
.nav-header {
    position: absolute;
    text-align: center;
}
.nav-brand img {
    max-width: 180px;}
/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*漢堡/＝＝＝＝＝*/
.stellarnav .menu-toggle:after {color: #f0f0f0;}
.stellarnav .menu-toggle span.bars span {    
        height: 1px;
    background: #f0f0f0;
    margin: 0 auto 5px;
}

/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
/*首頁固定選單*/
.pageIndex .header_area{position:relative;height: 80px;}
/* .header_area.sticky .main_header_area {    backdrop-filter: none; background: #938268;} */
.header_area .main_header_area {
    background: #938268;
}
.navigation {
    padding: 0;
}
.me_tp_features {
    display: none;
}
/*側邊選單/＝＝＝＝＝*/
.stellarnav .menu-toggle {
    padding: 10px 10px;
}
.stellarnav.mobile > ul > li > a {color: #3e3a39;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav.mobile > ul > li > a b:nth-child(2) {
    display: none;
}
.header_area .main_header_area {
    padding: 0;
    background: #2b301d;
    height: 80px;
}
.header_area.sticky .main_header_area {
    padding: 0;
    background: #2b301d;
    height: 80px;
}
#bottom_menu li:nth-child(2) a, #bottom_menu li:nth-child(3) a {
    /* display: none; */
}
#bottom_menu li:first-child:nth-last-child(3), #bottom_menu li:first-child:nth-last-child(3) ~ li {
    width: 100%;
}
/*Logo/＝＝＝＝＝*/
.nav-brand{ margin-top: 10px;}
.header_area.sticky .nav-brand{max-width: 100px;}
.nav-header {
    position: static;
    text-align: center;
}
.nav-brand img {
    max-width: 100px;
}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: flex;}
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.footer_info ul {
    width: 96%;
}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;top: 0px;font-size: 0px;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner {
    margin-top: 70px;
        padding: 10px 0 60px 0;
        min-height: 130px;
        background: url(https://pic03.eapple.com.tw/thegreenfarm/banblog.jpg) center;
        background-size: contain;
    }

.banner h5{
    font-size: 24px;
    top: 24px;
    letter-spacing: 2px;
    font-size: 0px;
}

.banA {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banA.jpg) no-repeat center;
    background-size: contain;
}

.banB {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banB.jpg) no-repeat center;
    background-size: contain;
}
.other_select_page .banB {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banB.jpg) no-repeat center;
    background-size: contain;
}
.other_select_page .banB{
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banB.jpg) no-repeat center;
    background-size: contain;
}
.case_page  .banB{
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banBc.jpg) no-repeat center;
    background-size: contain;
}
.banC {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banC.jpg) no-repeat center;
    background-size: contain;
}
.banF {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banF.jpg) no-repeat center;
    background-size: contain;
}
.banE {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banE.jpg) no-repeat center;
    background-size: contain;
}

.banner.banblog {
    background: url(https://pic03.eapple.com.tw/thegreenfarm/banblog.jpg) no-repeat center;
    background-size: contain;
}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.edit_part {
    max-width: unset;
    margin: unset;
    padding: unset;}
/*logo*/
.nav-brand {width: 220px;
    /* filter: contrast(0) brightness(100); */
}
.pageIndex .nav-brand {
        display: inline-block;
        width: 220px;
        padding-top: 0px;
        filter: unset;
        /* filter: contrast(0) brightness(100);*/
        } 

.header_area.sticky .nav-brand{filter:unset;}

@media screen and (max-width: 768px) {
.pageIndex .nav-brand ,.header_area .nav-brand{
    filter: contrast(0) brightness(100);
    } 
    
    .header_area.sticky .nav-brand {
    filter: contrast(0) brightness(100);
    }
    .sticky .menu-toggle span.bars {
        filter: contrast(0) brightness(10);
    }
    .header_area.sticky .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
        display: block;
        position: fixed;
        top: 20px;
        right: 5%;
        transition: all 0.5s;
        pointer-events: all;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
    background-color: #546845;
    color: #fff;
  }
  ::selection{
    background-color: #cfa086;
    color: #fff;
  }
  
  body{
      overflow: overlay;
  }
  &::-webkit-scrollbar {
      background: #181818;
      width: 7px;
  }
  &::-webkit-scrollbar-button {
      display: none;
      background: #181818;
      border-radius: 0;
    }
  &::-webkit-scrollbar-track-piece {
      background: #181818;
    }
  
  &::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: #cfa086;
    }
  
  &::-webkit-scrollbar-track {
      box-shadow: transparent;
    }
  
