@charset "utf-8";
#loading {
	background-image: url(data:image/gif;base64,R0lGODlhHwAfAKIAAP////f39+bm5t7e3tbW1v4BAgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAFACwAAAAAHwAfAAADiQi63P4syEkpIDhrraqf1yZi3eeF41aaViqurIS6JBC3dAbHM72zPdfPFEwNP8XR8ZTT2W6yZg0alS4ryRdky20IvuBwGDAom89nhXgNJqPfZTV77Yaj5fOx/Y3Pf+t7cQB+eoFmfX6AgYh5inuMc452kGyScJR0hoeDhH+agp2en5hilnxdqBAJACH5BAUKAAUALAAAAQAeAB0AAAOBWLLcXSHKOZW7C9IdLXYaR3kfE4oSWQonGqhli8KfLNKYzeGXvvEgV2X1EKaIJmMHmVG+mCxnYUqtWq9Y6mDL7XYLhLB4PC54z1wweR02o89qNtn9/srX9Po2fm/r7X1ieXp8fYN1hXeHb4lyi2iNbI9wgYJ/aZV+lwOReJucmQQJACH5BAUKAAUALAAAAQAeAB0AAAOBWLPcXSLKOZW7C9IdLXYaR3kfE4oSWQ4nKqhli8KfLNKYzeGXvvEgV2X1EKaIJmMHmVG+mCxnYUqtWq9YKmHL7XYLgbB4PC54z1wweR02o89qNtn9/srX9Po2fm/r7X1ieXp8fYN1hXeHb4lyi2iNbI9wgYJ/aZV+lwSReJucmQEJACH5BAUKAAUALAAAAQAeAB0AAAOBWLTcXSPKOZW7C9IdLXYaR3kfE4oSWRInOqhli8KfLNKYzeGXvvEgV2X1EKaIJmMHmVG+mCxnYUqtWq9YamDL7XYLgrB4PC54z1wweR02o89qNtn9/srX9Po2fm/r7X1ieXp8fYN1hXeHb4lyi2iNbI9wgYJ/aZV+lwGReJucmQIJADs=);
	border: 1px solid #BBBBBB;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 31px;
	height: 31px;
	margin-left: -15px;
	margin-top: -15px;
	z-index: 9;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
}
#scrollUp {
	display: none;
	position: fixed;
	z-index: 3;
	bottom: -5px;
	right: 20px;
	width: 88px;
	height: 44px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	background-position: -836px -0px;
}
#scrollUp:hover {
    bottom: 0px;	
}


#blackOverlay {
	display: none;
	background-color: rgba(0,0,0,0.50);
	position: fixed;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}



	
body {
	padding-top: 60px;
	background-color: #FFD8E1;
	background-repeat: repeat;
}
.wrapper {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

footer .wrapper {
	width: 100%;
		margin-left: auto;
	margin-right: auto;
	}
	
	
.lt-ie9 .wrapper {
	width: 960px;
	
}
header {
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	background-color: #FFF;
	height: 60px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;	
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;	
}
header>div {
	height: 60px;
	text-align: right;
}
header>div>a {
	display: inline-block;
	width: 80px;
	height: 60px;
	background-color: #F4F4F4;
	vertical-align: top;
	line-height: 60px;
	text-align: center;
	margin-right: 1px;	
	font-size: 13px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;		
}
header>div>a:hover {
	text-decoration: none;
	background-color: #E9E9E9;	
}
#WUFU_Logo {
	width: 147px;
	height: 36px;
	margin: 0;
	background-position: 0 -73px;
	position: absolute;
	left: 10px;
	top: 12px;
} 
#WUFU_Logo a {
	display: block;
	height: 100%;
	text-decoration: none;
}
#WUFU_Logo, #followUs a, #MenuBtn, #scrollUp, #kanban h2, .starLevel li {
	background-image: url(../img/sprite.png);
}
#MenuBtn {
	display: none;
}
#kanban {
	background-image: url(../img/kanban.jpg);
	background-color: #9982A1;
	background-repeat: no-repeat;
	background-position: center top;
	height: 504px;
	overflow: hidden;
	position: relative;
}
#kanban .wrapper, #kanban {
	height: 504px;
}
#kanban h2 {
	position: absolute;
	display: block;
	margin: 0;
	width: 958px;
	height: 564px;
	background-position: 0 -121px;
	top: 38px;
	left: 1px;
}
#ray1, #ray2, #ray3 {
	position: absolute;
	width: 1920px;
	height: 640px;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
