.linkBox {
	padding-top: 212px;
	padding-bottom: 102px;
}
@media (max-width: 1400px) {
	.linkBox {
		padding-top: 140px;
	}
}
@media (max-width: 1180px) {
	.linkBox {
		padding: 80px 0;
	}
}
@media (max-width: 400px) {
	.linkBox {
		padding: 60px 0;
	}
}
.linkBox .dataList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 166px 0;
}
@media (max-width: 1400px) {
	.linkBox .dataList {
		gap: 100px 0;
	}
}
@media (max-width: 1180px) {
	.linkBox .dataList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 60px 0;
	}
}
.linkBox .dataItem {
	width: 50%;
	padding: 0 20px;
}
@media (max-width: 1180px) {
	.linkBox .dataItem {
		width: 100%;
		padding: 0;
	}
}
.linkBox .item {
	position: relative;
	max-width: 426px;
	width: 100%;
	margin: 0 auto;
}
.linkBox .imgBox {
	position: relative;
}
.linkBox .imgBox img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkBox .textBox {
	text-align: center;
	font-weight: 500;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	right: unset;
	bottom: unset;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
}
.linkBox .textBox .title {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0px;
}
.linkBox .textBox .subtitle {
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: 0px;
}
@media (max-width: 450px) {
	.linkBox .textBox .title {
		font-size: 24px;
	}
	.linkBox .textBox .subtitle {
		font-size: 32px;
	}
}
@media (max-width: 400px) {
	.linkBox .textBox .title {
		font-size: 22px;
	}
	.linkBox .textBox .subtitle {
		font-size: 28px;
	}
}
.linkBox .titleBox .text {
	margin-top: -15px;
}

.mainArea.successPage {
	min-height: 400px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
@media (max-width: 768px) {
	.mainArea.successPage {
		height: auto;
		min-height: 200px;
	}
}
.mainArea.successPage .successTxt {
	color: #ff562c;
	font-size: 30px;
	line-height: 1.3;
}
@media (max-width: 1180px) {
	.mainArea.successPage .successTxt {
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.mainArea.successPage .successTxt {
		font-size: 22px;
	}
}
@media (max-width: 400px) {
	.mainArea.successPage .successTxt {
		font-size: 18px;
	}
}
.mainArea.successPage .successBox {
	background-color: #d7d2c3;
	min-height: 430px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media (max-width: 1180px) {
	.mainArea.successPage .successBox {
		padding: 30px;
	}
}
@media (max-width: 400px) {
	.mainArea.successPage .successBox {
		padding: 20px;
	}
}

.formBox {
	max-width: 904px;
	margin: 0 auto;
}
/*# sourceMappingURL=contact.css.map */