@charset "utf-8";

/*
關於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=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');



/*字型更換*/

.navigation, .stellarnav > ul > li > a b,
.footer_info ul,
#content_main,
.product-layer-two, .products-list, .product-wrapper, .prod_related, .car_page, .order_finish_page,
.blog_box, .news_related, h5.blog_le_t,
body.promotions_page .main_part,.news_part,
body.album_page .show_content, body.album_class_page .show_content, body.album_info_page .show_content,
.contact_editbox, .contact_content, .blank_letter,
.animated-arrow b {
  	font-family: "Noto Sans", "Noto Sans TC", sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
  	font-style: normal;
  	font-optical-sizing: auto;
}





/* = = = 按鈕列 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*上方選單解除滑動固定*/
/*.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}
*/




.main_header_area{
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.07);*/
	background: rgb(29 28 42 / 100%);
	padding: 0px 20px;
}

.pageIndex .main_header_area{
	/*background: #fcfdea;*/
	transition:.3s;
}

.header_area.sticky .main_header_area{
	background: rgb(29 28 42 / 90%);
}

.header_area,.header_area.sticky {
    /*z-index: 20000000;*/
	padding: 0px;
}

.main_header_area .container {
    max-width: 1700px;
}
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.navigation {
	grid-template-columns: 280px 1fr;
}

.nav-header {
    max-width: 100%;
}

.nav-brand {
    max-width: 280px;
	/*filter: invert(100%) grayscale(100%) brightness(500%);
    -webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
}

/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/






/*第一層*/
.stellarnav > ul > li > a{
	transition:all 0.3s;
	/*color: #FFF;*/
}
.stellarnav > ul > li > a{
	margin: 30px 1vw 20px;
	padding:0px;
	/*color:#565656;*/
	color:#FFF;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}
.stellarnav > ul > li:hover > a{color: #E1C072 !important;text-shadow: unset !important;}

.stellarnav li.has-sub > a:after {
    height: 8px;
    width: 8px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #777 #777 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    margin: 0px;
    top: 40px;
    right: -13px;
}

.stellarnav li.has-sub:hover > a:after {
    border-color: transparent #E1C072 #E1C072 transparent !important;
}




@media screen and (min-width:769px) {
	.stellarnav > ul > li > a, .stellarnav li.has-sub > a{
		position:relative;
	}
	
	.stellarnav > ul > li > a::before{
		position:absolute;
		content:"";
		width:0%;
		height:1px;
		background:#E1C072;
		bottom:0px;
		left:50%;
		transform:translate(-50%,0px);
		transition:.5s;
	}
	
	.stellarnav > ul > li:hover > a::before{
		width:100%;
	}
	
	.stellarnav > ul > li:hover > a b {
		transform: translateY(-40px);
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
	}
}




/*第二層*/
.stellarnav ul ul {
    background: transparent;
    /*width: 185px;*/
}
.stellarnav > ul > li.drop-left > ul {
    right: unset;
    left: 0px;
}
.stellarnav li li {
    border: unset;
	margin-bottom: unset;
}
.stellarnav li li > a , .stellarnav li li.has-sub > a{
	padding: 10px 15px;
	transition: all 0.5s;
	color: #FFFFFF;
	/*border-bottom: 1px solid rgb(255 255 255 / 5%);
    background: rgb(0 0 0 / 40%);*/
	border-bottom: 1px solid rgb(255 255 255 / 30%);
	background: #e4c989;
    background: #e1c072;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
	padding-left: 20px;
}


@media screen and (min-width: 769px) {
	.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
		/*background: rgb(0 0 0 / 70%);*/
		background: #d6b360;
	}
}



/*第三層*/
@media screen and (min-width: 769px){
	.stellarnav li li.has-sub > a:after, .stellarnav li.drop-left li.has-sub > a:after {
		height: 8px;
		width: 8px;
		display: block;
		border-style: solid;
		border-width: 0 1px 1px 0;
		border-color: transparent #FFF #FFF transparent !important;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: border .2s;
		transition: border .2s;
		margin: 0px;
		top: 18px !important;
		right: 15px;
	}
	
	
	.stellarnav li.drop-left li.has-sub > a:after {
		-webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
	}
	
	
	
	.stellarnav li li.has-sub:hover > a:after, .stellarnav li.drop-left li.has-sub:hover > a:after {
		border-color: transparent #FFF #FFF transparent !important;
	}


	/*.stellarnav li ul ul li:hover > a{
		background: rgb(0 0 0 / 100%);
	}*/
	
	.stellarnav ul ul {
		/*width: 190px;*/
	}
	.stellarnav li.drop-left ul ul {
		/*right: 190px;*/
	}
	
}
.stellarnav li ul ul {
	background: transparent;
}

.stellarnav li ul ul li > a{
	/*background: rgb(0 0 0 / 70%);
    border-bottom: 1px solid rgb(255 255 255 / 5%);*/
	background: #d6b360;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.stellarnav li ul ul li:hover > a{
	background: #cba855;
}






/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}


/* 主分類超過30個但次分類直接顯示 */
/*.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}







/*SubMenu*/
.shop_search_btn {    background: #e1c072; transition:.3s;height: 28px;margin-top: 0px;}
.shop_search_btn:hover {    background: #caa64f;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
    transition:.3s;
	color: #FFF;
}
.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
    color: #E1C072 !important;
}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}

/*隱藏選單按鈕連結*/
.me_tp_features {
	/*display: none;*/
	z-index: 9;
}
.tp_links{display: none;}


/*隱藏購物車搜尋欄*/
/*.box_search{display:none;}*/

/*隱藏購物車*/
.me_tp_features a.tp_btn_cart {display: inline-block;}

/*隱藏匯款通知*/
.me_tp_features a.tp_btn_notice{display: inline-block;}


/*隱藏最新消息下拉*/
.stellarnav > ul > li:nth-of-type(2) > ul, .stellarnav > ul > li:nth-of-type(2) .dd-toggle {
    display: none !important;
}




