@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
.path {display: none;}
.edit{ padding: 0px 0;}
.index{ margin: 0 auto 0px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.main_header_area { height:100px; background: rgba(255, 255, 255, 0.93);}

.stellarnav li.has-sub > a:after {
	display:none;}
.navigation {    padding: 15px 0 0 210px;}
.stellarnav > ul > li > a {
    padding: 40px 15px 40px 30px;
    letter-spacing: 2px;
    color: #000;
    display: block;
    font-size: 16px;
    margin: 0 5px;
    line-height: 0;
    height: 0;}
.stellarnav > ul > li:hover>a, .stellarnav > ul > li.active>a, .stellarnav > ul > li.focus>a {
    color: #049f00;
    filter: unset;
    font-weight: 500;
}
/* hover出來的recycle */
.stellarnav > ul > li:not(.tp_links) > a:before {
    content: "";
    /* background: #049f00; */
    background-image: url("https://pic03.eapple.com.tw/jiahemove/recycle-icon.png");
    background-size: cover;
    width: 16px;
    height: 16px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    left: -5%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(45deg);
    text-align: center;
    top: 50%;
    transition: all 0.3s;
    border-radius: 100%;}
.stellarnav > ul > li:hover > a:not(.tp_links a):before {
    opacity: 1;
    left: 15%;
    transition: all .5s;}

.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #049f00;}
.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: #049f00;	padding-left:10px;border-color:#049f00 ;}

/* hover下拉 */
.stellarnav li a{ color: #000;font-size: 14px;}
.stellarnav > ul > li.drop-left > ul{ right: unset; left: 0px;}
.stellarnav ul ul{left: 15px;}

/*SubMenu*/
.shop_search_btn {    background: #049f00;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #049f00;}
.me_tp_features {
    display: none;}



/*電腦LOGO*/
.nav-header{ top: 11px;}
.nav-brand {width: 180px;}


/*手機LOGO
.nav-brand-m {}
*/

/* mobile close menu */
/* menu bar */
.stellarnav .menu-toggle span.bars span{
    background: #0d5b11;
}
.stellarnav .menu-toggle:after{
    color: #0d5b11;
}
/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #c7eb7a;
    color: #049f00;
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #049f00;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #049f00;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
}
.stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #89d631;
}
.stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #89d631;
}
.stellarnav.mobile li.open{
    background: #e3f59b;
}
.stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
}
.stellarnav.mobile li a{
    border-bottom: 0px;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px #e3f59b solid;
}


