/* {font-size: 100.01%;}*/
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
u, i, center,
dl, dt, dd, 
form, label, 
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "微軟正黑體", "arial Unicode MS", Arial, Helvetica, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	/*border-collapse: collapse;*/
	border-spacing: 1px;
}

/* general css reset */
html {
	height:100%;
	/*overflow-y:hidden;*/

}
body {
	height:100%;
	/*color:#555;*/
	background:#f2f2f2;
	min-width:1024px;
	min-height:100%;
	font-family: "微軟正黑體", "arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height:175%;
}
#wrapper {
	min-height:100%;
}
img {
	border-style:none;
}
a {
	text-decoration: none;
	color:#0080FF;
}
a:hover {  
	color:#1a4f81;
}

/*
input,
textarea,
select {
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#555;
	outline: none;
}
*/

.w1 {
	height:100%;
	margin:0 auto;
	width:990px;
}
.w2 {
	width:100%;
}

/* header */
#header {
	height:125px;
	position:relative;
	z-index:2;
}
.toparea {
	height:10px;
	width:100%;
	background:#1a4f81;
}
.top1 {
	position:absolute;
	height:120px;
	width:860px;
	right:0px;
	top:10px;
	/*margin:0px auto;*/
	background:url(../img/headlogo.png) no-repeat;
	/*background:blue;*/
}
.top2 {
	float:right;
	font-size:17px;
	/*background:url(../img/headlogo_12.png) no-repeat;*/
}
.top2 a {
	color:#555;
}
.top2 a:hover {
	color:#1a4f81;
}
.share {
	position:relative;
	float:right;
}
.share-fb {
	position:absolute;
	width:80px;
	top:10px;
	right:0px;
}
.share-google {
	position:absolute;
	top:40px;
	right:0;
}

.topmain {
	width:100%;
	height:145px;
}
.tm1 {
	margin:0px auto;
	width:990px;
	position:relative;
}
.midarea {
	height:50px;
	width:100%;
	background:#1a4f81;
}
.mid1 {
	margin:0px auto;
	padding:10px 0px;
	width:990px;
	font-size:17px;
	color:#ccc;
}
.mid1 a {
	color:#ccc;
}
.mid1 a:hover {
	color:#fff;
}

/* logo */
#headlogo {
	position:absolute;
	height:120px;
	width:120px;
	left:0px;
	top:10px;
	z-index:99;
}
.logo {
	position:absolute;
	top:0;
	border:0;
	height:100%;
	/*width:100%;*/
}

/* main nav */
#nav {
	/*font:14px/17px Arial, Helvetica, sans-serif;*/
	/*position:absolute;*/
	position:absolute;
	top:63px;
	left:-57px;
	/*
	margin-right:0px;*/
	font-size:17px;
	z-index:2;
}
#nav ul {
	float:left;
	list-style: none;
}
#nav ul ul {
	display:none;
	width:222px;
	padding:2px 0;
	font-size:17px;
	position:absolute;
	top:100%;
	left:5px;
	/*border:1px solid #ecedf3;*/
	border-top:2px solid blue;
	border-bottom:2px solid blue;
	background:#F9F9F9;
}
#nav ul ul ul {
	top:-5px;
	left:100%;
}
#nav ul li {
	position:relative;
	float:left;
	padding:0 0 0 25px;
}
#nav ul ul li {
	padding:0 15px;
	float:none;
	/*background:url(../images/divider2.png) 50% 0 no-repeat;*/
}
/*
#nav ul ul li:first-child {
	background:none;
}
*/
#nav ul ul a {
	float:none;
	width:180px;
	padding:4px 8px 4px 8px;
	display:block;
}
#nav ul a {
	color:#555;
	float:left;
	padding-bottom:10px;
}
#nav ul a:hover {
	color:#000;
}
#nav ul li:hover ul {
	display:block;
}
#nav ul li:hover a {
	color:#000;
}
#nav ul li:hover ul a {
	color:#555;
}
#nav ul li:hover ul a:hover {
	color:#fff;
}
#nav ul ul li:hover a {
	color:#fff;
}
#nav ul ul li:hover ul a {
	color:#555;
}
#nav ul ul li:hover {
	background:#1a4f81;
}
#nav ul ul ul li:hover a {
	color:#fff;
}
#nav ul ul ul li:hover ul a {
	color:#555;
}
#nav ul ul ul li:hover a:hover {
	color:#fff;
}
#nav ul ul ul ul li:hover a {
	color:#fff;
}
#nav ul ul ul ul li:hover ul a {
	color:#555;
}
#nav ul ul ul ul li:hover a:hover {
	color:#fff;
}
#nav ul ul ul ul ul li:hover a {
	color:#fff;
}
#nav ul li:hover ul ul {
	display:none;
}
#nav ul ul li:hover ul {
	display:block;
}
#nav ul ul li:hover ul ul {
	display:none;
}
#nav ul ul ul li:hover ul {
	display:block;
}
#nav ul ul ul li:hover ul ul {
	display:none;
}
#nav ul ul ul ul li:hover ul {
	display:block;
}
#nav li.gt {
	background:url(../img/gt.png) 100% 0 no-repeat;
}

