.index figure {
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
}

.banner_1150 img {
	width: 90%;
	max-width: 1150px;
}

.banner_970 img {
	width: 90%;
	max-width: 970px;
}

.banner_468 img {
	width: 90%;
	max-width: 320px;
}

.index figure 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);
}


/***************點了展開***********************************************************/

.index_op {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 700;
	background-image: url(../images/all/bg.png);
	background-repeat: repeat;
	visibility: hidden;
}

.index_op>a:nth-of-type(1) {
	left: 1%;
}

.index_op>a:nth-of-type(2) {
	right: 1%;
}

.index_op>a:hover img,
.index_op>span img:hover,
.index_op li a:hover {
	filter: alpha(opacity=80)!important;
	opacity: 0.80!important;
	-webkit-transform: scale(0.9)!important;
	-moz-transform: scale(0.9!important);
	-ms-transform: scale(0.9)!important;
	-o-transform: scale(0.9)!important;
	transform: scale(0.9)!important;
}

.index_op ul {
	width: 96%;
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 1%;
	position: relative;
	z-index: 1;
}


/*.index_op aside{
	width:90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;}*/

.index_op ul li {
	width: 12.6%;
	float: left;
	text-align: center;
	position: relative;
	margin: 2%;
}

.index_op ul li h1 {
	font-size: 14px;
	color: #FFF;
}

.index_op ul li span,
.index_op2 ul li span {
	font-size: 12px;
	color: #FFF;
	background-color: #eb0037;
	text-align: center;
	height: 22px;
	width: 22px;
	border: 2px solid #FFF;
	position: absolute;
	left: -11px;
	top: -11px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	z-index: 2;
}

.index_op ul li img {
	width: 100%;
}

.index_op2 {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 100%;
	z-index: 700;
	background-image: url(../images/all/bg.png);
	background-repeat: repeat;
	visibility: hidden;
	padding-top: 6%;
	padding-bottom: 6%;
}

.index_op2 ul {
	width: 90%;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 1%;
	position: relative;
	z-index: 1;
}

.index_op2 ul li {
	width: 100%;
	float: left;
	position: relative;
	margin: 2%;
}

.index_op2 ul li img {
	width: 40%;
}

.index_op2 ul li h1 {
	font-size: 18px;
	color: #FFF;
	float: right;
	width: 55%;
	padding-top: 8%;
}

.index_op2 span.icon_Close {
	top: 2%;
}

@media (max-width: 768px) {
	.index_op2 {
		background-image: none;
		background-color: rgba(0, 0, 0, 0.9);
	}
}

@media (max-width: 550px) {
	.index_op {
		position: fixed;
		height: 100%;
		z-index: 999999;
		overflow: scroll;
	}
	.index_op .icon_Close {
		top: 90px;
	}
	#ContentPlaceHolder1_secBanner_mb {
		z-index: 1000;
	}
	.index_op ul li {
		width: 42%;
		margin-bottom: 20px;
		display: inline-block;
		vertical-align: top;
	}
	.index_op ul {
		padding-top: 100px;
		padding-bottom: 20px;
	}
	.index_op ul li {
		float: none;
	}
}


/***************引言***********************************************************/

.index_tit {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 5;
	margin-top: 40px;
}

.index_tit>span {
	position: absolute;
	z-index: 1;
	height: 230px;
	left: 0px;
	top: -115px;
}

.index_tit>span img {
	width: 100%;
	max-width: 297px;
}

.index_tit aside {
	width: 75%;
	float: left;
	margin-left: 20%;
}

.index_tit aside p {
	margin-bottom: 40px;
}

.index_tit aside div {
	position: absolute;
	width: 30px;
	text-align: center;
	display: block;
	top: 55px;
	right: 0px;
}

.index_tit aside>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);
}

.index_tit aside div img {
	width: 10px;
}

@media (max-width: 1680px) {
	.index_tit>span {
		top: -100px;
	}
	.index_tit aside {
		width: 70%;

		margin-left: 26%;
	}
}

@media (max-width: 1280px) {
	.index_tit>span {
		left: -20px;
	}
}

