@charset "UTF-8";
@import url(../css/fancybox.css);
@import "http://event.goldengame.com.tw/adv/footer/footer.css";
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, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: myFont, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
  font-size: 12pt;
  line-height: 1.6em;
}

a {
  outline: none;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */
}

body {
  position: relative;
  background: #000;
  min-width: 1024px;
}

body.page {
  font-family: myFont, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
  min-width: inherit;
  width: 100%;
  background: #ffffff;
}

.sp-sprite, .sp-b0, .b0, .sp-b1, .b1, .sp-b2, .b2, .sp-b3, .b3, .sp-b4, .b4, .sp-g00, .sp-g01, .sp-g02, .sp-g03, .sp-g04, .sp-g05, .sp-g06, .sp-g07, .sp-g08, .sp-g09 {
  background: url('../images/sp-s52a644e1fc.png') no-repeat;
}

.sp-b0, .b0 {
  background-position: 0 -206px;
  height: 86px;
  width: 500px;
}

.sp-b1, .b1 {
  background-position: 0 -297px;
  height: 86px;
  width: 422px;
}

.sp-b2, .b2 {
  background-position: 0 -569px;
  height: 86px;
  width: 396px;
}

.sp-b3, .b3 {
  background-position: 0 -660px;
  height: 86px;
  width: 396px;
}

.sp-b4, .b4 {
  background-position: 0 -478px;
  height: 86px;
  width: 362px;
}

.sp-g00 {
  background-position: 0 -1096px;
  height: 50px;
  width: 50px;
}

.sp-g01 {
  background-position: 0 -1151px;
  height: 50px;
  width: 50px;
}

.sp-g02 {
  background-position: 0 -1041px;
  height: 50px;
  width: 50px;
}

.sp-g03 {
  background-position: 0 0;
  height: 118px;
  width: 200px;
}

.sp-g04 {
  background-position: 0 -931px;
  height: 50px;
  width: 50px;
}

.sp-g05 {
  background-position: 0 -986px;
  height: 50px;
  width: 50px;
}

.sp-g06 {
  background-position: 0 -751px;
  height: 85px;
  width: 189px;
}

.sp-g07 {
  background-position: 0 -841px;
  height: 85px;
  width: 189px;
}

.sp-g08 {
  background-position: 0 -388px;
  height: 85px;
  width: 189px;
}

.sp-g09 {
  background-position: 0 -123px;
  height: 78px;
  width: 185px;
}

.contents {
  background: url(../images/bg.jpg) center top no-repeat;
  height: 920px;
}

#logo {
  background: url(../images/logo.png);
  width: 146px;
  height: 84px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  left: 10px;
  top: 10px;
}

.tit, .tit2, .tit3 {
  position: absolute;
  left: 50%;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.tit {
  background: url(../images/tit.png);
  width: 200px;
  height: 50px;
  margin-left: -490px;
  top: 85px;
  -webkit-animation: fadeInRight 1s both;
  animation: fadeInRight 1s both;
}

.tit2 {
  background: url(../images/tit2.png);
  width: 496px;
  height: 60px;
  margin-left: -500px;
  top: 145px;
  -webkit-animation: fadeInLeft 1s both;
  animation: fadeInLeft 1s both;
}

.tit3 {
  background: url(../images/tit3.png);
  width: 501px;
  height: 51px;
  margin-left: -500px;
  top: 225px;
  -webkit-animation: fadeInUp 1s both 1s;
  animation: fadeInUp 1s both 1s;
}

.nav {
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
}
.nav a {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
.nav a:hover {
  margin-top: 10px;
}
.nav a.b0 {
  top: 280px;
  margin-left: -500px;
}
.nav a.b1 {
  top: 380px;
  margin-left: -500px;
}
.nav a.b2 {
  top: 480px;
  margin-left: -500px;
}
.nav a.b3 {
  top: 580px;
  margin-left: -400px;
}
.nav a.b4 {
  top: 680px;
  margin-left: -500px;
}

#innav {
  background: #66562e;
  -webkit-box-shadow: black 0px 0px 5px;
  -moz-box-shadow: black 0px 0px 5px;
  box-shadow: black 0px 0px 5px;
  width: 100%;
  height: 80px;
  top: 0px;
  z-index: 10000;
  position: fixed;
  text-align: center;
  display: none;
}
#innav.out {
  display: block;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
}
#innav a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  font-size: 20px;
  color: #d6cfc3;
  border-right: 1px solid #8e8574;
  line-height: 30px;
  text-decoration: none;
  padding: 0 30px;
  margin-top: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#innav a:last-child {
  border-right: none;
}
#innav a:hover {
  color: #fff;
}

