﻿* {
  /*border: 1px solid #f7f7f7;*/
  font-family: 微軟正黑體;
}
html, body {
  box-sizing: border-box;
  position: relative;
  margin: 0px auto;
  background: url(../images/bg.jpg) no-repeat center top #e1754f;
  animation: aBlink ease-in-out 0.5s alternate;
}

/*----Wrap----*/
.wrap {
  max-width: 1200px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
/*----Logo----*/
.logo {
  position: relative;
  margin: 1% 0% 4% 0%;
  width: 23%;
}
.logo img {
  width: 100%;
}
.logo a:hover {
  position: relative;
  top: -3px;
}
/*----Slogan----*/
.slogan {
  position: absolute;
  width: 68%;
  right: 14%;
  z-index: 3;
  animation: bounceInUp ease-in-out .5s alternate;
  margin-top: 35%;
}
.slogan img {
  width: 100%;
}
.leftbox a:hover {
  position: relative;
  top: -3px;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
}
.m {
  margin: 3% auto 2% auto;
}
/*----Button----*/
.button {
  position: relative;
  text-align: center;
}
.btn {
  display: inline-block;
  display: inline-block;
  margin-top: 4%;
}
.btn img {
  margin: 0 10px 0 10px;
}
.content .note_01 {
  position: relative;
  color: #ffffff;
  background-color: #850001fa;
  width: 320px;
  border-radius: 20px;
  text-align: center;
  margin: 16px auto;
  height: 25px;
  padding-top: 5px;
}
.content .note_02 {
  position: relative;
  color: #ffffff;
  background-color: #850001fa;
  width: 320px;
  border-radius: 20px;
  text-align: center;
  margin: 16px auto;
  height: 25px;
  padding-top: 5px;
}
.content .amount {
  font-size: 31px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  position: absolute;
  margin-left: 32%;
  margin-top: 2%;
  background-color: rgb(85, 127, 0);
  border-radius: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.amount strong {
  color: rgb(255, 212, 0);
}
.btn img:hover {
  position: relative;
  top: -3px;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
}
/*----Content----*/
.content {
  margin: -5% auto -16% auto;
}
.content img {
  vertical-align: middle;
}
.content a:hover {
  position: relative;
  top: -3px;
  filter: brightness(1);
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
}
.content p {
  font-weight: bold;
}
.content ol {
  color: #0b2e6c;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
span {
  color: #ff0000;
  font-size: 26px;
}
.mark2, .mark4, .mark6 {
  display: inline-block;
  position: relative;
  margin-left: 8%;
  margin-bottom: 5%;
}
.mark2 {
  margin-left: 38%;
}
.s_all {
  display: block;
  text-align: center;
  margin-bottom: 1%;
}
.s {
  display: inline-block;
  text-align: center;
}
hr {
  border: 4px solid rgb(255 255 255);
  margin-top: 4%;
}
h4 {
  margin-bottom: -0.5%;
  color: #ff2400;
  font-size: 22px;
  font-weight: bold;
  text-indent: 22px;
}
.rooster {
  margin: 0 auto;
  animation: bounceInUp ease-in-out .9s alternate;
}
.run_rooster {
  position: relative;
  animation: Shakelf ease-in-out 1.2s infinite;
  z-index: 0;
  margin-top: -27%;
  margin-left: 10%;
}
.box_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
}
.box_area ul {
  list-style-type: none; /* remove the default style for list items (the circles) */
  margin: 0px; /* remove default margin */
  padding: 0px; /* remove default padding */
}
.box_area ul li {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 30px;
  border: 4px solid #FFFFFF;
}
.box_area ul li a img {
  width: 370px; /* not important, the pics we use here are too big */
  position: relative; /* so we can use top and left positioning */
  border: none; /* remove the default blue border */
}
/*----Go Top----*/
.gotop {
  display: none;
  position: fixed;
  width: 106px;
  height: 95px;
  bottom: 150px;
  right: 50px;
  background: url(../images/top.png) no-repeat center top;
  cursor: pointer;
  z-index: 10;
}
.gotop:hover {
  background-image: url(../images/top.png);
}
/*----------------圖片效果-----------------------*/
.caption {
  position: absolute; /* needed for positioning */
  bottom: 0px; /* bottom of the list item (container) */
  left: 0px; /* start from left of the list item (container) */
  width: 100%; /* stretch to the whole width of container */
  height: 70px;
  display: none; /* hide by default */
  /* styling bellow */
  background: #770000;
  color: white;
  opacity: 0.9;
}
.caption .captionInside {
  /* just styling */
  padding: 10px;
  margin: 0px;
  margin-top: 10px;
  font-size: 28px;
  text-align: center;
}
.pass {
  position: absolute;
  background: url(../images/img_black.png) no-repeat;
  width: 377px;
  height: 265px;
  margin: 0 auto;
  z-index: 1;
  background-color: #23201e;
}
/*----Notice----*/
.notice {
  position: relative;
  border-radius: 5px;
  margin: 24% 9% 4% 9%;
  padding: 1% 2% 1% 1%;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: justify;
  background: #501700c9;
  left: 10px;
  border-radius: 30px;
}
.notice h1 {
  font-size: 16px;
  color: #fdecb8;
}
/*----Footer----*/
#footer {
  position: relative;
  height: 90px;
  background: #690000;
  color: #fff;
  font-size: 12px;
}
#footer table {
  margin: 0 auto 0 auto;
}
#footer table td {
  padding-right: 8px;
}
#footer .about {
  line-height: 10px;
}
#footer table .t {
  list-style: none;
  margin-left: -40px;
  font-size: 11px;
  line-height: 15px;
}
#footer_sp {
  display: none;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/*----Animation----*/
