@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
}

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

ol {
  padding-top: 5px;
  margin: 0 0 0 0px;
  *margin: 0 0 0 5px;
  margin-left: 20px;
}

ol li {
  line-height: 1.6;
  list-style: decimal;
}

.clearfix {
  clear: both;
}

/*------------表格設定------------*/
table.dir {
  line-hgoldeight: 1.8;
  letter-spacing: 1px;
  border: 1px solid #5a0e0e;
  border-collapse: collapse;
  border-spacing: 1px;
  color: #f4d3a0;
}

.dir th {
  padding: 7px;
  font-weight: bold;
  text-align: center;
  background: #5a0e0e;
  border-right: 1px solid #5a0e0e;
  background-color: #5a0e0e;
}

.dir td {
  border-top: 1px solid #5a0e0e;
  border-right: 1px solid #5a0e0e;
  border-bottom: 1px solid #5a0e0e;
  border-left: 1px solid #5a0e0e;
  padding: 7px;
}

.dir tbody tr:hover td {
  background: rgba(152, 85, 13, 0.2);
}

table.dir2 {
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  border: 3px solid #f17062;
  border-collapse: inherit;
  border-spacing: 1px;
}

.dir2 th {
  color: #FFF;
  padding: 7px;
  font-weight: bold;
  text-align: center;
  background-color: #cf4e40;
}

.dir2 td {
  border-top: 1px solid #f17062;
  border-right: 1px solid #f17062;
  border-bottom: 1px solid #f17062;
  border-left: 1px solid #f17062;
  padding: 7px;
}

.dir2 tbody tr:hover td {
  background: #fffffb;
}

table.dir3 {
  line-height: 1.8;
  letter-spacing: 1px;
  border: 1px solid #ddca72;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: center;
}

.dir3 th {
  font-size: 22px;
  color: #FFF;
  padding: 7px;
  font-weight: bold;
  text-align: center;
  background: -o-linear-gradient(bottom, #ad850c 5%, #897434 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ad850c), color-stop(1, #897434));
  background: -moz-linear-gradient(center top, #ad850c 5%, #897434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad850c", endColorstr="#897434");
  background: -o-linear-gradient(top, #ad850c, 897434);
}

.dir3 td {
  border-top: 1px solid #ddca72;
  border-right: 1px solid #ddca72;
  border-bottom: 1px solid #ddca72;
  border-left: 1px solid #ddca72;
  padding: 7px;
}

.op {
  -webkit-animation: op 0.5s linear 0 infinite alternate;
  -moz-animation: op 0.5s linear 0 infinite alternate;
  animation: op 0.5s linear 0 infinite alternate;
}

@-moz-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ani-shine {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: shine;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 10s;
  -moz-animation-name: shine;
  -moz-animation-iteration-count: 5;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1s;
  -o-animation-duration: 10s;
  -moz-animation-name: shine;
  -moz-animation-iteration-count: 5;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-name: shine;
  animation-iteration-count: 5;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@-moz-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.light01 {
  -webkit-animation: light01 3s linear infinite;
  -moz-animation: light01 3s linear infinite;
  animation: light01 3s linear infinite;
}

@-moz-keyframes light01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes light01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes light01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.magictime {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.magictime-short {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.puffInE {
  -webkit-animation-name: puffInE;
  animation-name: puffInE;
}

@-moz-keyframes puffInE {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.8, 0.8);
    -webkit-filter: blur(2px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

@-webkit-keyframes puffInE {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.8, 0.8);
    -webkit-filter: blur(2px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

@keyframes puffInE {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.8, 0.8);
    -webkit-filter: blur(2px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

@-moz-keyframes spaceInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0.1) translate(0%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
}

@-webkit-keyframes spaceInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0.1) translate(0%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
}

@keyframes spaceInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0.1) translate(0%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.2) translate(200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@-webkit-keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.2) translate(200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.2) translate(200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@-moz-keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.2) translate(-200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@-webkit-keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.2) translate(-200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.2) translate(-200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

body {
  font: 16px/1.6 arial, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4;
  background: #000;
}

.wrapper {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
}

.box {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.header {
  width: 100%;
  height: 677px;
  background: url(../img/header.jpg) 50% 0 no-repeat;
}

.sec01 {
  width: 100%;
  height: 742px;
  background: url(../img/sec01.jpg) 50% 0 no-repeat;
}

.sec01 p {
  width: 690px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 392px;
  margin-left: -345px;
  line-height: 2;
  letter-spacing: 2px;
  -webkit-text-shadow: 0 0 4px #ffffbe, 0 0 5px #ffffbe, 0 0 0px #ffffbe, 0 0 0px #ffffbe, 0 0 0 #ffffbe;
  -moz-text-shadow: 0 0 4px #ffffbe, 0 0 5px #ffffbe, 0 0 0px #ffffbe, 0 0 0px #ffffbe, 0 0 0 #ffffbe;
  text-shadow: 0 0 4px #ffffbe, 0 0 5px #ffffbe, 0 0 0px #ffffbe, 0 0 0px #ffffbe, 0 0 0 #ffffbe;
}

.sec02 {
  width: 100%;
  height: 3395px;
  background: url(../img/sec02.jpg) 50% 0 no-repeat;
}

.sec03 {
  width: 100%;
  height: 1315px;
  background: url(../img/sec03.jpg) 50% 0 no-repeat;
}

.sec04 {
  width: 100%;
  background: url(../img/sec04.jpg) 50% 0 repeat-y;
}

.sec04 .box {
  padding-top: 125px;
  padding-bottom: 100px;
}

.sec04 .sec04-title {
  width: 565px;
  height: 176px;
  background: url(../img/sec04_title.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: -78px;
  margin-left: -282px;
}

/*===========版權===========*/
#footer {
  width: 100%;
  height: 70px;
  background: #000000;
}

#footer_inner {
  width: 1080px;
  height: 70px;
  background: #000000;
  margin: 0 auto;
}
