/**/

.add:hover {
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
    cursor: pointer;
    position: inherit;
    z-index: 2;
    float: right;
}

.add {
    width: 50px;
    height: 50px;
    background: #e11515;
    text-align: center;
    cursor: pointer;
    position: inherit;
    z-index: 2;
    float: right;
    line-height: 10px;
}
.add div {
    height: 6px;
    background: white;
    display: inline-block;
    transition: 0.3s;
    width: 40px;

}
.add .add2 {
  margin-top: 15%;
  transform-origin: left;
  border-radius:3px;
}
.add .add3 {
  margin-top: 15%;
  transform-origin: left;
  border-radius:3px;    
}
.add .add4 {
  margin-top: 15%;
  transform-origin: left;
  border-radius:3px;    
}

.addfulid {
  position: fixed;
    width: 100%;
    height: 100%;
    background: #000000ed;
    z-index: 1;
    top: 0%;
    transition: 1s;
    opacity: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 35px;
    color: white;
    font-family: Microsoft JhengHei;
    justify-content: center;
}
/*@media screen and (max-width: 640px) {
  .addfulid {
    height: 570px;
  }
}*/
@media screen and (max-width: 360px) {
  .addfulid {
    height: 640px;
  }
}
.addfulid title {
  width: 40%;
  height: 700px;
  border: 3px solid white;
  position: fixed;
  display: none;
}
@media screen and (max-width: 1220px) {
  .addfulid title {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .addfulid title {
    height: 360px;
  }
}

@media screen and (max-width: 414px) {
  .addfulid title {
    height: 360px;
    width: 80%;
  }
    

  .addfulid div a:nth-child(1) {
    font-size: 30px;
  }

}
@media screen and (max-width: 360px) {
  .addfulid title {
    height: 360px;
    width: 80%;
  }
    

  .addfulid div a:nth-child(1) {
    font-size: 30px;
  }

}

.addfulid div {
  cursor: pointer;
  transition: 0.3s;

  position: relative;
  height: 99px;
  
  text-align: center;
  display: none;
}
@media screen and (max-width: 640px) {
  .addfulid div {
    height: 77px;
  }
}
@media screen and (max-width: 360px) {
  .addfulid div {
   
    height: 70px;
  }
    .addfulid div a {
    font-size: 40px;
    }        
}
.addfulid div a {
  display: block;
  margin-top: 23%;
  animation: jeff 0.3s linear 0.7s forwards;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}
@media screen and (max-width: 1220px) {
  .addfulid div a {
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .addfulid div a {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .addfulid div a:nth-child(1) {
    font-size: 30px;
  }
}

.addfulid div a:hover {
  color: orange;
  letter-spacing: 4px;
}

@keyframes jeff {
  0% {
    margin-top: 23%;
  }
  100% {
    margin-top: 0%;
  }
}
@keyframes circle {
  0% {
    padding: 30%;
  }
  100% {
    padding: 0%;
  }
}
@keyframes final {
  0% {
    padding: 0%;
  }
  100% {
    padding: 30%;
  }
}

.mid {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.content {
  width: 300px;
  height: 300px;
}
.content img {
  width: 100%;
}

div.signin {
  display: inline-flex;
  font-size: 25px;
  margin-top: 2%;
  justify-content: center;
}
@media screen and (max-width: 640px) {
    div.signin {
        font-size: 12px;
  }
}
div.signin span {
  margin-left: 6%;
  font-family: Microsoft JhengHei;
}
div.signin span:hover {
  color: orange;
  transition: 0.5s;
}

.signinup {
  position: fixed;
  width: 100%;
  height: 900px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0%;
  transition: 1s;
  opacity: 0;
  display: inline-flex;
  font-family: Microsoft JhengHei;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sign {
    width: 20%;
    height: 250px;
    background: #ffffff94;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    opacity: 0;
    transition: 1s;
}

.sign input {
    border: 0px solid #d94386;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.5);
    background: rgba(86, 39, 39, 0);
    padding: 22px 0px;
    outline: medium;
    width: 90%;
}

input::placeholder {
  color: white;
}
html {
  width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
  -webkit-text-size-adjust: none;
}


body {
    background: #09102a url(../images/game/game5/body_bg6.jpg); 
  background-repeat:no-repeat; 
  background-position: center top;
  
  color:#525252;
  background-color: #322f2f;
  position:relative;
  min-width:960px;
  height: 100%;
  min-height: 100%;
}
html, body {
  height:100%;
}
h1, h3, h4, h5, h6 {
  font-family: Microsoft JhengHei;
  font-weight: bold;
  color: #525252;

}




body nav {
    position: absolute;
    right: 0;
    color: white;
    top: 0;
    z-index: 999;
}

body nav ul {
    padding: 0;
    margin: 0;
    padding: 5px;
    float: right;
}

body nav ul li {
    display: inline-block;
    border: 1px solid #ffffff33;
    width: 140px;
    text-align: center;
}

body nav ul li a {
    padding: 10px;
    display: block;
    color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 9px;
    font-family: Microsoft JhengHei;
}

.logo {
    
    top: 0;
    left: 0;
    z-index: 1;
    position: inherit;
}

body .enter {
    position: absolute;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-family: "Microsoft JhengHei";
}

body button:hover {
    background-image: linear-gradient(to top, #eea70a 0%, #e85076 100%);
    color: #FFF;
    border-radius: 9px;
    font-size: 18px;
    border-style: solid;
    font-family: Microsoft JhengHei;
    width: 90px;
    height: 32px;
    border-style: none;
    box-shadow: 0px 15px 10px -15px #000;
    cursor: pointer;
}


body button {
    background-image: linear-gradient(to top, #9925ca 0%, #e85076 100%);
    color: #FFF;
    border-radius: 9px;
    font-size: 18px;
    border-style: solid;
    font-family: "Microsoft JhengHei";
    width: 90px;
    height: 32px;
    border-style: none;
    box-shadow: 0px 15px 10px -15px #000;
    cursor: pointer;
    
}

.nav-right {
    float: right;
    padding-top: 18px;
    padding-right: 10px;
    
}

.nav-signout{
   float: right;
   padding: 8px;  


}


.nav-right button:hover, .nav-right button:focus {
    background-color: #ffffff;
    color:  #7b4717;

}

.nav-signout button:hover, .nav-signout button:focus {
    background-color: #ffffff;
    color:  #4F4F4F;

}
.nav-right button {
    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    float: right;
    margin-top: 3px;
}

.nav-signout button{


    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    float: left;

    
}


.container {
    width: 1200px;
    margin: 0px auto;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


input {
  border-radius: none !important;
}

p {
  margin-bottom: 10px;
  margin-top: 10px;

}

p.p1 {
  margin-bottom: 10px;
}



/*navbar
=================*/
.navbar{
    margin:0 auto;
    background:#000;
    width:1000px
}
#myNavbar{
    margin:0 auto;
    width:680px;
}
#myNavbar>ul>li>a{
    font-size: 18px;
    color:#fff;
}
#myNavbar>ul>li>a{
    position: relative;
    color:#fff;
    bottom:-40px;
    border-radius: 10px 10px 0 0;
    margin-left:4px;
    padding:10px 18px 10px 18px;
    -ms-transform: skew(-10deg, 0deg);
     /*IE 9 */
    -webkit-transform:skew(-10deg, 0deg);
    /*Chrome, Safari, Opera */
    transform: skew(-10deg, 0deg);
    text-decoration: none;
}
.navbar-nav {
    margin: 0 -15px;
}
#navBtn-a{    
    background-color:#d12334;
}
#navBtn-b{
    background-color:#61368a;
}
#navBtn-c{
    background-color:#f29018;
}
#btnJoinnow{
    position:relative;
    top:18px;
    left:100px;
    cursor: pointer;    
}

li{
  color: #ad0b64;
  font-size: 16px;
}

address {
  font-style: normal;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.list li {
  padding-left: 27px;
  margin-bottom: 16p
  position: relative;
}

ul.list li a {
  color: #41dcf3;
}

ul.list li a:after  {
  position: absolute;
  width: 16px;
  height: 17px;
  left: 0;
  top: 2px;
  content: '';
  pointer-events: none;
  display: block;
  background: url(../images/marker.png) 0 0 no-repeat;
}

ul.list li a:hover {
  color: #525252;
}

ul.list li a:hover:after {
  background-position: 0 bottom;
}

h2 {
  font-family: Microsoft JhengHei;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;

}


h3 {
  font-size: 21px;
  line-height: 20px;
  color:#322f2f;
  font-family: Microsoft JhengHei;

}

span{
    font-size: 14px;
    font-family: Microsoft JhengHei;
  color: #f9de0b;;
}
/*links*/

li button  {
  
    color: #fff;
    background-color: #4F4F4F;
    border-color: #4F4F4F;


}


a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

a.btn {
  color: #fff;
  display: inline-block;
  background: #322f2f;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  padding: 3px 24px 2px 23px;
}

a.btn:hover {
  background-color: #41dcf3;
  color: #fff;
}

a:hover {
  color: #41dcf3;

}


a.link-1 {
  color: #41dcf3;
}

a.link-1:hover {
  color: inherit;
}

/*preclass*/

.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}

.pad1 {
  padding-right: 40px;
}

.pad2 {
  padding-right: 15px;
}

.pad3 {
  padding-right: 80px;
}


.pt0 {
  padding-top: 0;
}


.img_inner {
  margin-top: 2px;
  margin-bottom: 15px;
  max-width: 100%;
   -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.content h3.head1 {
  margin-bottom: 22px;
}

.fleft {
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 6px;
}

.fright {
  float: right !important;  
}

.alright {
  text-align: right;
}
.center {
  text-align: center;
}
.wrapper, .extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}

.cl1 {
  height: 16px;
}

.cl2 {
  height: 28px;
}


.hor_separator {
  padding-top: 44px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 4px;
}

.hor_separator.hor1 {
  margin-top: 29px;
}

.block1 {
  margin-bottom: 20px;
  margin-top: -2px;
}

.content.projects .box h3 {
  margin-top: 0;
}
/*head
er*/

    
header{

    margin: 0;
    background: #000;
}

header{
    font-family: "Microsoft JhengHei";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
   

}

.box {
  padding: 29px 18px 17px;
  background: url(../images/box_bg.png) 0 0 repeat;
  text-align: center;
  position: relative;
}

.box:hover {
  background: #322f2f;
  color: #fff;
}

.box h3, .content.projects .box h3 {
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d2d1d1;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.box i {
  text-align: center;
  display: block !important;
  margin-bottom: 11px;
  font-size: 36px;
  line-height: 36px;
  top: 98px;
  color: #322f2f;
}

.box:hover i {
  color: #fff;
}

.content.projects .box {
  margin-top: 1px;
}

.box:hover h3 {
  color: #fff;
}

.box:hover a.btn {
  background-color: #41dcf3;
}


.content
.emp_box .box {
  background: #f9f9f9;
  padding-top: 14px;
  margin-top: 3px;
  text-align: left;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}

.emp_box .box p {
  margin-bottom: 10px;
}

.emp_box .box img {
  float: left;
  margin-top: 5px;
  margin-right: 12px;
}
.emp_box .box a {
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}

.hor_separator {
  border-color: transparent !important;
}


.content
.emp_box .box:hover {
  background-color: #41dcf3;
}

.emp_box .box a:hover {
  color: #fff;
  text-decoration: underline;
}

.content time {
  color: #41dcf3;
  margin-bottom: 10px;
  display: inline-block;
}


.projects .box:hover {
  background-color: #41dcf3 !important;
}

.projects .box:hover a.btn {
  background-color: #322f2f !important;
}

/***Icons**/

/*Content*/

.content.page1 {
  padding-bottom: 45px;
  padding-top: 0;
}



.content.page1 h3 {
  margin-top: 49px;
  margin-bottom: 24px;
}

.content h3 {
  margin-top: 46px;
  margin-bottom: 24px;
}

.prv h3 {
  margin-bottom: 19px;
}

.content.page1 .emp_box .box {
  margin-top: 2px;
}

.hor_separator.hor2 {
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 44px;
  padding-bottom: 4px;
  border-top: 1px solid #D4D4D4;
  padding-top: 0;
}


img{
    max-width: 100%;
}


/****Map***/

.map {
  padding-top: 2px;
}

.map figure {

     -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 15px;
 display: block;
}
.map figure iframe {
  width: 100%;
  height: 306px;
  max-width: 100%
}

address dd span {
  min-width: 83px;
  display: inline-block;
}

address dt p {
  margin-bottom: 10px;
}

.banner01{
  background-image: url(../images/slide.jpg)0 0 repeat;
    width: 100%;
}
/************Footer***********/

footer {
      display: block;
    padding-top: 37px;
    background-color: #322f2f;
}

/*******規則**********/
body .goldContent .list_Content.paiMingAllDiv {
    position: relative;
}
body .goldContent .list_Content {
    width: 100%;
    height: auto;
    background: #005e2c;
    width: 90%;
    padding-bottom: 3%;
    margin: 0 auto;
    margin-top: 10px;
}

body .goldContent .list_Content .titleDiv {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    height: 40px;
    overflow: hidden;
}
body .goldContent .list_Content.paiMingAllDiv .contentDiv {
    width: 100%;
    height: auto;
}

/***我的獎金***/
body .goldA {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
body .goldA .list_C {
    width: 100%;
    height: auto;
    background: #f0b01b;
    width: 90%;
    padding-bottom: 3%;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 1px 1px 3px 2px rgba(20%,20%,40%,0.5);
    border-radius: 9px;
    box-shadow: 2px -1px 11px #FFFCFC;
   -webkit-box-shadow: 2px 1px 40px #f7e16a;
}

body .goldA .rulesB {
    position: relative;
}

body .goldA .list_C .titleA .icon {
    color: rgb(255, 255, 255);
    cursor: pointer;
    float: right;
    width: 7%;
    margin-right: 28px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
    margin-top: 4px;
}


body .goldA .list_C .titleA .icon1 {
    color: #FFF;
    cursor: pointer;
    float: right;
    width: 7%;
    margin-right: 9px;
   filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
    margin-top: 4px;
}


body .goldA .list_C .titleA {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    height: 57px;
    overflow: hidden;
    top: 14px;
}

body .goldA .list_C .titleA .title_B {
    width: 100px;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    
    font-family: "Microsoft JhengHei";
    font-size: 22px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    
}

h3 {
    
    color: #FFF;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-size: 25px;
   
    text-shadow: rgb(255, 255, 255) 0px 0px 7px;

}

body .goldA .list_C.rulesB .list_frame {
    width: 82%;
    padding: 4% 6%;
    margin: 0 auto;
    background: #ffffffbf;
    position: relative;
    overflow: hidden;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

body .goldA .list_C.rulesB .list_frame span.list_Time {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #946a06;
    font-family: "Microsoft JhengHei";
    text-align: center;
}

body .goldA .list_C.rulesB .list_frame span.list_Time {
    width: 54%;
    text-align: center;
}

body .goldA .list_C.rulesB .list_frame span.list_Things {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #946a06;
    font-family: "Microsoft JhengHei";
    text-align: center;
}

body .goldA .list_C.rulesB .list_frame span.list_Things {
    width: 39%;
}
body .goldA .list_C .bg_Dashed {
    width: 100%;
    height: 3px;
    border-top: solid;
    margin: 9px auto;
    color: #946a06;
    margin-bottom: 10px;
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
}

body .goldContent {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

body .goldContent .list_Content.rulesActivity {
    position: relative;
}

body .goldContent .list_Content {
    width: 100%;
    height: auto;
    background: #b7261d;
    width: 90%;
    padding-bottom: 3%;
    margin: 0 auto;
    margin-top: 23px;
    box-shadow: 1px 1px 3px 2px rgba(20%,20%,40%,0.5);
    border-radius: 9px;
    box-shadow: 2px -1px 11px #FFFCFC;
    -webkit-box-shadow: 2px -1px 11px #fffcfc73;
}

body .goldContent .list_Content .titleDiv {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    height: 57px;
    overflow: hidden;
    top: 14px;
}


body .goldContent .list_Content .titleDiv .title_Div {
    width: 100px;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
   
    font-family: "Microsoft JhengHei";
    font-size: 22px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    
}


body .goldContent .list_Content.rulesActivity .list_Rules {
    width: 82%;
    padding: 4% 6%;
    margin: 0 auto;
    background: #f5cccc;
    position: relative;
    overflow: hidden;
}

h4 {
    color: #926402;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
    font-weight: bold;
}

span {
    color: red;
    font-family: Microsoft JhengHei;
    font-weight: bold;
}






/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 1024px) {
body {
    background: url(../images/game/game5/body_bg7.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
    
body nav ul li {
    
    width: 120px;
    
}
    
#tb-logo img{
 width:15%;
}
 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
  overflow: visible ;
}


.pad1, .pad2, .pad3 {
  padding: 0;
}
.slider_wrapper  {
  height: 337px !important;
}

.emp_box .box img {
  width: 100%;
  margin-bottom: 20px;
  float: none;
  margin-right: 0;
}

.caption {
    top: 120px !important;
    font-size: 20px !important;
    width: 230px !important;
}



   
.nav-right button {
    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    float: right;
    margin-top: 3px;

}

.nav-signout button {
    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    margin-top: 3px;
    float: left;
}


h2 {
  font-family: Microsoft JhengHei;
    font-size: 16px;
    color: #322f2f;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;

}

}




@media only screen and (max-width: 995px) {
 body {

min-width:768px;
}
    
body nav ul li {
    
    width: 120px;
    
}    

#tb-logo img{
 width:20%;
}

 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
  overflow: visible ;
}


.pad1, .pad2, .pad3 {
  padding: 0;
}
.slider_wrapper  {
  height: 337px !important;
}

.emp_box .box img {
  width: 100%;
  margin-bottom: 20px;
  float: none;
  margin-right: 0;
}

.caption {
    top: 120px !important;
    font-size: 20px !important;
    width: 230px !important;
}


.nav-right button {
    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    float: right;
    margin-top: 3px;

    
 }


.nav-signout button {
   
    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    float: left;
    margin-top: 3px;

    
 }

h2 {
  font-family: Microsoft JhengHei;
    font-size: 16px;
    color: #322f2f;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;

}

}

@media screen and (min-width: 768px){
.goldContent {
    width: 768px!important;
}
.goldA{
     width: 768px!important;
    
}
}
 @media only screen and (max-width: 768px) {
body {
min-width:420px;
}

body nav ul li {
    
    width: 90px;
    
}

body .enter {
    position: relative;
    font-size: 16px;
    text-align: center;
    font-family: "Microsoft JhengHei";
    top: 15px;
    


}     

#tb-logo img{
 width:20%;
}

.content.projects .box {
  margin-bottom: 25px;

}

.emp_box .box {
  margin-bottom: 25px;
}

.page1_block {
  margin-bottom: 20px;
}

.page1_block .box h3 {
  margin-bottom: 30px;
}

.page1_block .box {
  margin-bottom: 25px;
}

.cl1, .cl2  {
  height: 0;
}


.slider_wrapper  {
  height: 189px !important;
}

.img_inner {
  width: 100%;
}


.img_inner.fleft {
  float: none;
  margin-top: 20px !important;
}


.img_inner {
 float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 10px !important;
}


header h1 {
  float: none;
  position: relative; 
}

header h1 a {
  margin: 0 auto;
  height: auto;
  width: 60%;
}

header h1 a img {
  width: 100%;
}


.map figure iframe {
  width: 100%;
  height: 300px;
}

footer div {
  float: none !important;
}

.caption {
  display: none !important;
}

.logos li {
  border: none !important ;
  float: none;
  width: auto;
}

.copy {
  font-size: 12px;
}

}
 @media only screen and (max-width: 479px) {
 
 body {
min-width:300px;
}


#tb-logo img{
 width:20%;
}
.nav-right {
    float: right;
    
}

.nav-signout {
    
    float: right;
    


}

input {
  
    font-size: 8px;
   
}
.slider_wrapper:after {
  width: 300px !important;
}

.slider_wrapper {
  height: 135px !important;
}


 .map figure iframe {
  width: 100%;
  height: 150px;
}

header h1 a img{


text-align: center;

}



.nav-right button {
    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin: 7px 0px;



}



.nav-signout button {
     color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin: 3px 0px;



}

 }
