@charset "utf-8";
/* CSS Document */
/* -首頁-社區需求- */
.ind_community_bg {
    background: url(../images/community_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 3.5rem 0px 3.5rem 0px;
    position: relative;
    border-radius: 4px;
    margin: 0 0 40px 0;
}
.ind_community_bg .txtbox{
    width: 52%;
}
.ind_community_bg .txt{
    font-size: 18px; color: #58595b; margin: 0 0 3rem 0;
}
@media only screen and (min-width: 0px) and (max-width: 600px){
.ind_community_bg .txtbox{
    width: 100%;
}
}

.title01{  margin: 0px 0 0 0; padding:0px 0 0px 0px; font-size: 38px; color: #5dafbb;}

/* -定義區塊-btn */
.btn-style01 {
  padding: 8px 50px;
  margin: 0px 0px 0px 0px;
  width: auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  color: #fff;
  background: #ff9433;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  border-radius: 5px;
}
.btn-style01:hover {
  background: #5fb0bb;
  color: #fff;
  transition: all 0.3s ease;
}