#bodys{
	width:100%;
	height:100%;
	margin: 0px auto;
	background: rgb(19,17,61);
	/*background-image:url(../image/bk_rail_blue.png);*/
	background-image:url(../image/bk_video0002.png);
}
.flippedX{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#videoMask{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
}
#videoContainer{
	position: absolute;
	z-index: 10;

	width: 100%;

	margin: auto;
}
#videoBtnBg{
	width: 958px;
	height: 290px;
	margin: 0 auto;
	background-image:url(../image/npf_btn_bar2.png);
	background-repeat: no-repeat;
	background-position: center; 
	background-size: contain;
}
#closeBtnDiv{
	margin: 0 auto;
	margin-top: -10px;
	width: 360px;
	height: 290px;
}
#videoBtn{
	width: 130px;
	height: 130px;
	margin-top: 140px;
	margin-left: 115px;
	/*margin-left: 299px;*/
	background-image:url(../image/npf_btn0013.png); 
	background-size: contain;
}
#closeBtn{
	width: 130px;
	height: 130px;
	margin-top: 140px;
	margin-left: 100px;
	background-image:url(../image/npf_btn0014.png); 
	background-size: contain;
	display: none;
}
.examShow{
	animation-name: examAnimation;
	animation-duration: 1s;
	animation-iteration-count: 3;
}
@keyframes examAnimation{
	0%{
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
}
#videoDiv{
	margin: 0 auto;
	width: 640px;
	height:460px;
}
#videoPic{
	/*-moz-transform: scale(0.60);
    -o-transform: scale(0.60);
    -webkit-transform: scale(0.60);
    transform: scale(0.60);*/
	/*614.4 460.8*/
    /*background-size: 614.4px 460.8px;
    -webkit-background-size: 614.4px 460.8px;
	-moz-background-size: 614.4px 460.8px;
	-o-background-size: 614.4px 460.8px;*/
	
	width: 614.4px;
	height: 460.8px;
}
#videoFrame{
	/*margin-left: 13px;
	padding-top: 23px;*/
}
#toVideoBtn{
	width: 130px;
	height: 130px;
	background-image:url(../image/npf_btn0005.png);
}
#baseContainer{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	
}
#container{
	margin: auto;
}


#videoBgDiv01{
	width:100vw;
	margin: auto;
	position: absolute;
}
#toVideoDiv{
	position: absolute;
	margin: 0px auto;
	z-index: 5;
}
#bgDiv01{
	position: absolute;
	height: auto;
	margin: 0px auto;
}
#bgDiv02{
	position: absolute;
	height: auto;
	margin: 0px auto;
	margin-top: 20px;
	margin-left:20px;
}
#bgDiv03{
	position: absolute;
	width:494px;
	height:232px;
	margin-left: 113px;
}
#border{
	position: absolute;
	width:720px;
	height: auto;
	margin: 0px auto;
	margin-top: 20px;
	margin-left: 20px;
}
#header{
	width: 494px;
	height: 39px;
	margin:0px auto;
	margin-top: 20px;

	text-align:center;
	font-family:verdana, 微軟正黑體;
	font-size: 28px;
}
#levelContent{
	width:648px;
	height:56px;
	margin: 0px auto;
	margin-top: 35px;
	font-size: 28px;
}
#heartLevel{
	width: 554px;
	height: 56px;
	margin: 0px auto;
	margin-top: 10px;
	background-repeat:no-repeat;
	background-image:url(../image/npf_bar0002.png);
	background-size: contain;

	/*float: left;*/
}
.blankHeart{
	/*margin-top: 6px;*/
	filter: brightness(0%);
	-webkit-filter: brightness(0%);
	-moz-filter: brightness(0%);
	-ms-filter: brightness(0%);
	-o-filter: brightness(0%);
	
}
.correctHeart{
	/*margin-top: 6px;*/
	animation-name: heartAnimation;
	animation-duration: 0.5s;
}
.failedHeart{
	/*margin-top: 6px;*/
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);

	animation-name: heartAnimation;
	animation-duration: 0.5s;
}
@keyframes heartAnimation{
	0%{
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
}
#level{
	width: auto;
	height: auto;
	float: left;
	margin-top: 20px;
}
#content{
	width:648px;
	height:200px;
	margin: 0px auto;
	margin-top: 10px;

	text-align:center;
	font-family:verdana, 微軟正黑體;
	font-size: 36px;
}
button{
	background-color: rgba(0,0,0,0);
	background-repeat:no-repeat;
	background-size: contain;
	border: none;
	padding-bottom: 10px;
}
button:active{
	transform: scale(0.95);
}
#contentText{
	max-width: 550px;
	margin: 0px auto;
}
#btnArea{
	position: absolute;
	width:494px;
	height:232px;
	margin-left: 113px;

	/*background: white;
	border: 1px solid white;
	border-radius: 30px;*/
}
#btnX{
	width:192px;
	height:192px;
	margin-left: 20px;
	margin-top: 20px;
	float:left;
	
	background-image:url(../image/ox0002.png);
	background-size: contain;
}
#btnO{
	width:192px;
	height:192px;
	margin-right: 20px;
	margin-top: 20px;
	float:right;

	background-image:url(../image/ox0001.png);
	background-size: contain;
}

#nextArea{
	width:464px;
	height: 142px;
	margin:0px auto;
	margin-top: 242px;
}

#nextBtn{
	width: 464px;
	height: 142px;
	color: rgb(50,0,0);
	text-align: center;
	font-family:verdana, 微軟正黑體;
	font-size: 36px;

	background-image:url(../image/btn_exam0001.png);
	background-size: contain;
}

.btnCorrect{
	animation-name: btnAnimation;
	animation-duration: 1s;
	animation-iteration-count: 3;
}
@keyframes btnAnimation{
	0%{
		-khtml-opacity: 1.0;
		opacity: 1.0;
	}
	50%{
		-khtml-opacity: 0.0;
		opacity: 0.0;
	}
	100%{
		-khtml-opacity: 1.0;
		opacity: 1.0;
	}
}

#medalArea{
	/*width: 648px;
	height: 660px;*/
	margin: 0px auto;
	background-repeat:no-repeat;
	background-image:url(../image/prize0001.png);
	background-size: contain;
}
#medal{
	/*width: 648px;
	height: 660px;*/
	margin: 0px auto;
	background-repeat:no-repeat;
	background-size: contain;
}
#score{
	position: relative;
	/*width: 133px;
	height: 86px;
	left: 258px;
	top: 250px;*/

	color: rgb(50,0,0);
	font-size: 70px;
}
#againBtn{
	position: relative;
	/*width: 250px;
	height: 114px;
	top: 430px;
	left: -20px;*/
	color: rgb(50,0,0);
	text-align: center;
	font-family:verdana, 微軟正黑體;
	font-size: 30px;

	background-image:url(../image/btn_msg0001.png);
	background-size: contain;
}
#finishBtn{
	position: relative;
	/*width: 250px;
	height: 114px;
	top: 430px;
	right: -20px;*/
	color: rgb(50,0,0);
	text-align: center;
	font-family:verdana, 微軟正黑體;
	font-size: 30px;

	background-image:url(../image/btn_msg0001.png);
	background-size: contain;
}