@media screen and (max-width: 1024px) { 
    .pageIndex .bannerindex{margin-top: 45px!important;}
    .navigation{ padding: 0px 0 0 0px; padding-top: 15px;}
    .stellarnav > ul > li > a{ padding: 25px 15px 25px 30px;}
}
@media screen and (max-width:781px) {
    .stellarnav > ul > li > a{ padding: 25px 10px 25px 10px;}
}
@media screen and (max-width: 768px) { 
    /* .header_area {background: -webkit-linear-gradient(top, rgb(1,83,82) -100%,rgba(173,161,126,0) 100%);} */
    .navigation{ padding: 10px 0px 10px 0px;}
    .nav-header{ padding: 0px;}
    .nav-brand{ width: 165px!important;}
    .stellarnav.mobile {position: absolute; left: 0px; top: 22px;}
    .stellarnav.mobile > ul > li > a.dd-toggle{ padding: 10px;}
    .nav-brand img{margin-top: 5px;}
    .pageIndex .bannerindex{margin-top: 0px!important;}
    .stellarnav > ul > li:not(.tp_links) > a:before{ display: none;}
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer*/
.footer {
    background: #ffffff;
    border-top: 3px solid #049f00;}
.footer .center {padding: 30px 0;max-width: 1350px;}
.footer_info {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;}
.footer_info ul {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;}
.footer_info li {
    display: inline-block;
    width: 45%;}
.footer_info li p, .footer_info li p a {
    line-height: 200%;
    color: #000;
    font-size: 15px;}
.box_link {    display: none;}

/*LOGO*/
.footer_logo {width: 245px;margin: 0;}
.footer_logo img {width: 80%;} 

/* footer資訊 */
.footer_info li:nth-child(1){ display: flex;flex-direction: column;}
.footer_info li p:nth-child(1){ order: 2;}
.footer_info li p:nth-child(2){ order: 1;}
.footer_info li p:nth-child(3),.footer_info li p:nth-child(4),.footer_info li p:nth-child(5){ display: none;}
.footer_info li p:nth-child(6){ order: 6;}

/*選單*/
.footer_menu a:nth-child(1) {display: none;}
.footer_menu a {
    font-size: 12px;
    color: #000;
    width: 35%;
    text-align: center;
    letter-spacing: 2px;
    background: unset;
    margin: 0 35px 5px 0;
    padding: 10px 0px;
    border: unset;
    border-bottom: 1px solid #c7eb7a;
    position: relative;
    transition: 0.3s all;}
.footer_menu a:hover {
    background: unset;
    color: #049f00;
    border-bottom: 1px solid #187c19;
    transition: 0.3s all;}
.footer_menu a:hover:before {left: 10%;transition: 0.3s all;}
.footer_menu a:before {
    content: '';
    background-image: url("https://pic03.eapple.com.tw/jiahemove/recycle-icon.png");
    background-size: cover;
    width: 12px;
    height: 12px;
    opacity: 1;
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -5%;
}

.copy{
    background-image: linear-gradient(to right, #187c19, #0d5b11);
    color: #fff;
    border-top: 0px;
}
.copy a{
    color: #ffffbb;
}
.copy a:hover{
    color: #c7eb7a;
}

@media screen and (max-width: 1024px) {
.footer_info {justify-content: space-around;}
.footer_info ul {justify-content: space-around;}
.footer_info li {width: 100%;}
.footer_logo {margin: 0;}
}

@media screen and (max-width: 950px) {
.footer_info { flex-direction: column;}
.footer_info ul {
    width: 90%;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;}
.footer_info li {padding: 10px 0;}
.footer_menu a {
    width: 15%;
    margin: 5px 25px;}
.footer_logo img{ width: 100%;}
.footer_logo{ width: 180px;}
}
@media screen and (max-width: 768px) {
.footer_menu a {width: 35%;margin: 5px 20px;}
}
@media screen and (max-width: 400px) {
.footer_info li p, .footer_info li p a {font-size: 14px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.blog_page #content{
    background-image: url(https://pic03.eapple.com.tw/jiahemove/news-bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog_in_page #content{
    background-image: url(https://pic03.eapple.com.tw/jiahemove/news-bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

/*-----------文章管理--------*/

/*文章分類置中*/
h5.blog_le_t{text-align: center;}
.blog_list_ri {text-align: left; letter-spacing: 1px;}
.blog_le{width: 100%;}
.blog_search{width: 200px;	margin: auto;	margin-bottom: 20px;}

.blog_search input[type=search]{text-align: center;}
.blog_le .accordion{
	margin: auto;
	width: auto;
	text-align: center;
	background-color: #fff;
	border-radius: 0px;
	border: 0px;
	border-bottom: 0px;
}
.blog_ri{width: calc(100% - 0px);}
h4.blog_category_title{	color: #606060;}
h4.blog_category_title{ color: #0d5b11; border-bottom: 1px solid #0d5b11;margin-bottom: 32px;}
.blog_list_ri h5{ color: #0d5b11;}
.blog_list_ri em{ color: #82cf31;}
.blog_list_ri p{ color: #343a40; line-height: 135%;}
.blog_page h4.blog_category_title{ border-bottom: 0px;}

/*文章列表*/
.blog_box_edit.clearfix {text-align: left;}
.blog_le .accordion>li{	background: #b1ce3d; display: inline-block;	width: 200px; letter-spacing: 1px; margin: 0 10px;border-radius: 30px;}
.blog_le .accordion li .link a {color: #fff;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #5aae07 !important;}
.blog_list_le {height: 150px;}

/*點選文章滑動特效*/
.subbox_item a:before {content: '+ MORE'; color: #049800; font-size: 18px; background: transparent;}
.subbox_item a:after {background: rgba(220,238,148,0.6); transition: all 1s;border: 0px;}
.subbox_item a:hover:after { transition: all 0.8s;}

/* 文章內頁按鈕 */
.blog_back a.article_btn_back{background: #187c19;border-radius: 30px;}
.blog_back a.article_btn_next,.blog_back a.article_btn_prev{background: #b1ce3d;border-radius: 30px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;margin-top: -100px;}
.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 { padding: 140px 0;}
.banner h5 { display: none;}
.banner.banB { display: none;}
.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/jiahemove/works-banner.jpg);
    background-position: center;
    background-size: cover;
}
.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/jiahemove/news-banner.jpg);
    background-position: center;
    background-size: cover;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.album_page #content{ 
    background-image: url(https://pic03.eapple.com.tw/jiahemove/album-bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.album_class_page #content{
    background-image: url(https://pic03.eapple.com.tw/jiahemove/album-bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.album_info_page #content{
    background-image: url(https://pic03.eapple.com.tw/jiahemove/album-inner-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

/* 活動相簿 */
.show-list .show_name { text-align: center;color: #0d5b11;}
.show-list .item:hover .show_name { color: #5aae07;}
.overlay{ background: rgba(13,91,17,.2);}
.overlay:before{ 
    content: "";
    width: 50px;
    height: 45px;
    background-image: url(https://pic03.eapple.com.tw/jiahemove/icon-recycle.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

/* 最裡面的按鈕 */
.other_album_choice li{ background: #b1ce3d; border: 0px;border-radius: 30px;}
.other_album_choice li a {color: #fff;}
.page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 
/*取消連結被點擊效果
*/

.show-list .show_pic{ padding-bottom: 70%;}

/* 次分類 */
.subalbum-menu h2{ display: none;}
.other_subalbum p{text-align: center;
    padding-top: 10px;
    color: #0d5b11;
    font-weight: bold;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}

/*20241204派工單==============*/
.banner.banD{display: none;}

/*估價單*/
.filltext{background: #d9d9d9;}
.send_simple{background: #0d5b11;}
.rewrite_simple{background: #b8d44e;}
