@charset "utf-8";


/*網站字體 預設黑體-明體*/
/*@import url('https://fonts.googleapis.com/css2?family=Inria+Serif&family=Noto+Serif+TC&display=swap');
.pageIndex .main_part{border-top:none;}
body{font-family:'Noto Serif TC','Inria Serif', sans-serif, arial ;}*/


/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 
*/





/* = = = 主選單 = = = = = = = = = == = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*上方選單解除滑動固定*/
/*.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_mail {}*/


/*電腦LOGO*/
/*.nav-brand {}
*/


/*手機LOGO*/
/*.nav-brand-m {}




*/
/*.header_area {
    position: absolute;
    width: 100%;
}

body.pageIndex .header_area {
	position:relative;
}

.header_area.sticky {
    position: fixed !important;
}*/

.header_area {
    background: #2e3030;
}

body.pageIndex .header_area, .header_area.sticky {
	background:transparent;
}

.main_header_area {
	/*background: rgba(0,0,0,0.7);*/
	background: url(https://pic03.eapple.com.tw/maxclean/black_bg.jpg)no-repeat top center;
    background-size: cover;
}

.header_area.sticky .main_header_area {
	background: url(https://pic03.eapple.com.tw/maxclean/black_bg.jpg)no-repeat top center;
    background-size: cover;
}

.main_header_area .container {
	max-width: 1700px;
	padding: 0px 4vw;
}
	
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	flex-wrap: wrap;
}

.nav-header {
    top: 7px;
}

.nav-brand {
    width: 200px;
}

.nav-brand img {
    width: 100%;
}



.nav-menus-wrapper{
	width: 100%;
}

.nav-menu {
    margin: 0px 0px;
	padding: 0 10px 0 320px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}

.nav-menu > li > a {
	padding: 40px 1vw;
	color: #343a40;
}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
    color: #b89b6c !important;
}


.submenu-indicator-chevron {
    border-color: transparent #343a40 #343a40 transparent;
}

.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #b89b6c #b89b6c transparent !important;
}

.nav-menu>li>.nav-dropdown {
    border: unset;
    background: #b89b6c;
}
.nav-dropdown > li > a {
    color: #FFFFFF;
   	border-bottom: 1px solid #c4ab83;
    background: #b89b6c;
}

.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
    background: #a58b60;
    border-bottom: 1px solid #c4ab83;
    color: #FFFFFF;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    border-color: transparent #FFFFFF #FFFFFF transparent !important;
}

.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {
    color: #FFFFFF !important;
}

.nav-dropdown .nav-dropdown {
    border: unset;
	background: #a58b60;
}

.nav-dropdown .nav-dropdown > li > a {
    color: #FFFFFF;
    background: #a58b60;
    border-bottom: 1px solid #b29769;
}

.nav-dropdown .nav-dropdown > li > a:hover, .nav-dropdown .nav-dropdown > li > a:focus {
	color: #FFFFFF;
        background: #977f58;
    border-bottom: 1px solid #b29769;
}




.tp_links {
	margin-top: 0px;
    margin-left: 1vw;
}
.tp_links a {
    padding: 0 5px !important;
	filter: invert(100%) grayscale(100%) brightness(500%);
	-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	/*filter: unset;
	-webkit-filter: unset;*/
}