@media (max-width: 1200px) {
	.index_tit>span {
		width: 260px;
		top: -70px;
	}
}

@media (max-width: 1024px) {
	.index_tit>span {
		width: 28%;
		top: -40px;
	}
}

@media (max-width: 768px) {

	.index_tit {
		margin-top: 0px;
	}
	.index_tit>span,
	.index_tit aside div {
		display: none;
	}
	.index_tit aside {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.index_tit img {
		width: 100%;
	}
}


/***************最新消息區塊***********************************************************/

.index_cnt {
	width: 100%;
	float: left;
}

.index_cnt>div {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	float: left;
}

.index_cntL {
	width: 60%;
	float: left;
	box-sizing: border-box;
	padding-right: 5%;
	padding-bottom: 35px;
}

.index_cntL span {
	font-size: 32px;
	color: #000;
	background-image: url(../images/index_news.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 256px;
	width: 228px;
	float: right;
	font-weight: normal;
	box-sizing: border-box;
	padding-top: 130px;
}

.index_cntL aside {
	width: 55%;
	float: right;
	padding-left: 3%;
	padding-top: 5%;
	height: 300px;
	position: relative;
}

.index_cntL aside>h1 {
	height: 24px;
	overflow: hidden;
}

.index_cntL aside>p {
	height: 67px;
	overflow: hidden;
	text-align: left;
}

.index_cntL aside ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f4f4f4;
	margin-top: 20px;
	padding-top: 10px;
}

.index_cntL aside li {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(../images/all/li.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
}

.index_cntL aside li:hover {
	filter: alpha(opacity=70);
	opacity: 0.70;
	text-decoration: none;
	line-height: normal;
}

.index_cntL aside li h2 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	float: left;
	width: 70%;
	text-align: left;
}

.index_cntL aside li p {
	float: right;
	font-size: 14px;
	color: #888888;
	text-align: right;
	margin: -2px 0 0 0;
	padding: 0px;
}

.index_cntL aside>a {
	display: block;
	width: 95px;
	height: 27px;
	position: absolute;
	right: 0px;
	bottom: -35px;
	padding-top: 3px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	background-color: #FFE43B;
	border-radius: 100px;
	padding-left: 20px;
	padding-left: 0px\0;
	text-align: center\0;
}

.index_cntL aside>a::After {
	content: "";
	background-image: url(../images/svg/next.svg);
	background-image: none\0;
	background-repeat: no-repeat;
	height: 27px;
	width: 10px;
	position: absolute;
	right: 17px;
	background-position: center;
	top: 1px;
}

.index_cntR {
	width: 39%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f4f4f4;
	box-sizing: border-box;
	padding-left: 3%;
	position: relative;
	padding-bottom: 35px;
}

.index_cntR>ul {
	height: 310px;
	padding-top: 6%;
	width: 100%;
	position: relative;
	float: left;
}

.index_cntR>ul>li {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.index_cntR>ul>li span {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 80px;
	background-size: auto 100%;
}

.index_cntR>ul>li h1 {
	float: left;
	width: 70%;
	padding-left: 20px;
	height: 24px;
	padding-top: 5px;
	overflow: hidden;
	padding-bottom: 5px;
}

.index_cntR ul li ul {
	float: left;
	width: 70%;
	padding-left: 20px;
}

.index_cntR ul li ul li {
	background-image: url(../images/all/li3.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 8px;
	height: 20px;
	overflow: hidden;
}

.index_cntR>a {
	display: block;
	width: 95px;
	height: 27px;
	padding-top: 3px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	background-color: #ffe43b;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding-left: 20px;
	float: left;
	margin-left: 200px;
	position: relative;
	margin-top: 10px;
	padding-left: 0px\0;
	text-align: center\0;
}

.index_cntR>a::After {
	content: "";
	background-image: url(../images/svg/next.svg);
	background-image: none\0;
	background-repeat: no-repeat;
	height: 27px;
	width: 10px;
	position: absolute;
	right: 17px;
	;
	background-position: center;
	top: 1px;
}

.index_news img {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -10px;
}

@media (max-width: 1500px) {
	.index_cnt {
		width: 100%;
	}
}

@media (max-width: 1280px) {
	.index_cntL aside li p {
		display: none;
	}
	.index_cntL aside li h2 {
		width: 100%;
	}
	.index_cntL span {
		width: 35%;
		background-size: 100%;
		padding-top: 20%;
	}
}

@media (max-width: 1024px) {
	.index_cntL span {
		font-size: 24px;
	}
	.index_cntR>ul>li h1,
	.index_cntR ul li ul {
		width: 60%;
	}
}

@media (max-width: 768px) {
	.index_cntL aside ul {
		border-top-style: none;
	}
	.index_cnt>div {
		border-top-color: #DADADA;
		border-bottom-color: #DADADA;
	}
	.index_cntL aside li {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.index_cntR ul li ul li {
		overflow: visible;
	}
	.index_cntL aside>h1 {
		overflow: visible;
		height: auto;
		width: 100%;
		text-align: left;
		padding-top: 20px;
		float: left;
		padding-bottom: 10px;
		padding-top: 20px;
	}

	.index_cnt,
	.index_cntR,
	.index_cntL {
		width: 100%;
		padding-right: 0%;
		padding-left: 0%;
		text-align: center;
	}
	.index_cntL {
		padding-bottom: 55px;
	}
	.index_cntR {
		border-top: 1px solid #DADADA;
		margin-top: 20px;
		padding-top: 10px;
	}
	.index_cntL span {
		color: #333;
		background-image: none;
		height: auto;
		width: 100%;
		letter-spacing: 4px;
		font-size: 24px;
		padding-top: 40px;
	}
	.index_cntL aside,
	.index_cntR>ul {
		float: none;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0%;
		height: auto;
	}
	.index_cntL aside>p {
		height: auto;
		overflow: visible;
	}
	.index_cntL aside>a,
	.index_cntR>a {
		position: relative;
		display: inline-block;
		margin: 0px;
		float: none;
		text-align: left;
		height: 30px;
		width: 150px;
		padding-left: 50px;
	}
	.index_cntR>a::After,
	.index_cntL aside>a::After {
		right: 45px;
	}
	.index_cntR>ul>li {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.index_cntR ul li ul li {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.index_cntR>ul>li span {
		height: 120px;
		width: 120px;
	}
}

@media (max-width: 450px) {
	.index_cntL span {
		letter-spacing: 0px;
	}
	.index_cntL span {
		letter-spacing: 0px;
	}
}

@media (max-width: 375px) {
	.index_cntR>ul>li h1,
	.index_cntR ul li ul {
		width: 50%;
	}
}


/***************3塊資訊***********************************************************/

.index_cnt1,
.index_cnt2 {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}

.index_cnt1 aside,
.index_cnt2 aside {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 63px;
}

.index0_1 aside {
	margin-bottom: 0px;
}

.index_cnt1 aside>h1,
.index_cnt2 aside>h1 {
	width: 97%;
	float: left;
	margin-left: 1.5%;
	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-bottom: 10px;
}

.index_cnt1 aside>h1 span,
.index_cnt2 aside>h1 span {
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.index_cnt1 aside>h1 img,
.index_cnt2 aside>h1 img {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -10px;
}

.index_cnt1 div p,
.index_cnt2 div p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

.index_cnt1 div h1,
.index_cnt2 div h1 {
	text-align: left;
}

.index_cnt1 div a:hover img,
.index_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) {
	.index figure {
		border-bottom-color: #DADADA;
	}
}

@media (max-width: 450px) {

	.index_cnt1 aside>h1,
	.index_cnt2 aside>h1 {
		background-image: none;
		letter-spacing: 0px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #DADADA;
		padding-top: 40px;
		letter-spacing: 0px;
	}
	.index figure {
		margin-bottom: 30px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #DADADA;
		padding-bottom: 40px;
	}
	.index0 aside>h1 {
		border-top-style: none;
		padding-top: 0px;
	}
}


/***************熱門食譜***********************************************************/

.index_food {
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
	float: left;
	width: 100%;
	max-width: 100%;
	padding-top: 40px;
	margin-top: 40px;
	padding-bottom: 40px;
}

.index_food article {
	width: 90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.index_food aside>h1 {
	background-image: url(../images/index_line2.png);
}

.index_food aside h1,
.index_food aside p {
	color: #552c0d!important;
}

.index_food aside>h1 img {

	margin-top: -5px;
}

.index_food aside {
	margin-bottom: 0px;
}

.index_food div.owl-next {
	background-image: url("../images/svg/icon_next_2.svg")!important;
}

.index_food div.owl-prev {
	background-image: url("../images/svg/icon_next_1.svg")!important;
}

.index_food div.owl-theme .owl-controls .owl-page span {
	background: #fff!important;
}

.index_food div.owl-theme .owl-controls .owl-page.active span,
.index_food div.owl-theme .owl-controls.clickable .owl-page:hover spann {
	background: #84632b!important;
}

.index_food div.item:hover {
	background-color: #f7f0e5!important;
}

@media (max-width: 450px) {
	.index_food aside>h1 {
		background-image: none;
	}
	.item:hover {
		background-color: transparent;
	}
	.index_food div.item:hover {
		background-color: transparent!important;
	}
}


/***************熱門商品***********************************************************/

.index_cnt2 aside {
	margin-bottom: 63px;
}


.index_cnt2 div h1 {
	font-size: 16px;
	height: 44px;
	overflow: hidden;
	text-align: center;
}

.index_cnt2 div p {
	font-size: 16px;
	color: #cc0000;
	text-align: center;
}

.index_cnt2 div p::before {
	content: "NT$";
	font-size: 12px;
	color: #cc0000;
}

@media (max-width: 450px) {

	.index_cnt1 aside,
	.index_cnt2 aside {
		margin-bottom: 33px;
	}
}

.dropdown {
	display: block;
	margin: 0 0 0 0;
	position: absolute;
	top: 35px;
	right: 0px;
	z-index: 999;
	width: 80px;
	text-align: center;
}

.dropdown .btn {
	border: none;
	font-size: 100%;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	color: #333;
	z-index: 999;
}

.dropdown .btn .amount {
	background-color: #C00;
	border-radius: 100px;
	padding: 2px 8px;
	color: #fff;
	margin: 0 3px;
	font-size: 12px;
}

.open>.dropdown-cart {
	display: block;
	z-index: 999;
}

.dropdown-cart {
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 999;
	display: none;
	width: 240px;
	padding: 0 20px;
	margin: 8px 0 0;
	font-size: 16px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.dropdown-cart ul.item_list {
	list-style: none!important;
	padding: 15px 0px;
	margin: 0px;
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	float: left;
	color: #666;
}

.dropdown-cart ul.item_list li {
	display: block;
	float: left;
	height: auto;
}

.dropdown-cart ul.item_list li.name {
	width: 100px;
}

.dropdown-cart ul.item_list li.money {
	width: 140px;
	text-align: right;
}

.dropdown-cart ul.item_list li.money.orange {
	color: #f60;
}




.btn_cart {
	border: 2px solid #ffe43b;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #ffe43b;
	color: #333!important;
	font-size: 16px;
	width: 100%;
	margin: 20px 0;
	padding: 8px 0;
}

.btn_cart:hover {
	background-color: #f7db2e;
	border-color: #f7db2e;
}

@media (max-width: 768px) {


	.dropdown {
		display: block;
		margin: 0 0 0 0;
		position: absolute;
		top: 25px!important;
		right: 15px!important;
		z-index: 999;
		width: 80px;
		text-align: center;
	}
}


.smile {
	width: 100%;
	background: url(../images/bgnoise_lg.jpg) repeat;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
}

.smile_box {
	width: 640px;
	height: 480px;
	margin: 120px auto 0 auto;
}

@media (max-width: 768px) {

	.smile_box {
		width: 100%;
		height: 100%;
		margin: 0 auto 0 auto;
	}
}