@charset "utf-8";
/* CSS Document */


ul, li {
	list-style-type: none;
}

h3.title {
	font-size: 23px;
	color: #202020;
	font-weight: normal;
	margin-bottom: 20px;
}

h3.title span {
	color: #a8a8a8;
	margin-right: 8px;
}

.stepBox {
	margin-top: 70px;
}

.contactTxt {
	font-size: 15px;
	padding: 0 0 12px 0;
	margin: 0 0 40px 0;
	line-height: 25px;
	border-bottom: 1px solid #c7c7c7;
}

.contactTxt span {
	font-size: 14px;
	color: #ec060b;
}

h3.titleLine {
	padding: 0 0 15px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #c7c7c7;
}

.cardLeft {
	width: 50%;
	display: inline-block;
	margin-right: 5%;
	text-align: center;
	vertical-align: top;
}

.cardRight {
	width: 44%;
	display: inline-block;
}

.cardRight h3 {
	font-size: 22px;
	color: #202020;
	font-weight: normal;
	margin: -2px 0 17px 0;
}

.cardRight .cardTxt {
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 20px;
}

.upload {
	font-size: 19px; 
	color: #fff;
	padding: 9px 30px;
	background-color: #574539;
	text-align: center;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.upload:hover, 
.upload:focus {
	background-color: #e4ad07;
}



/* 表單樣式 */

.form-group {
	margin-bottom: 25px;
}

.form-group-left {
	width: 47%;
	float: left;
	margin-bottom: 25px;
}

.form-group-right {
	width: 47%;
	float: right;
	margin-bottom: 25px;
}

.contactLeft {
	display: inline-block;
	width: 120px;
	font-size: 15px;
	font-weight: normal;
}

.contactLeft02 {
	display: inline-block;
	width: 80px;
	font-size: 15px;
	font-weight: normal;
}

.contactLeft span,
.contactLeft02 span  {
	font-size: 14px;
	color: #ec060b;
	margin-left: 4px;
}

.contactRight {
	display: inline-block;
	width: 89%;
	vertical-align: middle;
}

.contactRight02 {
	display: inline-block;
	width: 76%;
	vertical-align: middle;
}

.codeInput {
	width: 40%;
	margin-right: 15px;
	display: inline-block;
}

.input {
	background-color: #fafafa;
}

.textarea {
	min-height: 200px;
	line-height: 25px;
	padding: 15px 20px;
	background-color: #fafafa;
}

.submitBtn {
	padding: 30px 0 0 0;
}

.submit {
	font-size: 20px; 
	color: #fff;
	padding: 12px 80px;
	margin-top: 100px;
	background-color: #e4ad07;
	border-radius: 6px;
	text-align: center;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit:hover, 
.submit:focus {
	background-color: #574539;
}






@media (max-width: 1199px){

.contactLeft,
.contactLeft02 {
	width: 100%;
	margin-bottom: 10px;
}

.contactRight,
.contactRight02 {
	width: 100%;
}



}



@media (max-width: 991px){




	
}


@media (max-width: 767px){

.form-group-left {
	width: 100%;
	float: none;
}

.form-group-right {
	width: 100%;
	float: none;
}

.cardLeft {
	width: 100%;
	margin-right: 0;
	margin-bottom: 50px;
}

.cardRight {
	width: 100%;
}

.submit {
	width: 100%;
	padding: 12px 0;
}



}


@media (max-width: 640px){

.submit {
	margin-top: 60px;
}



}