.contsct-b-box{
  width: 100%;
  height: 100%;

}
.contsct{
  width: 600px;
  max-width: 100%;
  margin: 50px auto;

}
.contsct-box{
  width: 350px;
  max-width: 100%;
  display: block;
  float: left;
}

.contsct-box div{
  width: 100%;
  padding-bottom: 20px;
}

.contsct-box div input{
  font-family: Noto Sans TC;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 20px;
  /* letter-spacing: 5px; */
  font-weight: 100;
}

.contsct-box div textarea{
  font-family: Noto Sans TC;
  width: 100%;
  height: 150px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 20px;
  /* letter-spacing: 5px; */
  resize:none;
  font-weight: 100;
}

div.button input{
  background-color: #0d5609;
  color: #FFF;
  cursor: pointer;
}
.contsct-information{
  width: 200px;
  max-width: 100%;
  display: block;
  float: right;
}

.contsct-information li{
  font-family: Noto Sans TC;
  width: 100%;
  font-size: 17px;
  color: #646464;
  padding-top: 5px;
  padding-bottom: 15px;
  letter-spacing: 3px;
  line-height: 1.6;
  font-weight: 200;
}

.contsct-information li span{
  color: #f05656;
}

.contsct-line{
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
.map{
  width: 100%;
  height: 300px;
  overflow: hidden;
  bottom: 0;
  clear: both;
  position: relative;
}

.map-mask{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  bottom: 0;
}
#contact_form >div{
  position: relative;
}
#contact_form label.error{
  position: absolute;
  left: 0;
  bottom: 4px;
  color: red;
}