@charset "utf-8";
/* CSS Document */

/**品質環境*/
@media only screen and (max-width: 720px) {
.all-w{display:none}	
	}
@media only screen and (min-width: 721px) and (max-width: 1920px) {
.all-w-mb{display:none}	
	}	
.all-w-mb{width:100%;padding:0px 0 20px 0;}
.qq-mb{padding:0px 0px;position:relative;max-width:100%;}	
.qq-mb img{width:100%}
.all-w{width:100%;padding:430px 0 30px 0;}
.qq{padding:10px 10px;
position:relative;}

.contentBox .leftBox{
	float:left;
	width:55%;
	
}

.contentBox .rightBox{
	float:right;
	margin-top:20px;
	width:45%;
	}

.side_contactInfo{
	margin:0;}
	
.thankInfo_news{/*感謝資訊*/
	margin: 0;
	/*padding: 20px 250px 0 0;*/

	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
	line-height: 2;
	margin-bottom:15px;

	color:#FFF;}	

.thankInfo{/*感謝資訊*/
	margin: 0;
	padding: 20px 0;

	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom:25px;

	color:#FFF;}

.formBox{	
	margin-top:15px;}

.formBox .form{/*各行間距*/
	margin-bottom:25px;
	color:#fff;}

.formBox .form .col-2{
	float:left;
	width:50%;
	padding-left:20px;}

.formBox .form .col-2:first-child{
	padding:0;}

.formBox .form label{
	display:block;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#fff;
	padding:5px 0;}

.formBox .form label em{
	color:#ea0e4c;
	font-style: normal;
	font-weight: normal;
	font-family: 新細明體, Verdana, Geneva, sans-serif;}

.formBox .form input[type="text"]{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:5px;
	width:100%;
	height:35px;
	line-height:35px;
	border:1px solid #c7c7c7;
	background:#fff;}


.formBox .form select{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:5px;
	height:35px;
	border:1px solid #c7c7c7;
	background:#fff;}

.formBox .form textarea{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
	height:100px;
	padding:0 5px;
	border:1px solid #c7c7c7;
	background:#fff;}
.error{
	box-shadow:0 0 10px #F00;}

.checkArea{
	clear: both;
	display:inline-block;
	position: relative;}

.formBox form .btn{
	display:inline-block;}

.formBox form .btn a{/*送出按鈕*/
	display:inline-block;
	padding:7px 15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:14px;
	color:#FFF;

border-radius: 5px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}
	
;
  font-size: 14px;
  

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {/*整個驗證碼區*/
		}
		
.QapTcha .clr{
	clear:both;}
	
.QapTcha .bgSlider{/*滑軌*/
	width:200px;
	height:34px;
	float:left;
	border-radius:6px;
	
background: #303030; /* Old browsers */
background: -moz-linear-gradient(top,  #303030 0%, #7d7e7d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #303030 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #303030 0%,#7d7e7d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #303030 0%,#7d7e7d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #303030 0%,#7d7e7d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
}
	
.QapTcha .Slider{/*按鈕*/
	cursor:pointer;
	width:45px;
	height:30px;
	background:transparent url(../Scripts/Qaptcha/but-arrow.gif) no-repeat;
	position:relative;
	top:2px;
	left:0;
	z-index:99;}

.checkArea p.note{/*向右滑動解鎖*/
	font-size:15px;
	font-family:微軟正黑體;
	color:#e1e1e1;
	position:absolute;
	left:55px;
	top:7px;}
	
.QapTcha .dropSuccess{/*成功*/
	color:#4e8b37;}
	
.QapTcha .dropError{/*錯誤*/
	display:none;}


@media (max-width: 767px){
	.contentBox .leftBox{
		float:none;
		width:100%;}
	
	.contentBox .rightBox{
		float:none;
		width:100%;
		margin-top:20px;}
	
	.formBox .form .col-2{
		width:100%;
		float:none;
		padding:0;
		margin-top:10px;}
}

