.contact-info {
	border: 1px dotted #ccc;
	border-width: 1px 0;
	margin-bottom: 60px;
	padding: 30px 0;
}
.contact-form {
	position: relative;
}
.contact-map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 25.4%;
}
.contact-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
}
.contact-map:hover iframe {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
}
.contact-form .form-wrap {
	margin-left: 25.4%;
	background: #F7F7F7;
	padding: 20px 25px 10px;
	border-left: 3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form .form-head {
    position: relative;
    width: 320px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    z-index: 10;
}
.contact-form .form-head:after {
    content: '';
    display: block;
    background: url('../../images/common/message/gomsg_shadow.png') 50% 0 / 100% 15px no-repeat;
    height: 15px;
    position: absolute;
    z-index: 0;
    left: -8px;
    right: -8px;
    bottom: -8px;
}
.contact-form .form-title {
    border: 2px solid #2660A4;
    background: #fff;
    color: #2660A4;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 14px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-form .form-title .icon {
    margin-left: 14px;
}
.contact-form .reminder {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: calc(100% - 340px);
	margin: 10px 0;
}
.contact-form .form-box {
	margin-top: 25px;
}

@media screen and (max-width: 1140px) {
	.contact-map  {
		position: relative;
		height: 200px;
		width: auto;
		margin-bottom: 3px;
	}
	.contact-form .form-wrap {
		border: 0;
		margin: 0;
	}
	.contact-form .form-wrap {
		padding: 30px 5% 25px;
	}
}
@media screen and (max-width: 1000px) {
	.contact-info {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.contact-form .form-head {
		display: block;
		max-width: 320px;
		width: auto;
		margin: 0 auto 20px;
	}
	.contact-form .form-box {
		margin-top: 0;
	}
	.contact-form .reminder {
		display: block;
		text-align: center;
		width: auto;
	}
}