@media screen and (min-width: 1025px) {
	.header_area {
		position: fixed;
		width: 100%;
		top: 0px;
		background: unset;
	}
	
	.header_area.sticky {
		background: unset;
	}
	
	.main_header_area {
		transition: 0.3s ease;
		background: transparent;
		box-shadow: unset;
		background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.3) 0%, rgba(173, 161, 126, 0) 100%);
        background: linear-gradient(to bottom, rgba(34, 34, 34, 0.3) 0%, rgba(173, 161, 126, 0) 100%);
		/*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
		position:relative;
	}
	
	.header_area.sticky .main_header_area {
		background: transparent;
	}
	
	.header_area .main_header_area::after {
		content:"";
		position:absolute;
		width:0%;
		height:100%;
		top:0px;
		left:0%;
		background: rgb(29 28 42 / 90%);
		transition: all 1s;
		opacity: 0;
	}
	
	.header_area.sticky .main_header_area::after {
		width:100%;
		opacity: 1;
	}
	
	
	
	.header_area .nav-brand {
		transition:.3s;
		max-width: 280px;
		margin-top: 40px;
		/*filter: drop-shadow(0px 0px 10px #FFF);*/
		/*filter: invert(100%) grayscale(100%) brightness(500%);
    	-webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
		
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
		-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
	}
	
	.header_area.sticky .nav-brand {
		filter: unset;
		-webkit-filter: unset;
		max-width: 250px;
		margin-top: 15px;
	}
	
	.pageIndex .header_area .nav-brand {
	}
	
	.pageIndex .header_area.sticky .nav-brand {
		opacity:1;
	}
	
	
	
	.stellarnav > ul > li > a {
		/*margin: 60px 1vw 20px;*/
		margin: 25px 1vw 15px;
		/*color: #565656;*/
		color: #FFF;
		text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
		transition: 0.3s ease;
		padding: 0px 5px;
	}
	
	.stellarnav > ul > li.has-sub > a {
		padding-right: 5px;
	}
	
	.header_area.sticky .stellarnav > ul > li > a {
		/*margin: 40px 1vw 20px;*/
		margin: 15px 1vw 15px;
		/*color: #565656;*/
		color: #FFF;
		text-shadow: unset;
	}
	
	.stellarnav li.has-sub > a:after {
		border-color: transparent #FFF #FFF transparent;
		top: 17px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .stellarnav li.has-sub > a:after {
		border-color: transparent #777 #777 transparent;
		top: 17px;
	}
	
	
	
	
	/*按鈕列 - ul加個底*/
	/*.main_header_area {
		background: transparent;
	}
	.header_area:not(.sticky) .stellarnav {
		display: flex;
		justify-content: flex-end;
	}
	.header_area:not(.sticky) .stellarnav>ul.anchorList {
		display: flex;
        justify-content: flex-end;
        position: relative;
        width: fit-content;
		padding: 0px 1vw;
	}
	.header_area:not(.sticky) .stellarnav>ul.anchorList::after {
		content: "";
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: 70px;
        position: absolute;
        border-radius: 50px;
        border: 1px #FFF solid;
        z-index: -1;
        bottom: 5px;
        right: 0px;
	}*/
	
	
	
	
	
	/*按鈕列-滑鼠滾動換LOGO圖*/
	/*.header_area .nav-brand::before {
		content:"";
		width:150px;
		height:156px;
		background:url("https://pic03.eapple.com.tw/oopsfoody/logo_w.png")no-repeat center center;
		background-size:100%;
		display: block;
        position: absolute;
		transition:.3s;
		opacity:0;
	}
	
	.header_area .nav-brand img {
		opacity:1;
		transition:.3s;
	}
	
	.header_area.sticky .nav-brand::before {
		width:120px;
		height:125px;
		opacity:1;
	}
	
	.header_area.sticky .nav-brand img {
		opacity:0;
	}*/



	
	/*解決首頁最上方時，按鈕列滑鼠移入字看不清*/
	.header_area:not(.sticky) .stellarnav > ul > li:hover > a, .header_area:not(.sticky) .me_tp_features a.tp_btn_cart:hover, .header_area:not(.sticky) .me_tp_features a.tp_btn_notice:hover {
		/*color: #565656 !important;*/
		color: #FFF !important;
		text-shadow: 0px 0px 10px rgb(0 0 0 / 50%) !important;
	}
	
	.header_area:not(.sticky) .stellarnav > ul > li > a::before {
        background: #FFF;
    }
	

	
	
	.me_tp_features {
		padding: 25px 1vw 10px;
		transition: 0.3s ease;
	}
	
	.header_area.sticky .me_tp_features {
		padding: 15px 1vw 10px;
	}
	
	
	.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
		color: #FFFFFF;
		/*color: #565656;*/
		text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
		transition: 0.3s ease;
	}
	
	.me_tp_features a.tp_btn_cart:hover, .me_tp_features a.tp_btn_notice:hover {
		text-shadow: unset !important;
	}
	
	.header_area.sticky .me_tp_features a.tp_btn_cart, .header_area.sticky .me_tp_features a.tp_btn_notice {
		/*color: #565656;*/
		color: #FFF;
		text-shadow: unset;
	}

}





/*按鈕列-線上預約額外設計*/
/*@media screen and (min-width: 1025px) {
	.main_header_area .container {
		max-width: 1800px;
        margin-right: 0px;
	}
	
	.main_header_area {
		padding: 0px;
		padding-left: 6vw;
		padding-left: 20px;
	}
	
	.stellarnav > ul {
        max-width: 1500px;
        margin-left: auto;
		padding-right: calc(5vw + 70px);
	}
	
	.stellarnav > ul > li:last-of-type {
		position: absolute;
		right: 0;
		top: 0px;
		line-height: 0px;
	}
	
	.stellarnav > ul > li:last-of-type a, .header_area.sticky .stellarnav > ul > li:last-of-type > a{
		padding: 50px 1.5vw 15px;
        margin: 0px;
        color: #FFF !important;
        text-shadow: unset;
        height: unset;
	}
	
	.stellarnav > ul > li:last-of-type a{
		background: #292C3F;
	}
	
	
	.stellarnav > ul > li:last-of-type:hover a{
		background: #60657f;
	}
	.header_area:not(.sticky) .stellarnav > ul > li:last-of-type:hover > a {
        color: #FFF !important;
    }
	.stellarnav > ul > li:last-of-type a::before {
		content: "";
        position: absolute;
        width: 35px;
        height: 35px;
        background: url('https://pic03.eapple.com.tw/mujie/header_btn_web.svg') no-repeat center center !important;
        background-size: 100% !important;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0px);
        filter: invert(100%) grayscale(100%) brightness(500%);
        -webkit-filter: invert(100%) grayscale(100%) brightness(500%);
    }
}

@media screen and (max-width: 768px) {
	.stellarnav.mobile > ul > li:last-of-type a, .stellarnav.mobile > ul > li:last-of-type {
		background: #292C3F;
		width:100%;
		color:#FFF !important;
	}
	
	.stellarnav.mobile > ul > li:last-of-type a::before {
		content: "";
		position: absolute;
		width: 26px;
		height: 26px;
		background: url("https://pic03.eapple.com.tw/mujie/header_btn_web.svg") no-repeat center center;
		background-size: 100%;
		top: 50%;
		left: 90px;
		transform: translate(0%, -50%);
		filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	}
}*/










