@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) 
*/


/*引入字型*/
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap');



/* = = = 主選單 = = = = = = = = = == = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*上方選單解除滑動固定*/
/*.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: #ada29f;
}

body.pageIndex .header_area, .header_area.sticky {
	background:transparent;
}

.main_header_area {
	background: rgb(38 28 26 / 80%);
}

.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: 0px;
}

.nav-brand {
    width: 255px;
}

.nav-brand img {
    width: 100%;
}



.nav-menus-wrapper{
	width: 100%;
}

.nav-menu {
    margin: 0px 0px;
	padding: 0 10px 0 350px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.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: #daa570 !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 #daa570 #daa570 transparent !important;
}

.nav-menu>li>.nav-dropdown {
    border: unset;
    background: #daa570;
}
.nav-dropdown > li > a {
    color: #FFFFFF;
    border-bottom: 1px solid #e6ae75;
    background: #daa570;
}

.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
    background: #cd9a67;
    border-bottom: 1px solid #e6ae75;
    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: #cd9a67;
}

.nav-dropdown .nav-dropdown > li > a {
    color: #FFFFFF;
    border-bottom: 1px solid #d7ab7e;
    background: #cd9a67;
}

.nav-dropdown .nav-dropdown > li > a:hover, .nav-dropdown .nav-dropdown > li > a:focus {
	color: #FFFFFF;
    border-bottom: 1px solid #d7ab7e;
    background: #c0905f;
}




.tp_links {
	margin-top: 0px;
    margin-left: 1vw;
}
.tp_links a {
    padding: 0 5px !important;
	/*filter: unset;
	-webkit-filter: unset;*/
}






/*首頁按鈕列特效*/

@media screen and (min-width: 769px) {
	

	
	.pageIndex .main_header_area .nav-menu > li > a{
		color: #FFFFFF;
	}
	
	
	.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 .main_header_area .tp_links a {
		filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	}
	

	
	.tp_links a {
		filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	}
	
}




/*@media screen and (min-width: 769px) {
	
	
	
	.pageIndex .main_header_area {
		transition: 0.3s ease;
		background:#261c1a;
	}
	
	.pageIndex .header_area.sticky .main_header_area {
		background: rgb(38 28 26 / 70%);
		transition: 0.3s ease;
	}
	
	
	.pageIndex .main_header_area .nav-header {
		top: 7px;
		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;
		color: #FFFFFF;
		transition:.3s;
		text-align:center;
	}
	
	.pageIndex .header_area.sticky .main_header_area .nav-menu > li > a {
		padding:20px 1vw;
		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 .main_header_area .tp_links {
		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%);
	}
	

	
	.tp_links a {
		filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	}
	
}*/

/*@media screen and (min-width: 992px) {
	
	.pageIndex .main_header_area {
		transition: 0.3s ease;
		background:transparent;
	}
	
	.pageIndex .main_header_area .nav-menu > li > a{
		padding: 50px 1vw 25px;
		color: #aaaaaa;
	}
	
	.pageIndex .header_area.sticky .main_header_area .nav-menu > li > a{
		padding: 40px 1vw;
		color: #FFFFFF;
	}
	
	.pageIndex .main_header_area .submenu-indicator-chevron {
		border-color: transparent #aaaaaa #aaaaaa transparent;
	}
	
	.pageIndex .header_area.sticky .main_header_area .submenu-indicator-chevron {
		border-color: transparent #FFFFFF #FFFFFF transparent;
	}
	
	.pageIndex .header_area.sticky .main_header_area .nav-header {
		top: 0px;
	}
	
	
	.pageIndex .main_header_area .tp_links {
		margin-top: 25px;
	}
	
	.pageIndex .main_header_area .tp_links a {
		filter: invert(65%);
		-webkit-filter: invert(65%);
	}
	
	.pageIndex .header_area.sticky .main_header_area .tp_links a {
		filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	}
	
	
	
	
	.pageIndex .header_area .nav-brand {
		width: 300px;
		transition:.3s;
	}
	
	.pageIndex .header_area.sticky .nav-brand {
		width: 255px;
	}
	
	
	
	
	
	
	
	
}

@media screen and (min-width: 1201px) {


}*/