@keyframes slogan {
  0% {
    top: 0px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0px;
  }
}
@keyframes sloganUP {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/*----Animation----*/
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes Shakelf {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(500px)
  }
  60% {
    opacity: 1;
    transform: translateY(-30px)
  }
  80% {
    transform: translateY(10px)
  }
  100% {
    transform: translateY(0)
  }
}
@media screen and (max-width: 1200px) {
  html, body {
    background-size: 150%;
  }
}
@media screen and (max-width: 1168px) {
  .leftboxs {
    margin-top: 29%;
  }
}
@media screen and (max-width: 1024px) {
  .leftboxs {
    margin-top: 33%;
    left: 32%;
  }
}
@media screen and (max-width: 930px) {
  .leftboxs {
    margin-top: 43.5%;
    left: 50%;
  }
  .mark2 {
    margin-left: 39%;
  }
  .run_rooster {
    margin-top: -85%;
  }
}
@media screen and (max-width: 917px) {
  .s_all {
    width: 100%;
  }
  .s {
    width: 30%;
  }
  .s img {
    width: 100%;
  }
  #footer {
    display: none;
  }
  #footer_sp {
    display: block;
    padding: 10px 10px;
    color: #ffffff;
    background: #690000;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
  #footer_sp ul {
    list-style: none;
    margin-left: -40px;
  }
}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 800px) {
  .leftbox {
    background-size: 90%;
  }
  .leftboxs {
    background-size: 90%;
    margin-top: 45.5%;
  }
  .leftbox p {
    margin-top: 1%;
  }
  .leftbox p, .left {
    margin-left: -10%;
  }
  .m {
    margin: 2% 10% 1% auto;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 9%;
  }
  .mark2 {
    margin-left: 37%;
  }
		.gotop {
    display: none!important;    
}
@media screen and (max-width: 640px) {
  html, body {
    background-size: 130%;
    background-position: 65% 0%;
  }
  .slogan {
    position: relative;
    margin: 0% auto;
    margin-top: 32%;
    left: 0;
    width: 70%;
  }
  .leftboxs {
    position: relative;
    margin: 0% auto;
    left: 0;
  }
  .leftbox {
    margin: 0% auto;
    left: 0;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 7%;
  }
  .mark2 {
    margin-left: 35%;
  }
  .content p {
    font-size: 18px;
  }
  .content ol {
    font-size: 16px;
    line-height: 28px;
  }
  span {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .content img {
    width: 88%;
  }
  .clear {
    margin-left: 73%;
    margin-top: -6%;
    font-size: 30px;
  }
  .lio {
    font-size: 19px;
  }
  .content .amount {
    font-size: 17px;
    margin-left: 17%;
    margin-top: -166%;
  }
}
@media screen and (max-width: 585px) {
  .content {
    padding: 3% 1%;
    width: 90%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 6%;
  }
  .mark2 {
    margin-left: 32%;
  }
  hr {
    margin-top: 5%;
    border: 1px dashed #0b2e6c;
  }
}
@media screen and (max-width: 480px) {
  .leftboxs {
    left: 3%;
  }
  .leftbox {
    left: 3%;
  }
  .mark2 img, .mark4 img, .mark6 img {
    width: 80%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 3%;
  }
  .mark2 {
    margin-left: 34%;
  }
  .content p {
    font-size: 16px;
  }
  .content ol {
    font-size: 14px;
    line-height: 24px;
    margin-left: -10px;
  }
  span {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
    text-indent: 16px;
  }
  center img {
    width: 35%;
  }
}
@media screen and (max-width: 424px) {
  html, body {
    background-size: 140%;
  }
  .mark2 img, .mark4 img, .mark6 img {
    width: 75%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 0%;
  }
  .mark2 {
    margin-left: 35%;
  }
  .content ol {
    margin-left: -16px;
  }
  .notice {
    border-radius: 20px;
    width: 88%;
    margin: 2% auto 5% auto;
  }
  h4 {
    text-indent: 10px;
  }
}
@media screen and (max-width: 360px) {
  html, body {
    background-size: 150%;
  }
  .slogan {
    margin-top: 20%;
  }
  .mark2 img, .mark4 img, .mark6 img {
    width: 70%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: -2%;
  }
  .mark2 {
    margin-left: 30%;
  }
  .content p {
    font-size: 14px;
  }
  .content ol {
    font-size: 13px;
    line-height: 22px;
    margin-left: -12px;
  }
  span {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
    text-indent: 14px;
  }
  center img {
    width: 40%;
  }
}
@media screen and (max-width: 320px) {
  .mark2 img, .mark4 img, .mark6 img {
    width: 60%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: -8%;
  }
  .mark2 {
    margin-left: 33%;
  }
  .content ol {
    margin-left: -20px;
  }
  h4 {
    text-indent: 6px;
  }
}