#social {
	display: block;
	position: absolute;
	width: 100%;
	margin-left: 5%;
	bottom: 15px;
}
#social>div, #social iframe {
	display: inline-block;
	vertical-align: baseline;
}
nav {
	background-color: #ff4a7b;
	height: 60px;
	position: relative;
	text-align: center;
	width: 960px;
	margin-left: auto;
margin-right: auto;
}
nav.fixed {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 2;
}
nav a {
	display: inline-block;
	width: 192px;
	height: 60px;
	box-sizing: border-box;
	border-right: 2px solid #ff2c65;
	line-height: 58px;
	font-family: "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "HeiTi TC", sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #ffffff;


}
nav a:first-child {
	border-left: 2px solid #ff2c65;
}
nav a:hover {
	background-color: #f2275e;
	text-decoration: none;

}
.lt-ie9 nav a:hover {
	background-color: #E78A18;	
}
footer {
	
background-color: #FFF;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.50);
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: PMingLiU, "SongTi TC", serif;
	
}
footer > div > span {
	margin-right: 5px;
	line-height: 150%;
}
footer span strong {
	font-weight: normal;
}
footer span strong:after {
	content: '：'
}
#followUs {
	position: absolute;
	right: 0;
	top: 0;
}
#followUs span {
	vertical-align: top;
}
#followUs a {
	display: inline-block;
	vertical-align: text-bottom;
	width: 25px;
	height: 24px;
	margin-left: 5px;
	margin-right: 5px;
}
#FB_Icon {
	background-position: -295px -81px;
}
#Line_Icon {
	background-position: -321px -81px;
}
#Blog_Icon {
	background-position: -347px -81px;
}
footer hr  {
	border: none;
	height: 2px;
	background-color: #E5015A;
	margin-top: 10px;
}
main {
	background-color: #ffffff;
	margin-top: 20px;
	padding-top: 10px;
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 33px;
	
}

.clear{
	clear:both;
　　height:0px;
　　margin:0;
　　padding:0;
　　width:0;
　　border:none;
　　overflow:hidden;
}
	

.left{
	
	width: 35%;
margin-left: 10px;
	float: left;	
	padding: 5px;

overflow:auto;
	}
.left2{
	color: #000000;
	margin-bottom: 10px;
	position:relative;
	}
.left2 img{
width: 100%;

	}
	
.left3{
	font-family: 'Noto Sans TC', "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "HeiTi TC", sans-serif;
	background-color: #ff4a7b;
	font-size: 18px;
	padding: 5px;
	
	}	

.left2 p{
	font-family: 'Noto Sans TC', "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "HeiTi TC", sans-serif;
	font-size: 15px;
	color: #ffffff;
	border-radius:100px;
	background-color: #966aba;
	padding: 0 10px 0 10px;
	position:absolute; 
	bottom: 0;
    right: 0;
	margin-right:5px;
	
}	
.left2 a{
	color: #ffffff;

	}
.left2 a:hover{
	color: #fff100;
	text-decoration:none;
	background-color: #e5e5e5;
}
	
	
.right{
	width: 60%;
	margin-right: 10px;
	float: right;
	padding: 5px;
    overflow:auto;
	}

.right2 img{
width: 100%;

	}
.right3{
	color: #ff4a7b;
	background-color: #ffffff;

	}	
