@charset "utf-8";
#parallax {  /* 設定背景圖片/居中/不重覆 */
	/* 設定區塊高度 */
	min-height: 800px;
	/* 背景自動縮放/固定 */
	background-attachment: fixed;
	background-size: cover;
	background-image: url("image/1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	
	
	
}
#list {
	background-color: #FFFFFF;
	width: 100%;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.word1 {
	font-size: 24px;
	line-height: 2.5em;
	font-weight: bolder;
	color: #993333;
}
.word2 {
	font-size: 15px;
	line-height: 2.5em;
	font-weight: normal;
	color: #000000;
}
.word3 {
	font-size: 30px;
	line-height: 2.5em;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	border: medium solid #FFFFFF;
	padding: 15px;
}

#logo {
	padding: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}




#parallax2 {
	/* 設定區塊高度 */
	min-height: 800px;
	/* 背景自動縮放/固定 */
	background-attachment: fixed;
	background-size: cover;
	background-image: url(image/2.JPG);
	background-repeat: no-repeat;
	background-position: center center;
}
#parallax3 {
	/* 設定區塊高度 */
	min-height: 600px;
	/* 背景自動縮放/固定 */
	background-attachment: fixed;
	background-size: cover;
	background-image: url(image/3.JPG);
	background-repeat: no-repeat;
	background-position: center center;
}
#parallax4 {
	/* 設定區塊高度 */
	min-height: 600px;
	/* 背景自動縮放/固定 */
	background-attachment: fixed;
	background-size: cover;
	background-image: url(image/7.JPG);
	background-repeat: no-repeat;
	background-position: center center;
}
#parallax5 {
	/* 設定區塊高度 */
	min-height: 600px;
	/* 背景自動縮放/固定 */
	background-attachment: fixed;
	background-size: cover;
	background-image: url(image/81.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}#word2-1 {
	padding: 20px;
	width: 100%;
}
#title {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	
}
#title2 {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	
}
#word1-1 {
	padding: 20px;
}