/*按鈕列LOGO滾動特效*/
/*.header_area .nav-brand {
	max-width: 200px;
}

@media screen and (min-width:1025px) {	

	.header_area .nav-brand {
		position: absolute;
		top: 0px;
	}
	
	.header_area .nav-brand::after {
		top:-100%;
		opacity: 0;
	}
	
	.header_area .nav-brand {
		padding: 25px 25px 15px 25px;
		margin-top: 0px;
	}
	
	.header_area.sticky .nav-brand {
		padding: 20px 20px 15px 20px;
	}
	
	.header_area .nav-brand::after {
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		left:0px;
		background: #78AABF;
		z-index: -1;
		
		border-radius: 0 0 15px 15px;
	}
	
	.header_area.sticky .nav-brand::after {
		top:0%;
		transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1) .4s;
		opacity: 1;
	}
	
	.header_area:not(.sticky) .nav-brand img{
		filter: invert(100%) grayscale(100%) brightness(500%);
		-webkit-filter: invert(100%) grayscale(100%) brightness(500%);
	}
}*/












/*按鈕中英文 - 隱藏英文翻動特效*/
.stellarnav > ul > li > a b {
    line-height: unset;
   	height: unset;
	transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
	transition: unset;
	font-weight: 400;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
	display:none;
}

.stellarnav > ul > li > a b:nth-of-type(2) {
	letter-spacing:0px;
}

@media screen and (min-width: 769px){
	.stellarnav > ul > li > a b:nth-of-type(2) {
		/*text-transform: none;*/
	}
}







/*按鈕列RWD*/

@media screen and (max-width: 1024px){
	/*Header/＝＝＝＝＝*/
	.header_area {
		background: #FFF;
	}
	.header_area.sticky {
		background: transparent;
	}
	
	.navigation {    padding: 0px;}
	.stellarnav > ul > li > a {
		margin: 5px 1vw;
	}
	.stellarnav li.has-sub > a:after {
		/*top: 25px;*/
		right: calc(1vw - 13px);
	}
	
	.me_tp_features {
		margin: 7px 0px 15px;
	}
	
	/*Logo/＝＝＝＝＝*/
	.header_area .nav-brand{max-width: 250px;margin-top: 15px;margin-bottom: 10px;transition: .5s;}
	.header_area.sticky .nav-brand{max-width: 250px;}
	
	
}

@media screen and (max-width: 768px) {
	
	/*首頁固定選單*//*
	.pageIndex .header_area{position: position:relative;}*/
	
	
	.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 15px !important;border-left:none;}
	.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 15px !important;/*border-color:transparent;*/}
	.stellarnav.mobile li a {
		border-bottom: 1px solid rgba(255, 255, 255, .20);
	}

	.navigation {
        align-items: flex-start;
    }
	.nav-header {
		text-align: left;
		line-height: 0px;
		justify-content: flex-start;
	}
	.header_area .nav-brand{
		max-width: 180px;
        margin: 10px 10px 5px;
	}
	.header_area.sticky .nav-brand{
		max-width: 180px;
	}
	.main_header_area {
		padding: 0px 0px;
	}
	.stellarnav.mobile {
		position: absolute;
		left: 0;
		top: 5px;
		width: auto;
		display: inline-block;
		right: 0px;
		left: unset;
	}
	
	.stellarnav .menu-toggle {
        padding: 15px 10px;
    }
	
	.stellarnav.mobile.left > ul {
		max-width: 100%;
		padding: 10px;
		background: rgba(255,255,255,0.95);
	}
	
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
		background: unset;
	}
	.stellarnav.mobile li.drop-left ul ul {
		left: 0px;
	}
	.stellarnav.mobile li li:last-child > a {
		border-bottom: unset;
	}
	
	.stellarnav.mobile li li li:last-child > a {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	
	.stellarnav.mobile > ul > li > a {
		border-bottom: unset;
		margin: 3px 0px;
	}
	.stellarnav > ul > li > a, .stellarnav li.has-sub > a {
		margin: 0px;
	}
	.stellarnav.mobile li.open {
		background: unset;
		padding: 0px;
	}
	.stellarnav.mobile li.open li.open {
		background: unset;
		padding: 0px;
	}
	
	.stellarnav li li a.dd-toggle .icon-plus:before, .stellarnav li li a.dd-toggle .icon-plus:after {
		content: '';
		display: block;
		width: 12px;
		height: 0px;
		top: 50%;
		border-bottom: solid 3px #FFFFFF;
		position: absolute;
	}
	
	
	.me_tp_features {
		padding: 5px 1vw 10px;
        background: #161621;
		margin: 0px;
	}
	
	.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
		color: #FFF;
	}

}


/* = = = 頁尾 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.footer {
	/*border-top: 1px #CCC solid;*/
	background: #c69d62;
    background: #1d1c2a;
	padding: 30px 0 0;
}
.footer_logo {
	text-align: center;
	max-width: 200px;
    margin: 0 auto;
}

.footer_logo a{
	/*filter: invert(100%) grayscale(100%) brightness(500%);
    -webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
}
.footer_logo img {
	max-width: 100%;
}
.footer_info li p, .footer_info li p a{
	/*color:#886a4d;*/
	color:#FFF;
}

.footer_menu {
	/*display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));
	gap: 5px;*/
	display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

	/*footer按鈕最小寬度100px*/
.footer_menu a {
	margin: 0;
	text-align: center;
	padding: 3px 10px;
	transition: all 0.3s;
	background: unset;
    border: unset;
	margin: 0 5px 4px 5px;
	color: #FFF;
	font-weight: 600;
}
.footer_menu a:hover {
	color: #ffdaa5;
	color: #e1c072;
	background:unset;
}




.copy {
    background: #b08b55;
	background: #161621;
	color: #fff;
	border:none;
}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link a{
	transition:all 0.3s;
	border: 1px #FFF solid;
    color: #FFF;
	/*background: #b08b55;*/
}
.box_link a:hover {
	background: #a37e4a;
	background: #caa64f;
    color: #FFF;
}




.footer_info li:nth-child(1) {
    padding-bottom: 20px;
	max-width: 800px;
}
.footer_info li p {
    width: 100%;
}

.footer_info li:nth-child(2) {
	/*border-top: 1px rgba(255,255,255,0.2) solid;*/
    padding: 15px 0px 10px;
	margin: 0px;
}



.box_link {
    /*right: 60px;*/
}










/*頁尾LOGO*/
.footer_logo {
    text-align: center;
    background: url("https://pic03.eapple.com.tw/sandymusicedu/ft_logo.png") no-repeat center center;
    background-size: 100%;
    width: 140px;
    height: 166px;
	/*filter: invert(100%) grayscale(100%) brightness(500%);
    -webkit-filter: invert(100%) grayscale(100%) brightness(500%);*/
	/*margin-top: 10px;*/
}

.footer_logo img {
    width: 0px;
}



.footer_info li:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
}
.footer_info li p.taxid{
	/*order: 1;*/
}


@media screen and (min-width: 769px){
	.footer_info {
		padding-right: 70px;
	}
	
	/*.footer_info li:nth-child(1) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 0px 10px;
	}
	.footer_info li p.tel{
		grid-column: 1 / 2;
    	grid-row: 1;
	}
	.footer_info li p.taxid{
		grid-column: 1 / 2;
    	grid-row: 2;
	}
	.footer_info li p.taxid:after {
		padding-left: 80px;
	}*/
	
}