/*首頁按鈕列特效*/
@media screen and (min-width: 769px) {
	
	
	
	.pageIndex .main_header_area {
		/*transition: 0.3s ease;*/
		/*background: -moz-linear-gradient(top, rgba(34,34,34,5) 0%, rgba(173,161,126,0) 100%);
		background: -webkit-linear-gradient(top, rgba(34,34,34,5) 0%,rgba(173,161,126,0) 100%);
		background: linear-gradient(to bottom, rgba(34,34,34,5) 0%,rgba(173,161,126,0) 100%);*/
		background:#000000;
	}
	
	.pageIndex .header_area.sticky .main_header_area {
		/*background: rgba(0,0,0,0.7);*/
		background: url(https://pic03.eapple.com.tw/maxclean/black_bg.jpg)no-repeat top center;
    	background-size: cover;
		/*transition: 0.3s ease;*/
	}
	
	
	.pageIndex .main_header_area .nav-header {
		top: 7px;
		/*top: 15px;*/
		transition:.3s;
	}
	.pageIndex .header_area.sticky .main_header_area .nav-header {
		top: 7px;
		transition: .3s;
	}
	
	
	.pageIndex .main_header_area .nav-menu > li > a{
		padding:20px 1vw;
		/*padding: 40px 1vw 20px;*/
		color: #FFFFFF;
		transition:.3s;
		text-align:center;
	}
	
	.pageIndex .header_area.sticky .main_header_area .nav-menu > li > a {
		padding:20px 1vw;
		/*padding: 30px 1vw;*/
		/* color: #343a40; */
		transition: .3s;
	}
	
	.nav-menu > li > a {
		color: #FFFFFF;
	}
	.submenu-indicator-chevron {
		border-color: transparent #FFFFFF #FFFFFF transparent;
	}
	
	
	
	.pageIndex .main_header_area .submenu-indicator-chevron {
		border-color: transparent #FFFFFF #FFFFFF transparent;
	}
	
	/*.pageIndex .header_area.sticky .main_header_area .submenu-indicator-chevron {
		border-color: transparent #343a40 #343a40 transparent;
	}*/
	
	
	
	.pageIndex .main_header_area .tp_links {
		/*margin-top: 20px;*/
		transition:.3s;
	}
	
	.pageIndex .header_area.sticky .main_header_area .tp_links {
		margin-top: 0px;
		transition:.3s;
	}
	
	
	
	.pageIndex .main_header_area .tp_links a {
		filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	}
	
	/*.pageIndex .header_area.sticky .main_header_area .tp_links a {
		filter: unset;
		-webkit-filter: unset;
	}*/
	
	
	
}

/*@media screen and (min-width: 992px) {
	
	.pageIndex .main_header_area {
		transition: 0.3s ease;
		background: -moz-linear-gradient(top, rgba(34,34,34,5) 0%, rgba(173,161,126,0) 100%);
		background: -webkit-linear-gradient(top, rgba(34,34,34,5) 0%,rgba(173,161,126,0) 100%);
		background: linear-gradient(to bottom, rgba(34,34,34,5) 0%,rgba(173,161,126,0) 100%);
	}
	
	.pageIndex .main_header_area .nav-menu > li > a{
		padding: 42px 1vw 25px;
	}
	
	.pageIndex .header_area.sticky .main_header_area .nav-menu > li > a{
		padding: 30px 1vw;
	}
	
	.pageIndex .header_area.sticky .main_header_area .nav-header {
		top: 0px;
	}
	
	
	.pageIndex .main_header_area .tp_links {
		margin-top: 17px;
	}
}*/

@media screen and (min-width: 992px) {
	.pageIndex .main_header_area {
		/*transition: 0.3s ease;*/
		background: -moz-linear-gradient(top, rgba(34,34,34,5) 0%, rgba(173,161,126,0) 100%);
		background: -webkit-linear-gradient(top, rgba(34,34,34,5) 0%,rgba(173,161,126,0) 100%);
		background: linear-gradient(to bottom, rgba(34,34,34,5) 0%,rgba(173,161,126,0) 100%);
	}
	.pageIndex .main_header_area .nav-menu > li > a{
		padding: 50px 1vw 25px;
	}
	
	.pageIndex .header_area.sticky .main_header_area .nav-menu > li > a{
		padding: 40px 1vw;
	}
	.pageIndex .header_area .main_header_area .nav-header {
		/*top: 0px;*/
	}
	.pageIndex .header_area.sticky .main_header_area .nav-header {
		/*top: 0px;*/
	}
	
	
	.pageIndex .main_header_area .tp_links {
		margin-top: 25px;
	}
	
	.pageIndex .header_area .nav-brand {
		width: 244px;
		transition: .3s;
	}
	
	.pageIndex .header_area.sticky .nav-brand {
		width: 200px;
	}

}

/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設大圖解除背景輪播*/
/*#content_main { margin:0;}
.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;}
}*/


/*隱藏大圖輪播點點按鈕*/
/*.swiper-pagination-clickable .swiper-pagination-bullet {display: none;}*/


.bannerindex {
    background: #000000;
}

/* = = = 頁　尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer {
	/*background:#000000;*/
	
	padding: 40px 0 0;
    background: url(https://pic03.eapple.com.tw/maxclean/black_bg.jpg)no-repeat center center;
    background-size: cover;
	font-family: "Noto Serif TC", serif;
	letter-spacing: 1px;
}

.footer_info {
    padding: 0 70px 0 20px;
}

.footer_info li:nth-child(1) {
    width: 100%;
}

.footer_info li p, .footer_info li p a {
    color: #FFFFFF;
}

.footer_info li:nth-child(2) {
    width: 100%;
    margin-top: 10px;
}

.footer_logo {
	margin-right: 40px;
	text-align: center;
	/*filter: invert(100%) grayscale(100%) brightness(500%);
    -webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
}

.footer_logo img {
    /*max-width: 100%;*/
    max-width: 229px;
}

.footer_info ul {
    width: calc(100% - 325px);
}
.footer_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer_menu a {
    padding: 3px 15px;
    margin: 0 0px 4px 0;
    background: unset;
	border: unset;
    border-right: 1px #262626 solid;
	color: #ffffff;
    transition: .3s;
}

.footer_menu a:first-child {
	border-left: 1px #262626 solid;
}

.footer_menu a:hover {
    background: unset;
    color: #b89967;
}

.copy {  
    color: #444444;
    /*background: #000000;*/
	margin-top: 0px;
	border-top: unset;
}

.copy a {
    color: #444444;
}

.double_key {
    margin-top: 5px;
}

.footer_info li p:before {
    margin: 0 0px 0 0;
}

.footer_info li p.tel:before {
    content: '公司電話：';
}

.footer_info li p.tel2:before {
    content: '客服專線：';
}

.footer_info li p.fax:before {
    content: '官方LINE：';
}




/* 懸浮按鈕 */

.fix_ri a {
    background: #c98625;
    border-radius: 50%;
    line-height: 0px;
	transition:.3s;
}

.fix_ri a:hover {
    background: #a76200;
}
/*.fix_ri a div {
    background: #d3ae57;
    border-radius: 50%;
    line-height: 0px;
    transition: .3s;
    width: 50px;
    margin: auto;
}

.fix_ri a:hover div {
    background: #a7873c;
}

.fix_ri a span {
    font-size: 14px;
    margin-top: 3px;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #d3ae57;
    transition: .3s;
}
.fix_ri a:hover span {
    color: #a7873c;
}*/
/* = = = 聯絡資訊 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */




/* = = = 相　簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	
	
		
.show-list .show_name {color: #FFFFFF;}
.show-list .item:hover .show_name {
    color: #b89b6c;
}
.album_fixed_title {
    background: unset;
}

.other_album:before {
    background: unset;
}

.other_album_choice li {
    background: #b89b6c;
	transition:.3s;
}

.other_album_choice li:hover {
    background: #8e7150;
}
/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


/*選單置左*/
/*.product_page .show_content, .product_info_page .show_content{ width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.search_txt, #menuTop li ul{ border: 0px !important;}
.product-layer-two { width: 20%; margin: 16px 0 20px 10px;}
.product-layer-two > li { width: 100%; max-width: 100%; padding: 0px; text-align: left;}
.product-layer-two li a { background: #F7F7F7; font-size: 14px; color: #656565;}
.product-layer-two li ul { position: unset; margin-top: 5px; display: block !important; width: 100%; margin-left: 0;}
.product-layer-two li:hover ul {  border: none !important;}
.product-layer-two li li{ display: block; padding: 5px 10px; transition: all ease .3s;}
.product-layer-two li li a{  padding: 0;}
.product-layer-two li li:hover{ margin-left: 5px;}
.products-list, .product-wrapper {  width: 77%;}
.products-list .pic { overflow: hidden;}
.page{ width: 100%;}*/


/* = = = 詢價車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*首頁產品*/

body.pageIndex .products-list, .show_content.blog_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}


