@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
}
body {
  height: 100%;
  background: url(../images/bg.jpg) no-repeat fixed center center;
  background-size: cover;
  -moz-background-size: cover;
  font-family: Arial, "微軟正黑體", FontAwesome, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0
}
main {
  width: 100%;
  max-width: 960px;
  display: table;
  height: 100%;
  margin: auto;
}
.wrap {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin: auto
}
video {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: auto;
  display: block;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 5px;
  overflow: hidden
}
footer {
  width: 100%;
  margin: auto;
  margin: 10px auto;
    color: #fff
}
.bgm-on {
  float: left;
}
.bgm-on:before {
  content: "\f028";
  margin-right: 5px;
}
.cpy {
  text-align: right;
}
@media (max-width:767px) {
  footer {
    padding: 0 5px;
  }
  footer > div {
    display: block;
    text-align: center !important;
    float: none !important
  }
}