/*満足飯包*/

:root{
    --MainColor:#3A7139;
    --SubColor:#82B62E;
}
#content_main{margin-top: 0!important;}

/*錨點滾動*/
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.6); }
::-webkit-scrollbar-thumb {background-color: var(--MainColor);}
html { scroll-behavior: smooth; }

/*大圖-------------------*/
/*預設解除背景輪播*/
.bannerindex { 
    position:relative; 
    height:auto;
}
.swiper-banner { 
    position:static; 
    margin:0; 
    height:auto;
} 
.swiper-slide img { height:auto;} 
.swiper-banner .swiper-slide img{height: auto;}

@media screen and (max-width: 768px) {
.bannerindex { 
    padding:0; 
    margin:0;
}
}

/*logo---------------------*/
.nav-header{width: 200px;}
.nav-brand img{
    position: relative;
    top: 3px;
}
.pageIndex .header_area .nav-brand{display: none;}
.header_area.sticky .nav-brand{
    display: inline-block;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .pageIndex .header_area .nav-brand{display:inline-block;}
}
@media screen and (max-width: 375px) {
    .nav-header{width: 155px;}
}

/*header-------------------*/
.tp_links{display: none;}
.me_tp_features{display: none;}
.navigation{grid-template-columns: 100px 1fr;}
.header_area{background: var(--MainColor);}
.header_area.sticky{background: var(--MainColor);}
.pageIndex .header_area.sticky{
    background: var(--MainColor);
    box-shadow: 0 0 6px rgb(0 0 0 / 60%);
}
.pageIndex .header_area {
    position: fixed;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
.pageIndex .navigation{
    grid-template-columns: 85px 1fr;
    transition: all 0.3s;
}
.shop_search_btn{background: var(--MainColor);}

@media screen and (max-width: 1024px) {
    .pageIndex .header_area {
        position:sticky;
        width: 100%;
        transition: all 0.3s ease-in-out;
        background: var(--MainColor);
    }
}

/*選單最大寬度*/
.main_header_area .container{
    max-width: 1920px;
    width: 85%;
}

/*header選單*/
.stellarnav ul{
    position: relative;
    top: 5px;
}
.stellarnav > ul > li > a{
    color: #fff;
    transition:all 0.3s;
	padding:0px;
    letter-spacing: 1px;
    margin: 5px 5px 0px 5px;
}
.stellarnav li.has-sub > a:after{
    content: '+';
    border-left:0px;
    border-right:0px;
    border-top:0px;
}
.stellarnav > ul > li:hover > a{
    color: var(--SubColor);
    letter-spacing: 1.8px;
    font-weight: bolder;
    transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
    .stellarnav > ul > li > a{
        margin: 0 5px;
        line-height: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 768px) {
    .stellarnav > ul > li > a{color: #222;}
}

/*第二層*/
.stellarnav li li{
    background: #fff;
    border: 1px var(--SubColor) solid;
    border-bottom-width: 1px;
}
.stellarnav li li a{color: #222;}
.stellarnav li a{
    color: #fff;
    font-size: 14px;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{
    color: #fff;
    padding-left: 11px;
    background: var(--MainColor);
    transition: 0.3s;
}

/*banner-----------------*/
.banner.banB{display: none;}
.banF{
    background-image: url(https://pic03.eapple.com.tw/manzufanbao/banner.png);
    color: #fff;
}
.banner{min-height: 350px;}
.banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/manzufanbao/banner.png);
    color: #fff;
}
.banner.banC{
    background-image: url(https://pic03.eapple.com.tw/manzufanbao/banner.png);
    color: #fff;
}

/*浮動按鈕---------------*/
a.info_fix_default.info_fix_mail{display: none;}
.linksBtn{background-color: var(--SubColor);}
.info_fix_links a{background: var(--SubColor);}
.info_fix_links a:hover{background:#082307;}
.info_fix{z-index: 99999;}

@media screen and (max-width: 768px) {
    .info_fix{bottom: 120px;}
}
@media screen and (max-width: 600px) {
    .info_fix{bottom: 130px;}
}

/*麵包屑-----------------*/
.path p, .path p a{display: none;}

/*首頁文章---------------*/
.module_i_news{padding: 50px;}
.module_i_news ul{
    display: grid;
    gap: 10px;
    justify-content: space-around;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.module_i_news section{max-width: 100%;}
.module_i_news_list, .module_i_news_list.swiper{padding: 30px 0;}
.module_i_news .title_i_box h6{
    font-size: 40px;
    color: var(--MainColor);
    font-family: 'Century Gothic', sans-serif;
}
.module_i_news .title_i_box h4{
    font-size: 25px;
    font-weight: normal;
    color: var(--SubColor);
}
.module_i_news .title_i_box h4:before{
    content: 'NEWS.';
    width: 100%;
    font-size: 40px;
    display: block;
    position: relative;
    text-align: center;
    color: var(--MainColor);
    font-weight:bolder;
    font-family: 'Century Gothic', sans-serif;
}
.i_blog_ri{width: 100%;}
.i_blog_le{width: 100%;}
.module_i_news li a:before{
    content: 'READ MORE';
    text-align: center; 
    background: transparent; 
    font-size: 16px; 
    font-weight: bolder;
    letter-spacing: 1px; 
    color: var(--MainColor); 
    padding: 8px 5px; 
    top: 50%;
    left: 50%;
    width: 150px;
    height: 40px;
    transform: translate(-50%, -50%) scale(0, 0);
    font-family: 'Century Gothic', sans-serif;
}
.module_i_news li a:hover:before{
    opacity: 1;
    width: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
}
.module_i_news li a:after{
    content: '';
    background: rgb(255 255 255 / 86%); 
    border: 1px #fff solid;
    width: 0;
}
.module_i_news li a:hover:after{
    opacity: 1;
    width: 100%;
}
.module_i_news li{border-bottom: none;}
.animated-arrow{background: var(--MainColor);}
.module_i_news li a{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:768px) {
    .module_i_news ul{
        gap: 10px;
        padding: 20px;
    }
    .animated-arrow{margin-bottom: 30px;}
}
@media screen and (max-width:600px) {
    .module_i_news ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    .module_i_news .title_i_box{margin-top: 30px;}
}
@media screen and (max-width:320px) {
    .module_i_news ul{display: block;}
}

/*文章管理---------------*/
.blog_subbox{
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-gap: 15px;
}
h5.blog_le_t,
h4.blog_category_title {
   font-size: 25px;
   margin-bottom: 10px;
}
.blog_le .accordion>li:hover .link { background: #a5a5a5; }
.blog_le .accordion>li.on_this_category .link { background: #BFB9AA; }
.subbox_item a:before { display: none; }
.blog_list_ri:after {
    content: 'READ MORE >';
    display: block;
    background: transparent;
    color: #000;
    letter-spacing: 1px;
    opacity: 1;
    left: 0;
    position: relative;
    padding: 0 22px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.blog_list_ri em { display: none; }
.blog_list_ri p { padding-top: 8px; }
.blog_search input[type=search] { border-radius: 10px; }
.blog_le .accordion { border-radius: 10px; }
body.blog_page .clearfix:before,
body.blog_page .clearfix:after { display: none; }
.subbox_item {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: none;
}
.subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    grid-gap: 0px;
}
.subbox_item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;

}
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transform: translate(-50%, -50%) scale(1);
}
.blog_list_le {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 9 / 9;
    overflow: hidden;
    padding-bottom: 0;
    width: 100%;
    border-radius: 15px;
}
.subbox_item a:after { display: none; }
.blog_list_ri { 
    width: 100%;
    padding: 15px 0;
}
.blog_list_ri em {width: 100%;}
.blog_list_ri h5 {
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    letter-spacing: 0.035em;
    font-weight: bolder;
}
.blog_list_ri p {
    color: #595959;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.035em;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.main_part { max-width: 1500px; }
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {
    color: #222 !important;
    background: var(--SubColor)!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--SubColor)!important;
    transition: 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{color: #222 !important;}

/*第二層*/
.news_related{display: none;}
.blog_back a.article_btn_back { 
    background: var(--SubColor);
    color: #222;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: var(--MainColor);
    color: #fff;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover {
    background: var(--SubColor);
    transition: 0.3s;
    color: #222;
}
.articel_mainPic img{max-width: 50%;}

/*購物車-----------------*/
.prod_related h6 span:before {
	color: #212121;
    letter-spacing: 0.1em;
}
.lastPage { background: #cabfad; }
.products-list .name {
    height: auto; 
    margin: 0;
    text-align: center;
    background: var(--SubColor);
    padding: 10px 0;
    color: #fff;
    border-radius: 0px 0px 15px 15px;
    font-size: 16px;
    font-weight: bolder;
}
.products-list .pic{border-radius: 15px 15px 0px 0px;}
.products-list .pic:hover img{
    object-fit: cover;
    width: 100%;
    transition: all 0.4s ease;
    transform: scale(1.2);
}
.products-list .pic img{
    transition: all 0.4s ease;
    transform:scale(1);
    object-fit: cover;
}

.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--MainColor);}
.nextaction { background-color: var(--MainColor);}
.lastaction { background-color: var(--MainColor);}
ul.prod li h3.prod-thumb {
    background: #BFB9AA;
    color: #fff;
    text-align: center;
    padding: 5px;
}
ul.prod li .prod-panel { 
    font-size: 14px; 
	line-height: 23px; 
}
.related_list li a {
    display: block;
    padding: 4px;
    background: none;
}
.products-list .more {display: none;}
.products-list .item a:hover .more { 
    background: var(--MainColor);
    color: #fff;
    transition: 0.3s;
    letter-spacing: 2px;
}
.products-list .price b {
    color: #BFB9AA;
    font-size: 16px;
}
.product-layer-two li.active a {
    font-weight: bold;
	background: var(--SubColor);
}
.product_page .main_part {
	width: 100%;	
	max-width: 1500px;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: auto;
    padding: 10px 10px;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.product_page .products-list {width: calc(100% - 280px);}
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
}
.product-layer-two {
    width: 250px;
	margin: 0;
}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {
	margin: 0;
	width: 100%;
	padding: 0 10px;
}
.product-layer-two li.active a {
	border: unset;
	border-bottom: 1px dotted #ccc;
}
/**/
.product-layer-two li a {
	color: #222;
	border: none;
	background: transparent;
	transition: all 0.3s;
	line-height: 200%;
	transition: all 0.3s;
}
.product-layer-two > li > a {
	border-bottom: 1px dotted #ccc;
	padding-left: 25px;
}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
    background: var(--SubColor);
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {
	background: var(--SubColor); 
	color:#fff;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "";
    color: var(--MainColor);
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {
	position: relative;
	padding-top: 1px;
}
.product-layer-two li li {
	border: none;
	background: transparent;
}
.product-layer-two li li a{background: transparent;}
.product-layer-two li li:hover a{
	color: #BFB9AA;
	background: transparent;
}

/**/
.send_simple { background: #5b5b5b;}
.rewrite_simple {background: #5b5b5b;}
.separate_title {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 10px 40px;
    background: #4d4d4d;
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #BFB9AA;}
.sidebarBtn{border: 1px #BFB9AA solid;}

/*第二層*/
.product_main{display:none;}
.sidebarBtn{display: none;}
.pd_tabTitle{display: none;}
.pd_tabInner_contain{padding-top: 0px;}
.prod_tabs {margin-top: -30px;}
.prod_related{display: none;}

@media screen and (max-width: 768px) { 
.footer_info li { 
    flex-direction: column; } 
	.product_page .products-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;

}
.product-layer-two > li > a {display: none;}
.product_page .products-list ,.product-layer-two { width:100%;}
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none;}
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}
.product_pic { padding-top: 0px;}
body.pageIndex .products-list {padding: 40px 0 20px;}.products-list .item {width: 100%;}
.product-layer-two {display: none;}
}

@media screen and (max-width: 500px) { 
    .product_page .products-list{grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 425px) { 
.product-layer-two {display: none;}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    padding: 10px 10px;
    flex-direction: column;
    align-content: center;
}
.product_page .products-list { width: 100%;}
}

@media screen and (max-width: 1024px) {
.clearfix:before, .clearfix:after { display: none; }
.products-list .item { width: 100%; }
}

@media screen and (max-width: 768px) {
.product_page .products-list {
      width: 100%;
      display: grid;
      grid-gap: 10px;
}
}

/*聯絡我們---------------*/
body.contact_page #page{
    background-image: url(https://pic03.eapple.com.tw/manzufanbao/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.contact_content{padding: 20px 35px;}
.contact_form li.last cite{background: var(--MainColor);}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px var(--MainColor) solid;}
body.contact_page .contact_content form {
    width:100%;
    margin: auto;
    display: flex;
}
body.contact_page .contact_editbox {padding: 0;}
body.contact_page .contact_content {
    background: #fff;
    max-width: 90%;
    margin-bottom: 80px;
    margin-top: 80px;
    border-radius: 35px;
}
body.contact_page #page {position: relative;}
body.contact_page #page:before {display: none;}
.red { color: var(--MainColor);}
.contact_page .main_part { 
    padding: 0;
    max-width: 1500px;
    width: 100%;
}
.noborder {
    background: #f3f3f3;
    color: var(--MainColor);
    padding: 5px;
    border-radius: 3px;
}
.contact_form li.last {
    color: var(--MainColor);
    width: 100%;
}
.contact_form {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0px;
}
.contact_form li {
    width: calc(100% / 2);
    padding: 5px 10px;
    border: none;
    font-size: 18px;
    display: block;
}
.contact_form li .form__label {
    color: var(--MainColor);
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    max-width: 150px;
    font-size: 16px;
    padding-bottom: 5px;
}
.form select {
    background-color: #f3f3f3;
    border: none;
    color: var(--MainColor);
    width: 100%;
    margin: 0;
    padding: 5px 26px 5px 5px;
    font-size: 15px;
    border: 1px #ddd solid;
    border-radius: 3px;
}
.contact_form li .form__insert:last-child img {margin-left: 10px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(80px, 1fr));}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    width: auto;
    font-size: 15px;
    font-weight:bolder;
}
.list_before {
    display: grid;
    gap: 5px;
}
.list_before.info li {
    padding-left: 0;
    margin: 0;
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/*RWD*/
@media screen and (max-width: 1300px) {
    .contact_form li {width: 50%;}
}
@media screen and (max-width: 768px) {
    body.contact_page .contact_content form {flex-wrap: wrap;}
    .contact_form li { width: 100%;}
    body.contact_page .contact_content {
        margin-bottom: 0px;
        padding-top: 0;
        margin-top: 0px;
    }
    .information_left, .information_right{padding: 30px;}
    .contact_content .information_right{padding: 30px;}
}
@media screen and (max-width: 600px) {
    .contact_form li .form__label{background:transparent;}
}
@media screen and (max-width: 476px) {
    .contact_page .main_part {margin-top: 40px;}
}

/*FOOTER-----------------*/
.box_link a { display: none; }
.footer {
	padding: 35px 0 0;
	box-shadow: 1px 1px 15px rgb(38 15 1 / 37%);
    background-color: var(--MainColor);
    z-index:200;
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px;
    flex-direction: column;
	margin-bottom: 15px;
    grid-gap: 0px;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #fff;
    display: block;
    width: fit-content;
}
.footer_menu a:before { content: "·"; }
.footer_menu a:nth-child(1) { display: none; }
.footer_menu a:hover {
	background: transparent;
	color:var(--SubColor);
}
.copy {
	background: var(--SubColor);
	color: #fff;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 15px 0;
}
.copy a{
	color: #fff;
	transition:all 0.3s;
}
.footer_info li { 
    padding: 15px; 
    display: flex;
    flex-direction: column;
}
.footer_info ul>li:before {
    font-size: 115%;
    color: #fff;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT"; }
.footer_info ul>li:nth-child(2):before { content: "網站地圖 MAIN MENU"; }
.footer_info li:nth-child(1) a, .footer_info li:nth-child(1) p {
	color: #fff;
	letter-spacing: 0.15em;
}
.footer_info ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));
	gap: 0 20px; 
	letter-spacing: 0.15em;
}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-bottom: 10px;
}

/*RWD*/
@media screen and (max-width: 768px) { 
.footer_info li { flex-direction: column;} 
.footer_info li+li{margin-top:0;}
.footer{padding-bottom: 54px;}
}

@media screen and (max-width: 375px) { 
    .footer_logo{width: 170px;}
}

/*mobile------------------*/
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after{color: #fff;}
.stellarnav .menu-toggle{padding: 15px 10px 15px 10px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    padding: 24px 10px 24px 10px;
    background: var(--SubColor);
    color: #fff;
}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav .icon-close:before{border-bottom: solid 3px #fff;}

@media screen and (max-width: 375px) { 
    .stellarnav .menu-toggle{padding: 9px 5px 5px 5px;}
}