.pageIndex .main_part {
    border-top: unset;
}
#content_main{
	/*background: url(https://pic03.eapple.com.tw/hanhsing/bg.jpg)repeat center center;
    background-size: 100%;*/
	background: #0e0e0e;
}

.products-box .title_box h2 {
	font-family: "Times New Roman";
    font-weight: 500;
    font-size: 45px;
    color: #D2AD57;
}

.products-box .title_box span {
	font-family: "微軟正黑體";
    font-weight: 500;
    font-size: 26px;
    color: #D2AD57;
    letter-spacing: 5px;
}

body.pageIndex .products-box {
    padding: 100px 20px;
    max-width: 1400px;
    margin: auto;
}

.products-list .item.first_box {
    width: 100%;
	font-weight: 600;
}
.products-list .item {
    margin: 20px 0.5%;
}
body.pageIndex .products-list .item:nth-child(n+10) {
    display: none;
}



.sidebarBtn {
    border: unset;
    background: unset;
}
.inquiry_a1, .inquiry_a2, .lastaction, .nextaction {
	background: #d3ae57;
	color:#FFFFFF;
	transition:.3s;
}
.inquiry_a1:hover, .inquiry_a2:hover, .lastaction:hover, .nextaction:hover {
	color:#FFFFFF;
	background: #a7873c;
}

