
#AwakeningDay{
	-webkit-text-size-adjust:none;
	text-decoration:none;
	font-family:"微軟正黑體", "Microsoft JhengHei",  Helvetica, Arial, sans-serif;
	color:#444;
	font-size: 16px;
	box-sizing: border-box;
	}

/*間隔區==============================================*/
.M_TOP10{
	margin-top: 10px;
}
.M_TOP20{
	margin-top: 20px;
}
.M_BOTTOM10{
	margin-bottom: 10px;
}

/*間隔區==尾============================================*/

/*按鈕顏色==============================================*/
#AwakeningDay a.bt_color{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: #a09de8;
	border-radius:10px; 
}
#AwakeningDay a.bt_color:hover{
	background-color: #7973ff;
	transition:all .3s ease-in;
}

/*字型==============================================*/
/*顏色*/
#AwakeningDay .PURPLE{
	color: #9c99da;
}
#AwakeningDay .BLACK{
	color: #000;
}


/*文字效果*/
#AwakeningDay .BOLD{/*粗體*/
	font-weight: bold;
}
#AwakeningDay .PRICE{/*文字中橫線*/
	text-decoration:line-through;
	font-style: italic;
}
#AwakeningDay .INDENT{/*字頭縮減*/
	text-indent: -10px;
}

/*字級*/
#AwakeningDay .T01{/*內文*/
	font-size: 1.5rem;
	line-height: 1.6em;
}
#AwakeningDay .T02{/*內文*/
	font-size: 1.8rem;
	line-height: 1.6em;
}
#AwakeningDay .T03{/*內文*/
	font-size: 1.3rem;
	line-height: 1.6em;
}
#AwakeningDay .T04{/*內文*/
	font-size: 1rem;
	line-height: 1.6em;
}

