

#contact_map {
	height: 100%
}

#contact_map iframe {
	width: 100%;
	border-radius: 5px;
	height: 100%
}

.group-address .icon svg {
	height: 18px;
}

#contact_map p {
	height: 100%;
}




.section-contact {
	/* background: #f3f3f3; */
	padding: 50px 0;
}

.section-contact__desc {
	margin-bottom: 30px;

}

.section-contact__desc p {
	color: #727272;
}

.section-contact__form {
	max-width: 750px;
	margin: 0 auto;
}

.group_contact:not(:last-child) {
	margin-bottom: 15px;
}


.section-contact textarea.form-control {
	height: 150px;
}

#contact_map {
	line-height: 0;
}

#contact_map iframe {
	width: 100%;
	height: 250px;
}
.contact-block{

}
.group_contact .form-control {
	border: 1px solid #dee0ea;
	height: 48px;
	border-radius: 30px;
	padding: 10px 15px;
}
.group_contact textarea.form-control{
	height: 192px;
	resize: none;
	padding: 20px 15px;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.contact-block__ttl{
	font-size: 30px;
	margin-bottom: 10px;
}
.contact-block__desc{
	color: #727272;
	margin-bottom: 30px;
}
.contact-block__info{
	position: relative;
}
.contact-block__info::before{
	content: "";
	position: absolute;
	top: 0;
	left: -49px;
	/* width: 100%; */
	border-left: 1px dashed #dee0ea;
	height: 100%;
	pointer-events: none;
	border-radius: 5px;
	z-index: 1;
}
.contact-block__info-item{
	align-items: center;
	gap: 20px;
}
.contact-block__info-item:not(:last-child){
	
    border-bottom: 1px dashed #dee0ea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-block__info-item:hover .contact-block__info-icon::before{
	border-color: var(--color-main2);
	border-style: dashed;
	animation: rotate 4s linear infinite;
}
.contact-block__info-title{
	font-size: 20px;
}
.contact-block__info-icon{
	width: 60px;
    height: 60px;
	/* border: 1px solid #dee0ea; */
    border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.contact-block__info-icon::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;

	width: 60px;
	height: 60px;
	border: 1px solid #dee0ea;
	border-radius: 50%;
}
.contact-block__info-icon img {
    width: 24px;
    height: 24px;
}

.contact-block__info-ct{
	width: calc(100% - 80px);
}
@media (max-width: 991px) {
	#contact_map iframe {
		height: 450px
	}
}
