﻿/*****************************************************sub***********************************************************/
.center_recipe{
	float: right;
	width: 100%;
	padding-bottom: 30px;
	position:relative;
}


.center_recipe > aside{
	width: 100%;
	overflow: hidden;
	
}
.center_recipe ul{
	width: 100%;
	height:auto;
	display:block;
	margin:0px auto;
		}
.center_recipe ul li{
	width: 18%;
	position: relative;
	margin:0;
	-webkit-transition: 500ms;
	transition: 500ms;
	overflow: hidden;
	margin:1% 1% 3% 1%;
	display: block;
    float: left;

}

.center_recipe ul li h1{
	margin:18px 0;
	height:40px;
	font-size:18px;
	overflow:hidden;
	}


	
.center_recipe ul li p.fav{
	margin:15px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;
	cursor:pointer;

	}

.center_recipe ul li p.r_content{
	height:100px;
	width:90%;
	line-height:1.5;
		}
.center_recipe ul li p.fav .heart{
	display:block;
	float:left;
	width:30px;
	height:30px;
	position:relative!important;
	background-image:url(../images/fav_none.png);
	background-repeat:no-repeat;
	
	}



.center_recipe ul li p.fav:hover{
	color:#222;
	}


.center_recipe ul li p.fav:hover .heart{
    background-image:url(../images/fav_none_h.png);
	}


.center_recipe ul li p.fav.active .heart{
	background-image:url(../images/fav.png);
	}

.center_recipe ul li p.fav.active:hover .heart{
	background-image:url(../images/fav_h.png);
	}



.center_recipe ul li a{display: block;}
.center_recipe ul li a:hover figure img{ opacity:0.8!important;}
.center_recipe ul li a.seemore{display: initial; text-decoration:underline;}
.center_recipe ul li a:hover.seemore{ text-decoration:none;}
.center_recipe ul li span{
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 2!important;
}
.center_recipe ul li figure{
	width: 100%;
	position: relative;
	
	

}
.center_recipe ul li figure img{
	width: 100%;
	display: block;

}


.center_recipe ul li:hover img,.center_recipe ul li a:hover {
	filter: alpha(opacity=100)!important;
	opacity:1!important; 
	-webkit-transform: scale(1)!important;
  -moz-transform: scale(1)!important;
  -ms-transform: scale(1)!important;
  -o-transform: scale(1)!important;
  transform: scale(1)!important;
	}



.center_recipe div.product_cnr aside{
	margin-top: 10px;
}


@media (max-width: 1280px) {
	.center_recipe ul li{
	width: 48%;
	position: relative;
	margin:0;
	-webkit-transition: 500ms;
	transition: 500ms;
	overflow: hidden;
	margin:1%;
	display: block;
    float: left;

}

.center_recipe ul li h1{
	margin:18px 0;
	height:46px;
	font-size:22px;
	
	}

.center_recipe ul li p.r_content{
	height:66px;
	width:90%;
	line-height:1.5;
		}



.center_recipe ul li p.fav{
	margin:5px 0 20px 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;
	cursor:pointer;

	}

}

@media (max-width: 768px) {
	.center_recipe ul li{
	width: 96%;
	position: relative;
	margin:0;
	-webkit-transition: 500ms;
	transition: 500ms;
	overflow: hidden;
	margin:0 auto;
	display: block;
    float: none;

}

.center_recipe ul li h1{
	margin:18px 0;
	font-size:22px;
	height:auto;
	
	}

.center_recipe ul li p.r_content{
	height:auto;
	width:90%;
	line-height:1.5;
		}



.center_recipe ul li p.fav{
	margin:5px 0 50px 0;
	display:block;
	float:left;
	font-size:18px;
	width:100%;
	cursor:pointer;

	}

}


