/*1127*/
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);*/

*{
	font-family:"Century Gothic","微軟正黑體";
	font-size: 15px;
}

body{
	/*1127*/
	/*font-family: 'Noto Sans TC', sans-serif;*/
	font-family:"Century Gothic","微軟正黑體";
	font-size:17px;
	line-height:1.5;
	background:url(../images/ui/Lined_paper.png);
	color:#333333;
}

html.active,body.active{
	overflow: hidden;
}


a{
	text-decoration:none;
	color:#333333;
}

header{
	border-top: 14px solid #cc000d;; 
}

.Box{
	background: url(../images/ui/footer.png) bottom repeat-x, url(../images/ui/F3.png) bottom 50px center no-repeat;
}

.vision{
	background: url(../images/ui/Vision.png);
	background-position: center;	
	max-width: 100%;
	width: 100%;
}

.width{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.vision .width{
	height: 485px;
}

h1{
	width: 328px;
	height: 86px;
	background: url(../images/ui/Logo2.png);
	background-size: 100%;	
	display: inline-block;
	text-indent: -9999px;
	position: absolute;
	top: 60px;
	left: 85px;	
}

.Main{
	padding: 15px;
}

.title{
	font-size: 23px;
	color: #cc000c;
	font-weight: 500;	
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 500;	
	margin: 0 0 12px 0;
}

.title:before{
	border:3px solid #cc000c;
	content: "";
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 15px 0 0;
}
	
.one{
	background: #FFF;
	overflow: hidden;
	border-radius: 10px;
	padding: 0 0 0 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);		
	border: 1px solid #ccc;
}

.one > div{
	display: inline-block;	
	margin: 0 0 0 -4px;
	vertical-align: middle;
	height: 175px;

	/*1121*/
	*height:140px;

}

.one .left{
	width: 95%;
	padding:15px 0 15px 15px;
	box-sizing: border-box;
	transition: all 0.15s ease-out;

	/*1122*/
	*width:90%;
	*display:inline;

}

.one .left.active{
	width: 35%;

	/*1122*/
	*width:472px;
}

.one .right{
	width: 50px;	
	box-sizing: border-box;
	background: #cc000c;
	transition: all 0.15s ease-out;
	overflow: hidden;
	position: relative;
	float: right;

	/*1121*/
	*float:none;
	*display:inline;
	*padding:0 0 30px 0;
}


.one .right.active{
	width: 65%;
	margin: 0;

	/*1121*/

}



.select_box{
	/*border: 1px solid #CCC;*/
	display: inline-block;
	border-radius: 5px;
	margin: 0 0 5px 0;
}

.select_box label.select {
	position: relative;
}

/*.select_box label.select:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
	position: absolute;
	top: 19px;
	right: 12px;
	display: block;
	pointer-events: none;
}*/

/*.select_box select {
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
     appearance: none;
	padding-right: 20px;	
	vertical-align: top;
	min-width: 120px;
	background: url(../images/ui/down.png),#FFF;
	background-repeat: no-repeat;
	background-position: right 15px top 20px;
	background-size: 10px;
	border: none;	
}*/

.select_box select{
	height: 45px;
	height: auto \9;
	line-height: 45px;	
	min-width: 120px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background: none;
}

/*.select_box select::-ms-expand {
    display: none;
}*/

.go_box{
	overflow: hidden;
/* 	height: 48px; */
}

input[type = text]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCC;
	height: 45px;
	padding: 0 0 0 10px;
	padding: 12px \9;
	transition: all 0.15s ease-out;
	box-sizing: border-box;
}

.one input{
	/*width: calc(100% - 140px);*/
	width:83%;
	border-radius: 5px;
	margin: 0 0 3px 0;

	/*1122*/
	*width:50%;
	*border:1px solid #CCC;
	*height:20px;

}

.one .active input{
	/*width: calc(100% - 21px);	*/
	width:100%;
	height:45px;
	/*1121*/
	*width:410px;
}

.one .search{
	height: 45px;	
	width: 120px;
	background: #CC000C;
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	border-radius: 5px;
	text-align:center;
	/*padding: 13px 0 0 0;*/
	line-height:45px;
	box-sizing: border-box;
	font-size: 20px;
	transition: all 0.15s ease-out;
	vertical-align: top;
	font-weight:normal;

	/*1121*/
	*padding:0;	
	*line-height:45px;
}

.one .search:hover{
	background: #bd000b;
}

.one .left.active .search{
	opacity: 0;
	width: 0;
	height: 1px;
}

.open{
	padding: 37px 0 0 5px;
	cursor: pointer;
	transition: all 0.15s ease-out;
	background: #FFF;
	height: 175px;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(255,255,255,1) inset,0 -1px 1px rgba(255,255,255,1) inset, 1px 0 1px rgba(0,0,0,0.2) inset,2px 0 5px rgba(0,0,0,0.3);	
	width: 50px;
	display: inline-block;
	transition: all 0.15s ease-out;
	border-left: 1px solid #f1f1f1;

	/*1121*/	
	*height:138px;
	*width:45px;

}