.lastPage {
    background: #d3ae57;
    color: #FFFFFF;
	transition:.3s;
}

.lastPage:hover {
    background: #a7873c;
}


.prod_related {
    background: unset;
}

.product_info_page #content {
    padding-bottom: 50px;
}

.product_main .prod .prod-item{
	margin-bottom: 50px;
}


.products-list .more {
    border: 1px solid #004898;
    color: #004898;
	display: none;
}

.products-list a:hover .more {
    background: #004898;
    border-color: #004898;
    color: #fff;
}

.products-list .pic {
    overflow: hidden;
    background: #0e0e0e;
}

.products-list .pic:before {
    content: "";
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: .3s;
}

.products-list .item a:hover .pic:before {
    background: rgba(0,0,0,0.5);
}

.products-list .item a .pic img {
    transition: .5s;
    transform: scale(1);
}

.products-list .item a:hover .pic img {
    transform: scale(1.05);
}

.products-list .item a .name {
    transition: .3s;
	color: #FFFFFF;
}

.products-list .item a:hover .name {
    color: #D2AD57;
}


.product_pic #bx-pager h6{
	display:none;
}

.product_pic .bx-wrapper .bx-viewport {
	border:unset;
}

.product_pic {
    padding-top: 0px;
}

.prod_related h6 span:before {
    font-size: 26px;
    color: #D2AC57;
    font-weight: 500;
    letter-spacing: 5px;
}

.related_list li a p {
    padding: 10px 0px;
    text-align: left;
}



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
.product_info_page .main_part { max-width:1200px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { 
width: calc(100% - 270px); 
display: flex; 
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:10px; display:block !important; width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; display:block !important;}
.product-layer-two li li { display: block; padding:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: #fff; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
/*.products-list .item { width: calc(100% / 3);}*/
}
@media screen and (max-width: 980px) {
/*.products-list .item { width: 50%;}*/
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 4;}
.product_page .products-list, .product-wrapper {
    justify-content: center;
}

}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto; display: block;}
}





/*反白*/

.product-layer-two li a {
    color: #FFFFFF;
    background: unset;
}
.product-layer-two li li {
    background: unset;
}
.product-layer-two li li a {
    background: unset;
}
.product-layer-two li li:hover > a { 
	background:unset;
}
.product-layer-two li li > a:before {
    background: #0e0e0e;
}

.sidebarBtn h2, .product_main .prod .prod-item, .half_box li {
    color: #FFFFFF;
}
.product_main .prod .prod-item .prod-thumb{
    color: #D2AC57;
}
.half_box li input, .half_box li textarea{
    color: #000000;
}

.product_info_page .half_box li.btn_blankTop input { 
	color:#FFFFFF;
}
.related_list li a {
    background: #0e0e0e;
}

.related_list li a p {
    color: #FFFFFF;
}

.product_pic #bx-pager a {
    border: 1px solid #555555;
}


/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


/*一排呈現*/
/*.subbox_item { width:100%;}*/


/*三格圖大文小呈現*/
/*h4.blog_category_title { text-align:center; border:none; font-weight: 100; color:#ad866a;}*/
/*.blog_page .subbox_item { width:32%; display:inline-block; vertical-align:top; float:none !important;}
.blog_page .subbox_item a:after {background: rgba(255,255,255,0.5); border: 0px #ddd solid;}
.blog_page .blog_list_le {display:block; width:100%;}
.blog_page .blog_list_ri {display:block; width:100%;}*/



/*首頁最新消息*/
.module_i_news {
    padding: 100px 20px;
    /*max-width: 1200px;
    margin: auto;*/
	position: relative;
	border-top: 1px #333333 solid;
}

/*.module_i_news::before {
	content:"";
	position:absolute;
	background: url(https://pic03.eapple.com.tw/hanhsing/home_news_left_bg.jpg)no-repeat left top;
	background-size: 100%;
	width: 650px;
	height: 295px;
	left: 0px;
	bottom:35%;
	mix-blend-mode: multiply;
}

.module_i_news::after {
	content:"";
	position:absolute;
	background: url(https://pic03.eapple.com.tw/hanhsing/home_news_right_bg.jpg)no-repeat right top;
	background-size: 100%;
	width: 650px;
	height: 295px;
	right: 0px;
	bottom:15%;
	mix-blend-mode: multiply;
}*/


