@charset "UTF-8";
.checkArea .btn a {
	background: rgb(37, 208, 166);
	background: -webkit-gradient(linear, left top, right top, from(rgb(37, 208, 166)), to(rgb(23, 199, 12)));
	background: linear-gradient(to right, rgb(37, 208, 166) 0%, rgb(23, 199, 12) 100%);
	color: #fff;
	display: inline-block;
	letter-spacing: 1.4px;
	padding: 25px 125px 25px 31px;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #FFF;
	border-radius: 5px;
	background-size: 300%;
	background-position: 100%;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

.contentBox .leftBox {
	width: 100%;
}
.contentBox .leftBox .brandList {
	margin-top: 20px;
	font-weight: 500;
	font-size: 18px;
}
@media (max-width: 480px) {
	.contentBox .leftBox .brandList {
		font-size: 14px;
	}
}
.contentBox .leftBox .brandList .brandIntroTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.contentBox .leftBox .brandList .brandIntroTitle .brandIntroItem {
	width: 33.3333333333%;
	padding: 15px 20px;
	background-color: #CCC;
	border: #4B4B4B 1px solid;
}
.contentBox .leftBox .brandList .brandIntroTitle .brandIntroItem:nth-of-type(1), .contentBox .leftBox .brandList .brandIntroTitle .brandIntroItem:nth-of-type(2) {
	border-right: none;
}
.contentBox .leftBox .brandList .brandIntroContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.contentBox .leftBox .brandList .brandIntroContent .brandIntroItem {
	width: 33.3333333333%;
	padding: 30px 20px;
	border: #4B4B4B 1px solid;
	border-top: none;
}
.contentBox .leftBox .brandList .brandIntroContent .brandIntroItem:nth-of-type(1), .contentBox .leftBox .brandList .brandIntroContent .brandIntroItem:nth-of-type(2) {
	border-right: none;
}

.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: 30px 0;
	padding: 20px 10px;
	font-size: 16px;
	line-height: 1.8;
	font-family: "微軟正黑體", "新細明體", sans-serif;
	color: #2f2f2f;
	background-color: #f1f1f1;
}
.inquiryNote .textEditor {
	text-align: l;
}

.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;
}

.formBox {
	margin-top: 20px;
	font-size: 13px;
	color: #2f2f2f;
}
.formBox .left {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 16px;
}
.formBox label {
	display: inline-block;
	margin-right: 7px;
	font-size: 15px;
	color: #2C2C2C;
	letter-spacing: 1px;
}
.formBox label em {
	font-style: normal;
	font-weight: 400;
	font-family: "新細明體", Verdana, Geneva, sans-serif;
	color: #e61f6e;
	/*星號的顏色*/
}
.formBox input[type=text] {
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}
.formBox select {
	padding: 5px;
	height: 35px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}
.formBox textarea {
	width: 100%;
	height: 100px;
	padding: 0 5px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}

/*驗證碼*/
.checkArea {
	padding-top: 25px;
	clear: both;
}
.checkArea .sliderBox {
	position: relative;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
.checkArea p.note {
	/*向右滑動解鎖*/
	position: absolute;
	left: 55px;
	top: 7px;
	font-size: 15px;
	font-family: "微軟正黑體";
	color: #999;
}
.checkArea .btn {
	/*送出按鈕*/
	display: inline-block;
	vertical-align: middle;
}
.checkArea .btn:hover a {
	color: #51649A;
}
.checkArea .btn:hover a::before, .checkArea .btn:hover a::after {
	border-color: #124AC4;
}
.checkArea .btn a {
	/*送出按鈕*/
	padding: 20px 125px 20px 30px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	        box-shadow: 2px 2px 2px #ccc;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.checkArea .btn a:hover {
	background-position: 0;
}
.checkArea .btn a::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 3px solid #FFF;
	border-top: none;
	border-left: none;
	position: absolute;
	left: 80%;
	top: 42%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	        transform: translateX(-50%) rotate(-45deg);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.checkArea .btn a::after {
	content: "";
	width: 10px;
	height: 10px;
	border: 3px solid #FFF;
	border-top: none;
	border-left: none;
	position: absolute;
	left: 84%;
	top: 42%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	        transform: translateX(-50%) rotate(-45deg);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.checkArea .btn .submit {
	background-color: #1BC938;
}

.error {
	border-color: #f00 !important;
}

.checkArea p.note {
	/*向右滑動解鎖*/
	position: absolute;
	left: 55px;
	top: 7px;
	font-size: 15px;
	font-family: "微軟正黑體";
	color: #999;
}
/*# sourceMappingURL=inquiry.css.map */