@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html,
body {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	line-height: 1.8rem;
	font-weight: 300;
}
html {
	overflow-x: hidden;
	height: 100%;
}
h1,
h2,
h3 { margin: 0; }
button {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
}
h1,
h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.header {
	position: relative;
	height: 950px;
}
h1 {
	background-image: url(../images/h1.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.video-background {
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
}
.video-foreground {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-foreground:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/video-foreground.png);
	background-position: 0 0;
	background-repeat: repeat;
	z-index: 1;
}
.video-foreground iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	overflow: hidden;
	pointer-events: none;
}
/******** #controller **********************************************/
#controller {
	width: 133px;
	padding: 0px;
	z-index: 70;
	position: absolute;
	top: 330px;
	right: 0px;
	padding-bottom: 40px;
	background-image: url(../images/controller_li.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
#controller ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#controller li {
	margin-bottom: 0px;
	height: 40px;
	background-image: url(../images/controller_li.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#controller li a {
	text-decoration: none;
	height: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/controller.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#controller li a { background-position-y: 0; }
#controller li+li a { background-position-y: -40px; }
#controller li+li+li a { background-position-y: -80px; }
#controller li+li+li+li a { background-position-y: -120px; }
#controller a:hover,
#controller .on a { background-position-x: -133px; }
#audio {
	position: absolute;
	bottom: 0px;
	right: -121px;
	z-index: 125;
	width: auto;
}
.jp-audio { width: 120px; }
.jp-audio .jp-interface { height: 52px; }
.jp-stop { background-image: none; }
.jp-play {
	position: absolute;
	left: -108px;
	top: 11px;
	width: 48px;
	height: 40px;
	background: url(../images/play_off.png) no-repeat;
	cursor: pointer;
}
.jp-play:focus { background: url(../images/play_off.png) no-repeat; }
.jp-pause {
	display: none;
	position: absolute;
	left: -108px;
	top: 11px;
	width: 48px;
	height: 40px;
	background: url(../images/play_on.png) no-repeat;
	cursor: pointer;
}
.jp-volume-controls {
	background: url(../images/bar.png) no-repeat;
	height: 5px;
	position: absolute;
	top: 26px;
	left: 20px;
	display: none;
}
.jp-volume-bar {
	width: 123px;
	background: none;
	height: 6px;
	left: 0px;
	top: 0px;
}
.jp-volume-bar-value {
	background: url(../images/volume.png) no-repeat;
	height: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.jp-audio .jp-controls {
	width: 140px;
	padding: 20px 20px 0 20px;
}
.section {
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
}
#section-1 {
	background-image: url(../images/section_01.jpg);
	height: 1610px;
}
#section-2 {
	background-image: url(../images/section_02.jpg);
	height: 845px;
}
#section-3 {
	background-image: url(../images/section_03.jpg);
	height: 1845px;
}
.footer {
	height: 80px;
	background-image: url(../images/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	position: relative;
}
/************** .pop *******************************************/
.pop {
	background: url(../images/pop.png) no-repeat;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 124px;
	position: fixed;
	z-index: 60;
	left: 0;
	bottom: 0;
}
.pop.down { bottom: -237px; }
.pop .btns {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	position: absolute;
	bottom: 13px;
	left: 50%;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	display: block;
	height: 61px;
	width: 206px;
}
.pop .btn_register {
	background-position-y: 0;
	margin-left: -236px;
}
.pop .btn_download {
	background-position-y: -61px;
	margin-left: 32px;
}
.pop .btns:hover { background-position-x: -210px; }
.close_pop {
	position: absolute;
	bottom: 32px;
	right: 0px;
	cursor: pointer;
	z-index: 11;
}
.open_pop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 11;
	display: none;
}
.gohome {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: 282px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	display: none;
}
#bottomMenu.fix { position: absolute; }
/************** .menu *******************************************/
ul.menu {
	position: absolute;
	top: 50%;
	left:20px;
	z-index:11;
	margin: -170px 0 0 0;
	padding:0;
	list-style:none;
}
ul.menu li {
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	position:relative;
}
ul.menu li a {
	display: block;
	background-image:url(../images/menu.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom:0;
	left:0;
}
ul.menu li a {
	background-position-x:0;
}
ul.menu li+li a {
	background-position-x:-100px;
}
ul.menu li.current a,
ul.menu li a:hover {
	background-position-y:-100px;
}
ul.menu li a:hover {
/*    animation: bounce 0.9s ease-in-out infinite;
    transform-origin: bottom center;
*/
}
/*----Animation----*/
@keyframes bounce {
	0%{
	transform: scale(1,0.9);
	bottom: 0px;
	}
	50%{
	transform: scale(0.9,1);
	bottom: 20px;
	}
	100%{
	transform: scale(1,0.9);
	bottom: 0px;
	}
}
.movieArea { margin:0 0 0 -960px; position:absolute; left:50%; top:0; width: 1920px;}
.movieArea video {z-index: 50;width: 1920px; }

.video-background { transition: all 1s ease-in-out; filter: blur(0px);}
.video-background.blur { filter: blur(50px);}

@media (max-width: 767px) {
.navbar-brand { display: block; }
.movieArea,
h1,
.video-background,
.menu,
.pop,
.home,
#controller { display: none; }
.footer {
	background-size: 100%;
	height: 80px;
}
.header {
    background-image: url(../images/header_m.jpg);
    height: 107.2vh;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center center;
}
#section-1 {
    background-image: url(../images/section_m_01.jpg);
    height: 75.2vh;
    background-repeat: no-repeat;
    background-size: cover;
}
#section-2 {
    background-image: url(../images/section_m_02.jpg);
    height: 39.2vh;
    background-repeat: no-repeat;
    background-size: cover;
}
#section-3 {
    background-image: url(../images/section_m_03.jpg);
    height: 106.2vh;
    background-repeat: no-repeat;
    background-size: cover;
}
}
@media (max-width: 480px) {
.footer { height: 40px; }
}
@media (max-width: 320px) {
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (min-width: 980px) {
}
@media (min-width: 1400px) {
.fb { display: block; }
}