@media screen and (max-width: 980px) {
	.footer_info {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	
	.footer_info ul {
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
	.footer_info ul {
		width: 100%;
	}
	.footer_info li {
		text-align: center;
	}
	.footer_menu {
		justify-content: center;
	}
	.footer_menu a {
		padding: 5px 5px;
	}
	
	.footer.with_shopping_mode { padding:35px 0 54px; }
	
	.footer_logo {    
		text-align: center;
        max-width: 140px;
        background-size: 140px;
        height: 166px;
        width: 100%;
        /*margin: -15px auto 0px;*/
	}

	
	.footer_info li:nth-child(1) {
		padding-top: 0px;
	}
	
	.footer_info li p {
		width: 100%;
	}
	
	.box_link {
		right: unset;
		justify-content: center;
	}
}

@media screen and (max-width: 600px) {
	.box_link {
		text-align: center;
	}
}

@media screen and (max-width: 375px) {
	.footer_menu a {
		padding: 5px 0px
	}
}




















/*頁尾-ICON連結重新排版*/

@media screen and (min-width: 769px) {
	.footer_info {
		padding: 0 0;
	}
	
	/*.box_link {
		display: none;
	}*/
}

.box_link {
    width: fit-content;
	max-width: unset;
	left: 100px;
    right: unset;
    top: unset;
    bottom: 15px;
	/*right: 0px;
    top: 5px;*/
	display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
	flex-direction: unset;
    flex-wrap: wrap;
}

.box_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    line-height: 0px;
    letter-spacing: 0px;
    padding: 0px;
    border-radius: 50px;
    margin: 0px 4px;
	font-size: 20px;
}
@media screen and (max-width: 980px) {
	.box_link {
		left: unset;
		right: 20px;
		top: 10px;
		bottom: unset;
	}
}

@media screen and (max-width: 768px) {
	.box_link {
		justify-content: center;
		position: unset;
		margin: 5px auto;
	}
}




/*頁尾置中排版*/

/*.footer_info {
    grid-template-columns: 1fr;
}
.footer_info li:nth-child(1) {
    margin: auto;
	max-width: 680px;
}
.footer_logo {
    margin: -100px auto 30px;;
    background: #78aabf;
    border-radius: 50%;
    padding: 15px;
	padding: 15px;
    max-width: 160px;
}
.footer_menu {
    justify-content: center;
}
.box_link {
    left: 50%;
    right: unset;
    top: 70px;
    bottom: unset;
    transform: translate(-50%, 0px);
}

@media screen and (max-width: 768px) {
	.box_link {
		justify-content: center;
		position: unset;
		margin: auto;
	}
}*/










/*footer資訊重新排版*/
.footer .center {
    max-width: 1300px;
}

.footer_info ul {
	display: grid;
    grid-template-columns: 2fr 1fr;
	gap: 30px;
}

.footer_info li:nth-child(1) {
    border-bottom: unset;
	border-right: 1px rgba(0, 0, 0, 0.2) solid;
}


.footer_info li:nth-child(1):before {
    content: "INFORMATION";
}

.box_link:before {
    content: "CONTACT";
	width: 100%;
}

.footer_info li:nth-child(2)::before {
	content:"RELATED LINK";
}

.footer_info li:nth-child(2) {
    padding: 10px 0px;
}

.footer_info li:nth-child(1):before, .box_link:before, .footer_info li:nth-child(2)::before {
    margin-bottom: 10px;
	display: block;
	font-size: 18px;
    color: #232021;
	color: #e1c072;
	font-family: 'ZCOOL XiaoWei', serif;
    letter-spacing: 1px;
}


.footer_menu a {
    width: 45%;
    text-align: left;
	padding: 3px 0px;
	margin: 0 0px 6px 0px;
	font-weight: 400;
}

.box_link { 
	justify-content: flex-start;
	top: 0px;
    bottom: unset;
    left: calc(250px + 33%);
	right: unset;
	padding: 10px 0px;
}
@media screen and (max-width: 980px) {
	.box_link {
        top: 176px;
        left: 33%;
    }
}

@media screen and (max-width: 768px) {
	.footer_info ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.footer_info li:nth-child(1) {
        padding-top: 20px;
        border: unset;
		text-align: left;
    }
	
	.footer_info li:nth-child(2) {
		padding-top: 20px;
		border-top: 1px rgba(255, 255, 255, 0.2) solid;
		text-align: left;
	}
	
	.box_link {
		position: absolute;
        padding: 0px;
		margin: 0px;
        top: 195px;
		left: 50%;
    }
	
	.footer_menu {
        justify-content: flex-start !important;
    }
	
	.footer_menu a {
		width: fit-content;
		margin: 0 10px 6px 0px;
	}
}

@media screen and (max-width: 600px) {
	.footer_info li:nth-child(1) {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.box_link {
		padding-top: 20px;
		position: unset;
        margin: auto;
		justify-content: center;
	}
	
	.footer_info li:nth-child(2) {
        text-align: center;
    }
	.footer_info li:nth-child(1):before, .box_link:before, .footer_info li:nth-child(2)::before {
        width: 100%;
    }
	.footer_menu {
        justify-content: center !important;
    }
	
	.footer_menu a {
        margin: 0 5px 6px 5px;
    }
	
	.copy {
		margin-top: 15px;
	}
}














/* = = = 浮動按鈕 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.right_member_in {
    bottom: calc(20% + 340px);
	top: unset;
	z-index: 99;
}

@media screen and (max-width: 768px) {
	.right_member_in {
		bottom: calc(10% + 310px);
	}
}


.info_fix_links{
    display: block !important;
}

.info_fix_links a.info_fix_default {
    display: none;
}

.info_fix>span {
    display: none;
}


.fix_ri {
    line-height: 0;
	/*padding-bottom: 50px;
	background:#379339;*/
}

/*.fix_ri::before {
	content: "FOLLOW US";
    font-size: 20px;
	font-family: "ZCOOL XiaoWei", sans-serif;
    display: block;
    writing-mode: vertical-lr;
    line-height: 52px;
    padding: 17px 0px;
    color: #FFF;
    letter-spacing: 1px;
}*/

.fix_ri a {
	transition:.3s;
	color: #FFFFFF;
	border-radius: unset;
	width: 100%;
    height: 100%;
	/*border-radius: 50px;*/
	background: #e1c072;
}

.fix_ri a:hover{
    background: #caa64f;
}














.fix_ri a span {
	display:block;
	font-size: 13px;
	margin: -8px 0px 0px;
}


#to_top {
	display:block !important;
	opacity: 1 !important;
    /*left: unset;
    right: 0px;*/
	background: #e1c072;
    color: #FFF;
	box-shadow: unset;
    border-radius: 5px;
	/*bottom: 30px;*/
}

body:not(.pageIndex) #to_top {
	opacity: 1 !important;
}

#to_top i.top {
    height: 15px;
}