/* = = = 大圖 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*預設大圖解除背景輪播*/
/*#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;}*/


/* = = = 頁　尾 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


.footer {
	background:#f3debf;
	padding: 40px 0 0;
    /*background: url(https://pic03.eapple.com.tw/gchie/header_bg.jpg)no-repeat center center;
    background-size: cover;*/
}

.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%;
}
.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 #d7b594 solid;
    color: #a07b58;
    transition: .3s;
}

.footer_menu a:first-child {
	border-left: 1px #d7b594 solid;
}

.footer_menu a:hover {
    background: unset;
    color: #5a412a;
}

.copy {  
    color: #b6987d;
    background: #f3debf;
	margin-top: 0px;
	border-top: unset;
}

.copy a {
    color: #b6987d;
}



.footer_info li p.tel:before {
    content: '手機：';
}

.footer_info li p.tel2:before {
    content: '手機：';
}



/* 懸浮按鈕 */

.fix_ri a {
    background: #5e4231;
    border-radius: 50%;
    line-height: 0px;
	transition:.3s;
}

.fix_ri a:hover {
    background: #976b4f;
}


/* = = = 聯絡資訊 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */




/* = = = 相　簿 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	
	
		
.show-list .show_name {
	color: #000000;
	transition:.3s;
}

.show-list .item:hover .show_name {
    color: #BF9061;
}


.other_album_choice li {
    background: #8a6641;
	transition:.3s;
}

.other_album_choice li:hover {
    background: #bf9061;
}

.album_fixed_title {
    background: unset;
}
.other_album:before {
    display: none;
}
/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


/*選單置左*/
/*.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%;}*/


/* = = = 詢價車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*首頁產品*/
.pageIndex .main_part {
    border-top: unset;
	padding: 0px;
}
#content_main{
	background: url(https://pic03.eapple.com.tw/luckyclover/bg.jpg)repeat top center;
    background-size: 100%;
	/*background: #FFFFFF;*/
}

.products-box .title_box h2 {
	font-family: 'ZCOOL XiaoWei', sans-serif;
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 500;
	position:relative;
	display:none;
}

.products-box .title_box::before {
	content:"Products";
	/*position:absolute;*/
	display: block;
	font-family: 'ZCOOL XiaoWei', sans-serif;
    font-size: 50px;
    color: #5E4131;
    font-weight: 500;
	width: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
    letter-spacing: 2px;
}

.products-box .title_box span {
	font-family:"微軟正黑體";
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 5px;
	display:none
}

.products-box .title_box::after {
	content:"待售小貓";
	/*position:absolute;*/
	display: block;
	font-family:"微軟正黑體";
	font-weight: 500;
	font-size: 24px;
	color: #8A6640;
	letter-spacing: 2px;
}

body.pageIndex .products-box {
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
}

.products-list .item.first_box {
    width: 100%;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0px;
}

body.pageIndex .products-list .item:nth-child(n+10) {
	display:none;
}

.products-list .item {
    margin: 20px 0.5%;
}






.sidebarBtn {
    border: unset;
    background: unset;
}
.inquiry_a1, .inquiry_a2, .lastaction, .nextaction {
	background: #8a6641;
	color:#FFFFFF;
	transition:.3s;
}
.inquiry_a1:hover, .inquiry_a2:hover, .lastaction:hover, .nextaction:hover {
	color:#FFFFFF;
	background: #bf9061;
}

.lastPage {
    background: #8a6641;
    color: #FFFFFF;
	transition:.3s;
}

.lastPage:hover {
    background: #bf9061;
}


.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 #bf9061;
    color: #bf9061;
}

.products-list a:hover .more {
    background: #bf9061;
    border-color: #bf9061;
    color: #fff;
}

.products-list .pic {
    overflow: hidden;
    background: #FFFFFF;
}




/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; align-items: 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;}
}

/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


/*一排呈現*/
/*.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;
}

.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;
	/*width: 30vw;
    height: 13.5vw;*/
	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;
	/*width: 30vw;
    height: 13.5vw;*/
	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-size: 40px;
    color: #2e3030;
    font-family: "Times New Roman";
    font-weight: 600;
}

.module_i_news .title_i_box h4 {
    font-size: 26px;
    color: #A08C60;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
}