.module_i_news .animated-arrow {
    padding-left: 60px;
}

.module_i_news .title_i_box {
    margin-bottom: 40px;
}

.module_i_news .title_i_box h6 {
    font-family: "Times New Roman";
    font-weight: 500;
    font-size: 45px;
    color: #D2AD57;
}

.module_i_news .title_i_box h4 {
    font-family: "微軟正黑體";
    font-weight: 500;
    font-size: 26px;
    color: #D2AD57;
    letter-spacing: 5px;
}

.module_i_news ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
	position: relative;
    z-index: 1;
	max-width: 1400px;
}

.module_i_news li {
    width: 23%;
    margin: 0px 1% 30px;
}

.i_blog_le {
    width: 100%;
    border: 1px #333333 solid;
    padding: 0px;
}

.i_blog_ri {
    width: 100%;
}

.i_blog_ri h5 {
    color: #FFFFFF;
    font-weight: 600;
}

.module_i_news li a:before {
    background: unset;
    color: #aaaaaa;
}

.module_i_news li a:after {
    width: 100%;
    transition: 0.3s;
}


.animated-arrow.stay_mid {
    letter-spacing: 2px;
    font-size: 18px;
	position: relative;
    z-index: 1;
}






.main_part {
    max-width: 1400px;
}

h5.blog_le_t {
	color: #FFFFFF;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #D2AC57 !important;
}

.blog_back a.article_btn_back, .blog_back a.article_btn_next, .blog_back a.article_btn_prev {
    background: #d3ae57;
	transition:.3s;
}

.blog_back a.article_btn_back:hover, .blog_back a.article_btn_next:hover, .blog_back a.article_btn_prev:hover {
    background: #a7873c;
}


