@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700');

body {
            font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
            font-family: 'Oswald', '微軟正黑體' !important;
            font-size: 30px;
            background: #000;
            padding: 0;
            margin: 0;
            color: #fff;
        }

      img {
            width: 100%;
            outline: none;
            border: 0;
        }
        
        .img-responsive {
            display: block;
            max-width: 100%;
            height: auto;
        }

      .title {
            font-size: 1.8em;
            line-height: 1.3em;
            color: #fff;
        }
        
       
        .text {
            font-weight: 300;
            font-size: 20px;
            line-height: 1.3em;
            margin-top: 1em;
            margin-bottom: 1em;
            color: #ddd;
            font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
            font-family: 'Roboto Condensed', '微軟正黑體' !important;
        }
        


.mbbox{                      
      overflow: hidden;
}


.mbimage .text{
  text-align: center;
  margin-top:2%;
  margin-bottom:0%;
  font-size:20px;  
  height:60px;

}

.mbimage a{
  text-decoration: none;
}
.mbbox ol{
  width:80%;
  margin:0 auto;
  padding-top:0%;
  padding-left:8%;
}

.mbbox ol li{
    float:left;
    width:14%;
    margin-right:2%;
    margin-left:2%;
  
}

.mbbox ol li img{
    transition: all 0.1s linear;
      -webkit-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
}

.mbbox ol li img:hover{
    transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);  
}


header{
  height:90px;

}
header img{
  width:200px;
  margin-top:30px;
  margin-left:10%;
}




footer{
  margin-top:0%;  
  padding-top:4px;
  border-top:1px solid #1A1A1A;
  padding-bottom:4px;
  text-align: center;
  font-size:14px;
  color:#999;  
  background-color:#000;
  width:100%;
  position: relative;
  margin-bottom:10px;
}

footer .text{
  font-size:16px;
}
footer .consize{
  margin-top:10px;
}

footer a{
  color:#999;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

footer a:hover{
  color:#fff;
}

/*TOP*/

#gotop {
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  margin: 10px;
  padding: 14px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
}

#gotop img {
  margin: 0 auto;
}

#gotop:hover {
  background-color: #666;
}


@media screen and (max-width: 1440px) {
  .mbimage .text{
  text-align: center;
  margin-top:4%;
  margin-bottom:0%;
  font-size:16px;  
  height:60px;

}


.mbbox ol li{    
    width:18%;
    
}


}




@media screen and (max-width: 960px) {



    .mbbox ol li{
        float:left;
        width:40%;
        margin-right:4%;
        margin-left:4%;      
    }

    .mbbox ol{  
  padding-left:0%;
}



}


@media screen and (max-width: 640px) {

.mbbox{
  margin-top:6%;
}



.mbimage .text{
  margin-bottom:10%;
  font-size:14px;
  height:30px;
}


    footer{        
    margin:0 auto;
    margin-top:20px;
    margin-bottom:10px;
    width:80%;    
  }

 /*TOP*/
  #gotop {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0px;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family: Arial, Helvetica, sans-serif;
  }
 

}