/* main */
#main {
	position:relative;
	z-index:1;
	padding:0;
	/*height:100%;*/
	padding-bottom:100px;
}

/* banner */
.banner {
	background:#1a4f81;
	width:100%;
	position:relative;
	margin-top: 0;
	/*margin-right: -9999px;*/
	margin-right: 0;
	margin-bottom: 25px;
	/*margin-left: -9999px;*/
	margin-left: 0;
	padding-top: 0px;
	/*padding-right: 9999px;*/
	padding-right: 0;
	padding-bottom: 0px;
	/*padding-left: 9999px;*/
	padding-left: 0;
}
.banner1 {
	margin:0px auto;
	width:990px;
}

/* contain */
.container {
	height:1%;
	margin-left:25px;
}
.container:after {
	display:block;
	clear:both;
	content:'';
}
.content-example {
	margin-bottom:29px;
}
.columns-example .headline {
	margin-bottom:22px;
}
.col-full {
	float:left;
	width:930px;
	margin-left:0px;
}
.col-12 {
	float:left;
	width:450px;
	margin-left:30px;
}
.col-13 {
	float:left;
	width:290px;
	margin-left:30px;
}
.col-14 {
	float:left;
	width:210px;
	margin-left:30px;
}
.col-23 {
	margin-left:30px;
	width:610px;
	float:left;
}
.col-12:first-child,
.col-13:first-child,
.col-14:first-child,
.col-23:first-child { margin-left:0px; 
}
.columns-example {
	margin-bottom:9px;
}

/* circle */
#circle {
	z-index: 1;
    width: 15px;
    height: 70px;
    background: #8CB3C9;
	border-radius: 5px;
}
#title{
	z-index: 2;
	position:relative;
	font-family:"微軟正黑體", "arial Unicode MS";
	font-size:20px;
	font-weight:bold;
	margin-top:-60px;
	margin-left:20px;
	width:75%;
}
#title ch{
	font-size:28px;
	line-height:30px;
	color:#1a4f81;
}
#title en{
	font-size:17px;
	color:#1a4f81;
}

/* fieldset */
fieldset {
	position:relative;
	margin:20px 0 30px 0; /*上右下左*/
	background-color:#fff;
	border-radius: 5px;
	display:block;
	font-family:"微軟正黑體", "arial Unicode MS";
}
legend{
	position:relative;
	font-family:"微軟正黑體", "arial Unicode MS";
	font-size:17px;
	font-weight:bold;
	background:#f2f2f2;
	padding:5px 20px; /*上右下左*/
	border:1px solid #999;
	border-top-left-radius: 5px;
}

/* intro */
.intro {
	text-align:center;
	padding:0 0 35px;
}
.intro h1 {
	margin-bottom:2px;
	color:#222;
	font-family: "微軟正黑體", "arial Unicode MS";
	font-size: 20px;
	line-height: 22px;
}

h1 {
	font: bold 22px/26px Arial, Helvetica, sans-serif;
	margin-bottom:11px;
	color:#222;
}
h2 {
	font: bold 20px/24px Arial, Helvetica, sans-serif;
	margin-bottom:11px;
	color:#333;
}
h3 {
	font: bold 18px/22px Arial, Helvetica, sans-serif;
	margin-bottom:11px;
	color:#222;
}
h4 {
	margin-bottom:8px;
	color:#333;
	font-family: "微軟正黑體", "arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
h5 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	margin-bottom:11px;
	color:#222;
}
h6 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	margin-bottom:11px;
	color:#222;
}
p {
	margin-bottom:20px;
}

/* info-columns */
.col-13 .blockquote {
	margin:0;
}
.col-13:first-child .blockquote {
	margin:6px 0 3px 31px;
}

/* images-example */
/*
.images-example {
	padding-bottom:40px;
	width:100%;
}
.images-example .headline {
	margin-bottom:23px;
}
*/
/* visual-list */
.visual-list {
	text-align:center;
	width:100%;
	margin-bottom:22px;
}
.visual-list:after {
	display:block;
	clear: both;
	content:'';
}
.visual-list .col-12 .visual {
	width:434px;
}
.visual-list .col-13 .visual {
	width:274px;
	height:200px;
}
.visual-list .col-14 .visual {
	width:194px;
}
.visual-list .visual {
	position:relative;
	margin-bottom:16px;
}
.visual-list h5 {
	margin-bottom:2px;
}
.visual {
	/*height:200px;*/
	padding:8px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .1);
	border:1px solid #DBD9FF;
	margin:0 -1px 19px;
	background-color: #F4F4F4;
}
.article .visual {
	width:634px;
}
.article .txt .visual {
	width:474px;
}
.visual img,
.visual3 img,
.visual a {
	display:block;
}