.blog_subbox {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.subbox_item {
    width: 45%;
    margin: 0px 2.5% 25px;
}

.blog_list_le {
    width: 100%;
	border: 1px #cccccc solid;
    padding: 0px;
}

.blog_list_ri {
    width: 100%;
}


.subbox_item a:before {
    background: unset;
    color: #aaaaaa;
}

.subbox_item a:after {
    width: 100%;
    transition: 0.3s;
}

.blog_back {
    width: 100%;
}




/*.blog_box_edit p{
    text-align: center;
}
.blog_in_title{
	text-align: center;
}
.blog_in_title span{
	font-size: 18px;
    color: #FFFFFF;
    background: #2e3030;
    padding: 3px 20px;
    display: inline-block;
    margin: 30px 0px 15px;
}
body.blog_in_page .blog_box_edit img{
	max-width: 500px;
    width: 100% !important;
}

*/






/*字反白*/

h4.blog_category_title, h4.blog_category_title span, h4.blog_category_title em:after {
    color: #FFFFFF;
}
.blog_list_ri h5 {
    color: #FFFFFF;
}
/*.blog_search input[type=search] {
    color: #FFFFFF;
    border: solid 1px #4c4c4c;
    background: #0e0e0e;
}*/
.blog_le .accordion {
    border: 1px #4a4a4a solid;
}
.accordion li .link, .submenu li {
    color: #FFFFFF;
    border-bottom: 1px solid #4a4a4a;
}

.accordion li .link a, .blog_le .accordion li i{
    color: #FFFFFF;
}

.submenu a {
    color: #6e6e6e;
    background: #000000;
}



.blog_ri {
    color: #FFFFFF;
}

.blog_list_le {
	border: 1px #333333 solid;
}

h4.blog_category_title {
    border-bottom: 1px #333333 solid;
}






/*下拉編輯頁*/

.promotion_title, .other_promotion, body.other_select_page .page {
    display: none;
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.animated-arrow {
	background: #b89b6c;
	font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
	transition:.3s;
}

.animated-arrow:hover {
	background: #8e7150;
}




.TEL:before {
    content: "公司電話";
}

.TEL2:before {
    content: "客服專線";
}

.FAX:before {
    content: "官方LINE";
}

.list_before.info li.MAIL, .list_before.info li.ADD {
	display:none;
}

.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
    width: 65px;
}

.list_before.info li {
    padding-left: 65px;
}




/*「送出」按鈕改成「發送訊息」*/


body.contact_page .last .animated-arrow input{
	color: #b89b6c;
	transition:.3s;
}

body.contact_page .last .animated-arrow:hover input{
	color: #8e7150;
}

body.contact_page .last .animated-arrow {
    position: relative;
}

body.contact_page .last .animated-arrow::before{
	content:"發送訊息";
	position: absolute;
	color:#FFFFFF;
	padding-left: 50px;
	top: 0px;
    left: 0px;
	pointer-events: none;
}





/*地圖按鈕放LINE QR CODE*/

.list_before.info li:last-child {
    padding-left: 0px;
}

.QR_code{
	max-width: 200px;
    margin-top: 20px;
}

.QR_code img{
	max-width:100%;
}

.contact_content .information_right {
	position:relative;
}

.blank_letter.f{
	display:none;
}
.contact_content .information_right::before {
	content:"服務洽詢";
	display:block;
	color: #FFFFFF;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
	padding-top: 30px;
    font-size: 26px;
	font-weight: 700;
}


/*字反白*/
.blank_letter, .list_before, .contact_form li .form__label {
    color: #FFFFFF;
	font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}

.contact_form li .form__label {
    width: 125px;
    margin-left: 0px;
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
	position: absolute;
	left: 0px;
    top: 10px;
}
.red {
    order: -1;
}

.contact_form li {
    padding-left: 130px;
    border-bottom: 1px solid #262626;
	position: relative;
}

.contact_form li .form__insert img{
	margin: -6px 10px;
}

.contact_form li.last {
    color: #aaaaaa;

}
.contact_form li.last input{
	font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}


@media screen and (max-width:480px){
	.contact_form li .form__label {
		position: unset;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	
	.contact_form li {
		padding-left: 0px;
	}
	
}

/* = = = 內頁麵包屑與BANNER  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*麵包屑*/   

.path{
	max-width: 1200px;
    text-align: left;
    padding: 5px 0px;
    display: none;
} 



/*總設定*/ 
  
.banner {
    display: none;
	height: 500px;
}	

.banner h5 {
	color: #000000; 
	padding-top: 10px;
	display: none;
}

#content {
    width: 100%;
    background: url(https://pic03.eapple.com.tw/maxclean/bg.jpg)repeat top center;
    background-size: 100%;
	/*background: #0e0e0e;*/
	min-height: 85vh;
}

/*地　　　圖*/ 

.map_page .banB {display: none;} 


/* = = = 分隔線 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1920px){
	.module_i_news::before, .module_i_news::after {
		width:575px;
		height:260px;
	}
}

@media screen and (max-width: 1200px) {
	
	
	
	.main_header_area .container {
		padding: 0px 2vw;
	}
	
	.nav-brand {
		/*width: 300px;*/
	}
	
	.nav-menu {
		/*padding: 0 10px 0 300px;*/
	}
	
	
	
	
	
	
	
	.module_i_news .animated-arrow {
		padding-left: 5%;
	}
	
	
	
	.banner {
		height: 400px;
	}
}
@media screen and (max-width: 1024px) {
	body.pageIndex .products-box {
		padding: 80px 20px;
	}
	
	
	
	.module_i_news {
		padding: 80px 20px;
	}

	
	
	.banner {
		height: 300px;
		background-size: 1920px;
	}
}


@media screen and (max-width: 1000px) {

	.products-box .title_box h2, .module_i_news .title_i_box h6 {
		font-size: 40px;
	}
}





