<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tm-left{
	float:left;
	width:30%;
}
.tm-right{
	float:right;
	width:67%;
}
.team1{
	margin:0px;
	padding:0px;
}
.team1 h5{
	color:#333333;
	font-size:1.5em;
	font-weight:700;
	/*margin:5px 0 5px 0;*/
	text-align:left;
	line-height:1.0em;
}
.team1 p{
	color:#666666;
	font-size:1em;
	font-weight:400;
	margin:0.5em 0;
	line-height:1.6em;
	text-align:left;
}
/*-- flexisel --*/
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item &gt; img {
	cursor: pointer;
	positon: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:250px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.nbs-flexisel-item p a{
	color:#000;
	font-size:1em;
}
.nbs-flexisel-item p a:hover{
	color:#6CC372;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 30px;
	height:65px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:0em;
}

@media (max-width: 992px) { /*撟單踎*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top:2em;
}
}

@media (max-width: 767px) { /*��𧢲��*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top:3em;
}
}

.nbs-flexisel-nav-left {
	left:-2em;
	background: url(../../image/dow-arow.png) no-repeat 3px 2px ;
}
.nbs-flexisel-nav-right {
	right:-2em;
	background: url(../../image/dow-arow.png) no-repeat -904px 2px;
}
.downlod {
	/*box-shadow: 1px 3px 3px 2px #6E6161;*/
	padding: 1.0em 2em 1em 2em;
	background: #ffffff;
	margin: 1em 0;
	border-radius: 3px;
	/*border:#E6E6E6 1px dotted;*/
}
.dow-top{
	background: #f3f3f3;
	padding: 0.5em;
	box-shadow: 0px 1px 4px 0px #6C6161;
	margin: 0px 0 2.5em;
}
.downlod h3 {
	color: #6d6d6d;
	font-size: 1.4em;
	font-weight: 700;
	margin:0;
}
.downlod h6 {
	color: #6d6d6d;
	font-size: 1.1em;
	font-weight: 700;
	margin:0;
}
.dow-le h6 a {
	font-size: 0.750em;
	color: #333;
	text-decoration:none;
}
.dow-le h6 a:hover{
	color:#339999;
}
.dow {
	float: left;
}
.dow-le {
	float: right;
}


.img-responsive{
	max-width: 100%;
    height: auto;}</pre></body></html>