.p_foot{ width:100%; height:60px; float: right; position:relative; background-image:url(../images/r_bgb_foot.png); background-size:100%; background-repeat:no-repeat; }
.p_also{ width:85%;float: right; position:relative; }
.p_also h1{ font-size:18px;}
.p_also p.money{ font-size:18px; margin:5px 0; color:#cf0303;}
.p_also p.money::before {
    content: "NT$";
    font-size: 12px;
    color: #cc0000;
}
.p_also a:hover img{filter: alpha(opacity=80);opacity:0.80; 
-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.p_also_2{ width:100%;float: right; position:relative; margin-bottom:40px; }
.p_also_2 h1{ font-size: 16px;
    height: 36px;
	 overflow:hidden;}
.p_also_2 p.money{ font-size:18px; margin:5px 0; color:#cf0303;}
.p_also_2 p.money::before {
    content: "NT$";
    font-size: 12px;
    color: #cc0000;
}

.p_also_2 p.ori{
	font-size: 14px;
    margin: 15px 0 0 0;
    color: #c8c8c8;
	text-decoration: line-through;}
	
.p_also_2 p.add{ font-size:16px; margin:0; color:#cf0303;}
.red{ color:#C30;} 

.p_also div p {
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

.p_also div p::before {
content: "NT$";
}

.p_also_2 a:hover img{filter: alpha(opacity=80);opacity:0.80; 
-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.p_ribbon {
 font-size: 24px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
 width: 96%;    
 position: relative;
 background-image:url(../images/ribbon_bg2.png);
 background-repeat: repeat-x;
    background-position: center center;
 color: #333;
 text-align: center;
 padding:0; /* Adjust to suit */
 margin: 80px auto 10px auto; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.p_ribbon.mt30{ margin-top:30px;}
.p_ribbon.mt50{ margin-top:50px;}
.p_ribbon:before, .p_ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: 0;
 border: 20px solid #ffe43b;
 z-index: -1;
}

.p_ribbon:before {
 left: -25px;
 border-left-color: transparent;
}
.p_ribbon:after {
 right: -25px;
 border-right-color: transparent;
}

.p_ribbon .p_ribbon-content{ background-color:#FFE43B; padding:0 20px;}
.p_ribbon .p_ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.p_ribbon .p_ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}


@media (max-width: 1024px) {
.p_also{ width:80%;float: right; position:relative; }}

@media (max-width: 768px) {
.p_also{ width:100%;float: right; position:relative; background-color:#fff;}


.p_ribbon {
 font-size: 18px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
 width: 80%;    
 position: relative;
 background-image:url(../images/ribbon_bg2.png);
 background-repeat: repeat-x;
    background-position: center center;
 color: #333;
 text-align: center;
 padding:0; /* Adjust to suit */
 margin: 30px auto 10px auto; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}


.p_ribbon:before, .p_ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: 0;
 border: 15px solid #ffe43b;
 z-index: 1;
}

.p_ribbon:before {
 left: -25px;
 border-left-color: transparent;
}
.p_ribbon:after {
 right: -25px;
 border-right-color: transparent;
}

.p_ribbon .p_ribbon-content{ background-color:#ffe43b; padding:0 20px;}
.p_ribbon .p_ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.p_ribbon .p_ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}




	 }




.products_recipe_sub{
	float: right;
	width: 85%;
	margin-top: 35px;
	background-image:url(../images/r_bgb.png);
	background-size: 100% auto;
	background-repeat:no-repeat;
	position:relative;
	
}


.products_recipe_sub > aside{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	
}
.products_recipe_sub ul{
	width: 96%;
	height:auto;
	display:block;
	margin:0 auto;
	}
.products_recipe_sub ul li{
	width: 48%;
	position: relative;
	margin:0;
	overflow: hidden;
	-webkit-transition: 500ms;
	transition: 500ms;
	margin:1% 1% 3% 1%;
	display: block;
    float: left;

}


.products_recipe_sub ul li h1{
	margin:18px 0;
		}

.products_recipe_sub ul li a:hover{
    opacity:1!important;
	color:#777!important;
		}
		

.products_recipe_sub ul li a:hover h1{
    opacity:1!important;
	color:#777!important;
		}
		
.products_recipe_sub ul li p.fav{
	margin:5px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;
	cursor:pointer;

	}
.products_recipe_sub ul li p.r_source{
	margin:5px 0 0 0;
	display:block;
	float:left;
	width:100%;
	padding:10px 0 0 0;
	border-top:1px solid #e8e8e8;
	margin-top:10px;
	height: 48px;
    overflow: hidden;
		}
.products_recipe_sub ul li p.r_source span{
	height:30px;
	display:block;
	width:46px;
	float:left;
	
		}

.products_recipe_sub ul li p.r_content{
	height: 45px;
    overflow: hidden;
	width:90%;
	line-height:1.5;
	margin:0px;
		}
.products_recipe_sub ul li p.fav .heart{
	display:block;
	float:left;
	width:30px;
	height:30px;
	position:relative!important;
	background-image:url(../images/fav_none.png);
	background-repeat:no-repeat;
	
	}



.products_recipe_sub ul li p.fav:hover{
	color:#222;
	}


.products_recipe_sub ul li p.fav:hover .heart{
    background-image:url(../images/fav_none_h.png);
	}


.products_recipe_sub ul li p.fav.active .heart{
	background-image:url(../images/fav.png);
	}

.products_recipe_sub ul li p.fav.active:hover .heart{
	background-image:url(../images/fav_h.png);
	}



.products_recipe_sub ul li a{display: block;}
.products_recipe_sub ul li a:hover figure img{ opacity:0.8!important;}
.products_recipe_sub ul li a.seemore{display: initial; text-decoration:underline;}
.products_recipe_sub ul li a:hover.seemore{ text-decoration:none;}
.products_recipe_sub ul li figure{
	width: 100%;
	position: relative;
	
	

}
.products_recipe_sub ul li figure img{
	width: 100%;
	display: block;

}


.products_recipe_sub ul li:hover img,.products_recipe ul li a:hover {
	filter: alpha(opacity=100)!important;
	opacity:1!important; 
	-webkit-transform: scale(1)!important;
  -moz-transform: scale(1)!important;
  -ms-transform: scale(1)!important;
  -o-transform: scale(1)!important;
  transform: scale(1)!important;
	}

.products_recipe_sub div.product_cnr aside{
	margin-top: 10px;
}



@media (max-width: 1440px) { 


.products_recipe_sub ul li h1{
	margin:10px 0 0 0;
	height:36px;
	font-size:18px;
	}
	
.products_recipe_sub ul li p.fav{
	margin:10px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;

	}

.products_recipe_sub ul li p.r_content{
	height:50px;
	font-size:14px;
	line-height:1.5;
		}

}


@media (max-width: 1300px) { 

.products_recipe_sub ul li h1{
	margin:10px 0 0 0;
	height:36px;
	font-size:18px;
	
	}
	
.products_recipe_sub ul li p.fav{
	margin:15px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;

	}

.products_recipe_sub ul li p.r_content{
	height:60px;
	font-size:14px;
	line-height:1.5;
	margin:0 0 0 0;
	overflow: hidden;
		}



}

@media (max-width: 1024px) {
.p_foot{ display:none;}
.products_recipe_sub{
	width: 80%;
	margin-top: 35px;
	background-image:url(../images/re_bgs.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 10px;
	position:relative;
}
.products_recipe_sub .r_side{
	width:178px;
	height:119px;
	background-image:url(../images/ex/r_side_1.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	bottom:-60px;
	z-index:999;
}

.products_recipe_sub ul li{
	width: 100%;
	width: 96%;
	margin: 0 auto 40px auto;
	display: block;
	float:none;

}

.products_recipe_sub ul li h1{
	margin:15px 0 0 0;
	height:auto;
	font-size:22px;
	
	}
.products_recipe_sub ul li p.r_content{
	height:auto;
	font-size:16px;
	line-height:1.5;
	margin:15px 0 0 0;
	width:100%;
	
		}


.products_recipe_sub ul li p.fav{
	margin:30px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;
	font-size:16px;

	}

.products_recipe_sub ul li.r_fifty{
	width: 100%;
	margin: 20px auto 40px auto;
	display: block;
	float:none;

}


.products_recipe_sub.r_bg_2{
	background-image:url(../images/re_bgs.png);
	background-repeat: repeat-y;
	background-size:100% auto;
	}



	}

@media (max-width:768px) {
.p_foot{ display:none;}
.products_recipe_sub{width: 100%;margin-top: 0px; background-image:none;  border-bottom:1px solid #cecac7;}
.products_recipe_sub ul li figcaption p{ overflow:visible;}
.products_recipe_sub .r_side{
	display:none;}
.products_recipe_sub .r_side2{
display:none;
}
.products_recipe_sub ul li figcaption{
	width: 100%;
	position: relative;
	z-index: 3;
	left: 0px;
	bottom:80px;
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: 500ms;
	transition: 500ms;
	padding-top: 0px;
	margin-top: -30px;
}
.products_recipe_sub ul{padding-top: 10px; margin:0px auto; width:90%;}
.products_recipe_sub ul li{
	width:100%;
}
.products_recipe_sub ul li h1{
	font-size:20px;
}

.products_recipe_sub ul li p.r_content {
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0 0 0;
    width: 100%;
}
.products_recipe_sub ul li figcaption h1{
	border-bottom-style: none;
	background-size: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 24px;
	height: 50px;
	width: 100%;
	box-sizing:border-box;
	padding-top: 7px;
	margin-top: 31px;
	}
.products_recipe_sub ul li:hover figcaption{
	bottom: 80px;
}
.products_recipe_sub ul li figcaption p{
	color: #333;
	height: auto;
	width: 100%;
	background-color: #FFF;
	margin: 0%;
	padding-top: 10px;
}

.products_recipe_sub.r_bg_2{
	background-image:none;
	background-color:#fff;
	margin-top:0px;
	}
	
.products_recipe_sub.r_bg_2 ul{
	padding-top:72px;
	}
	
.products_recipe_sub ul li.r_fifty{
	margin: -60px auto 0px auto;
	

}
.products_recipe_sub ul li figcaption{
	width: 100%;
	position: relative;
	z-index: 3;
	left: 0px;
	bottom:80px;
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: 500ms;
	transition: 500ms;
	padding-top: 0px;
	margin-top: -30px;
}

.products_recipe_sub ul li figcaption h1{
	border-bottom-style: none;
	background-size: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 24px;
	height: 50px;
	width: 100%;
	box-sizing:border-box;
	padding-top: 7px;
	margin-top: 31px;
	}
.products_recipe_sub ul li:hover figcaption{
	bottom: 80px;
}
.products_recipe_sub ul li figcaption p{
	color: #333;
	height: auto;
	width: 100%;
	background-color: #FFF;
	margin: 0%;
	padding-top: 10px;
}

	}
	

/*****************************************************sub end***********************************************************/

/***************************************************************3塊資訊***********************************************************/

.product_cnt1,.product_cnt2{
	width:98%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
.product_cnt1 aside,.product_cnt2 aside{	float: left;width:100%;position: relative;margin-top: 10px;	margin-bottom: 63px;}
.product0 aside{margin-bottom: 0px!important;}
.product_cnt1 aside > h1,.product_cnt2 aside > h1{
	width: 96%;
	float: left;
	background-image: url(../images/index_line1.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	letter-spacing: 4px;
	font-size: 24px;
	margin-left: 2%;
	margin-bottom: 10px;
}
.product_cnt1 aside > h1 span,.product_cnt2 aside > h1 span{
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}
.product_cnt1 aside > h1 img,.product_cnt2 aside > h1 img{
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -10px;
}

.product_cnt1 div p,.product_cnt2 div p{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.product_cnt1 div h1,.product_cnt2 div h1{text-align: left;}

.product_cnt1 div a:hover img,.product_cnt2 div a:hover img,#nav a:hover img{
	filter: alpha(opacity=100);
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 768px) { 
.product figure{
	border-bottom-color: #DADADA;

}}
@media (max-width: 450px) { 
.product_cnt1 aside,.product_cnt2 aside{	margin-bottom: 23px;margin-top: 0px;}
.product_cnt1 aside > h1,.product_cnt2 aside > h1{
	background-image: none;
	letter-spacing: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	padding-top: 40px;
}
.product0 aside > h1{
	padding-top: 0px;
	border-top-style: none;
}


}

/***************************************************************3塊資訊 end***********************************************************/


/***************************************************************熱門商品***********************************************************/

.product_cnt2 aside{
	margin-bottom: 63px;
}


.product_cnt2 div h1{
	font-size: 16px;
	height: 44px;
	overflow: hidden;
	text-align: center;
}

.product_cnt2 div p{
	font-size: 16px;
	color: #cc0000;
	text-align: center;
}

.product_cnt2 div p::before {
    content: "NT$";
	font-size: 12px;
	color: #cc0000;
}
@media (max-width: 450px) { 
.product_cnt2 aside{margin-bottom: 33px;}

}
/***************************************************************首頁***********************************************************/
.kv,.kv2{
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFF;
	text-align: center;
	font-size: 48px;
	padding-top: 170px;
    padding-bottom: 140px;
	text-shadow:0px 0px 50px #000;
	text-shadow:0px 0px 5px #000\0;
	
}

.kv3{
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	background:url(../images/desk_kv.jpg);
	background-repeat: no-repeat;
    background-position: center top;
	color: #FFF;
	text-align: center;
	font-size: 48px;
	padding-top: 170px;
    padding-bottom: 720px;
	text-shadow:0px 0px 50px #000;
	text-shadow:0px 0px 5px #000\0;
    margin-right: auto;
    margin-left: auto;
	
}


.kv3_transparent{ margin:0 auto; position:absolute; top:0px; left:50%; margin-left:-640px;}


.desk_fb{ background:#000000; }
.desk_fb_img{ margin:0 auto; padding-top:80px; padding-bottom:80px;}
.desk_kv{background-repeat: no-repeat;
    background-position: center top;
    float: left;
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;}

.desk_kv img{ width:100%;}
.desk_fb img{ width:auto;}
.desk_pc{ display:block;}
.desk_mb{ display:none;}
/*.desk_kv1{    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
	background:url(../images/desk_02.jpg);
	height:724px;}*/

.productsR{
	float: right;
	width: 85%;
	margin-top: 20px;
	
	
}

.productsR > aside{
	width: 98%;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	overflow: hidden;
	margin-left: 1%;
	margin-top: 30px;
}
.productsR ul{
	width: 104%;
	float: left;
	padding-top: 35px;
}
.productsR ul li{
	float: left;
	width: 46%;
	position: relative;
	margin-top: 2%;
	margin-right: 4%;
	margin-bottom: 2%;
	-webkit-transition: 500ms;
	transition: 500ms;
	overflow: hidden;
	display: block;

}
.productsR ul li a{display: block;}
.productsR ul li span{
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 2!important;
}
.productsR ul li figure{
	width: 100%;
	position: relative;
	z-index: -1!important;
	

}
.productsR ul li figure img{
	width: 100%;
	display: block;

}

.productsR ul li figcaption{
	width: 100%;
	position: absolute;
	z-index: 3!important;
	left: 0px;
	bottom:-100px;
	background-image: url(../images/products_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: 500ms;
	transition: 500ms;
	background-size: 100% 100%;
	padding-top: 30px;	
}
.productsR ul li:hover figcaption{
	bottom: 0px;
	filter: alpha(opacity=100)!important;
	opacity:1!important; 
}
.productsR ul li:hover img,.productsR ul li a:hover {
	filter: alpha(opacity=100)!important;
	opacity:1!important; 
	-webkit-transform: scale(1)!important;
  -moz-transform: scale(1)!important;
  -ms-transform: scale(1)!important;
  -o-transform: scale(1)!important;
  transform: scale(1)!important;
	}
.productsR ul li figcaption h1{
	width: 90%;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	float: left;
	height: 24px;
	padding-bottom: 12px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255, 255, 255, 0.5);
	border-bottom-color: rgba(255, 255, 255, 0.5);
	margin-left: 5%;
	text-shadow:0px 0px 15px #000;
	margin-right: 5%;
	padding-top: 12px;
}
.productsR div.product_cnt2 aside{
	margin-top: 10px;
}
.productsR ul li figcaption p{
	width: 90%;
	color: #FFF;
	float: left;
	padding-bottom: 5px;
	overflow: hidden;
	height: 67px;
	margin-right: 5%;
	margin-left: 5%;

}


/*************************************************************** 食譜***********************************************************/

.product_cnr{
	width: 100%;
    position: relative;
    margin: 35px 0 0 0;
	
	}
.product_cnr aside{ margin-top: 45px;}
.product_cnr aside > h1{
	text-align: center;
    letter-spacing: 4px;
    font-size: 24px;
    margin-bottom: 10px;
}
.product_cnr aside > h1 span{
	
}
.product_cnr aside > h1 img{
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -10px;
}

.product_cnr div p{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.product_cnr div h1{text-align: left;}

.product_cnr div a:hover img,#nav a:hover img{
	filter: alpha(opacity=100);
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.product_cnr aside{
	margin-bottom: 63px;
}


.product_cnr div h1{
	font-size: 16px;
	height: 44px;
	overflow: hidden;
	text-align: center;
}

.product_cnr div p{
	font-size: 16px;
	color: #cc0000;
	text-align: center;
}

.product_cnr div p::before {
    content: "NT$";
	font-size: 12px;
	color: #cc0000;
}


/*************************************************************** 食譜end***********************************************************/

/*************************************************************** 食譜***********************************************************/
.products_recipe{
	float: right;
	width: 85%;
	margin-top: 35px;
	background-image:url(../images/re_bg.png);
	background-size: 100% auto;
	padding-bottom: 90px;
	background-repeat:no-repeat;
	position:relative;
}

.products_recipe.r_bg_2{
	background-image:url(../images/re_bg_2.png);
	margin-top: 10px;
	}
.products_recipe .r_side{
	width:178px;
	height:119px;
	background-image:url(../images/ex/r_side_1.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	bottom: -10px;
}

.products_recipe .r_side2{
	width:225px;
	height:119px;
	background-image:url(../images/ex/r_side_2.png);
	background-repeat:no-repeat;
	position:absolute;
	left: -30px;
    top: -50px;
	z-index:999;
}
.products_recipe > aside{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	
}
.products_recipe ul{
	width: 96%;
	height:auto;
	display:block;
	margin:10px auto;
	}
.products_recipe ul li{
	width: 31%;
	position: relative;
	margin:0;
	-webkit-transition: 500ms;
	transition: 500ms;
	overflow: hidden;
	margin:1%;
	display: block;
    float: left;

}
.products_recipe ul li.r_fifty{
	width: 48%;
	margin: 1.5% 1%; }



.products_recipe ul li a h1{
	margin:18px 0;
	height:46px;
	}


	
.products_recipe ul li p.fav{
	margin:15px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;
	cursor:pointer;

	}

.products_recipe ul li a p.r_content{
	height:100px;
	width:90%;
	line-height:1.5;
		}
.products_recipe ul li p.fav .heart{
	display:block;
	float:left;
	width:30px;
	height:30px;
	position:relative!important;
	background-image:url(../images/fav_none.png);
	background-repeat:no-repeat;
	
	}



.products_recipe ul li p.fav:hover{
	color:#222;
	}


.products_recipe ul li p.fav:hover .heart{
    background-image:url(../images/fav_none_h.png);
	}


.products_recipe ul li p.fav.active .heart{
	background-image:url(../images/fav.png);
	}

.products_recipe ul li p.fav.active:hover .heart{
	background-image:url(../images/fav_h.png);
	}



.products_recipe ul li a{display: block;}
.products_recipe ul li a:hover figure img{ opacity:0.8!important;}
.products_recipe ul li a.seemore{display: initial; text-decoration:underline;}
.products_recipe ul li a:hover.seemore{ text-decoration:none;}
.products_recipe ul li span{
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 2!important;
}

.products_recipe ul li a h1{
	margin:18px 0 8px 0;
	height: 24px;
    overflow: hidden;
	}

.products_recipe ul li a:hover h1{
	color:#555;
	}


	
.products_recipe ul li p.fav{
	margin:15px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;
	cursor:pointer;

	}

.products_recipe ul li a p.r_content{
	height:88px;
	width:90%;
	line-height:1.5;
	margin-bottom:2px;
		}

.products_recipe ul li a:hover p.r_content{
	color:#999;
		}

.products_recipe ul li a figure{
	width: 100%;
	position: relative;
	
	

}
.products_recipe ul li a figure img{
	width: 100%;
	display: block;

}

.products_recipe ul li figcaption{
	width: 100%;
	position: absolute;
	z-index: 3!important;
	left: 0px;
	bottom:-100px;
	background-image: url(../images/products_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: 500ms;
	transition: 500ms;
	background-size: 100% 100%;
	padding-top: 30px;	
}
.products_recipe ul li:hover figcaption{
	bottom: 0px;
	filter: alpha(opacity=100)!important;
	opacity:1!important; 
}
.products_recipe ul li:hover img,.products_recipe ul li a:hover {
	filter: alpha(opacity=100)!important;
	opacity:1!important; 
	-webkit-transform: scale(1)!important;
  -moz-transform: scale(1)!important;
  -ms-transform: scale(1)!important;
  -o-transform: scale(1)!important;
  transform: scale(1)!important;
	}
	
	
	
.products_recipe ul li figcaption h1{
	width: 90%;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	float: left;
	height: 24px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255, 255, 255, 0.5);
	border-bottom-color: rgba(255, 255, 255, 0.5);
	margin-left: 5%;
	text-shadow:0px 0px 15px #000;
	margin-right: 5%;
	padding: 16px 0 16px 0;
	margin-top:0px;
	margin-bottom:0px;
	
}

.products_recipe ul li a:hover figcaption h1{
	color:#fff;
	
}



.products_recipe ul li figcaption h1 img{
	width:40px;
	vertical-align:middle;
	margin:-12px 8px 0 0;}

.products_recipe div.product_cnr aside{
	margin-top: 10px;
}
.products_recipe ul li figcaption p{
	width: 90%;
	color: #FFF;
	float: left;
	padding-bottom: 5px;
	overflow: hidden;
	height: 67px;
	margin-right: 5%;
	margin-left: 5%;

}

.productsL{
	float: left;
	width:15%;
	margin-top: 10px;
	}


@media (max-width: 1440px) { 

.products_recipe .r_side{
	width:178px;
	height:119px;
	background-image:url(../images/ex/r_side_1.png);
	background-repeat:no-repeat;
	position:absolute;
	right: -42px;
	bottom:0px;
}

.products_recipe .r_side2{
	width:225px;
	height:119px;
	background-image:url(../images/ex/r_side_2.png);
	background-repeat:no-repeat;
	position:absolute;
	left: -30px;
    top: -50px;
	z-index:999;
}
.products_recipe ul li h1{
	margin:10px 0 0 0;
	height:36px;
	font-size:16px;
	}
	
.products_recipe ul li p.fav{
	margin:14px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 25px;

	}

.products_recipe ul li p.r_content{
	height:75px;
	font-size:14px;
	line-height:1.5;
		}

}


@media (max-width: 1300px) { 

.products_recipe .r_side{
	width:178px;
	height:119px;
	background-image:url(../images/ex/r_side_1.png);
	background-repeat:no-repeat;
	position:absolute;
	right: -40px;
    bottom: -40px;
	z-index:999;
}
.products_recipe .r_side2{
	width:225px;
	height:119px;
	background-image:url(../images/ex/r_side_2.png);
	background-repeat:no-repeat;
	position:absolute;
	left: -30px;
    top: -50px;
	z-index:999;
}
.products_recipe ul li a h1{
	margin:10px 0 0 0;
	height:25px;
	font-size:16px;
	
	}
	
.products_recipe ul li p.fav{
	margin:0 ;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 25px;

	}

.products_recipe ul li p.r_content{
	height:50px;
	font-size:12px;
	line-height:1.5;
	margin:0;
	overflow: hidden;
		}

.products_recipe {
    padding-bottom: 60px;
}


}

@media (max-width: 1024px) {
.products_recipe{
	width: 80%;
	margin-top: 35px;
	background-image:url(../images/re_bgs.png);
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-bottom: 10px;
	position:relative;
}
.products_recipe .r_side{
	width:178px;
	height:119px;
	background-image:url(../images/ex/r_side_1.png);
	background-repeat:no-repeat;
	position:absolute;
	right: -60px;
    bottom: -60px;
	z-index:999;
}

.products_recipe .r_side2{
	width:225px;
	height:119px;
	background-image:url(../images/ex/r_side_2.png);
	background-repeat:no-repeat;
	position:absolute;
	left: -30px;
    top: -50px;
	z-index:999;
}
.productsL{width:20%;}
.products_recipe ul li{
	width: 100%;
	width: 96%;
	margin: 0 auto 40px auto;
	display: block;
	float:none;

}

.products_recipe ul li h1{
	margin:15px 0 0 0;
	height:auto;
	font-size:22px;
	
	}
.products_recipe ul li p.r_content{
	height:auto;
	font-size:16px;
	line-height:1.5;
	margin:15px 0 0 0;
	width:100%;
	
		}


.products_recipe ul li p.fav{
	margin:30px 0 0 0;
	display:block;
	float:left;
	width:100%;
	height:30px;
    line-height: 30px;
	font-size:16px;

	}

.products_recipe ul li.r_fifty{
	width: 100%;
	margin: 20px auto 40px auto;
	display: block;
	float:none;

}


.products_recipe.r_bg_2{
	background-image:url(../images/re_bgs.png);
	background-repeat: repeat-y;
	background-size:100% auto;
	}



	}

@media (max-width:768px) {
.content2 > article.rec{width: 100%;
    margin-top: -34px;
    display: block;
    float: left;
	background-image:url(../images/re_bgs.png); background-repeat:repeat-y; background-size:100% auto;
	}
.products_recipe{width: 100%;margin-top: 0px; background-image:none;  border-bottom:1px solid #cecac7;}
.products_recipe ul li figcaption p{ overflow:visible;}
.productsL{
	width:100%;
	margin-top: 0px;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 70px;
}
.products_recipe .r_side{
	display:none;}
.products_recipe .r_side2{
display:none;
}
.products_recipe ul li figcaption{
	width: 100%;
	position: relative;
	z-index: 3;
	left: 0px;
	bottom:80px;
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: 500ms;
	transition: 500ms;
	padding-top: 0px;
	margin-top: -30px;
}
.products_recipe ul{padding-top: 10px; margin:0px auto; width:90%;}
.products_recipe ul li{
	width:100%;
}
.products_recipe ul li h1{
	font-size:20px;
}

.products_recipe ul li p.r_content {
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0 0 0;
    width: 100%;
}
.products_recipe ul li figcaption h1{
	border-bottom-style: none;
	background-size: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 24px;
	height: 50px;
	width: 100%;
	box-sizing:border-box;
	padding-top: 7px;
	margin-top: 31px;
	}
.products_recipe ul li:hover figcaption{
	bottom: 80px;
}
.products_recipe ul li figcaption p{
	color: #333;
	height: auto;
	width: 100%;
	background-color: #FFF;
	margin: 0%;
	padding-top: 10px;
}

.products_recipe.r_bg_2{
	background-image:none;
	background-color:#fff;
	margin-top:0px;
	}
	
.products_recipe.r_bg_2 ul{
	width:100%;
	padding:0px;
	}
	
.products_recipe ul li.r_fifty{
	margin:0 auto 0px auto;
	

}

.products_recipe ul li figcaption{
	width: 100%;
	position: relative;
	z-index: 3;
	left: 0px;
	bottom:80px;
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: 500ms;
	transition: 500ms;
	padding-top: 0px;
	margin-top: -30px;
}
.products_recipe ul{}
.products_recipe ul li{

}
.products_recipe ul li figcaption h1{
	border-bottom-style: none;
	background-size: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 24px;
	height: 50px;
	width: 100%;
	box-sizing:border-box;
	padding-top: 11px;
	margin-top: 31px;
	}
.products_recipe ul li:hover figcaption{
	bottom: 80px;
}
.products_recipe.r_bg_2 ul li figcaption p{
	color: #333;
	height: auto;
	width: auto;
	background-color: #FFF;
	margin: 0 auto -50px auto;
	padding: 10px;
	float:left;
}


.products_recipe > aside{
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	
}

	}
	



/*************************************************************** 食譜 end***********************************************************/






@media (max-width: 1024px) {
.productsR{width: 80%;}
.productsL{width:20%;}
	.productsR ul li{
	width: 100%;
	margin-right: 0%;

}


.kv3{
	padding-top: 70px;
    padding-bottom: 730px;
    font-size: 36px;
    margin-top: 0px;
    background: url(../images/desk_m_01_1024.jpg);
	background-repeat:no-repeat!important;
    background-size: 100%;
	background-color: #000!important;
	
}



	}


@media (max-width: 800px) {
	
.kv3{
    padding-bottom: 560px;
	
}
	.desk_mb{ display:block;}
.desk_pc{ display:none;}

.desk_kv{background-repeat: no-repeat;
    background-position: center top;
    float: left;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;}

	}


@media (max-width: 768px) {

.kv,.kv2{
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 60px;
	
	font-size: 36px;
}
.kv2{

	margin-top: 0px;

}


.kv3{
	padding-top: 70px;
    padding-bottom: 570px;
    font-size: 36px;
    margin-top: 0px;
    background: url(../images/desk_m_01.jpg);
    background-size: 100%;
	
}

.desk_kv{background-repeat: no-repeat;
    background-position: center top;
    float: left;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;}

.desk_fb_img{ margin:0 auto; padding-top:100px; padding-bottom:100px;}
.desk_fb img{ width:70%;}



.productsR{width: 100%;margin-top: 0px;}
.productsL{
	width:100%;
	margin-top: 0px;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 70px;
}
.productsR ul li figcaption{
	width: 100%;
	position: relative;
	z-index: 3;
	left: 0px;
	bottom:80px;
	display: table-cell;
	vertical-align: bottom;
	-webkit-transition: 500ms;
	transition: 500ms;
	padding-top: 0px;
	margin-top: -30px;
}
.productsR ul{padding-top: 85px;}
.productsR ul li{
 margin-top: -40px;
margin-bottom: 0%;
	overflow: visible;
}
.productsR ul li figcaption h1{
	border-bottom-style: none;
	background-size: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 24px;
	height: 50px;
	width: 100%;
	box-sizing:border-box;
	padding-top: 7px;
	margin-top: 31px;
	}
.productsR ul li:hover figcaption{
	bottom: 80px;
}
.productsR ul li figcaption p{
	color: #333;
	height: auto;
	width: 100%;
	background-color: #FFF;
	margin: 0%;
	padding-top: 10px;
}



	}
	
	



	
@media (max-width: 450px) {
.productsR div.product_cnt2 aside{
	border-top-style: none;
	padding-top: 0px; 
}
.productsR > aside{border-top-color: #DADADA;}
}







/***************列表***********************************************************/

.productsR_list{
	float: right;
	width: 85%;
	margin-top: 30px;
	
}
.productsR_list div.product_cnt1 aside > h1,.productsR_list div.product_cnt2 aside > h1{letter-spacing: 0px;}

.productsR_list > h1{
	width: 96%;
    float: left;
	background-image: url(../images/index_line1.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 24px;
	margin-left: 2%;
	}
.productsR_list > h1 span{
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.productsR_list ul li{
	width: 33%;
	padding: 40px;
	box-sizing:border-box;
	position: relative;
	overflow: hidden;
	display: inline-block;
	}
.productsR_list ul li figure{

	width: 100%;
	position: relative;overflow: hidden;
	}
.productsR_list ul li figure > img{
	width: 100%;
	display: block;


}
.productsR_list ul li:hover img,.productsR_list ul li a:hover {
	filter: alpha(opacity=100)!important;
	opacity:1!important; 
	-webkit-transform: scale(1)!important;
  -moz-transform: scale(1)!important;
  -ms-transform: scale(1)!important;
  -o-transform: scale(1)!important;
  transform: scale(1)!important;
	}
.productsR_list ul li figure span{
	position: absolute;
	left: 0px;
	z-index: 1;
	bottom: 0px;
	}
.productsR_list ul li figcaption{
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: -150px;
	-webkit-transition: 500ms;
	transition: 500ms;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.productsR_list ul li:hover figcaption{
	bottom: 0px;
}
.productsR_list ul li figcaption div{

	width: 100%;	
    background-image: url(../images/all/li4.png);
	background-repeat: no-repeat;
	background-position: right center;}
.productsR_list ul li figcaption h1{

	width: 90%;
	font-size: 16px;
	color: #333;

	margin-bottom: 5px;
}
.productsR_list ul li figcaption p{

	width: 90%;
	margin: 0px;
	padding: 0px;
}
.productsR_list ul li a > h1,.productsR_list ul li a > h2{

	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #333;
	height: 22px;
	overflow: hidden;
	}
.productsR_list ul li a > h1{
	margin-top: 10px;
}

.productsR_list ul li a > p{

	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #cc0000;
	margin: 0px;
	padding: 0px;
	}
	
.productsR_list ul li a > p span{
	padding-right: 5px;
	padding-left: 5px;
}
.productsR_list ul li a > p span::before {
    content: "NT$";
	font-size: 12px;
}
.productsR_list ul li a >p span:nth-of-type(1){
	color: #999999;
	font-size: 16px;
	text-decoration: line-through;
	}
.productsR_list ul li a > p span.price{

	font-size: 20px;
	text-align: center;
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	}

.productsR_select{
	float: left;
	width: 96%;
	text-align: center;
	background-image: url(../images/line2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	margin-left: 2%;
	padding-top: 20px;
	}

.productsR_select select{
	display: inline-block;
		border: 1px solid #e4e4e4;
		margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4.5px;
		width: 150px;
}
.productsR_select select:nth-of-type(3){
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	}
.productsR_select select:nth-of-type(1){
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
	}
@media (max-width: 1280px) {

.productsR_list ul li{
	padding: 30px;}
	 }
@media (max-width: 1024px) {
	.productsR_list{width: 80%;}
	.productsR_list ul li{
	width: 48%;
	padding: 20px;}

	}
@media (max-width: 768px) {
.productsR_list ul li div{
	text-align: center;
	width: 100%;
	margin-top: 5px;
}
.productsR_list ul li div h1{
	font-size: 16px;
	color: #333;
	height: 22px;
	overflow: visible;
}
.productsR_list ul li div p{
	margin: 0px;
	padding: 0px;
	height: 42px;
	overflow: visible;
}
	.productsR_list{width: 100%;margin-top: 0px;}}
@media (max-width: 550px) {
	.productsR_list ul li{
	width:100%;}
	.productsR_select select{width: 140px;}
	.productsR_list ul li div h1,.productsR_list ul li div p{
	height: auto;
	overflow: visible;
}
.productsR_list ul li{
	border-top-color: #efefef;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 20px;
}
.productsR_list ul li:nth-of-type(1){
	border-top-style: none;margin-top: 0px;
}

	}
@media (max-width: 500px) {
	
	.productsR_select select{width: 80%;
		margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
		border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;}

	}

@media (max-width: 450px) {
		
	.productsR_list > h1{
	background-image: none;
}
.productsR_select{

	background-image: url(../images/line.png);

	}
	}

	
/***************詳細頁***********************************************************/
.products_D > p{
	font-size: 16px;
	width: 80%;
	max-width:1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	clear:both;
}
.products_D > h1{
	width: 80%;
	max-width:1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.products_D > h5{
	width: 80%;
	max-width:1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:16px;
}

.products_D > h2{
	width: 80%;
	max-width:1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:18px;
}

.products_D >.twopics2 {
    width: 80%;
    margin: 20px auto;
	max-width:1400px;
}

.products_D >.twopics2 ul li {
    width: 48%;
    display: block;
    float: left;
    margin: 0 1%;
}

.products_D >.twopics2 ul li img {
    width: 100%;
    height: auto;
}

.products_D > p img.regu_1{
	float:left; 
	margin:5px 10px 0 0;
}


.products_D > p img.middle_1 {
    margin: 10px auto;
    display: block;
}

.products_D > p a {
    color: #ff6600;
}
.products_D img{
	max-width: 90%;
}
.products_D > img, .products_D > div > img, .products_D  div span img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	height: auto;
}



.products_D >.video-container {
 position: relative;
 width:80%;
 margin:0 auto;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}
.products_D >.video-container iframe,
.products_D >.video-container object,
.products_D >.video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}



.products_D table
{ width:80%; margin:20px auto; max-width:1400px;}
.products_D table td
{    border:1px solid #ccc!important;
	padding:5px!important;
}

.products_D table td a{ color:#ff6600;}


.products_D >.author {
    width: 50%;
    margin: 0 auto;
}
.products_D >.author .box {
    border: 1px solid #e8e8e8;
    padding: 20px 20px;
    margin: 30px 0;
    float: left;
}
.products_D >.author .box img {
    margin: 0px!important; 
    float: left;
    width: 40%;
    height: auto;
}
.products_D >.author .box h2 {
    float: left;
    width: 58%;
    margin-left: 2%;
    font-size: 18px;
}
.products_D >.author .box h4 {
   float: left;
    width: 58%;
    margin-left: 2%;
    font-size: 14px;
    line-height: 2;
    font-style: italic;
}
.products_D >.author .box span {
   float: left;
    width: 58%;
    margin-left: 2%;
    font-size: 16px;
    line-height: 1.5;
	padding: 10px 0;
}
.products_D >.author .box a {
    font-size: 14px;
    color: #f60;
    padding: 12px 0 12px 0;
    float: left;
    margin-left: 2%;
}

.products_D >.author .box ul.ls_1{
  list-style: disc;
    margin: 1% 0 0 5%;
    padding: 0px;
    font-size: 14px;
    float: left;
    width: 55%;
}
.products_D >.author .box ul.ls_1 li{
    margin:0px;
	padding:0px;
	line-height:1.5;
}



@media (max-width: 1024px) {
.products_D > h1{
	width: 80%;
	max-width:1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

.products_D >.twopics2 {
    width: 80%;
    margin: 10px auto;
	max-width:1400px;
}

.products_D >.twopics2 ul li {
    width: 100%;
    margin: 0;
}

.products_D >.twopics2 ul li img {
    width: 100%;
    height: auto;
}


.products_D > p img.middle_1 {
    margin: 10px auto;
    display: block;
}
	
	
	
	
.products_D >.author{
	width:80%;
	margin:0 auto;
}
.products_D >.author .box{
	border:1px solid #e8e8e8;
	padding:20px 36px;
	margin:10px 0;
	float:none;

}
.products_D >.author .box img{
	margin: 0px!important;
    float: none;
    width: 100%;
	height:auto;

}
.products_D >.author .box h2{
	float: none;
    width: 100%;
	margin:0px;

}
.products_D >.author .box h4{
	width:100%;
	margin:0px;
	padding: 5px 0;
    float: none;

}
.products_D >.author .box a{
	padding:12px 0 12px 0;
	float: none;
	margin:0;

}

.products_D >.author .box span {
    float: left;
    width: 100%;
    margin-left:0;
    font-size: 14px;
    line-height: 1.5;
	padding: 10px 0;
}

.products_D >.author .box ul.ls_1{
   list-style: disc;
    margin: 0;
    padding: 5px 0 10px 20px;
    font-size: 14px;
    float: none;
    width: 100%;
}
.products_D >.author .box ul.ls_1 li{
    margin:0px;
	padding:0px;
	line-height:1.5;
}
}

@media (max-width: 1024px) {
.products_D_cnt div.item img{ width:850!important;}
}



.products_D_cnt div.item img{ width:auto!important;}

@media (max-width: 640px) {
.products_D_cnt div.item img{ width:100%!important;}
}
.products_D_cnt div.owl-theme .owl-controls .owl-buttons div{
	margin-top: 10%;
}

.products_D > article{width: 100%;}
.products_D div.index_cnt1 aside > h1,.products_D div.index_cnt2 aside > h1{
	width: 100%;
margin-left: 0%;
	}
	
.products_D_cnt{
	width:90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width:1400px;}

.products_D_cnt aside{	float: left;width:100%;position: relative;margin-top: 10px;}
.products_D_cnt div.item:hover{
	background-color: #fff;
}
.products_D_txt{
	width:90%;
	max-width:1500px;
	margin-right: auto;
	margin-left: auto;

} 
.products_D_txt aside{
	width:100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	}
.products_D_txt span{
	font-size: 20px;
	color: #999;
}
.products_D_txt h1{
	font-size: 40px;
	color: #333;
	margin-top: 20px;
	line-height: 130%;
	}
.products_D_txt h2{
	font-size: 40px;
	color: #333;
	margin-bottom: 20px;
	line-height: 130%;
	}
.products_D_txt h3 > span::before {
    content: "NT$";
	font-size: 20px;
	}
.products_D_txt h3{
	margin-top:15px;
}
.products_D_txt h3 span{
	font-size:40px;
	color:#F00;
	text-decoration:none;
	padding:10px;
}
.products_D_txt h3 span:nth-of-type(1){
	font-size:40px;
	color:#999;
	text-decoration:line-through;
	padding:10px;
}
.products_D_txt h3 span.detail_price{
	font-size:40px
	color:#F00;
	text-decoration:none;
	padding:10px;
}

.products_D_txt p{font-size: 20px;
	color: #333;}
.products_D_txt dl{margin-bottom: 20px;}
.products_D_txt dt{
	display: inline-block;
	margin-right: 7px;
	margin-left: 7px;
}
.products_D_txt ul{
	display: inline-block;
}
.products_D_txt li{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	vertical-align: middle;
	}
.products_D_txt li::before {
	content: "‧ ";
	font-size: 20px;
	line-height: normal;
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}
.buy{
	width: 200px;
    background-color: #FFE43B;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    padding: 10px;
    position: relative;
    margin: 20px auto;
	font-size:24px;

}
.buy a{
	color:#000;
}
.buy:hover{
	opacity: 0.70;
	
}

.products_Notes{
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:  #EEE;
	
}
.products_Notes ol{
	/*float: left;*/
	margin-top: 20px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}
.products_Notes ol ul li{
	background-image: url(../images/all/li3.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 10px;
	margin-left: 5px;
}
.products_Notes ol li{
	margin-top: 7px;
	margin-bottom: 7px;
}
.products_food {
	text-align: left;
	margin-top: 70px;
	margin-bottom: 70px;
	display: inline-block;
}
.products_food li{
	display: inline-block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.products_food li figure img{
	width: 100px;
}

@media (max-width: 840px) {
	.products_food li figure,.products_food li figure img{
	width:100%;
}
.products_food li{width: 13.8%;}
	}
@media (max-width: 768px) {
.products_D_txt h1,.products_D_txt h2{font-size: 30px;}
.products_D > p{margin-bottom: 40px;}
.products_D > p img {
    width: 100%;
    height: auto;

} }
@media (max-width: 700px) {
.products_food li{    width: 19%;}
.m_form b.mobile_b{
	display:block;
	    

}
.m_form b.pc_b{
	display:none;

}


.kv3{
    padding-bottom: 500px;
	
}


	 }
	 
@media (max-width: 640px) {
.kv3{
    padding-bottom: 460px;
	
}
	}
	 
	 
@media (max-width: 540px) {
.products_food li{    width: 24%;}	
}
@media (max-width: 450px) {
.products_Notes{border-top-color:  #DADADA;}	
	.products_food {margin-top: 10px;
	margin-bottom: 0px;}
	}
@media (max-width: 414px) {
.products_food li{    width: 32%;}	


.kv3{
    padding-bottom: 250px;
	
}

}


@media (max-width: 375px) {

.kv3{
    padding-bottom: 240px;
	
}

}


@media (max-width: 375px) {

.kv3{
    padding-bottom: 230px;
	
}

}





.noflo{ float:none!important;}
.forpay{ font-size:24px!important;}
.choose .bar{ background-color:#eee; border-radius:30px; width:100%; height:38px; list-style:none; padding:0px; margin:20px 0 50px 0; }
.choose .bar li{width:25%; display:block; float:left; text-align:center; line-height:38px; color:#999; font-size:18px;}
.choose .bar li .m_d{ display:inline;}
.choose .bar li img{ vertical-align:sub;}
.choose .bar li.active{ background-color:#816a2e; width:25%; display:block; float:left; height:38px; border-radius:30px;color:#fff;}
.choose .td img{ width:80px; float:left; display:block; vertical-align:middle; margin:0 10px;}
.choose .td a{ text-align:left; }
.choose .td a:hover h1{ color:#999!important; }
.choose .td a:hover img{webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);}
.choose .td h1{ font-size:16px; padding:16px 0 0 0; margin:0px;}
.choose .td select{ padding-left:10px; padding-right:60px;}
.cart_pay{ width:100%; height:70px; margin:40px 0 0 0;}
.smallnt{ font-size:18px!important;}
.btn_m_p{
    border: 2px solid #fde448;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    font-weight: 100;
    background-color: #fde448;
    color: #333;
    font-size: 18px;
    width: 15%;
    padding: 10px 20px;
    cursor: pointer;
     float:right;
	   margin:0 0 0 25px;
}
.btn_m_p:hover{
    border: 2px solid #ffeb6f;
    background-color: #ffeb6f;
   
}

.btn_m_p2{
    border: 2px solid #fde448;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    font-weight: 100;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    width: 15%;
    padding: 10px 20px;
    cursor: pointer;
    margin:0 0 30px 25px;
	float:right;
}

.btn_m_p2:hover{
    border: 2px solid #fde448;
	 background-color: #fffcea;

}


.btn_m_sn{
    border: 2px solid #eee;
    border-radius: 6px;
    font-weight: 100;
    background-color: #eee;
    color: #333;
    font-size: 18px;
    width: 120px;
    padding: 10px 20px;
    cursor: pointer;
     float:left;
	   margin:0 0 0 10px;
}

.btn_m_sn:hover{
    border: 2px solid #eee;
    background-color: #fff;
    color: #333;
   
}

.btn_m_add{
    border: 2px solid  #fde448;
    border-radius: 6px;
    font-weight: 100;
    background-color: #fde448;
    color: #333;
    font-size: 16px;
    width: 70%;
    padding: 5px 10px;
    cursor: pointer;
    margin:10px 0 0 0;
}


.btn_m_add:hover{
    border: 2px solid #ffeb6f;
    background-color: #ffeb6f;
   
}


.sn{ border:1px solid #e8e8e8; padding:24px 40px 36px 40px; margin:35px 0;}
.sn p{ font-size:24px; margin-top:0px;}

.sn table {
   width: 100%;
    padding: 0;
    border-collapse: collapse;
	font-size: 16px;
    text-align: left;
    margin:0 auto;
      box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     }

  
.sn table tr {
     box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	
     }

.sn th, table td {
    font-weight: normal!important;
    color: #666;
      box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
  }



 .sn table th {
    text-transform: uppercase;
    width: 50%;
	
  }

.sn table td {
    text-transform: uppercase;
    width: 50%;
	border:none;
	
  }

.sn table label{
     font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    clear: both;
    color: #333;
	}
.sn table label br{
	display:none;
	}	
.sn table input{
width: 70%;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    border: 1px #ddd solid;
    display: block;
    margin-bottom: 8px;
    text-indent: 6px;
	float:left;
	margin-left:0;}
	
.sn table select{	
width: 100%;
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
    border: 1px #ddd solid;
    background-color: #fff;
    display: block;
    margin-bottom: 8px;}
	
.add_hint{ font-size:18px; text-align:center; margin-bottom:30px; margin-top:30px;}
.sn_num{ color:#f60; }
.padd_20{ padding-bottom:20px;}



.m_form.full{ 
    margin:0 0 20px 0; width: 100%;
    }


.m_form .title_1{ 
  font-size: 20px;
    color: #9E7E45;
    padding: 10px 0 10px 0;
    float: left;
    clear: both;width:100%;}
.m_form b{
	color:#ff6600;
	font-size:15px;

}

.m_fotm b.pc_b{
	display:block;
}
b.mobile_b{
	display:none;
}



.m_form .title_2{ 
  font-size: 20px;
    color: #9E7E45;
    padding: 40px 0 10px 0;
    float: left;
    clear: both;
	border-top:1px dotted #e8e8e8;
	width:100%;
	margin-top:40px;}

	.m_form .thesame{ float:none; display: inline; margin:0 5px 0 15px; width:auto; height:auto;
	}
	.m_form .time{ float:none; display: inline; margin:0 5px 0 0; width:auto; height:auto;
	}

.m_form .title_3{ font-size:14px; color:#333;}

.m_form .zip{
	width:7%; float:left;}

.m_form .city{
	width:15%; float:left; height:44px; margin:0 0 0 1%;}

.m_form .address{
	width:59%; float:left;margin:0 0 0 1%; }
	
.pu{ padding-top:25px!important;}

@media (max-width: 1024px) {
	.choose .bar{ background-color: #eee;
    border-radius: 30px;
    width: 96%;
    height: 38px;
    list-style: none;
    padding: 0px;
    margin: 0 auto 40px auto;
    clear: both;}
.choose .td img{ 
    width: 100px;
    float: none;
    display: block;
	margin:0px;
	height:auto;}

.choose .td h1{ font-size:16px; padding:5px 0 0 0; margin:0px;}
.btn_m_p{
    width: 48%;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 1%;
	float: right;
	
}


.btn_m_p2{
    width: 48%;
    padding: 10px 20px;
    cursor: pointer;
   margin: 0 1%;
	float: right;
	
}
.cart_pay{  width:96%; height:70px; margin:80px auto 80px auto;}

.cart_pay.small{  width:96%; height:70px;    margin: 30px auto 30px auto;
    clear: both;}

.sn{ border:1px solid #e8e8e8; padding:10px 20px; margin:35px 20px 0 20px;}
.sn p{ font-size:24px; margin-top:0px;}

.sn table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
	font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     }

  
.sn table tr {
	 display: block;
     box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     }

.sn th, table td {
     box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0px;
  }



 .sn table th {
    text-transform: uppercase;
	 display: block;
	 width: 100%;
	 padding:0;
  }

.sn table td {
    text-transform: uppercase;
	display: block;
    width: 100%;
	padding:0px;
  }

.sn table label{
     font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    clear: both;
    color: #333;
	line-height: 29px;
	
	}
	
.sn table input{
width: 100%;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    border: 1px #ddd solid;
    display: block;
    margin-bottom: 8px;
    text-indent: 6px;
	float:left;}
	
.sn table select{	
width: 100%;
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
    border: 1px #ddd solid;
    background-color: #fff;
    display: block;
    margin-bottom: 8px;}


.btn_m_sn{
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
	float:none;
    margin:0 auto 40px auto;
	display:block;
}

.add_hint{ font-size:18px; text-align:center; margin:10px 20px;}

.m_form h1.mobile{ text-align:center; margin-top:30px;}
.m_form.full{ background-color: #f8f8f8; margin-top:30px;
    }

.m_form .zip{
	width:31%; float:left;}

.m_form .city{
	width:33%; float:left; height:44px; margin:0 0 0 1%;}

.m_form .address{
	width:100%; float:left;margin:0; }

}

@media (max-width: 768px) {
.choose .bar{ background-color: #eee;
    border-radius: 30px;
    width: 96%;
    height: 38px;
    list-style: none;
    padding: 0px;
    margin: 30px auto 40px auto;
    clear: both;}
.choose .bar li{width:12%; display:block; float:left; text-align:center; line-height:38px; color:#999; font-size:18px;}
.choose .bar li .m_d{ display:none;}
.choose .bar li img{ vertical-align:sub;}
.choose .bar li.active{ background-color:#816a2e; width:64%; display:block; float:left; height:38px; border-radius:30px;color:#fff;}

.m_form .zip{
	width:100%; float:left;}

.m_form .city{
	width:100%; float:left; height:44px; margin:0 0 8px 0;}

.m_form .address{
	width:100%; float:left; }

.sn table label br{
	display: initial;
	}	

}

.complete{ width:60%; margin:20px auto;  padding:40px 60px; border:5px solid #eee;}
.complete .info{ font-size:18px;}
.complete .info li{ padding:0 0 16px 0;}
.complete .alert{ color:#f60; font-size:16px; padding:10px 0 20px 0;}
.complete .care{ font-size:16px; border-top:1px solid #eee; padding-top:35px;}
.complete .care a{ color:#f60;}
.complete .care p{ line-height:1.5!important;}

.btn_m_c{
    border: 2px solid #fde448;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
    font-weight: 100;
    background-color: #fde448;
    color: #333;
    font-size: 18px;
    width: 15%;
    padding: 10px 20px;
    cursor: pointer;
    margin:0 auto;
	display:block;
}
.btn_m_c:hover{
    border: 2px solid #ffeb6f;
    background-color: #ffeb6f;
   
}
@media (max-width: 768px) {

.complete{ width:80%; margin:20px auto;  padding:20px; border:5px solid #eee;}

.btn_m_c{
    width: 90%;
}

}

.guide{ width:90%!important;  margin:15px auto;} 
.guide .sec{ border-bottom:1px solid #eee; padding:0 10px 30px 10px; margin-bottom:30px;} 
.guide h1{  padding:0 10px; font-size:24px;} 
.guide .sec .sec_title{ font-size:18px; float:left; display:block; width:100%; margin-bottom:5px;}
.guide .process{ border:1px solid #e8e8e8; margin:10px 10px 50px 10px;} 
.guide .process_mb{ display:none;} 
.guide .process img{ margin:15px auto 50px auto; display:block; width:auto;} 
.menumb{ margin-bottom:50px!important;}


@media (max-width: 1300px) { 
.guide .process img{ margin:15px auto 50px auto; display:block; width:90%;} }


@media (max-width: 1024px) { 
.menumb{ border-bottom:none!important; margin-top:20px!important;margin-bottom:0px!important;}
.guide{ margin:15px auto;} 

}

@media (max-width: 800px) { 
.guide .process{ display:none;} 
.guide .process_mb{ border:1px solid #e8e8e8; margin:10px 10px 50px 10px; display:block;} 
.guide .process_mb img{ margin:15px auto 30px auto; display:block; width:90%;} 

}