@media screen and (max-width: 991px) {
	.header_area {
		position: relative;
		background: #000000;
	}
	
	.nav-header {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.nav-brand {
		width: 200px;
	}
	
	.nav-menu {
		padding: 0 10px;
		justify-content: center;
		width: 100%;
		margin-top: 85px;
	}
	
	.nav-menu>li>a {
		padding: 20px 1vw;
	}
	
	
	
	/*.main_header_area .container {
		padding: 0px 2vw;
	}
	
	.nav-header {
		top: 7px;
	}
	
	.nav-brand {
		width: 220px;
	}
	
	.nav-menu {
		padding: 0 10px 0 230px;
	}
	
	.nav-menu > li > a {
		padding: 30px 1vw;
	}*/
	
	
	
	
	
	
	
	/*預設大圖解除背景輪播*/
	#content_main { margin:0;}
	.bannerindex { position:static; height:auto;}
	.swiper-banner { position:static; margin:0; height:auto;} 
	.swiper-slide img { height:auto;}
	
	.bannerindex { padding:0; margin:0;}
	
	
	
	
	
	
	
	.footer {
		padding: 30px 0 0;
	}
	
	
	.footer_logo {
		/*width: 220px;
		margin-top: 5px;
		margin-right: 20px;*/
	}
	
	
	.footer_info ul {
		width: 100%;
    	margin-top: 10px;
	}
	
	
	.footer_info li:nth-child(1) {
		margin: 5px 0px;
	}
	
	
	
	
	
	
	

	
	.module_i_news ul {
		max-width: 650px;
	}
	
	.module_i_news li {
		width: 45%;
		margin: 0px 2.5% 20px;
	}
	
	.module_i_news::before {
		display: none;
	}
	
	.module_i_news::after {
		bottom: 7%;
		width: 650px;
		height: 295px;
	}
	
	
	
	.blog_subbox {
		max-width: 650px;
		margin: auto;
	}
	
	.subbox_item {
		width: 45%;
		margin: 0px 2.5% 20px;
	}
	
	
	
	
	.products-list, .product-wrapper {
		max-width: 650px;
		margin: auto;
	}
	
	.products-list .item {
		width: 47%;
		margin: 0px 1.5% 20px;
	}
	
	
	
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode {padding:40px 0 70px; }

/* = = = 行動裝置檢測 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 大圖調整 */
.swiper-slide img {animation-fill-mode: none;-webkit-animation-fill-mode: none;}
/* 新版最新消息內頁 */
.blog_back {display: flex; justify-content: space-between; align-items: center; align-content: center;}
.blog_back a {width:31.5%;}


	.header_area {
		background: transparent;
	}

	.main_header_area {
		background: url(https://pic03.eapple.com.tw/maxclean/black_bg.jpg)no-repeat bottom center;
    	background-size: 768px;
	}

	.main_header_area .container {
		padding: 0px;
	}

	.nav-header {
		transform: unset;
		padding-top: 20px;
	}
	
	.nav-brand {
		width: 160px;
		line-height: 0px;
	}
	
	.nav-toggle {
		width: 60px;
		height: 60px;
		top: 0px;
		right: 0px;
		/*background: #e2b666;*/
	}
	
	.nav-toggle:before {
		top: calc(50% - 9px);
		right: 50%;
		transform: translate(50%, 50%);
		width: 50%;
		background-color: #000000;
		box-shadow: 0 -0.6em 0 0 #000000, 0 0.6em 0 0 #000000;
	}
	
	.nav-toggle:after {
		bottom: 7px;
		color: #000000;
	}
	
	
	.main_header_area .nav-toggle:before{
		background-color: #FFFFFF;
		box-shadow: 0 -0.6em 0 0 #ffffff, 0 0.6em 0 0 #ffffff;
	}
	
	.main_header_area .nav-toggle:after {
		color: #FFFFFF;
	}
	
	
	
	.navigation-portrait {
		height: 60px;
	}
	
	.nav-menu {
		padding: 0 10px;
		justify-content: center;
		width: 100%;
		margin-top: 65px;
	}
	
	/*.nav-menu::after {
		content:"";
		background:url("https://pic03.eapple.com.tw/powerheadlight/LOGO.png")no-repeat center center;
		background-size:100%;
		width: 90%;
		max-width: 400px;
		height: 120px;
	}*/
	
	.navigation-portrait .nav-dropdown>li>a {
		padding: 12px 20px 12px 20px;
		width: 100%;
	}
	
	.navigation-portrait .nav-menus-wrapper {
		background-color: #000000;
	}
	
	.nav-menu > li > a {
		color: #FFFFFF;
	}
	
	.navigation-portrait .nav-menu>li {
		border-top: solid 1px #272727;
	}
	
	.navigation-portrait .nav-menu>li:last-child {
		border-bottom: unset;
	}
	
	.submenu-indicator-chevron {
		border-color: transparent #FFFFFF #FFFFFF transparent;
	}
	
	.nav-menus-wrapper-close-button {
		color: #FFFFFF;
	}
	
	
	
	
	
	
	
	
	.footer_logo {
		display: block;
		margin: 0px auto;
		max-width: 280px;
    	width: 100%;
	}
	
	.footer_info {
		padding: 0 40px;
	}
	
	.footer_info ul {
		width: 100%;
		text-align: center;
		margin-top: 0px;
	}
	
	.footer_info li:nth-child(1) {
		margin: 10px 0px 5px;
	}
	
	.footer_info li:nth-child(2) {
		width: 100%;
		margin-top: 20px;
	}
	
	.footer_menu {
		justify-content: center;
	}
	.footer_info li p.add:after {
		padding-left: 0px;
	}
	
	
	
	
	
	.fix_ri {
		right: 10px;
		width: 40px;
	}
	
	
	
	
	/*手機下方浮動按鈕*/
	#bottom_menu li:nth-child(3) a {
		position: relative;
	}
	
	#bottom_menu li:nth-child(3) a::after {
		content: '0800';
		white-space: pre-wrap;
		display: block;
		position: absolute;
		color: #444;
		width: 100%;
		left: 0px;
		bottom: 15px;
		background: #FFFFFF;
		line-height: 15px;
	}
	
	
	
	.products-box .title_box h2, .module_i_news .title_i_box h6 {
		font-size: 35px;
	}
	
	.products-box .title_box span, .module_i_news .title_i_box h4 {
		font-size: 23px;
	}
	
	
	body.pageIndex .products-box {
		padding: 60px 20px;
	}
	
	
	
	
	.module_i_news {
		padding: 60px 20px;
	}
	
	.module_i_news::after {
		bottom: 8%;
		width: 100%;
		height: 48vw;
	}
	
	
	
	
	
	
	
	
	.banner {
		height: 250px;
		background-size: 1750px;
	}
	
	
	
	
	
	
	.mobile_product_name {
		display: none;
	}
	
	.sidebarBtn {
		order: -1;
		margin: 0px auto 20px;
	}
	
	.products-list, .product-wrapper {
		max-width: 650px;
		width: 100%;
		margin: auto;
	}
	
	.product-layer-two {
		margin: 0px auto 40px;
		width: 100%;
		max-width: 650px;
	}
	
	.product_info li span {
		margin-left: -140px;
	}
	
	.prod_related {
		max-width: 650px;
		margin: auto;
	}
	
	.related_list {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
		flex-wrap: wrap;
	}
	
	.related_list li {
		padding: 0px;
		width: 45%;
		margin: 0px 2.5% 20px;
	}	

/* = = = 行動裝置檢測 end = = = = = = = = = == = = = = = = = = = = = = = = == = = */
}


