/*---Reset CSS---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---全部共用---*/
*{
	margin: 0;
	padding: o;
	box-sizing: border-box;
}

html, body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;  /*依序排列  PC、IOS、手機  用字型*/
	-webkit-text-size-adjust:none;  /*蘋果手機旋轉時字體不放大設定*/
	font-size: 16px;
}

/*==========電腦版==========*/

html, body{
	background-color: #0e3a79;
	width: 100%;
	height: auto;
}

/*---最外圍---*/
.ALL{
	width: 100%;
	height: 0;
	padding-bottom: 41.66%;/*背景圖寬高比例*/
	background-image: url(../etungo_BG.jpg);
	background-size: cover;
	background-position: center top;
}
	
/*---外圍WRAPPER---*/
.WRAPPER{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/*---主視覺---*/
header{
	width: 100%;
	height: auto;
	position: relative;
}

header h1{
	text-indent: -9999px;
}

/*---左上 e同購logo---*/
header .LOGO{
	position: absolute;
	top: 20px;
	left: 30px;
}
	
/*---右上 登入line icon---*/
header .LINE{
	position: absolute;
	top: 20px;
	right: 120px;
}

/*---右上 FB同樂會 icon---*/
header .FB{
	position: absolute;
	top: 20px;
	right: 75px;
}
	
/*---右上 FB分享 icon---*/
.fb_share{
	position: absolute;
	top: 20px;
	right:60px;
}
	
/*---主視覺AD---*/
header .AD{
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
}
	
header .AD img{
	width: 92%;
	height: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-left: 40px;
	margin-top: -1em;
}
	
/*---返回選單---*/
aside{
	width: 60px;
	height: auto;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	position: fixed;
	right: 10px;
	bottom: 10px;
}
	
aside a{
	display: block;
	width: 60px;
	height: 60px;
	background-color: #0B4A85;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	font-size: 30px;
	color: #C8E8EE;
}
	
aside a:hover{
	font-size: 40px;
	color: #fff;
	background-color: #64B9DD;
}

/*---主打商品區 上圖下文排列---*/
main{
	width: 100%;
	height: auto;
	margin-top: -0.2em;
}

main article{
	width: 100%;
}

main .TITLE{
	clear: both;
	width: 100%;
	height: 50px;
	border-radius: 20px;
	background-color: #63260A;
}

main .TITLE h3{
	text-align: center;
	line-height: 50px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 10px;
}
	
main .TITLE h3 a{
	color: rgba(255,255,255,0.87);
	text-decoration: none;
}
	
main .TITLE h3 a:hover{
	color: rgba(255,255,255,1);
}
	
/*---主打商品區 左圖右文排列---*/
main .PRODUCT{
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}
	
main .PRODUCT .BOX-LR{
	float: left;
	margin-left: 16px;
	width: 23%;
	height: auto;
	background-color: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	border-radius: 0 0 0 0;
}
	
/*主打商品區 左圖*/
main .PRODUCT .BOX-LR .BOX-L{
	float: left;
	width: 100%;
	height: auto;
}
	
main .PRODUCT .BOX-LR .BOX-L img{
	width: 100%;
	height: auto;
	padding: 0;
}
	
/*主打商品區 右文*/
main .PRODUCT .BOX-LR .BOX-R{
	float: right;
	width: 100%;
	height: auto;
	padding: 0px;
	padding-right: 0.4em;
}
	
main .PRODUCT .BOX-LR .BOX-R h3{
	line-height: 1.4;
	text-align: center;
	padding-top: 0.2em;
}
	
main .PRODUCT .BOX-LR .BOX-R h3 a{
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
}
	
main .PRODUCT .BOX-LR .BOX-R .NAME{
	color: #000000;
}
	
main .PRODUCT .BOX-LR .BOX-R h5{
	width: 100%;
	color: #A70E11;
	text-align: center;
	height: 1.2em;
	font-size: 1em;
	line-height: 1.2em;
}
	
main .PRODUCT .BOX-LR .BOX-R .BOLD{
	color: #EF0003;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: -0.1em;
}
	
main .PRODUCT .BOX-LR .BOX-R h3 span{
	color: #535353;
	font-size: 0.7em;
}
	
/*價格*/
main .PRODUCT .BOX-LR .BOX-R p{
	float: left;
	padding-left: 10px;
	line-height: 4em;
}
	
main .BOX-LR .BOX-R del{
	font-size: 0.8em;
	color: #535353;
}
	
main .BOX-LR .BOX-R .MONEY{
	color: #D70003;
}
	
main .BOX-LR .BOX-R .TOTAL{
}
	
main .BOX-LR .BOX-R .PRICE{
	color: #D70003;
	font-size: 1.8em;
}

.ARROW{
	color: #D70003;
	font-size: 1.4em;
}
	
/*馬上買按鈕*/
main h4{
	width: 40%;
	height: auto;
	float: right;
	border-radius: 10px;
}
	
main h4 a{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 44%;
	background-image: url(../Button.png);
	background-size: cover;
	text-indent: -9999px;
	margin-top: 0.2em;
}
	
main h4 a:hover{
	background-image: url(../Button2.png);
}
	
main #TITLE1{}
	
/*清除TITLE1商品float*/
main #TITLE2{
	clear: both;
}
	