#to_top i:before, #to_top i:after {
    background: #FFF;
}

/*.footer .center {
    padding-right: 50px;
}*/



@media screen and (max-width: 768px) {
	/* 開啟手機板下方按鈕所需設定 */
	/*#bottom_menu {display: block; }*/
	
	#to_top { 
		bottom:54px;
	}
}






/* = = = BANNER = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*首頁大圖點點*/
.swiper-pagination {
    display: none;
}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-banner .swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}




/*開場動畫*/
/*.bannerindex::before {
	content: "";
    display: block;
    background: url(https://pic03.eapple.com.tw/littlelebao/logo_ani.png) no-repeat center center;
    width: 14vw;
    height: 18vw;
    max-width: 198px;
    max-height: 215px;
    min-width: 110px;
    min-height: 140px;
    background-size: 100% !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    pointer-events: none;
	animation: banner-logo 3s forwards;
}

.bannerindex::after {
    content: "";
    display: block;
    background: #F6E7BE;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 10000;
    pointer-events: none;
	animation: banner-bg 3s forwards;
}

#content_main {
    z-index: 0;
}

.pageIndex .header_area {
	opacity: 0;
    animation:ss 1.5s forwards;
    animation-delay: 2.5s;
    transition: all 0.5s;
}

.pageIndex #to_top, .pageIndex .footer {
	opacity: 0;
	animation:header 1.5s forwards;
	animation-delay: 2.5s;
	transition: all 0.5s;
}

@media screen and (max-width:768px){
	.pageIndex .header_area, .pageIndex #bottom_menu {
		opacity: 0;
		animation:header 1.5s forwards;
		animation-delay: 2.5s;
    	transition: all 0.5s;
	}
}

@keyframes banner-logo {
    0% {
        opacity: 0;
    }
	
	25% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }
	
	100% {
        opacity: 0;
    }
}

@keyframes banner-bg {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }
	
	100% {
        opacity: 0;
    }
}

@keyframes header {
	0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/



/*首頁大圖文字特效*/

.bannerindex .swiper-wrapper {
    position: relative;
}

.bannerindex .swiper-slide.swiper-slide-active:before{
	content: "";
    position: absolute;
	animation: ss 2.5s ease backwards;
	
	display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 10000;
}

.bannerindex .swiper-slide:nth-of-type(1):before{
	background: url("https://pic03.eapple.com.tw/sandymusicedu/bn_text01.png") no-repeat left bottom;
	background-size: cover;
}

.bannerindex .swiper-slide:nth-of-type(2):before{
	background: url("https://pic03.eapple.com.tw/sandymusicedu/bn_text02.png") no-repeat left bottom;
	background-size: cover;
}



.bannerindex .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: hidden;
	/*height: 100vh;*/
}

.bannerindex .swiper-slide img {
    object-fit: cover;
    object-position: 50% 50%;
}




@media screen and (max-width: 600px) {
	.swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        overflow: hidden;
		background:#f9f4e8;
		/*padding-bottom: 52vw;*/
    }
	.swiper-wrapper .swiper-slide:nth-of-type(1) img {
        height: 86vw;
        object-fit: cover;
        object-position: 50% 50%;
    }
	
	.swiper-wrapper .swiper-slide:nth-of-type(2) img {
        height: 86vw;
        object-fit: cover;
        object-position: 60% 50%;
    }
	
	.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):before {
		 background: url(https://pic03.eapple.com.tw/sandymusicedu/bn_text01.png) no-repeat 75% -700%;
		 background-size: 170%;
	}
	
	.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):before {
		 background: url(https://pic03.eapple.com.tw/sandymusicedu/bn_text02.png) no-repeat 30% -700%;
		 background-size: 170%;
	}
}








