@charset "utf-8";

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}


/*版面範圍設定*/
.page{margin: 0;}
#content {max-width: 1920px;margin: 0 auto;}

/*手機板漢堡鈕相關*/
.nav-dropdown > li > a{width: 100%;}

/*手機版底下按鈕*/
#bottom_menu{display: none !important;}

/*文章分享側邊欄設定*/
.blog_le .accordion li .link{padding: 0;}
.blog_le .accordion li .link a{padding: 15px 10px;display: block;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.news_part{display: none;}
/*header*/
.pageIndex .header_area{position: fixed;width: 100%;}
.main_header_area {background: #fff7dd;box-shadow: 1px 1px 10px rgba(0,0,0,0.2);}
.main_header_area .container {max-width: 1600px;}
.nav-header{padding: 20px 10px;}
.nav-brand{ width: 280px; }
.nav-menu {margin: 25px 0;}
.nav-menu > li > a {padding: 10px 20px;}
.tp_links{display: none !important;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color: #89974e;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {color: #8e994b;}
.stellarnav > ul > li > a { padding: 0 18px;}
.stellarnav > ul > li:hover > a {color: #1e985b;}
.stellarnav li li:hover a {
    background: #a6b150;
    color: #fff;
}
.stellarnav ul ul{width: 170px;}
.me_tp_features {padding-right: 17px;}
/*footer*/
.footer {padding: 60px 0 0;background: #fff;border-top: 1px solid #eef1cf;/* background: url(https://pic03.eapple.com.tw/twphartr/footer_bg.png) no-repeat; *//* background-position-y: bottom; */}
.footer_logo {width: 96%;text-align: center;margin-bottom: 30px;}
.footer_logo > a{/* width: 391px; *//* display: inline-block; */}
.footer_logo img{width: 280px;}
.footer_info ul{width: 100%;}
.footer_info li:nth-child(1) {width: 100%;text-align: center;}
.footer_info li:nth-child(2) {width: 100%;text-align: center;margin-top: 20px;}
.footer_menu a {background: #a6b139;color: #fff;border: 1px solid #cfdc4e;padding: 6px 10px;border-radius: 5px;}
.footer_menu a:nth-child(2){display: none;}
.footer_menu a:hover {background: #5d934c;}
.copy{margin-top: 20px;color: #fff;background: #1e985b;}
.copy a{color: #333;}
.box_link{display:none;}
.shop_search_btn { background: #2c985e;}

.footer_info li p.tel:before {
    content: '北區：';
}
.footer_info li p.tel2:before {
    content: '中區｜花東地區：';
}
.footer_info li p.phone:before {
    content: '南區：';
}
.footer_info li p.fax:before{content: '南區：蕭先生 +';    margin: 0;}

/*文章分類*/
/*清單*/
.blog_subbox {display: flex;flex-wrap: wrap;}

/*購物車*/
.products-list .name {
    height: auto;
}
/* #content_main > div:last-child{display: none;} */
.product-layer-two li a {
    border: 1px solid #a6b146;
    background: #a6b146;
    color: #fff;
    border-radius: 5px;
}
.product-layer-two li:hover a {
    background: #5d934c;
    border: 1px solid #39672a;
}

.products-list .item a:hover .more {
    background: #1e985b;
    border: 1px solid #1e985b;
    color: #fff;
    letter-spacing: 2px;
}

.products-list .more {
    border: 1px solid #8e9951;
    color: #8e9951;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    transition: all .5s;
}

.inquiry_a1 {
    background: #64665e;
}

.inquiry_a2 {
    background: #64665e;
}

.inquiry_a3 {
    background: #8e9951;
}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #1e985b;
}


/*商品頁*/
.prod li:nth-child(1) .prod-panel *{line-height: 180%;color: #444;}
.prod li:nth-child(1) .prod-panel img{max-width: 100%;}
.prod-thumb{color: #8e994b;font-size: 24px;margin: 20px 0;}

.lastPage {
    background: #1e985b;
}
.nextaction {
    background-color: #2c985e;
}

/*聯絡我們*/
.list_before.info li:last-child{padding-left: 0;}
.animated-arrow {background: #8e994b;border-radius: 5px;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {padding: 160px 0;}
.banner h5 {
    color: #fff;
    text-shadow: 0 0 8px black;
}
.banner.banA {}
.banner.banB {background: url(https://pic03.eapple.com.tw/sianglu/banb.png) no-repeat;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF {background: url(https://pic03.eapple.com.tw/sianglu/banf.png) no-repeat;}
.banner.banblog {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
	/*預設banner= = = = = = = = */
	.bannerindex { padding:0; margin:0;position: relative;}

	/* 開啟手機板下方按鈕所需設定= = = = = = = = */
	#bottom_menu {display: block; }
	.footer.with_shopping_mode { padding:30px 0 0; }
	#to_top { bottom:60px;}

	/*以下其他設定= = = = = = = = */
	.pageIndex .header_area{position: relative;}
}

@media screen and (max-width: 600px) {
.nav-brand{width: 200px;} 
.footer_logo > a{width: 300px;}
.me_tp_features {padding-right: 0;}
.nav-header { padding: 12px 10px;}
.banner {padding: 100px 0;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/