@charset "UTF-8";
.mainArea.successPage {
	height: calc(100vh - 300px);
	min-height: 500px;
	-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;
	padding: 60px 0;
	text-align: center;
}
.mainArea.successPage .successTxt {
	color: #f18d00;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}
.mainArea:not(.successPage) {
	padding-top: 30px;
}

.contentBox .leftBox {
	padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
	.contentBox .leftBox {
		padding: 0 0 30px 0;
	}
}
.contentBox .rightBox {
	padding: 0;
}

.side_contactInfo {
	margin: 0;
}

.thankInfo {
	/*感謝資訊*/
	margin-bottom: 25px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.8;
	color: #2f2f2f;
}

.inquiryNote {
	/*感謝資訊*/
	margin-bottom: 30px;
	padding: 20px 10px;
	font-size: 16px;
	line-height: 1.8;
	font-family: "微軟正黑體", "新細明體", sans-serif;
	color: #2f2f2f;
	background-color: #f1f1f1;
}

.dataTable table {
	border-collapse: collapse;
	border: 1px solid #dedede;
	border-bottom: 2px solid #94a3ad;
}
.dataTable th {
	padding: 10px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #94a3ad;
}
.dataTable td {
	padding: 10px;
	border: 1px solid #e1e1e1;
	font-size: 15px;
}
.dataTable td input[type=text] {
	height: 25px;
	line-height: 20px;
	border: 1px solid #d6d6d6;
	text-align: center;
}
.dataTable td a img {
	width: 50px;
	vertical-align: middle;
	margin-right: 8px;
}
.dataTable .error {
	border-color: #f00 !important;
}

.formBox {
	margin-top: 25px;
}
/*# sourceMappingURL=inquiry.css.map */