@charset "UTF-8";
body {
	font-family: "Noto Sans SC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.mainArea.successPage {
	height: calc(100vh - 300px);
	min-height: 500px;
	padding: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	background-color: #f2f2f2;
}
.mainArea.successPage .successTxt {
	color: #000;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}

/*感謝資訊*/
.thankInfo {
	padding: 30px 0;
	margin-bottom: 60px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}

.contactArea {
	position: relative;
	background-color: #f2f2f2;
	padding-bottom: 100px;
}
@media (max-width: 1180px) {
	.contactArea {
		padding-bottom: 80px;
	}
}
@media (max-width: 400px) {
	.contactArea {
		padding-bottom: 60px;
	}
}
.contactArea #service_form {
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 1180px) {
	.contactArea #service_form {
		width: 100%;
	}
}

.addressArea {
	border-top: 1px solid #e2e2e2;
	padding: 100px 0;
}
@media (max-width: 1180px) {
	.addressArea {
		padding: 80px 0;
	}
}
@media (max-width: 840px) {
	.addressArea {
		padding: 60px 0;
	}
}
@media (max-width: 400px) {
	.addressArea {
		padding: 40px 0;
	}
}
.addressArea .textEditorBox {
	display: none;
}
.addressArea .textEditor {
	margin-top: 80px;
}
@media (max-width: 1180px) {
	.addressArea .textEditor {
		margin-top: 60px;
	}
}
@media (max-width: 840px) {
	.addressArea .textEditor {
		margin-top: 40px;
	}
}
@media (max-width: 400px) {
	.addressArea .textEditor {
		margin-top: 20px;
	}
}