body,p,h1,h2,h3,h4,h5,h6,a,li{
  font-family: Microsoft JhengHei;
}
a:hover{
	text-decoration: none;
}
body{
	background-color: #f5f5f5;
}
#logo{
	margin:10px auto;
	width: 191px;
	height: 47px;
}

.title{
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-color: #fff;
	background-image: url("../import/bg.jpg");
	background-size: auto 100vh;
	background-position: center;
	height: 100vh;
	text-align: center;
	font-weight: bold;

}
.title_n{
		font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-color: #fff;
	text-align: center;
}
.places{
	width: 300px;
	height: 100px;
	position: relative;
	float: left;
	background-color: #f7f7f7;
	margin: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
-moz-box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
}
.guide{
	width: 300px;
	min-height: 200px;
	position: relative;
	float: left;
	background-color: #f7f7f7;
	margin: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
-moz-box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
}
.join{
	width: 300px;
	height: auto;
	position: relative;
	float: left;
	background-color: #f7f7f7;
	margin: 5px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
-moz-box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
}
.guide img{
	width: 100px;
	float: left;
	margin-right: 5px;
}
.join img{
	width: 100px;
	float: left;
	margin-right: 5px;
}
.places img{
	width: 100px;
	float: left;
	margin-right: 5px;
}
#places_add{
	position: absolute;
	top: 0px;
	right: 0px;
}
.index_text{
	margin-top:40vh;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bolder;
}
#index_button{
	margin-top:5vh; 
}
.holder{
	width: 1040px;
	margin: 0 auto;
}
.work_card{
margin: 10px AUTO;
padding: 20px;
background-color: #fff;
width: 240px;
height: auto;
float: left;
line-height: 28px;
-webkit-box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
-moz-box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
box-shadow: 0px 5px 0px 0px rgba(224,224,224,1);
}
.work_card_logo{
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
}
.work_card_logo img{
	width: 100%;
	height: auto;

}
.work_card_title{
	font-size: 18px;
	color: #989898;
}
.work_card_count{
	font-weight: bold;
	color: red;
}
.word_card_company{
	font-size: 25px;

}
.work_card_content{
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
	height: 100px;
	overflow-y: auto;
}
.footer{
  border-top: 1px solid #f5f5f5;
  height: 140px;
  width: 1000px;
  margin: 10px auto;
}
.footer_right{
  text-align: right;
  font-size: 12px;
  color: #959595;
  float: right;
  line-height: 18px;
  margin-top: 10px;
}
.footer_left{
  float: left;
  text-align: right;
  margin-top: 10px;
}
.footer_left a img:hover{
   -webkit-filter:contrast(130%) ;
   filter:contrast(130%) ;
}
h4{
	color: #507600;
}
/*RWD* 手機版本*/
 @media screen and (max-width:800px){

.holder{
	width: 100%;
	margin: 0px;
} 	
.work_card{
margin: 30px auto ;
padding: 20px;
background-color: #fff;
width: 100%;
height: auto;
line-height: 28px;
}
.work_card_logo{
	width: 50%;
	height: auto;
}
.work_card_logo img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.footer{
  width: 100%;
}
.footer_left{
  float: none;
  margin: 10px auto;
  width: 100%;
  text-align: center;

}
.footer_right{
  text-align: center;
  float: none;
}
 }
 /*RWD* 手機版本*/