.contact > .inner > div {
	padding-bottom: 100px;
}
.contact .sec1 .info {
	gap: 40px;
	margin-top: 80px;
}
.contact .sec1 .info .flex {
	gap: 40px;
}
.contact .sec1 .info h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 800;
}
.contact .sec1 .info p {
	flex: 1;
	font-size: 22px;
	font-weight: 500;
}


.contact .sec2 .box {
	margin-top: 50px;
}
.contact .sec2 .box > p {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
.contact .sec2 .box .flex {
	gap: 30px;
}
.contact .sec2 .box .flex > div {
	flex: 1;
	border-radius: 20px;
	border: 1px solid #AAA;
	box-sizing: border-box;
	overflow: hidden;
}
.contact .sec2 .box .flex > div p {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -1.5px;
	padding: 10px 0;
}
.contact .sec2 .box .flex > div > div {
	padding: 30px 0;
	color: var(--key-color);
	font-size: 30px;
	letter-spacing: -1.5px;
}
.contact .sec2 .box .flex > div > div strong {
	font-size: 40px;
	letter-spacing: -2px;
}


.contact .sec3 {
	padding: 150px 0;
}
.contact .sec3 .grid4 {
	margin-top: 80px;
	gap: 50px;
}
.contact .sec3 .grid4 > div {
	width: calc(25% - 38px);
}
.contact .sec3 .grid4 > div .icon {
	position: relative;
	width: 100%;
	height: 147px;
	margin: 0 auto 15px;
}
.contact .sec3 .grid4 > div .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.contact .sec3 .grid4 > div .num {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background: var(--key-color);
	color: var(--white);
	font-size: 22px;
	font-weight: 700;
	margin-right: 10px;
}
.contact .sec3 .grid4 > div strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 700;
}
.contact .sec3 .grid4 > div a {
	display: block;
	width: 157px;
	height: 62px;
	line-height: 62px;
	border-radius: 50px;
	font-size: 22px;
	font-weight: 700;
	margin: 15px auto 0;
}




#footer {
	margin-top: 0!important;
}


@media screen and (max-width: 1460px) {
}
@media screen and (max-width: 1024px) {
	.contact > .inner > div {
		padding-bottom: 60px;
	}
	
	.contact .sec1 .info {
		margin-top: 60px;
	}
	.contact .sec1 .info h4,
	.contact .sec1 .info p {
		font-size: 18px;
	}
	
	.contact .sec2 .box > p {
		font-size: 26px;
	}
	.contact .sec2 .box .flex {
		gap: 15px;
	}
	.contact .sec2 .box .flex > div p {
		font-size: 24px;
	}
	.contact .sec2 .box .flex > div > div strong {
		font-size: 34px;
	}
	.contact .sec2 .box .flex > div > div {
		font-size: 26px;
	}
	
	.contact .sec3 {
		padding: 100px 0;
	}
	.contact .sec3 .grid4 {
		gap: 15px;
		margin-top: 40px;
	}
	.contact .sec3 .grid4 > div {
		width: calc(25% - 12px);
	}
}
@media screen and (max-width: 768px) {
	.contact > .inner > div {
		padding-bottom: 30px;
	}
	
	.contact .sec1 .info {
		gap: 20px;
		margin-top: 40px;
	}
	
	.contact .sec2 .box > p {
		font-size: 20px;
	}
	.contact .sec2 .box .flex > div {
		flex: none;
		width: 100%;
	}
	.contact .sec2 .box .flex > div p {
		font-size: 20px;
		letter-spacing: 0px;
	}
	.contact .sec2 .box .flex > div > div {
		padding: 20px 0;
		font-size: 20px;
	}
	.contact .sec2 .box .flex > div > div strong {
		font-size: 28px;
		letter-spacing: -1px;
	}
	
	.contact .sec3 .grid4 > div {
		width: calc(50% - 8px);
	}
	.contact .sec3 .grid4 > div .num {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 18px;
	}
	.contact .sec3 .grid4 > div strong {
		font-size: 18px;
	}
	.contact .sec3 .grid4 > div a {
		width: 132px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
	.contact .sec3 .grid4 {
		gap: 25px;
	}
	.contact .sec3 .grid4 > div {
		width: 100%;
	}
	.contact .sec3 .grid4 > div .icon {
		height: auto;
	}
	.contact .sec3 .grid4 > div .icon img {
		position: static;
		transform: none;
	}
}