/* footer */
#footer {
	/*display:table-row;*/
	height:40px;
	width:100%;
	line-height:18px;
	background:#1a4f81;
	color:#999;
	/*
	position:absolute;
	bottom:0px;
	*/
	position:relative;
	margin-top:-60px;
}
.footer-holder {
	/*display:table-cell;*/
	height:1%;
	width:100%;
}
.f1 {
	width:990px;
	margin:0 auto;
	/*
	margin:0 -9999px;
	padding:0 9999px;
	*/
}
#footer .f2 {
	padding:10px 0px;
	overflow:hidden;
	background:#1a4f81;
}

/* copyright */
.copyright {
	font-weight:normal;
	float:left;
	color:#ccc;
}
.resolution {
	font-weight:normal;
	float:right;
	color:#ccc;
}

/* table class=" "*/
table {
	position: relative;
}
table.upgrade {
	border: 2px solid #E8E8E8;
	border-collapse: collapse;
}
table.main {
	left:30px;
	width:900px;
}
table.result {
	background:white;
	border:solid 2px #003366;
}
td.result {
	border:solid 1px #99CCFF;
}
td.anova {
	border-left:solid 1px #99CCFF;
	border-right:solid 1px #99CCFF;
}
table.add {
	background:rgba(248,248,255,0.5);
}
td.add1 {
	color: #8B0000;
	font-weight:bold;
	text-align:right;
	background:#A9A9A9;
	width:175px;
	padding-right:10px;
}
td.add2 {
	background:#E8E8E8;
}
td.title {
	font-weight:bold;
	font-size:20px;
	color:#00008B;
}
td.df1 {
	color: #f2f2f2;
	background: #555;
	/*background: #db8a2b;*/
	font-weight: bold;
}
td.df2 {
	background: #f2f2f2;
}
td.upgrade {
	font-size:16px;
	color:#222;
	width:130px;
	text-align:center;
}

/* img */
img.upgrade {
	border:2px solid #FFFFFF;
	width:125px;
	cursor: pointer;
}

/* error */
.error {
   color: #900;
   background-color : #ffff00;
}

/* guider menu */
#menu{
	position:relative;
	margin:0 auto;
	width: 750px;
	height:100%;
	background-color:#DDD;
	border-radius: 9px;
	display:block;
	border:0;
	font-family:"微軟正黑體", "arial Unicode MS";
	font-size:17px;
}
#menu ul{
	position:relative;
	margin:0 auto;
}
#menu ul li{
	padding: 7px 5px 7px 5px;
	padding: 11px 5px 7px 10px\9;
	list-style:none;
	position: relative;
	float:left;
	display:inline;
}

#menu ul li :hover{
	background-color:#FFF;
}

#menu ul li a{
	color:#000;
}

.helpbtn{
	background-color:#CCCCCC;
}

.helpbtn hover{
	background-color:#FFF;
}

#hbtn5 {
	padding-right:0px\9;
}

/* intro tab */
.abgne_tab {
	clear: both;
	overflow-x: hidden; 			/*卷軸隱藏x軸*/
	/*overflow-x: visible;*/
	overflow-y: auto;
	min-height: 300px; 
	max-height: 500px; 
	width: 989px;
	background-color:#fff; 
	border:1px solid #999;
	border-top:0px;
	border-radius: 5px;
	padding:0px; 
	text-align: left;
	margin: 20px 0 30px 0;
	font-family: "微軟正黑體", "arial Unicode MS", Arial, Helvetica, sans-serif;
}

.abgne_tab1 {
	overflow-x: auto; 			/*x軸*/
}

.abgne_tab2 {
	max-height: 9999px;
}

ul.tabs {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #999;
	font-size :17px;	/*左上方字體大小*/
	font-weight: bold;
	padding:0;
	margin:0;
}	
ul.tabs li {
	float: left;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #999;
	border-top-left-radius: 5px;
	border-left: none;
	background: #e1e1e1;
	padding: 0 20px;			/*左上方固定原始兩邊距離*/	
}
ul.tabs li a {
/*ali20171206	display: block; */
	color: #000000;  				/*左上字型顏色 超連結*/
	border: 0px solid #fff;
	text-decoration: none;	
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active  {
	background: #fff;			/*左上方內容碰到放開時候的顏色*/
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
	background: #fff;            /*左上方內容碰到時候的顏色*/
}
div.tab_container { 					/*主要框框大小*/
	clear: left;
	width: 989px;

}
div.tab_container .tab_content {
	padding: 30px;
}
a.out:link, a.out:visited, a.out:hover {
	color:#2DA1FF;
}

/* video */
#showview{
	height:600px;
	background-color:#000000;
	border-width: 4px; 
	border-color: #8f8f8f;
	border-style:double;
	border-radius: 2px;
	margin-top:32px;
	text-align:center;
	width:99%;
}
#show_frame{
	/*width:740px;*/
	width:853px;
	margin:0 auto;
	margin-top:50px;
}
#close_x {
	float:right;
}

.button_transform {
	height:30px;
}
.button_transform2 {
	width:50px;
}
.button_outputdl {
	text-align:center;
	background:#1a4f81;
	color:#FFFFFF;
	width:250px;
	height:40px;
	font-size:20px;
	font-weight:bold;
	font-family:"微軟正黑體";
}