/* .contact_item .shareBtn img{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
} */

.web_th .brief{line-height: 1.5; margin-top: 16px;}
@media only screen and (max-width: 980px) {
	.web_th .brief{margin-top: 10px;}
}

/* contact_box */
.contact_box{position: relative; z-index: 1;}
.contact_inner{box-shadow: 0px 20px 29px 0px rgba(0,0,0,0.16); padding: 20px 3.5% 4.5%; position: relative; background: #fff;}
.contact_inner::before{position: absolute; left: 50%; top: 10%; height: 70%; width: 1px; content: ''; background: #e5e5e5;}
.contact_info{width: 46%;}
.contact_info .web_th .title{color: var(--commonColor);}
.contact_list{margin-top: 3%;}
.contact_item{margin-bottom: 5%; position: relative; padding-left: 52px;}

.contact_item .item_icon{width: 36px; height: 36px; display: block; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: 100% auto; position: absolute; left: 0; top: 6px;}
.item_icon_phone{background-image: url(../img/c_phone.png);}
.item_icon_fax{background-image: url(../img/c_fax.png);}
.item_icon_whatsapp{background-image: url(../img/c_whatsapp.png);}
.item_icon_email{background-image: url(../img/c_email.png);}
.item_icon_add{background-image: url(../img/c_add.png);}

.contact_item .title{margin: 20px 0 0;}
.contact_item .con_info{margin-top: 4px; line-height: 1.25;}
.contact_item .con_info a{transition: color 0.3s ease; color: inherit;}
.contact_item .con_info a:hover{color: var(--commonColor);}

.contact_item:hover .item_icon{animation: swing 0.5s;}

.contact_icon{margin: 8% 0 0;}
.contact_icon .shareBtn{display: inline-block; width: 42px; height: 42px; border-radius: 50%; background: #000; padding: 6px; margin-right: 5%;}
.contact_icon .shareBtn:last-child{margin-right: 0;}
.contact_icon .shareBtn:hover{background: var(--commonColor);}
.contact_icon .shareBtn:hover img{animation: swing 0.5s;}

@media only screen and (max-width: 980px) {
	.contact_inner{flex-direction: column; padding: 6px 20px 30px;}
	.contact_inner::before{width: 0;}
	.contact_item{padding-left: 48px;}
	.contact_info{width: 100%;}
	.contact_icon .shareBtn{width: 38px; height: 38px; padding: 6px; margin-right: 15px;}
}

/* contact_form */
.contact_form{width: 46%;}
.form_div{margin-top: 30px;}
.input_item{width: 100%; margin-bottom: 5%;}
.form_input .input_item:nth-child(-n+2){width: 47%;}
.form_input .input_item:last-child{margin-bottom: 0;}
.input_item p span{color: #ED2736; padding-right: 5px; margin-left: -11px;}
.input_item input, .input_item textarea{border-radius: 0; border: none; border-bottom: 1px solid #999; width: 100%; font-size: 16px; height: 36px; line-height: 36px; margin-top: 4px; font-family: 'AkzidenzGroteskBQ-Light';}
.input_item textarea{line-height: 28px; height: 112px; margin-top: 10px;}

.form_btn .submit_btn{background: #000; color: #fff; line-height: 28px; padding: 8px 60px; height: 44px; width: auto; font-size: 16px; margin: 8% 0 0; transition: all 0.3s ease; font-family: 'AkzidenzGroteskBQ-Light'; border: none;}
.form_btn .submit_btn:hover{background: var(--commonColor);}

@media only screen and (max-width: 950px) {
	.contact_form{width: 100%; margin-top: 24px;}
	.form_input .input_item:nth-child(-n+2){width: 100%;}
	.input_item{width: 100%; margin-bottom: 15px;}
	.form_btn .submit_btn{margin-top: 15px;}
	.form_div{margin-top: 20px;}
	.form_left .web_th .title{font-size: 24px;}
}


/* contact_map */
.contact_map{position: relative; z-index: 0; margin-top: -3.6%;}
.contact_map iframe{display: block; width: 100%; height: 700px;}

@media only screen and (max-width: 1450px) {
	.contact_map iframe{height: 650px;}
}
@media only screen and (max-width: 1350px) {
	.contact_map iframe{height: 610px;}
}
@media only screen and (max-width: 1200px) {
	.contact_map iframe{height: 580px;}
}
@media only screen and (max-width: 950px) {
	.contact_map{margin-top: 20px; position: relative; z-index: 0;}
	.contact_map iframe{height: 320px;}
}