@keyframes ss {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ss02 {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




@-webkit-keyframes scroll {
    0%,
    100%,
    20%,
    50%,
    80% {
        /*background-position-y: -57px;*/
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
    40% {
        /*background-position-y: -38px;*/
        -webkit-transform: translate(-50%, 30%);
        transform: translate(-50%, 30%);
    }
    60% {
        /*background-position-y: -48px;*/
        -webkit-transform: translate(-50%, 40%);
        transform: translate(-50%, 40%);
    }
}











/*內頁BANNER 設定*/

.banner {
    /*display: none;*/
	height: 600px;
	display: flex;
	justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
	padding: 0px;
	/*background: url(https://pic03.eapple.com.tw/sandymusicedu/title_bg01.jpg)no-repeat center center;
	background-size: cover;*/
}

.other_page .banner.banB {background: url(https://pic03.eapple.com.tw/sandymusicedu/title_bg01.jpg)no-repeat center center;}

.banner.banA {background: url(https://pic03.eapple.com.tw/sandymusicedu/title_bg02.jpg)no-repeat center center;}

.banner.banE {background: url(https://pic03.eapple.com.tw/sandymusicedu/title_bg03.jpg)no-repeat center center;}

.article_a .banner.banblog {background: url(https://pic03.eapple.com.tw/sandymusicedu/title_bg04.jpg)no-repeat center center;}

.banner.banF, .banner.banD {background: url(https://pic03.eapple.com.tw/sandymusicedu/title_bg05.jpg)no-repeat center center;}

.banner.banC, body.map_page .banner.banB {background: url(https://pic03.eapple.com.tw/sandymusicedu/title_bg06.jpg)no-repeat center center;}

.article_b .banner.banblog {/*ackground: url(https://pic03.eapple.com.tw/yclaws/title_bg03.jpg)no-repeat center center;*/}




.banner.banE {}





.banner h5::before{
	/*font-family: "Aboreto", system-ui;*/
    font-weight: 400;
    font-style: normal;
	font-size: 28px;
    display: block;
	letter-spacing: 0px;
}

.banner h5{
	font-size: 45px;
    font-family: "Noto Sans", "Noto Sans TC", sans-serif;
    letter-spacing: 8px;
    font-weight: 600;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: center;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
   	max-width: 500px;
	width:100%;
    height: 1px;
    background: #FFF;
    display: block;
    margin: 15px auto;
}

body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}



@media screen and (max-width: 1920px){
	.banner {
		background-size: 1920px;
	}
}

@media screen and (max-width:1200px) {
	.banner {
		background-size: 1700px !important;
		height: 520px;
	}
	
	.banner h5::before {
		/*font-size: 50px;*/
	}
	
	.banner h5{
		font-size: 35px;
	}
}

@media screen and (max-width:1024px) {
	.banner {
		background-size: 1350px !important;
		height: 380px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}
}

@media screen and (max-width:768px) {
	.banner {
		background-size: 1000px !important;;
		height: 265px;
	}
	
	
	.banner h5::after {
		max-width: 340px;
	}
}


@media screen and (max-width:600px) {
	.banner h5 {
		font-size: 30px;
	}
}

@media screen and (max-width:480px) {
	.banner {
		background-size: 700px !important;;
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}

/* = = = 其他設定 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


#page{
	/*background: url(https://pic03.eapple.com.tw/fanglongenterprise/bg.jpg) repeat top center;
    background-size: 100%;*/
}

#content_main, #content {
    /*background: url(https://pic03.eapple.com.tw/xuandu/bg.jpg)repeat top center;
    background-size: 100%;*/
	background: #252335;
}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #e1c072;transition: .3s;}
.animated-arrow:hover {    background: #caa64f;}


/*麵包屑＝＝*/
.path p a:hover {    color: #ADA17E;}
.path {display: none;}


/*下拉編輯器*/
body.other_select_page .promotion_title, body.other_select_page .other_promotion, body.other_select_page .page {
    display: none;
}

/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;font-weight: 600;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;    border: 1px #AAA solid;}
.page strong, .page a:hover {    background: #19803f;border: 1px solid #19803f;}

.page li.activeN {color: #19803f;}
.page li.activeN {color: #19803f;}

/* = = = 購物車 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*購物車首頁*/

/*首頁只顯示8則*/
.prod_part .products-list .item:nth-of-type(n+9) {
	display:none;
}







/*購物車列表*/
.products-list .item a {
    padding-bottom: 50px;
}
.products-list .price {
    /*display: none;*/
}
.products-list .more {
    border: 1px solid #cdbc94;
    background: #cdbc94;
	color: #FFF;
	display: none;
}

.products-list .price b {
	color: #e1c072;
}

.products-list .price .ori_price {
    color: #63607b;
}



.products-list .item a:hover .more {
	border: 1px solid #B3865F;
    background: #B3865F;
}

.products-list .pic img, .related_list li figure img {
    transition: .5s;
    transform: scale(1);
}

.products-list a:hover .pic img, .related_list li:hover figure img {
    transform: scale(1.05);
}

.products-list .pic::before, .related_list li figure::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 1.2;
	letter-spacing: 0px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
}

.products-list .pic::after, .related_list li figure::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after, .related_list li:hover figure::before, .related_list li:hover figure::after  {
    opacity: 1;
}








/*購物車詳細*/

.sidebarBtn {
    border: unset;
	background: unset;
}

.inquiry_a1, .inquiry_a2, .inquiry_a3, .lastPage {
    background: #e1c072;
	transition: all .5s;
}

.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover, .lastPage:hover {
    background: #caa64f;
}

.sidebarBtn .price span {
    color: #e1c072;
}

.sidebarBtn .price span.ori_price {
    color: #63607b;
	text-decoration: line-through;
}

/*.sidebarBtn .price span.sp_price {
    color: #e1c072;
}*/




.prod_related {
    background: unset;
}

.related_list li figure {
    position: relative;
}
.related_list li a {
    background: unset;
}
.related_list li a p {
    margin-top: 15px;
	text-align: left;
}



/*購物車-金流*/

.rewrite_simple, .send_simple{
    background: #e1c072;
	transition: .3s;
}

.rewrite_simple:hover, .send_simple:hover{
    background: #caa64f;
}


.shopping-cart .cart_head, .separate_title {
    background: #161621;
    color: #fff;
}

.order_list_spec p {
    background: #161621;
}

.order_list_tab td:nth-child(1) {
    color: #e1c072;
	background: transparent;
}

.order_list_tab td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.order_list_pro tr:first-child {
    background: #161621;
}
.order_list_pro tr:first-child td {
    color: #FFF;
}

.last_box_money em span {
    color: #ff4c4c;
}





/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { 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);}
ul.page { width: 100%;}


.product-layer-two li a {
    line-height: 200%;
	background: unset;
	color: #222;
	border: unset;
	transition:.5s;
}

.product-layer-two li i {
    top: 5px;
	color: #222;
	transition:.5s;
}
.product-layer-two li > a, .product-layer-two li.active > a {
	border: unset;
}
.product-layer-two li:hover > a, .product-layer-two li.active > a {
    color: #FFF;
    background: #e1c072;
    padding-left: 25px;
}

.product-layer-two li:hover i, .product-layer-two li.active i {
	color: #FFF;
}


.product-layer-two li ul { position:static; /*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:0; transition:all ease .3s;background: unset;}
.product-layer-two li li a{ padding:5px 10px;background: unset;}
.product-layer-two li li:hover > a { background:transparent; color:#e1c072 !important;}
.product-layer-two li li.active a { color:#e1c072 !important;}
.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 { 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 > a:before { content: ""; position: absolute; width: 8px; height: 8px; background: transparent; left: 10px; margin-left: 0px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);transition:.5s;}
.product-layer-two li li:hover > a:before, .product-layer-two li li.active > a:before { background:#c69d62;}

.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) {
	.related_list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 10px;
    }
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); /*grid-gap: 5px;*/}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;font-size: 20px;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
	/*手機版購物車-首頁、列表頁、相關產品排列統一*/
	.pageIndex .products-list, .products-list, .related_list {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		max-width: 500px;
		margin: auto;
	}
            
}




/* = = = 文章管理 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章首頁*/
.module_i_news {
	border-top:1px #DDD solid;
}

.module_i_news ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module_i_news li {
	border-bottom: none;
}

.module_i_news li a {
    grid-template-columns: 1fr;
}

.i_blog_ri p {
    -webkit-line-clamp: 2;
    line-height: 180%;
    word-break: normal;
}

.module_i_news li a:before, .subbox_item a:before, .news_related_list li a:before {
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-size: 18px;
    /*font-family: "Poppins", sans-serif;*/
	font-family: 'ZCOOL XiaoWei', serif;
	font-weight: 400;
	font-style: normal;
	color: #e1c072;
}


.module_i_news li a:after, .news_related_list li a:after, .subbox_item a:after {
	background: rgba(255, 255, 255, 0.9);
    /*border: 1px #B3865F solid !important;*/
}



/*文章列表*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #e1c072 !important;
}

.submenu li.on_this_category a, .submenu a:hover {
	background: unset;
    color: #e1c072;
}
.submenu {
    background: #eee7d5;
}
.submenu a {
    font-weight: 600;
}


.blog_box {
    max-width: 1160px;
}

.blog_subbox {
    grid-template-columns: 1fr;
	grid-gap: 30px;
}

.subbox_item {
	border:none;
}

.subbox_item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	grid-gap: 0px;
}

.blog_list_le {
	width:30%;
}

.blog_list_ri {
	width:65%;
}

.blog_list_ri h5 {
    font-size: 24px;
    color: #555;
    display: block;
}

.blog_list_ri p {
    margin-top: 25px;
    line-height: 180%;
    -webkit-line-clamp: 3;
    min-height: 80px;
}










/*文章管理列表頁-3個一排 B樣式*/


@media screen and (min-width: 601px) {
	
	body.article_b .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }

	body.article_b .blog_list_ri h5 {
		font-size: 20px;
	}


}


@media screen and (min-width: 981px) {
	
	body.article_b .blog_subbox {
		grid-template-columns: 1fr 1fr 1fr;
	}

}




body.article_b .main_part{
	max-width: 1400px;
}

body.article_b.blog_page .blog_box{
	max-width: unset;
}

body.article_b .blog_list_le, body.article_b .blog_list_ri {
	width: 100%;
}

body.article_b .blog_list_ri {
	padding: 10px 0px 0px !important;
}

body.article_b .blog_list_ri p {
	min-height: unset;
	margin-top: unset;
}




/*B樣式-文章列表頁、文章詳細頁相關文章*/

body.article_b .blog_list_le, body.article_b .news_related_list li figure {
	overflow:hidden;
	padding: 0;
}

body.article_b .subbox_item a .blog_list_le img, body.article_b .news_related_list li a img {
	transform:scale(1);
	transition: all 0.6s ease;
}

body.article_b .subbox_item a:hover .blog_list_le img, body.article_b .news_related_list li a:hover img {
	transform:scale(1.05);
}


body.article_b .subbox_item a:after, body.article_b .news_related_list li a:after {
	display:none;
}

body.article_b .module_i_news li a, body.article_b .subbox_item a, body.article_b .news_related_list li a {
	height: 100%;
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #ddd;
	transition: all 0.6s ease;
}

body.article_b .module_i_news li a:hover, body.article_b .subbox_item a:hover, body.article_b .news_related_list li a:hover {
	border-bottom: 1px solid #465169;
}

body.article_b .module_i_news li a:before, body.article_b .subbox_item a:before, body.article_b .news_related_list li a:before {
	left: unset;
	top: unset;
	bottom: 10px;
	right: 0px;
	transform: unset;
	font-size: 14px;
	opacity:1;
	letter-spacing: 1px;
	transition: all .6s;
	color: #AAA;
}

body.article_b .module_i_news li a:hover:before, body.article_b .subbox_item a:hover:before, body.article_b .news_related_list li a:hover:before {
	color: #465169;
}














/*文章詳細*/

.blog_back a.article_btn_prev, .blog_back a.article_btn_back, .blog_back a.article_btn_next {
    background: #e1c072;
    transition: .3s;
}

.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_back:hover, .blog_back a.article_btn_next:hover {
    background: #caa64f;
}





.news_related {
    background: unset;
}

.news_related_list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.news_related_list li a {
    position: relative;
	background: unset;
}

.news_related_list li a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    opacity: 0;
	color: #e1c072;
    transition: all .6s;
}

.news_related_list li a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    border: 1px #ddd solid;
    transition: all .5s;
}

.news_related_list li a:hover:before, .news_related_list li a:hover:after {
    opacity: 1;
    transition: all .5s;
}

.news_related_list li a p {
    margin-top: 10px;
    text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}











@media screen and (max-width: 1200px) {
	/*文章列表*/
    .blog_list_ri h5 {
        margin-top: 0;
        font-size: 20px;
    }
	
	.blog_list_ri p {
        margin-top: 10px;
    }
	
	
	
	
	/*文章詳細*/
    .news_related_list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 10px;
    }
	
}


@media screen and (max-width: 1024px) {
	
}



@media screen and (max-width: 768px) {
	
	/*文章首頁*/
    .module_i_news ul {
		grid-template-columns: 1fr 1fr;
	}

}


@media screen and (max-width: 600px) {
	
	/*手機版文章-首頁、列表頁、相關文章排列統一*/
	.module_i_news ul, .blog_subbox, .news_related_list {
        grid-template-columns: 1fr;
        max-width: 500px;
		margin: auto;
    }
	
	
	/*文章列表*/
	.blog_box {
		width: 96%;
	}
	
	.subbox_item a {
		flex-wrap: wrap;
	}
	
    .blog_list_le {
        width: 100%;
    }
	
	.blog_list_ri {
        padding: 20px 10px 30px 10px;
        width: 100%;
    }
	
	.blog_list_ri h5 {
        font-size: 18px;
    }
	
	.blog_list_ri p {
        margin-top: 15px;
        font-size: 14px;
        min-height: unset;
    }
}










/* = = = 促銷方案 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*首頁共用-促銷方案、文章管理、購物車*/

.news_part, .module_i_news, .prod_part {
    padding: 100px 5%;
}

.news_part .title_i_box h6, .module_i_news .title_i_box h6, .i_prod_tit h2{
	font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
	color: #92919F;
	display: inline-block;
	position:relative;
}

.news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span{
	font-size: 40px;
    font-weight: normal;
	color: #2A2C3F;
    letter-spacing: 8px;
    text-indent: 8px;
	width: 100%;
    display: block;
	font-weight: 600;
}


@media screen and (max-width: 1024px){
	.news_part, .module_i_news, .prod_part {
		padding: 80px 5%;
	}
	
	.news_part .title_i_box h6, .module_i_news .title_i_box h6, .i_prod_tit h2{
		/*font-size: 45px;*/
	}
	
	.news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span{
		/*font-size: 24px;*/
	}
}

@media screen and (max-width: 768px){
	.news_part, .module_i_news, .prod_part {
		padding: 50px 5%;
	}
	
	.news_part .title_i_box h6, .module_i_news .title_i_box h6, .i_prod_tit h2{
		/*font-size: 38px;*/
	}
	
	.news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span{
		/*font-size: 24px;*/
	}
}

@media screen and (max-width: 375px){
	.news_part .title_i_box h6, .module_i_news .title_i_box h6, .i_prod_tit h2{
		/*font-size: 32px;*/
	}
	
	.news_part .title_i_box h4, .module_i_news .title_i_box h4, .i_prod_tit span{
		/*font-size: 22px;*/
	}
}








/*促銷方案首頁*/

.news_list ul {
    padding-bottom: 30px;
}

.news_list ul li a:hover {
    background: #f9f9f9;
}

.news_list ul li p:after {
    content: 'Read More';
	color: #dddddd;
}

.news_list ul li a:hover p:after {
	color: #a6be2a;
}



/*促銷方案詳細*/

.promotion_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.promotion_title em {
    margin: -3px 10px -3px 0px;
    order: -1;
}

.promotion_title span {
    border: unset;
    padding: 0px;
    margin: 0px;
    letter-spacing: 2px;
}

.promotion_title h2 {
    width: 100%;
    border-bottom: 1px #aaaaaa solid;
    padding: 10px 0px 10px;
}



/* = = = 相簿 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.subalbum-menu h2 {
    color: #222;
}

.show-list .item:hover .show_name {
    color: #e1c072;
}

.other_album_choice li {
    background: #e1c072;
	transition:.3s;
}

.other_album_choice li:hover {
    background: #caa64f;
}


.other_subalbum li a p {
    font-size: 17px;
    color: #333;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
    font-weight: 600;
	transition:.3s;
}

.other_subalbum li:hover a p {
    color: #e1c072;
}

.album_fixed_title {
    background: transparent;
}



/*相本分類全版面 ( 限制最寬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; }*/ /*取消連結被點擊效果*/



/* = = = 聯絡我們(表單) = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.contact_le_map a, .contact_form li.last cite {
    background: #e1c072;
	transition:.3s;
}

.contact_le_map a:hover, .contact_form li.last cite:hover {
    background: #caa64f;
}

.contact_form li .form__label {
	background: transparent;
}

.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(120px, 120px));
	margin-bottom: 10px;
}

body.contact_page .form select {
    width: 100%;
	height: 32px;
}


@media screen and (min-width: 769px) { 
	.contact_content form{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
}

@media screen and (min-width: 601px) { 
	/*.contact_form li .form__label {
		max-width: 80px;
	}
	
	.contact_form li {
		grid-template-columns: 85px 1fr;
	}*/
}


@media screen and (max-width: 600px) { 
	.contact_content {
		padding-top: 0px;
	}
	
	.blank_letter.i{
		padding-top: 0px;
	}
}

.contact_form li .form__label {
	max-width: 100%;
	text-align: left;
	font-weight: 400;
}

.contact_form li {
	grid-template-columns: 1fr;
}




.list_before.info li {
    padding-left: 37px;
}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 37px;
}






/* = = = RWD = = = = = = = = = == = = = = = = = = = = = = = = == = = */






@media screen and (max-width: 600px) { 
}








/* = = = 黑底網頁反白 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


#page, #content_main, #content {
	background: #111111;
    background: #252335;
	/*background:url("https://pic03.eapple.com.tw/fuyuan-metal/bg.jpg")repeat top center;
	background-size:100%;*/
}

.bannerindex {
	background: #000000;
    background: #1d1c2a;
}

/*=====最新消息======*/

h5.blog_le_t, .accordion li .link a, .blog_list_ri h5, h4.blog_category_title, .news_related h6 span:before, .news_related_list li a p,.toShareNews b,
.show-list .show_name, .other_subalbum li,.subalbum-menu h2,.other_subalbum li a p,
.product-layer-two li a, .product-layer-two li.active li a, .products-list .name, .sidebarBtn h2, ul.prod li h3.prod-thumb, .prod_related h6 span:before, .related_list li a p, .qaform .breakF,.order_list_tit span,
.news_part .title_i_box h6, .news_list ul li span, .news_list ul li p, .news_list ul li a:hover p, 
.i_blog_ri h5, .order_list_tab td,
.contact_content, .contact_form li .form__label, .contact_form li.last input, .contact_form li .form__insert,
body.promotions_page .show_content, .promotion_title *, .promotion_title h2, .other_promotion li a, .other_promotion .pmtTitle h3,
.album_fixed_title, .pic-list .item h6,
.shopping-cart, .shopping-cart a, .total_amount li:not(.red), .blank_letter, .order_list_pro td, .last_box_money p, .last_box_money em, .list_before, .list_before.info li, .list_before.info li a
{
    color: #FFF;
}


.contact_form li .form__insert input, .contact_form li .form__insert textarea, .qaform .breakF{
    color: #444;
	/*background: rgba(0, 0, 0, 0.3);
    border: 1px #555 solid;*/
}



.i_blog_ri p, .blog_list_ri p, .product_info li .txt_box {
    color: #AAA;
}

.i_blog_ri em, .blog_box_edit {
    /*color: #999;*/
	color: #FFF;
}
.blog_le .accordion {
    border: 1px #222 solid;
	border: unset;
    border-radius: 0px;
}
.blog_le .accordion li .link i {
    color: #FFF;
}
.module_i_news li a:after, .subbox_item a:after, .news_related_list li a:after {
    background: rgb(29 28 42 / 92%);
    border: 1px #e1c072 solid;
}

.submenu {
    background: #222030;
}

.accordion li .link, .submenu li {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.accordion li+li .link, .submenu li+li {
    border-top: unset;
}

.submenu a {
    color: #888;
	color: #FFF;
}


.other_subalbum li {
    /*background: #1b1b19;*/
	background: transparent;
}


/*=====促銷方案======*/

.news_list ul li {
   	border: unset;
    border-bottom: 1px #333 solid;
    background: unset;
}

.news_list ul li:hover {
    border-bottom-color: #555;
}

.news_list ul li a:hover {
    background: #222222;
}

.other_promotion li a:hover {
    background: unset;
}
.other_promotion li {
    border: 1px #333333 dashed;
}
.other_promotion li:hover {
    background: #000000;
	border: 1px solid #555;
}

/*=====產品======*/

.product-layer-two > li {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.product-layer-two li i {
    color: #FFF;
}
.sidebarBtn .price {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.toShare {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.product_info li span {
    color: #AAA;
}

ul.prod li {
    color: #AAA;
}

.product_pic .bx-wrapper .bx-viewport {
    background: #0e0e0e;
    border: 5px solid #0e0e0e;
}
.product_pic #bx-pager a {
    border: 1px solid #0e0e0e;
}

.product-layer-two > li.active {
    background: #151515;
	background: transparent;
}
.product-layer-two li.active a {
    border-bottom: 1px dotted #555;
}

.product_menu_list>h5, .product_menu_list>h5 a {
    color: #FFF;
}

#number_area{
	color: #FFF;
}







.pd_tabInner_contain {
    color: #FFF;
}

.pd_tabTitle li.activeTab a {
    color: #FFF;
}

.pd_tabTitle li.activeTab::after {
    background: #FFF;
	height: 1px;
}





.declaration {
    background: #1d1c2a;
}

.captcha_img {
    color: #FFF;
}
.order_list_tab td {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.payer {
    background: #1f1d2d;
}
.order_list_tab.payer td:nth-child(1) {
    border-right: unset;
}


/*===========*/

.formbox_form li .form__label {
    color: #FFF;
}

.form label {
    color: #FFF !important;
}

.total_amount ul:after {
    border-right: 1px dashed #333;
    border-bottom: 1px dashed #333;
}

.order_list_head p {
    color: #FFF;
    border-bottom: 2px #FFF solid;
}

/*手機板-黑底選單*/
@media screen and (max-width: 768px) {
	
	.stellarnav.mobile.left > ul {
		background: rgba(0,0,0,0.95);
		background: rgb(29 28 42 / 95%);
	}
	
	.stellarnav .menu-toggle:after {
		color: #FFF;
	}
	.stellarnav .menu-toggle span.bars span {
		background: #FFF;
	}
	.stellarnav .icon-close:after, .stellarnav .icon-close:before {
		border-bottom: solid 3px #FFF;
	}
	
	.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
		border-bottom: solid 3px #FFF;
	}
	
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
		color: #FFF;
	}
	
	.stellarnav.mobile ul {
		background: #222;
	}
	
	.stellarnav.mobile > ul > li {
		border-bottom: 1px rgba(255,255,255,0.1) solid;
	}
	
	.stellarnav.mobile li li a.dd-toggle {
		background: unset;
	}
	
}