.right3 h1{
	font-size: 18px;
	color: #ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	border-radius:100px;
	background-color: #966aba;
	font-family: 'Noto Sans TC', "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "HeiTi TC", sans-serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}	
	.right3 p{
	font-size: 17px;
	color: #313131;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;	
	margin: 0px;
		
	}	
.right4{
	border-top-style:solid;
	border-bottom-style:solid;
	color: #ff4a7b;
	background-color: #ffffff;
	padding: 5px;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}	
.right5{
	color: #ff4a7b;
	background-color: #ffffff;
	height: 100%px;
	padding: 10px;

}	


.right5 ul {

list-style-type:none;	/* 去除項目清單的小黑點 */
	margin:0;	/* 清除項目清單的外間距 */
	padding:0;	/* 清除項目清單的內間距 */
}
.right5 li a{
	color: #313131;
	display:block;	/* 將超連結設定為區塊模式 */
	height:100%;	/* 設定超連結區塊的高度 */
	margin:0;	/* 清除項目清單的外間距 */
	padding:10px;	/* 清除項目清單的內間距 */
			border-bottom-style:dotted;
	border-bottom-color: #ffd8e2;


}
.right5 li a:hover{
background-color: #fffbb3;	
text-decoration:none;

}
.right5 li{
	font-family: 'Noto Sans TC', "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "HeiTi TC", sans-serif;
	color: #FFF;
	font-size: 18px;
	margin-top: -25px;
	
	
	}


.right5 p{
	font-family: 'Noto Sans TC', "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "HeiTi TC", sans-serif;
	font-size: 20px;
	color: #f93660;
	float: right;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
margin-top: auto;
margin-bottom: auto;
	margin-right: 5px;
	margin-left: 0px;
	
}
.right5 sub{
	font-family: "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "HeiTi TC", sans-serif;
	font-size: 15px;
	margin-top: auto;
	margin-bottom: auto;
	color: #f65d82;	
}

.right5 span{
	display:block;
	font-size:15px;
	color:#FF4A7B;
	margin:3px 0 3px 0;
	}




@media (max-width:960px){
	#kanban, #ray1, #ray2, #ray3 {
		-webkit-background-size: 1320px 350px;
		background-size: 1320px 350px;
		height: 350px;
	}
	#ray1, #ray2, #ray3 {
		width: 1320px;
		margin-left: -660px;
	}
	#kanban .wrapper {
		width: 660px;
		height: 350px;
	}
	
	#WUFU_Logo, #MenuBtn, #scrollUp, .starLevel li {
		-webkit-background-size: 500px 500px;
		background-size: 500px 500px;
	}
	#WUFU_Logo {
		background-position: 0 0;
	}
	#scrollUp {
		background-position: -330px -0px;
	}
	#MenuBtn {
		width: 60px;
		display: inline-block;
		background-position: -269px -0px;
	}
	footer .wrapper {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}	
	#followUs a {
		width: 25px;
		height: 25px;
		-webkit-background-size: 312px 312px;
		background-size: 312px 312px;
	}
	#FB_Icon {
		background-position: -92px -0px;
	}
	#Line_Icon {
		background-position: -117px -0px;
	}
	#Blog_Icon {
		background-position: -143px -0px;
	}	
	.starLevel li {
		background-position: -25px -343px;
	}
	.starLevel li.star {
		background-position: 0px -343px;
	}
	nav {
		position: fixed;
		top: 0;
		right: -270px;
		left: auto;
		bottom: 0;
		width: 260px;
		height: auto;
		z-index: 6;
		background-color: #FFF;
		background-image: none;
		-webkit-transition: all 400ms ease;
		transition: all 400ms ease;	
	}
	nav a {
		display: block;
		height: 50px;
		line-height: 48px;
		width: auto;
		color: #333;
		text-align: left;
		padding-left: 1em;
		background-color: #F4F4F4;
		-webkit-transition: all 400ms ease;
		transition: all 400ms ease;
		margin-bottom: 1px;
		border-style: none;
		text-shadow: none;
		font-weight: normal;
	}
	nav a:first-child {
		border-style: none;
	}
	nav a:hover {
		color: #FFF;
		background-image: none;
		background-color: #ff4a7b;
	}

main {
	background-color: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 33px;
	
}



}
@media (max-width:660px) {
	#kanban, #ray1, #ray2, #ray3 {
		-webkit-background-size: 960px 250px;
		background-size: 960px 250px;
		height: 250px;
	}
	#ray1, #ray2, #ray3 {
		width: 960px;
		margin-left: -480px;
	}
	#kanban .wrapper {
		width: 480px;
		height: 250px;
	}
	
	footer .wrapper {
	width: 94%;
	text-align: center;
	}
	#followUs {
		position: relative;
	}
	#followUs a {
		width: 40px;
		height: 40px;
		-webkit-background-size: 500px 500px;
		background-size: 500px 500px;
	}
	#FB_Icon {
		background-position: -148px -0px;
	}
	#Line_Icon {
		background-position: -188px -0px;
	}
	#Blog_Icon {
		background-position: -229px -0px;
	}	
	#followUs span {
		display: block;
		text-align: center;
		margin-top: 5px;
	}
	footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer > div > span {
		display: inline;
	}
	main article a {
		height: auto;
	}

main {
	background-color: #ffffff;
	padding-top: 0px;
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
padding-bottom: 33px;
}

.left{
	
width: 98%;
margin-left: auto;
margin-right: auto;

overflow:auto;
	}
.left2{
	color: #000000;
	margin-bottom: 10px;
	}
.left2 img{
width: 100%;

	}
.right{
	
width: 98%;
margin-left: auto;
margin-right: auto;

overflow:auto;
	}

	
.right2 img{
width: 100%;

	}



.right5 li a{
	color: #313131;
	display:block;	/* 將超連結設定為區塊模式 */
	height:100%;	/* 設定超連結區塊的高度 */
	margin:0;	/* 清除項目清單的外間距 */
	padding:10px;	/* 清除項目清單的內間距 */
text-align: center;
}



.right5  p{
	font-family: 'Noto Sans TC', "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "HeiTi TC", sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin-top:10px;
	
width: 95%;
text-align: center;
margin-left: auto;
background-color: #ff4a7b;
float: none;
border-radius:100px;

}



}

@media (max-width:480px){
	#kanban, #ray1, #ray2, #ray3 {
		-webkit-background-size: 640px 170px;
		background-size: 640px 170px;
		height: 170px;
	}
	#ray1, #ray2, #ray3 {
		width: 640px;
		margin-left: -320px;
	}
	#kanban .wrapper {
		width: 320px;
		height: 170px;
	}


.left3{
	
	font-size: 15px;

	
	}
	
	
}