/*page*/
article {
  margin: 30px 30px 80px;
}
article header {
  text-align: center;
  font-size: 1.5em;
  color: #262626;
  line-height: 45px;
  border-bottom: 1px solid #262626;
}
article section {
  padding: 20px;
  color: #4d4d4d;
  font-size: 1.2em;
  line-height: 1.8em;
}
article section > strong {
  background-color: #262626;
  color: #fff;
  padding: 3px 15px;
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
article .red {
  color: red;
}
article .redB {
  color: red;
  font-size: 24px;
}
article .da {
  color: darkgoldenrod;
}

table {
  margin: 10px auto;
  font-size: 0.85em;
  line-height: 1em;
  width: 100%;
}
table span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
table th {
  text-align: center;
  padding: 2px 6px;
  font-size: 1.1em;
  line-height: 2.5em;
  font-weight: bold;
  color: #fff;
}
table th:first-child {
  border-left: 0;
}
table th:last-child {
  border-right: 0;
}
table td {
  text-align: center;
  line-height: 60px;
  padding: 6px 12px;
  background: #e0e0e0;
  color: #4a3808;
  font-weight: 800;
  cursor: default;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border-left: #fff solid 1px;
  border-right: #fff solid 1px;
}
table td:first-child {
  border-left: 0;
  *border-left: #fff solid 1px;
  border-left: #fff solid 1px \0;
}
table td:last-child {
  border-right: 0;
}
table td span {
  margin-right: 10px;
}
table tr {
  border-bottom: #fff solid 1px;
}
table tr:first-child {
  background: #66562e;
}
table tr:nth-child(2n+1) td {
  background: #d1d1d1;
}
table tr:hover td {
  background: #efefef;
}
table tr:last-child {
  border: 0;
}

ul {
  padding: 0 0 0 0.5em;
}
ul li {
  margin-left: 18px;
  display: list-item;
  list-style-type: decimal;
}
ul a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #7e0000;
  color: #fff;
  padding: 3px 10px;
}
ul a:hover {
  background: #bc0101;
}

ol li {
  list-style: disc;
}

#btn {
  text-decoration: none;
  display: block;
  max-width: 300px;
  padding: 20px;
  margin: 40px auto 0 auto;
  background: #000;
  text-align: center;
  font-weight: normal;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#btn span {
  font-size: 22px;
  line-height: 1.5em;
  width: 100%;
  font-weight: bold;
  color: #fff;
}
#btn:hover {
  background: #760f0f;
  color: #fff;
}
#btn:hover span {
  color: #fff;
}

.footerBar {
  position: relative;
  bottom: 0;
  padding: 8px 0;
  background: center 0px no-repeat;
}

#iframe {
  padding: 2px 0 0 0;
}
#iframe iframe {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.design {
  position: absolute;
  font-size: 12px;
  margin: 8px 0 0 8px;
  filter: alpha(opacity=0);
  opacity: 0;
  color: transparent;
}
.design::selection {
  background: #111;
  color: #eee;
  z-index: 9999;
}

/* ----animate---- */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation: fadeInUp .8s both;
  animation: fadeInUp .8s both;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation: fadeOutDown .8s both;
  animation: fadeOutDown .8s both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*----------------------------------------------*/