@media screen and (min-width:320px) and (max-width:414px){ 
  body {
    background: url(../images/game/game5/body_bg8.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
} 
    
table.blueTable {
    width: 89% !important;    
}
}
@media only screen and (max-width: 375px) {

    

input {
    font-size: 12px;
    width: 95%;
}


#tb-logo img{
 width:20%;
}

.nav-right {
    float: right;  
    margin: -5px 1px;

}


.nav-signout {
    float: right;  
    margin: 2px 1px;

}

.nav-right button {
    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin-right: inherit;
}



.nav-signout button {
    color: #fff;
    background: -webkit-linear-gradient(top,#afabab 0,#444444 100%);
    padding: 5px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin-right: inherit;
}

}


@media only screen and (max-width: 360px) {

table.blueTable tfoot .links a {
    
    padding: 1px 4px!important;
    
}
#tb-logo img{
 width:20%;
}
.nav-right {
    float: right;
    
}


.nav-signout {
    float: right;
    margin: 1px 1px;
}

input {
    font-size: 12px;
    width: 95%;
}

}



@media only screen and (max-width: 320px) {

 


#tb-logo img{
 width:20%;
}


.nav-right {
    float: right;
    
}



.nav-signout {
    float: right;
  
}
}


/*table*/
table.blueTable {
  border: 1px solid #FFF;
  background-color: #f7f4d7;
  width: 59%;
  height: 57px;
  text-align: center;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  color: #9e9e9e;
  margin-top: 2px;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #FFFFFF;
  padding: 7px 0px;
}
table.blueTable tbody td {
  font-size: 16px;
}
table.blueTable tr:nth-child(even) {
  background: #ceefef;
}
table.blueTable thead {
  background: #53D8D8;
  background: -moz-linear-gradient(top, #7ee2e2 0%, #64dcdc 66%, #53D8D8 100%);
  background: -webkit-linear-gradient(top, #7ee2e2 0%, #64dcdc 66%, #53D8D8 100%);
  background: linear-gradient(to bottom, #7ee2e2 0%, #64dcdc 66%, #53D8D8 100%);
  border-bottom: 2px solid #FFFFFF;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFF;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #FFFFFF 100%);
  border-top: 1px solid #FFFFFF;
}
table.blueTable tfoot td {
  font-size: 12px;
}

table.blueTable tfoot .links a{
  display: inline-block;
  background: #53D8D8;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/*---------table----------*/


tr {
    height: 25px;
    background-color: #e0e0e0;
    font-size: 15px;
    border: 2px #fffcfc solid;
}

.wcd-th {
    width: 11%;
}
th {
    color: #fff;
    background: #eea70a;
    text-align: center;
    padding: 5px!important;
    font-family: Microsoft JhengHei;
    
}
td {
    color: #717171;
    padding: 5px!important;
    text-align: center;
    font-family: Microsoft JhengHei;
    
}
