.mapContactDiv{
	padding-top:75px;
}
.contactDiv{
	padding:54px 0;
}
.contactContentDiv{
	width:80%;
	max-width:1080px;
	padding: 27px 0;
}
.contactBonVivantDiv{
	float:left;
	width: 60%;
	margin-right: 5.5%;
	text-align:left;
}
.contactDataDiv{
	float:left;
	width: 34%;
	text-align:left;
}
h1{
	font-size: 26px;
	color:#9085bf;
	font-weight: 500;
}
h3{
	font-size: 20px;
	color:#9085bf;
	font-weight: 500;
}
p{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 1em;
}
/* master.css內已有統一樣式，不另外再寫，不然選單會變形
body{
	line-height:2em;
}
ul{
	list-style: none;
	padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
}
*/
.et_contact_bottom_container{
	float: right;
	margin-top: -1.5%;
	text-align: right;
}
.et_pb_contact_right{
	display: inline-block;
	min-width: 105px;
	margin: 0;
	text-align: right;
}
.et_pb_contact_right p input{
	max-width: 50px;
	padding: 16px;
}
.et_pb_contact_submit {
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: inherit;
    cursor: pointer;
}
.et_pb_button{
	color: #7f6b98!important;
 	border-color: #7f6b98;
  position: relative;
  padding: .3em 1em;
  border: 2px solid ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.et_pb_button:hover{
  padding: .3em 2em .3em .7em;
  border: 2px solid #7f6b98;
}
.et_pb_button:hover:after{
  content: "\003E";
  position: absolute;
  opacity: 1;
  text-shadow: none;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-variant: none;
  line-height: 1em;
  text-transform: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 1280px){/*小於 1280 (不含)*/
	
}
@media screen and (max-device-width: 1280px){/*裝置小於 1280 (不含)*/
	
}
@media screen and (max-width: 980px){
	.contactContentDiv{
		max-width: 1080px!important;
	}
	.contactBonVivantDiv, .contactDataDiv{
		width: 100%;
    margin-bottom: 30px;
	}
}
@media screen and (max-width: 769px){
	
}
@media screen and (max-device-width: 769px){
	
}