@charset "utf-8";

/* *********************************** */
/* 沒有開購物車-預設 vs 有開購物車 */
/**/
.search_link a.with_shopping_mode {	display: inline-block;}

#menuTop ul:before { border-top:0 !important; }

/* *********************************** */
/* 相本分類全版面 ( 限制最寬2000px */
/* *********************************** */


/* *********************************** */
/* Header設定 */
#header {
    padding: 8px 0;
    height: 120px;
	background: transparent;}
#header .center {
    max-width: 1500px;
}

/*選單設定*/
#menuTop ul {
    margin-top: 0;
}
.pageIndex #menuTop li a {
    display: table-caption;
    padding: 10px 15px;
    border-radius: 3px;
    line-height: 20px;
    background: rgba(255, 255, 255 , 0.8);
    color: #1f401b;
    transition: 0.2s;
}
#menuTop li a {
    display: table-caption;
    padding: 10px 15px;
    border-radius: 3px;
    line-height: 20px;
    background: rgb(166 188 129 / 64%);
    color: #ffffff;
    transition: 0.2s;
}

#menuTop li:hover a {
    background: #a7bd82;
    color: #fff;
    transition: 0.3s;
}
#menuTop li ul {
    display: none !important;
}
#nav-toggle {
    margin-left: 30px;
    margin-top: 35px;
}

/*Footer*/
.footer{
    border-top: none !important;}
.footer_menu {
    border-bottom: 1px solid !important;}

/* *********************************** */
/*LOGO設定*/
#header .logo {
    padding: 25px 15px 15px;
    border-radius: 0 0 15px 15px;
    margin-top: -9px;
}
.pageIndex #header .logo {
    filter: drop-shadow(0px 0px 10px #fff)drop-shadow(0px 0px 10px #fff)drop-shadow(0px 0px 10px #fff);
}

#header .logo img {
    margin-top: -13px;
    width: 100px;
}
.footer_logo img{
	width:150px ;}

/* *********************************** */
/* 產品的看更多按鈕設定 */
.products-list .more { }
.products-list a:hover .more { }

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #a7bd82;}

/*聯絡我們填字框*/
.noborder {
	/*
    border: 1px solid #999999;
	*/}

/* 商品回上一頁Q&A按鈕 */
.lastPage {
    background: ;}
.nextaction {
    background-color: ;}
.lastaction {
    color: ;
    background-color: ;}

/* 購物車商品按鈕 */
.action-button {
    background: ;}
.action-button:hover {
    background: ;
}

/* *********************************** */
/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/* *********************************** */
/* 頁面上方廣告 */
.banner {
    background-size: cover;
    height: 350px;
    background-position: center bottom;}
.banner h5{ display:none;}
.other_page .banner {background-image: url(https://pic03.eapple.com.tw/powercat/sBanner-01.png);}
.services_page .banner {background-image: url(https://pic03.eapple.com.tw/powercat/sBanner-02.png);}

.work_page .banner , .work_info_page .banner{background-image: url(https://pic03.eapple.com.tw/powercat/sBanner-04.png);}
.contact_page .banner , .map_page .banner{background-image: url(https://pic03.eapple.com.tw/powercat/sBanner-05.png);}

/* *********************************** */
/* 針對頁尾第幾個作設定 */
.footer_info ul li:nth-child(1) { /*display:none;*/}

@media screen and (max-width: 1400px) {
.banner {
    height: 300px;}
}
@media screen and (max-width: 1200px) {
/*banner*/
.banner {
    height: 200px;}
}
/* 手機版設定 */
@media screen and (max-width: 768px) {
#header { height:auto; }
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding: 50px 0 90px; }

/* *********************************** */
/*手機板LOGO調整*/

#header .logo {
    padding: 0;}
#header .logo img {
    margin-top:10px;
    width: 100px;
	}
.footer_logo img{
	width: ;
	}
.footer_logo {
    margin-left: unset;
    margin: auto;
    text-align: center;
}
/*banner*/
.banner {
    height: 180px;}

/* 預設手機版單張圖片 沒有開啟 */
/* 
.bannerindex { display:none;}
.mobile_wp { display:block;}
*/
}

@media screen and (max-width: 600px) { 
/* 手機版 輪播圖另外在換圖*/
/*
.swiper-slide img { display:none; }
.bannerindex { height:100vh; padding:0;}
.swiper-slide:nth-child(1) { background-image: url(); background-size:cover;}
.swiper-slide:nth-child(2) { background-image: url(); background-size:cover;}
*/
}