@media screen and (max-width: 600px) { 
.products-box {padding-top: 0px;}
.nav-header {padding: 20px 50px 10px 10px;}



	.footer_info {
		padding: 0 10px;
	}

	.footer_info li:nth-child(1) {
		width: 100%;
		margin: 5px 0px;
	}

	.footer_info li:nth-child(2) {
		margin: 0px;
	}
	
	.footer_menu a {
		padding: 3px 10px;
	}
	
	.copy {
		padding: 10px 0px;
		margin-top: 5px;
	}
	
	
	
	
	.module_i_news .title_i_box {
		margin-bottom: 30px;
	}
	
	.module_i_news ul {
		max-width: 400px;
	}
	
	.module_i_news li {
		width: 100%;
		max-width: 350px;
    	margin: 0px auto 20px;
	}
	
	.module_i_news::after {
		bottom: 5%;
		width: 600px;
		height: 280px;
	}
	
	
	
	.blog_subbox {
		max-width: 400px;
	}
	
	.subbox_item {
		width: 100%;
		margin: 0px 0% 20px;
	}
	
	
	
	
	.products-list {
		max-width: 400px;
	}
	
	
	body.pageIndex .products-list, .show_content.blog_box {
		justify-content: center;
	}
	
	.products-list .item {
		width: 100%;
		margin: 0px 0% 20px;
	}
	
	.prod_related {
		max-width: 400px;
	}
	
	.related_list li {
		width: 100%;
		margin: 0px 0% 20px;
	}
	
	
	
	
	
	
}


@media screen and (max-width: 480px) { 
.copy {padding-bottom: 18px;}

.module_i_news::after {
    bottom: 6%;
    width: 120%;
    height: 55vw;
}




.banner {
    height: 150px;
    background-size: 1500px;
}




.sidebarBtn h2 {
    font-size: 28px;
}

.prod_related h6 span:before {
    font-size: 26px;
}

}

@media screen and (max-width:400px){
	.banner {
		height: 120px;
		background-size: 1250px;
	}

}