/*字型尾=============================================*/
#AwakeningDay header{
	width: 100%;
	height: 90px;
	background-color: #fff;
	box-shadow: -10px 0 5px 5px rgba(0,0,0,0.3);
}
#AwakeningDay article.OD_COM{
	width: 100%;
	max-width: 1024px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
}
@media screen and (min-width: 721px) {
/*header=============================================*/

	#AwakeningDay header h1{
		float: left;
		width: 250px;
		height: 63px;
		background-color: #fff;
	}
	#AwakeningDay header h1 a{
		display: block;
		width: 100%;
		height: 0;
		text-indent: -9999px;
		background-image: url(../images/logo.png);
		background-size: cover;
		padding-bottom:25%;
	}
	
	#AwakeningDay header .H_BT{
		float: right;
		width: 150px;
		height: 55px;
		margin-top: 5px;
	}
	#AwakeningDay header .H_BT a{
		display: block;
		width: 100%;
		height: 55px;
		line-height: 55px;
		text-align: center;
		font-size: 1.2rem;
		border-radius:10px; 
	}
	
	/*header=============================================*/
	/*主視覺br=============================================*/
	#AwakeningDay .SUPER_br{
		width: 100%;
		height: 500px;
		background-image: url(../images/top_br/0.png);
		background-position: center center;
		padding-bottom: 50%;
		background-size: cover;
		position: relative;
		background-repeat: no-repeat;
		object-fit: contain;
	}
	#AwakeningDay .SUPER_br .S_TITLE{
		position: absolute;
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 2.8rem;
		text-align: center;
		text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
		top:8%;
	}
	/*主視覺br=============================================*/
	/*底色=============================================*/
	#AwakeningDay .BG_01{
		background-color: #fff;
		background-image: url(../images/bg_01.png);
		background-position: top left 10%;
		background-repeat: no-repeat;
		background-size: 400px auto;
	}
	#AwakeningDay .BG_02{
		background-color: #f4f3ff;
		background-image: url(../images/bg_02.png);
		background-position: top right 10%;
		background-repeat: no-repeat;
		background-size: 400px auto;
	}
	/*底色=============================================*/
	
	/*中間內容=============================================*/
	#AwakeningDay .IN_COM{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content:center;
		padding:5%;
	}
	#AwakeningDay .IN_COM_rev{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content:center;
		padding:5%;
	}
	#AwakeningDay .IN_COM_PNO{
		padding:0%;
	}
	
	/*h2內容============*/
	#AwakeningDay h2{
		width: 100%;
		height: 80px;
	}
	#AwakeningDay h2.LEFT{
		width: 50%;
		text-align: left;
	}
	#AwakeningDay h2.RIGHT{
		text-align: right;
	}
	
	#AwakeningDay .H2_T01{/*h2用*/
		font-size:2.5rem;
		line-height: 1.6rem;
		font-weight: bold;
	}
	#AwakeningDay .H2_T02{/*h2用*/
		font-size: 1.2rem;
		line-height: 1.6rem;
		font-weight: bold;
		margin-bottom: 15px;
	}
	/*h2內容============*/
	
	#AwakeningDay .COM_T{
		width:50%;
		overflow: hidden;
	}
	
	/*我們的產品============*/
	#AwakeningDay .COM_B{
		width:45%;
		height: auto;
		overflow: hidden;
		border-top: 2px solid #d5d1ff; 
		padding-top: 20px;
	}
	
	#AwakeningDay .PR_PH{
		width:50%;
		height: auto;
	}
	#AwakeningDay .PR_PH img{
		width:100%;
		height: auto;
		margin: 0 auto;
	}
	
	#AwakeningDay .TOW_BT{
		width: 45%;
		height: auto;
		overflow: hidden;
		margin-top: -80px;
	}
	#AwakeningDay .TOW_BT ul{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content:center;
	}
	#AwakeningDay .TOW_BT li{
		width: 48%;
		height: 50px;
	}
	#AwakeningDay .TOW_BT li a{
		width: 100%;
		height: 50px;
		line-height: 48px;
		text-align: center;
		font-size: 1.2rem;
		border-radius:10px;
		border:2px solid #fff; 
		box-sizing: border-box;
	}
	/*我們的產品============*/
	
	/*客戶列表============*/
	#AwakeningDay .CLIENT{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#AwakeningDay .CLIENT ul{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-content:center;
	}
	#AwakeningDay .CLIENT li{
		width: 20%;
		height: auto;
		border-radius:20px;
		padding: 5%;
	}
	#AwakeningDay .CLIENT li img{
		width: 100%;
		height: auto;
		margin: 0 auto;
		border-radius:20px;	
		box-shadow: 0px 0 10px 10px rgba(0,0,0,0.08);
		padding: 10%;
	}
	/*客戶列表============*/
	
	/*表尾============*/
	#AwakeningDay footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		background-color: #efefef;
	}
	#AwakeningDay .CONNECT_BOX{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content:center;
	}
	#AwakeningDay .CONNECT{
		width: 33.3333%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	#AwakeningDay .CONNECT .ICON{
		width: 70px;
		height: 70px;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	#AwakeningDay .CONNECT .ICON img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	#AwakeningDay h6{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		background-color: #dfdfdf;
		text-align: center;
		color: #666;
		line-height: 30px;
		font-size: 0.9rem;
		font-weight:  400;
		padding: 3px 0;
	}

}
@media screen and (max-width: 720px) {
	/*header=============================================*/
	

	
		#AwakeningDay article.OD_COM{
			width: 95%;
			height: auto;
			overflow: hidden;
			margin: 0 auto;
			padding-top: 10px;
		}
		#AwakeningDay header h1{
			float: left;
			width: 200px;
			height: 50px;
			background-color: #fff;
			margin-top: 8px;
		}
		#AwakeningDay header h1 a{
			display: block;
			width: 100%;
			height: 0;
			text-indent: -9999px;
			background-image: url(../images/logo.png);
			background-size: cover;
			padding-bottom:25%;
		}
		
		#AwakeningDay header .H_BT{
			float: right;
			width: 30%;
			height: 55px;
			margin-top: 5px;
		}
		#AwakeningDay header .H_BT a{
			display: block;
			width: 100%;
			height: 55px;
			line-height: 55px;
			text-align: center;
			font-size: 1.2rem;
			border-radius:10px; 
		}
		
		/*header=============================================*/
		/*主視覺br=============================================*/
		#AwakeningDay .SUPER_br{
			width: 100%;
			height: 500px;
			background-image: url(../images/top_br/0.png);
			background-position: center center;
			padding-bottom: 50%;
			background-size: cover;
			position: relative;
			background-repeat: no-repeat;
			object-fit: contain;
		}
		#AwakeningDay .SUPER_br .S_TITLE{
			position: absolute;
			width: 95%;
			height: auto;
			color: #fff;
			font-size: 2.2rem;
			text-align: center;
			text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
			top:8%;
			transform: translate(5%, 0%);
		}
		/*主視覺br=============================================*/
		/*底色=============================================*/
		#AwakeningDay .BG_01{
			background-color: #fff;
			background-image: url(../images/bg_01.png);
			background-position: top left -50px;
			background-repeat: no-repeat;
			background-size: 50%;
		}
		#AwakeningDay .BG_02{
			background-color: #f4f3ff;
			background-image: url(../images/bg_02.png);
			background-position: top right -50px;
			background-repeat: no-repeat;
			background-size: 50%;
		}
		/*底色=============================================*/
		
		/*中間內容=============================================*/
		#AwakeningDay .IN_COM{
			width: 95%;
			height: auto;
			overflow: hidden;
			margin: 20px auto;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			flex-wrap: wrap;
			align-content:center;

		}
		#AwakeningDay .IN_COM br{
			display: none;

		}
		#AwakeningDay .IN_COM_rev{
			width: 95%;
			height: auto;
			overflow: hidden;
			margin: 20px auto;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			flex-wrap: wrap;
			align-content:center;
			padding:5%;
		}
		#AwakeningDay .IN_COM_PNO{
			padding:0%;
		}
		
		/*h2內容============*/
		#AwakeningDay h2{
			width: 100%;
			height: 80px;
		}
		#AwakeningDay h2.LEFT{
			width: 100%;
			text-align: left;
		}
		#AwakeningDay h2.RIGHT{
			width: 100%;
			text-align: right;
		}
		
		#AwakeningDay .H2_T01{/*h2用*/
			font-size:2.5rem;
			line-height: 1.6rem;
			font-weight: bold;
		}
		#AwakeningDay .H2_T02{/*h2用*/
			font-size: 1.2rem;
			line-height: 1.6rem;
			font-weight: bold;
			margin-bottom: 15px;
		}
		/*h2內容============*/
		
		#AwakeningDay .COM_T{
			width:100%;
			overflow: hidden;
			margin: 0 auto;
			padding-top: 20px;
		}
		
		/*我們的產品============*/
		#AwakeningDay .COM_B{
			width:100%;
			height: auto;
			overflow: hidden;
			border-top: 2px solid #d5d1ff; 
			padding-top: 20px;
			margin: 0 auto;
		}
		
		#AwakeningDay .PR_PH{
			width:90%;
			height: auto;
			margin: 0 auto;
			margin-top: 10px;
		}
		#AwakeningDay .PR_PH img{
			width:100%;
			height: auto;
			margin: 0 auto;
		}
		
		#AwakeningDay .TOW_BT{
			width: 100%;
			height: auto;
			overflow: hidden;
			margin: 10px auto;
		}
		#AwakeningDay .TOW_BT ul{
			width: 100%;
			height: auto;
			overflow: hidden;
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			flex-wrap: wrap;
			align-content:center;
		}
		#AwakeningDay .TOW_BT li{
			width: 48%;
			height: 50px;
		}
		#AwakeningDay .TOW_BT li a{
			width: 100%;
			height: 50px;
			line-height: 48px;
			text-align: center;
			font-size: 1.2rem;
			border-radius:10px;
			border:2px solid #fff; 
			box-sizing: border-box;
		}
		/*我們的產品============*/
		
		/*客戶列表============*/
		#AwakeningDay .CLIENT{
			width: 100%;
			height: auto;
			overflow: hidden;
		}

		#AwakeningDay .CLIENT ul{
			width: 100%;
			height: auto;
			overflow: hidden;
			display: flex;
			flex-direction: row;
			justify-content: center;
			flex-wrap: wrap;
			align-content:center;
		}
		#AwakeningDay .CLIENT li{
			width: 30%;
			height: auto;
			border-radius:20px;
			padding: 5%;
			margin: 0 5px;
		}
		#AwakeningDay .CLIENT li img{
			width: 100%;
			height: auto;
			margin: 0 auto;
			border-radius:20px;	
			box-shadow: 0px 0 10px 5px rgba(0,0,0,0.08);
			padding: 10%;
		}
		/*客戶列表============*/
		
		/*表尾============*/
		#AwakeningDay footer{
			width: 100%;
			height: auto;
			overflow: hidden;
			background-color: #efefef;
		}
		#AwakeningDay .CONNECT_BOX{
			width: 100%;
			height: auto;
			overflow: hidden;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			flex-wrap: wrap;
			align-content:center;
		}
		#AwakeningDay .CONNECT{
			width: 100%;
			height: auto;
			overflow: hidden;
			display: flex;
			flex-direction: row;
			justify-content: flex-start;
			flex-wrap: wrap;
			align-content:center;
			padding: 5px 0;
		}
		#AwakeningDay .CONNECT p{
			width: calc(100% - 45px);
			line-height: 42px;
		}
		#AwakeningDay .CONNECT .ICON{
			width: 40px;
			height: 40px;
			margin: 0 auto;
			margin-right: 5px;
		}
		#AwakeningDay .CONNECT .ICON img{
			width: 100%;
			height: auto;
			margin: 0 auto;
		}
		
		#AwakeningDay h6{
			display: block;
			width: 100%;
			height: auto;
			overflow: hidden;
			background-color: #dfdfdf;
			text-align: center;
			color: #666;
			line-height: 30px;
			font-size: 0.9rem;
			font-weight:  400;
			padding: 3px 0;
		}
	
	}
	