@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  background: #08253f;
  position: relative;
  font-family: "微軟正黑體", "Microsoft JhengHei";
}

a {
  font-family: "微軟正黑體", "Microsoft JhengHei";
  text-decoration: none;
}

#jSplash {
  width: 430px;
  height: 150px;
  background: url(../img/loading.gif) no-repeat;
  margin: auto;
}

.wrap {
  width: 100%;
  height: 910px;
  min-width: 1200px;
  position: relative;
  background: url(../img/bg.png) no-repeat center top;
  background-size: 100% 950px;
  overflow: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .wrap {
    height: 850px;
  }
}

.type {
  width: 533px;
  height: 220px;
  margin: auto;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 10;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .type {
    width: 480px;
    height: 198px;
  }
}
.type img {
  width: 100%;
}

.logo1 {
  width: 123px;
  height: 26px;
  display: block;
  background: url(../img/mobile-01.png) 0 0 no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}

.logo2 {
  width: 40px;
  height: 40px;
  background: url(../img/fb-icon.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.logo2:hover {
  background-position: 0 -40px;
}

.btn1 {
  width: 180px;
  height: 180px;
  display: block;
  margin: auto;
  background: url(../img/btn.png) 0 0 no-repeat;
  -moz-animation: btnAni 0.4s linear infinite alternate;
  -webkit-animation: btnAni 0.4s linear infinite alternate;
  animation: btnAni 0.4s linear infinite alternate;
  position: absolute;
  top: 385px;
  right: 0;
  left: 0;
  z-index: 11;
}
.btn1:hover {
  background-position: 0 -180px;
}

@-moz-keyframes btnAni {
  0% {
    top: 380px;
  }
  50% {
    top: 385px;
  }
  100% {
    top: 390px;
  }
}
@-webkit-keyframes btnAni {
  0% {
    top: 380px;
  }
  50% {
    top: 385px;
  }
  100% {
    top: 390px;
  }
}
@keyframes btnAni {
  0% {
    top: 380px;
  }
  50% {
    top: 385px;
  }
  100% {
    top: 390px;
  }
}
.btn2 {
  width: 260px;
  height: 556px;
  display: block;
  background: url(../img/pl.png) 0 0 no-repeat;
  position: absolute;
  top: 280px;
  left: 30%;
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .btn2 {
    position: absolute;
    top: 280px;
    left: 23%;
    z-index: 10;
  }
}
.btn2:hover {
  background-position: 0 -556px;
}

.btn3 {
  width: 260px;
  height: 556px;
  display: block;
  background: url(../img/pr.png) 0 0 no-repeat;
  position: absolute;
  top: 280px;
  right: 30%;
  z-index: 10;
}
@media only screen and (max-width: 1600px) {
  .btn3 {
    position: absolute;
    top: 280px;
    right: 23%;
    z-index: 10;
  }
}
.btn3:hover {
  background-position: 0 -556px;
}

.ml {
  width: 492px;
  height: 894px;
  position: absolute;
  top: 60px;
  left: 11%;
  z-index: 9;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .ml {
    position: absolute;
    top: 80px;
    left: 3%;
    z-index: 9;
  }
}
.ml img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .ml img {
    width: 90%;
  }
}

.mr {
  width: 351px;
  height: 885px;
  position: absolute;
  top: 70px;
  right: 15%;
  z-index: 9;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .mr {
    position: absolute;
    top: 80px;
    right: 5%;
    z-index: 9;
  }
}
.mr img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .mr img {
    width: 90%;
  }
}

.l_title {
  width: 430px;
  height: 234px;
  position: absolute;
  top: 400px;
  left: 6%;
  z-index: 11;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .l_title {
    position: absolute;
    top: 400px;
    left: 1%;
    z-index: 11;
    width: 300px;
    height: 164px;
  }
}
.l_title img {
  display: block;
  width: 100%;
}

.r_title {
  width: 359px;
  height: 235px;
  position: absolute;
  top: 400px;
  right: 8%;
  z-index: 11;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .r_title {
    position: absolute;
    top: 400px;
    right: 1%;
    z-index: 11;
    width: 280px;
    height: 183px;
  }
}
.r_title img {
  display: block;
  width: 100%;
}

.l_icon {
  width: 184px;
  height: 161px;
  position: absolute;
  top: 160px;
  left: 5%;
  z-index: 10;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .l_icon {
    position: absolute;
    top: 90px;
    left: 3%;
    z-index: 10;
  }
}
.l_icon img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .l_icon img {
    width: 70%;
  }
}

.r_icon {
  width: 112px;
  height: 230px;
  position: absolute;
  top: 160px;
  right: 10%;
  z-index: 10;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .r_icon {
    position: absolute;
    top: 90px;
    right: 3%;
    z-index: 10;
  }
}
.r_icon img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .r_icon img {
    width: 70%;
  }
}

.footer {
  width: 1200px;
  height: 20px;
  text-align: center;
  font-size: 13px;
  margin: 10px auto;
  position: relative;
  color: #fff;
}