.module_i_news ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
	position: relative;
    z-index: 1;
}

.module_i_news li {
    width: 24%;
    margin: 0px 0.5% 30px;
}

.i_blog_le {
    width: 100%;
    border: 1px #cccccc solid;
    padding: 0px;
}

.i_blog_ri {
    width: 100%;
}

.i_blog_ri h5 {
    color: #2C3030;
    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;
	position: relative;
    z-index: 1;
	margin-bottom: 20px;
}







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%;
}


.main_part {
    /*max-width: 1600px;*/
}

h5.blog_le_t {
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #dfb78f !important;
}

.blog_back a.article_btn_back, .blog_back a.article_btn_next, .blog_back a.article_btn_prev {
    background: #8a6641;
	transition:.3s;
}

.blog_back a.article_btn_back:hover, .blog_back a.article_btn_next:hover, .blog_back a.article_btn_prev:hover {
    background: #bf9061;
}


.blog_subbox {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.subbox_item {
    width: 31%;
    margin: 0px 1% 15px;
}

.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;
}*/






/*下拉編輯頁*/

.promotion_title, .other_promotion, body.other_select_page .page {
    display: none;
}


/* = = = 聯絡我們 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */	


.animated-arrow {
	background: #8a6641;
	transition:.3s;
}

.animated-arrow:hover {
	background: #bf9061;
}


.TEL:before {
    content: "手機";
}
.TEL2:before {
    content: "手機";
}
/* = = = 內頁麵包屑與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%;
	min-height: 85vh;
    background: url(https://pic03.eapple.com.tw/luckyclover/bg.jpg)repeat top center;
    background-size: 100%;
}

/*地　　　圖*/ 

.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-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;
	}
	
	.module_i_news .title_i_box h6 {
		font-size: 35px;
	}
	
	.module_i_news .title_i_box h4 {
		font-size: 24px;
	}
	
	
	
	
	.banner {
		height: 300px;
		background-size: 1920px;
	}
}

@media screen and (max-width: 991px) {
	.header_area {
		position: relative;
		background: #FFFFFF;
	}
	
	.nav-header {
		left: 50%;
		transform: translateX(-50%);
	}
	
	.nav-brand {
		width: 230px;
	}
	
	.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;*/
		width: 240px;
	}
	
	
	.footer_info ul {
		width: 100%;
	}
	
	
	.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: #FFFFFF;
	}

	.main_header_area .container {
		padding: 0px;
	}

	.nav-header {
		transform: unset;
	}
	
	.nav-brand {
		width: 175px;
		line-height: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	
	.nav-toggle {
		width: 60px;
		height: 60px;
		top: 0px;
		right: 0px;
		background: #cc9b66;
	}
	
	.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;
	}
	
	.navigation-portrait .nav-dropdown>li>a {
		padding: 12px 20px 12px 20px;
		width: 100%;
	}
	

	
	
	
	
	
	
	
	
	
	.footer_logo {
		display: block;
		margin: 0px auto;
		max-width: 240px;
    	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;
	}
	
	
	
	
	
	
	.fix_ri {
		right: 10px;
		width: 40px;
	}
	
	
	
	
	
	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;
	}
	
	
	
	
	
	
	
	
	.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;
	}	
	
	
	
	#content_main {
		background-size: 1024px;
	}
	
	#content {
		background-size: 1024px;
	}

/* = = = 行動裝置檢測 end = = = = = = = = = == = = = = = = = = = = = = = = == = = */
}


@media screen and (max-width: 600px) { 
.products-box {padding-top: 0px;}
.nav-header {padding: 10px 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: 10px;
	}
	
	
	
	
	.module_i_news .title_i_box {
		margin-bottom: 30px;
	}
	
	.module_i_news ul {
		max-width: 400px;
	}
	
	.module_i_news li {
		width: 100%;
		margin: 0px 0% 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;
	}
	
	.products-list .item {

		width: 100%;
		margin: 0px 0% 20px;
	}
	
	.prod_related {
		max-width: 400px;
	}
	
	.related_list li {
		width: 100%;
		margin: 0px 0% 20px;
	}
	
	
	
	body.pageIndex .products-list, .show_content.blog_box {
		justify-content: center;
	}
	
	
	
	
	
	
}


@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;
	}

}