.right.active .open{
	background: #cc000c;
	color: #FFF;
	box-shadow: none;
	box-shadow: 0 1px 1px rgba(204,0,12,1) inset,0 -1px 1px rgba(204,0,12,1) inset, 1px 0 1px rgba(0,0,0,0.2) inset,2px 0 2px rgba(255,255,255,0.2);	

	/*1121*/
	*float:left;

}

.open:hover{
	color: #cc000c;
}

.open span{
	display: inline-block;
	width: 20px;
	vertical-align: middle;
	text-align: center;
}

.open span{
	font-size: 12px;
	width: 15px;
}

.open span + span{
	width: 20px;
	font-size: 15px;
}

.open span + span i{
	display: none;
}

.right .text{
	width: auto;
	display: inline-block;
	color: #FFF;
	position: absolute;
	left: 54px;
	padding: 7px 0 0 5px;
	box-sizing: border-box;
}

.right .text span{
	display: inline-block;
	width: 25%;
	margin: 0 0 0 -4px;
	vertical-align: top;
	padding: 0 7px;
	box-sizing: border-box;

	/*1121*/
	*width:130px;
}

.right .text span b{
	display:block;
	font-size: 13px;
	padding: 0 0 5px 0;
	font-weight: 100;
	height: 25px;
	box-sizing: border-box;
	
	/*1127*/
	font-size: 15px;
}

.right .text span b o{
	font-size: 12px;
}

/* Webcomm 1127 for IE8 <o> tag not-work issue*/
.right .text span b p {
	display: inline;
	font-size: 12px;
}

.right .text label.select {
	position: relative;
}

/*.right .text label.select:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
	position: absolute;
	top: 39px;
	right: 12px;
	display: block;
	pointer-events: none;
}*/

/*.right .text select {
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 20px;	
	vertical-align: top;
	width: 100%;
	background: url(../images/ui/down.png),#FFF;
	background-repeat: no-repeat;
	background-position: right 15px top 20px;
	background-size: 10px;
	border: none;
}

.right .text select::-ms-expand {
    display: none;
}*/

.right .text select {
	height: 45px;
	height: auto \9;
	line-height: 45px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #CCC;
}

.one .right.active .text input{
	width: 100%;
	box-sizing: border-box;

	/*1121*/
	*padding:0;
	*height:40px;
}

.one .right .search {
    height: 45px;
	line-height:45px;
    width: 100%;
    background: #FFF;    
    color: #cc000c;    
	margin: 25px 0 0 0;
	/*padding: 13px 0 0 0;*/

	/*1121*/
	*height:42px;
	*line-height:42px;
	*padding:0;
	*margin:31px 0 0 0;
	
	/*1127*/
	font-weight: bolder;
}

.one .right .search:hover{
	background: #F1f1f1;
}

.two{
	margin: 20px 0;	
}

.two > div{
	overflow: hidden;
	padding: 5px;
}

.two .R1{
	float: left;
}

.two .R2{
	float: right;
}

.two .R1,.two .R2{
	width: 48%;
}

.two table{
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.two table tr th,.two table tr td{
	border: 1px solid #CCC;
	padding: 5px;
	box-sizing: border-box;
}

.two table tr th{
	vertical-align: middle;
	padding: 20px;
	width: 143px;	
}

.two table img{
	width: 60px;
}

.two .R1 th{
	background: #e0495c;
	text-align: center;
	color: #FFF;	
}

.two .R2 th{
	background: #eaa210;
	text-align: center;
	color: #FFF;
}

.two td{
	vertical-align: bottom;
	background: #FFF;
}

.two td b{
	color: #cc000c;
	font-size: 33px;
	font-weight: 900;
	padding: 0 0 0 5px;
	vertical-align: middle;
}

.nos{
	clear: both;
	padding: 10px 0 0 0;
}

.bt{
	text-align: center;
	padding: 30px 0;
}

.bt a{
	width: 100%;
	max-width: 368px;
	height: 164px;	
	display: inline-block;
	background: url(../images/ui/Bt1_s.png) no-repeat;
	background-size: 100%;
	margin: 0 20px;
	transition: all 0.15s ease-out;
}

.bt a:hover{
	background: url(../images/ui/Bt1_h_s.png) no-repeat;
	background-size: 100%;
}

.bt a + a{	
	background: url(../images/ui/Bt2_s.png) no-repeat;
	background-size: 100%;
}

.bt a + a:hover{	
	background: url(../images/ui/Bt2_h_s.png) no-repeat;
	background-size: 100%;
}
