/*清除TITLE2商品float*/
main #TITLE3{
	clear: both;
}
	
/*---廣告BN---*/
article{
	width: 100%;
	height: auto;
}
	
article .BN2{
	width: 48.16%;
	height: auto;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
	
article .BN2 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
	
article .BN2 a img:hover{
	transition: filter 0.3s;
	filter: brightness(1.1) contrast(100%);/*CSS3圖片變亮濾鏡*/
}
	
article .BN img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
	
/*---頁尾版權宣告---*/
footer{
	clear: both;
	width: 100%;
	height: 100px;
	background-color: #a7292d;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

footer p{
	text-align: center;
	line-height: 1.6;
	color: #FFFFFF;
	font-size: 13px;
}

footer a{
	text-decoration: none;
	color: #FFFFFF;
}

/*==========手機版==========*/
@media screen and (max-width:767px){
	
	*{
		box-sizing: border-box;
	}
	html, body{
		width: 100%;
		height: 100%;
	}

	/*---最外圍---*/
	.ALL{
		width: 100%;
		height: 0;
	}
	
	/*---外圍WRAPPER---*/
	.WRAPPER{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	/*---主視覺---*/
	header{
		width: 100%;
		height: auto;
		position: relative;
	}

	header h1{
		text-indent: -9999px;
		width: 100%;
		height: 60px;
		background-color: rgba(0,0,0,0.20);
		margin-top: 0;
	}

	/*---左上 e同購logo---*/
	header .LOGO{
		position: absolute;
		top: 12px;
		left: 16px;
		width: 120px;
		height: 40px;
	}
	
	/*---右上 登入line icon---*/
	header .LINE{
		position: absolute;
		top: 12px;
		right: 70px;
	}
	/*---右上 FB同樂會 icon---*/
	header .FB{
		position: absolute;
		top: 12px;
		right: 20px;
	}
	
	/*---右上 FB分享 icon---*/
	.fb_share{
		position: absolute;
		top: 20px;
		right:60px;
	}
	
	/*---主視覺AD---*/
	header .AD{
		width: 100%;
		height: auto;
/*		margin-top: -1em;*/
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	header .AD a{
	}
	
	header .AD img{
		display: block;
		margin: auto;
		width: 100%;
		height: auto;
		padding: 0 1em 0.6em 0;
	}
	
	/*---返回選單---*/
	aside{
		width: 60px;
		height: auto;
		box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
		position: fixed;
		right: 10px;
		bottom: 10px;
	}
	
	aside a{
		display: block;
		width: 60px;
		height: 60px;
		text-align: center;
		text-decoration: none;
		line-height: 60px;
		font-size: 30px;
	}
	
	aside a:hover{
		font-size: 40px;
	}
	
	/*---主打商品區 上圖下文排列---*/
	main{
		width: 100%;
		height: auto;
	}

	main article{
		width: 100%;
	}

	main .TITLE{
		clear: both;
		width: 100%;
		height: 40px;
		border-radius: 0;
	}

	main .TITLE h3{
		text-align: center;
		line-height: 40px;
		font-size: 1.2em;
		letter-spacing: 4px;
	}
	
	main .TITLE h3 a{
		text-decoration: none;
	}
	
	main .TITLE h3 a:hover{
	}
	
	/*---主打商品區 左圖右文排列---*/
	main .PRODUCT{
		width: 99%;
		margin:0 auto;

	}
	
	main .PRODUCT .BOX-LR{
		float: left;
		width: 48%;
		background-color: #fff;
		margin-bottom: 0.3em;
		margin-left: 0.3em;
		box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
		padding: 0;
		border-radius: 0;
	}
	
	/*主打商品區 左圖*/
	main .PRODUCT .BOX-LR .BOX-L{
		float: left;
		width: 100%;
		height: auto;
	}
	
	main .PRODUCT .BOX-LR .BOX-L img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	/*主打商品區 右文*/
	main .PRODUCT .BOX-LR .BOX-R{
		float: left;
		width: 100%;
		padding: 0px;
	}
	
	main .PRODUCT .BOX-LR .BOX-R h3{
		line-height: 1.1;
		text-align: center;
	}
	
	main .PRODUCT .BOX-LR .BOX-R h3 a{
		font-size: 0.9em;
		color: #000000;
		text-decoration: none;
		white-space: nowrap;
	}
	
	main .PRODUCT .BOX-LR .BOX-R .NAME{
		color: #000000;
	}
	
	main .PRODUCT .BOX-LR .BOX-R h5{
		width: 100%;
		color: #A70E11;
		text-align: center;
		height: auto;
		line-height: 1.4em;
		font-size: 1em;
	}
	
	main .PRODUCT .BOX-LR .BOX-R .BOLD{
		color: #EF0003;
		font-size: 1em;
		line-height: 1.4em;
		font-weight: bold;
	}
	
	main .PRODUCT .BOX-LR .BOX-R h3 span{
		color: #535353;
		font-size: 12px;
	}
	
	/*價格*/
	main .PRODUCT .BOX-LR .BOX-R p{
		float: none;
		text-align: center;
		padding-left: 0;
	}
	
	main .BOX-LR .BOX-R del{
		color: #535353;
	}
	
	main .BOX-LR .BOX-R .MONEY{
		color: #D70003;
	}
	
	main .BOX-LR .BOX-R .TOTAL{
		width: 100%;
		height: 3em;
		margin-top: -1em;
	}
	
	main .BOX-LR .BOX-R .TOTAL .PRICE{
		color: #D70003;
		font-size: 1.6em;
	}
	
	main .BOX-LR .BOX-R .TOTAL .SHOPING{
	}
	
	main .BOX-LR .BOX-R .ALONE{
		color: #D70003;
		font-size: 12px;
	}
	
	/*馬上買按鈕*/
	main h4{
		width: 80%;
		height: auto;
		letter-spacing: 8px;
		float: none;
		margin-top: 4px;
		border-radius: 10px;
		margin: 0 auto;
	}
	
	main h4 a{
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 44%;
		background-image: url(../Button.png);
		background-size: cover;
		text-indent: -9999px;
		margin-top: 0;
		margin-left: 0.6em;
	}
	
	main h4 a:hover{
		background-position: 0 bottom;
	}
	
	/*清除TITLE1商品float*/
	main #TITLE2{
		clear: both;
	}
	
	/*清除TITLE2商品float*/
	main #TITLE3{
		clear: both;
	}
	
	/*---廣告BN---*/
	article{
		width: 100%;
		height: auto;
	}
	
	article h3{
		width: 100%;
		height: auto;
	}
	
	article .BN2{
		width: 100%;
		height: auto;
		box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0.3em;
	}
	
	article .BN2 img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	/*---頁尾版權宣告---*/
	footer{
		clear: both;
		width: 100%;
		height: auto;
		background-color: #a7292d;
		padding: 10px 0px;
	}

	footer p{
		width: 100%;
		height: 1.6;
		text-align: center;
		line-height: 1.6;
		color: #FFFFFF;
		font-size: 13px;
	}

	footer a{
		text-decoration: none;
		color: #FFFFFF;
	}
}