@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body{
	margin:0;
	padding:0;
	color:#222222;
	font-size:1em;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover {
	color: #FF3399;
	//font-weight: bold;
}

#container{
	width:1300px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: left top;
	padding: 0;
}
/*Hearder 資訊*/
#menu {
	width:1300px;
}
#header_picture {
	background:url(../images/tbt_logo2019_v2.jpg) no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding-left:10px;
	width:1300px;
	height:384px;
	float:left;
	position:relative;
}
#header_menu {
	position:absolute;
	bottom: 0;
	right: 0;
	width:1300px;
}
.submenu {
	font-size:1.2em;
	color:blue;
}

.submenu2 a { text-decoration:none; position:relative; font-size:0.95em }
.submenu2 a::after {
	content:''; display:block; position:absolute; left:50%; width:0; height:1px; background-color:#ff0000;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
	}
.submenu2 a:hover, a:focus { }
.submenu2 a:hover::after, a:focus::after { left:0; width:100%; }

.home {
	background: transparent;
	font-size: 1em;
	margin-top: 20px;
	text-align:center;
	padding:5px 8px 5px 8px;
	text-align:right
}
.home a{
	color: #81511c;
	font-weight: bold;
	padding:5px 8px 5px 8px;
	text-decoration:none;
}
.home a:hover {
	color: #FF3399;
}


.menu2 {
	background: rgba(255,255,255,0.7);
	font-size: 1.3em;
	margin-top: 20px;
	text-align:center;
	padding:5px 8px 5px 8px;
}

.menu2 a {
	color: #81511c;
	font-weight: bold;
	padding:5px 8px 5px 8px;
	text-decoration:none;
}
.menu2 a:hover {
	color: red;
	border-radius:6px;
	box-shadow:1px 1px 3px 2px rgba(0%,0%,0%,0.5) inset;
}
.sub2menu {
	visibility:hidden;
	text-align:left;
	font-size: 0.9em;
}
.sub2menu a {
	border:solid 1px #23356B;
	background-color:#FFFFFF;
	display:block;
	padding:5px 8px;
	position:relative;
	line-height:1.5em;
}

#banner {
	width:1300px;
	height:0px;
	float:left;
}

#content {
	width: 1300px;
	font-family: 'Noto Sans TC', sans-serif;
}

/* 左邊區塊 */
#l_box {
	width: 296px;
	float: left;
	text-align:left;
	background-image: url(../images/l_box_bg.jpg);
}

/* 登入區塊 */
#l_login_box_top {
	width: 296px;
	height: 52px;
	background-image: url(../images/l_login_box_top.jpg);
	background-repeat: no-repeat;
}
#l_login_box {
	width: 240px;/*296*/
	text-align:left;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:10px;
}

/* 子選單區塊 */
#sub_menu_head {
	width: 296px;
	background-image: url(../images/l_menu_box_01.jpg);
	background-repeat: no-repeat;
	height: 74px;
}

#system_menu_head {
	width: 296px;
	background-image: url(../images/l_system_box_icon.jpg);
	background-repeat: no-repeat;
	height: 74px;
}

#sub_menu_op {
	width: 220px;
	background-image: url(../images/l_menu_op.jpg);
	background-repeat: no-repeat;
	font-size:0em;
	height: 9px;
}

#sub_menu_tail {
	width: 220px;
	background-image: url(../images/l_menu_end.jpg);
	background-repeat: no-repeat;
	font-size:0em;
	height: 18px;
}

#sub_menu {
	line-height: 32px;
	font-size: 0.9em;
	background-image: url(../images/l_menu_icon_bg2.jpg);
}

#sub_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#sub_menu li {
	text-align: left;
}

#sub_menu a {
	width: 220px;
	height: 32px;
	color: #666666;
	text-decoration: none;
	padding-left: 75px;
	background-image: url(../images/l_menu_icon_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
}

#sub_menu a:hover {
	color: #006699;
}

.links {
	width: 220px;
	float: left;
	margin-top: 8px;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-bottom: 8px;
}

/* 聯絡資訊 */
#info_box_head {
	width: 296px;
	background-image: url(../images/l_login_contact_03.jpg);
	background-repeat: no-repeat;
	height: 74px;
}

#info_box{
	width:235px;
	padding-left:30px;
	padding-bottom:10px;
}
#info_head{
	width:235px;
	background-image:url(../images/info_box_r1_c1.gif);
	height:6px;
	font-size:0em;
}
#info_middle{
	width:220px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-color:#FBFBFB;
	padding:6px;
}
#info_tail{
	width:235px;
	background-image:url(../images/info_box_r3_c1.gif);
	height:6px;
	font-size:0em;
}
#member{
	padding-bottom:12px;
	padding-left:15px;
}

/* 右邊區塊 */
#r_box {
	width: 1004px;
	float: left;
}
#r_subject {
	width: 100%;
	height:45px;/*45*/
	font-size:1.5em;
	text-indent:30px;
	text-align: left;
	padding-top:18px;
	padding-left:20px;
	margin-bottom:15px;
	font-weight:bold;
	background-image:url(../images/title_subject_1000.jpg);
	background-repeat: no-repeat;
}
#r_about_title {
	width: 995px;
}
#r_about {
	width: 995px;
	text-align: left;
}
#r2_about {
        width: 695px;
        text-align: left;
	float: left;
}
#r3_about {
        width: 10px;
        text-align: left;
        float: left;
}
#mContent {
	width:995px;
	padding:10px;
}

/* footer資訊 */
#footer {
	color:#773377;
	font-size: 1em;
	letter-spacing:0.1em;
	line-height:20px;
	padding:10px;
	width: 1300px;
	float: left;
	background-color:rgb(230, 230, 230,0.5);
	border-radius:10px;
	box-shadow:0px 0px 0px 3px rgba(0%,0%,0%,0.1) inset;
}
#footer a{
	color: #773377;
	font-weight:bold;
	font-size: 0.9m;
}
#footer a:hover {
	color: #FF3399;
	font-weight:bold;
}
#footer .box{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	text-align:left;
}
#footer .box>ul {
	padding: 0px;
}
#footer .box ul>li {
	list-style-type: none;
}

#footer .box ul>li>a {
	font-weight:normal;
} 
.footer_left{
	float:left;
	width:50%;
	
}
.footer_right{
	text-align: center;
	float:left;
	width:50%;
	
}
/* 最新消息列表 */
.news_list_box {
	width:920px;
}
.news_list {
	font-size: 1.2em;
        line-height:20px;
        height:45px;
        border-bottom-style: dotted;
        border-bottom-color: #CCC;
        border-bottom-width: 1px;
}
.news_list_subject {
	width:780px;
	float:left;
}
.news_list_date {
        width:115px;
        float:left;
        text-align:left;
        color:#3333ff;
}

/* 最新消息內容 */
.news_detail_box{
	width:1000px;
}
.news_detail_name{
	color: #DDDDDD;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	background-color:#5555FF;
	padding:8px;
}
.news_detail_date{
	color: #DB0606;
	text-align:right;
	padding:15px;
	border-right:10px solid #5555FF;
	border-left:3px solid #5555FF;
	background-color: #EEEEFF;
}
.news_detail_content{
	padding:15px;
	font-size:1em;
	line-height:25px;
	border-right:10px solid #5555FF;
	border-left:3px solid #5555FF;
	border-top:0px;
	border-bottom:10px solid #5555FF;
	border-radius: 0px 0px 30px 0px;
	background-color: #EEEEFF;
}
	
/* 檔案下載 */
.download-navtrail{
	padding:5px;
}
.download {
	border: 1px solid #8B8B8B;
	background-color:#CCC;
}
.download th{
	background-color:#E4E4E4;
	color:#333;
}
.download td{
	background-color:#FFF;
}


/* Sortable tables */
.sortable {
    border: 1px solid #999;
    xbackground-color:#ccc;
}
.sortable th{
    background-color:#E4E4E4;
    text-align:center;
    color:#333;
}
.sortable thead th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE"
}
.sortable tbody tr:nth-child(2n) td {
  background-color: #ffcccc;
}
.sortable tbody tr:nth-child(2n+1) td {
  background-color: #ccccfff;
}
.sortable td{
    text-align:center;
}
.setfont {
	color:#EEEEEE;
	background:linear-gradient(-135deg, transparent 4px, #FF0000 0);
	padding:0px 3px 1px 3px;
}
/* 表格樣式1 */
.report {
	border: 1px solid #999;
	background-color:#999;
}
.report th{
	background-color:#E4E4E4;
	text-align:center;
	color:#333;
}
.report td{
	text-align:center;
}

/* 表格樣式1 */
.report1 {
        border: 1px solid #999;
        background-color:#999;
}
.report1 th{
        background-color:#E4E4E4;
        text-align:center;
        color:#333;
}
.report1 td{
	background-color:#77CCFF;
        text-align:center;
}

/* 表格樣式2 */
.report2 {
	border: 1px solid #999;
	background-color:#999;
}
.report2 th{
	background-color:#E4E4E4;
	color:#333;
}

.report2 td{
}

/* 表格樣式2 */
.report_ntnu {
        border: 1px solid #f99;
        background-color:#999;
}
.report_ntnu th{
        background-color:#EEAAAA;
        color:#009;
}

.report_ntnu td{
}

.row1{
	background:#FFFFD6;
}
.row2{
	background:#FFFFFF;
}
.row3{
	background-color:#77CCFF;/*PR值 <= 35*/
}
.row4{
	background-color:#E4F5FF;
}
.rowX{
        background-color:#CCCCCC;
}

/* 測驗統計表格樣式 */
div.chart {
	width:720px;
	height:600px;
}

/* firstbar */
#firstbar {
	position:fixed;
        //position: absolute;
        width:100%;
        height:30px;
        line-height:30px;
        color:#FFF;
        z-index:200;
}
#firstbar .lbox {float: left;}
#firstbar .rbox {float: left;}

/* fixbar */
#fixbar {
	position: absolute;
	background-color:#000;
	width:100%;
	height:30px;
	line-height:30px;
	color:#FFF;
	border:solid 1px #dfdfdf;
	z-index:200;
	left:30px;
}
#fixbar .lbox {float: left;width: 50%;}
#fixbar .rbox {float: left;width: 50%;}

/* 分頁 */
.paginator { 
	font-size:1em;
}
.paginator a{ 
  color:#333333; 
  padding:1px 4px 1px 4px; 
  margin:2px;
  font-size:1em;
}
.paginator a:hover{
  text-decoration:none;
  color:#3399ff;
  background:#f2f2f2;
  border:1px solid #3399ff;
  padding:1px 4px 1px 4px;
  margin:2px;
  font-size:1em;
}
.page_link{
	BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 1em; MARGIN-RIGHT: 1em;
}
.current_page{
	color: blue;
	font-size:1.3em;
	font-weight:bold;
	padding:1px 4px 1px 4px;
}
.stress{
	color:#F00;
}


.menu_tabs {
 background: transparent;
 font-size: 18em;
 font-weight: bold;
 margin-top: 20px;
 }
.menu_tabs a:hover {
 color: red;
 }
.menu_tabs table, .menu_tabs th, .menu_tabs td {
 border: none;
}
.menu_tabs th {
 padding: 2px 6px;
 }
.menu_tabs td {
 text-align: center;
 padding: 2px 6px;
 border-left: 1px solid #ff6666;
 }
.menu_tabs a:hover {
 color: yellow;
 background: red;
}

.resource li {
 position:relative;
 left:40px;
 line-height:30px;
 list-style:square;
}

.PaperInput{
  position:fixed; /*固定位置定位*/
  top:0; /*距離上方 0 像素*/
  left:50%;
  //margin-top:0px;
  margin-left:-550px;
  visibility:hidden;
  _position: absolute; /* position fixed for IE6, IE7, IE8 */
  _clear: both;
  _top:expression(eval(document.compatMode &&
     document.compatMode=='CSS1Compat') ?
     documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) / 2
     : document.body.scrollTop+(document.body.clientHeight-this.clientHeight) / 2);
width:1080px;height:705px;z-index:200;text-align:left;font-size:1.35em;font-family:標楷體,Times New Roman,Courier New,Arial,新細明體;border:5px double #00F;background-color:#FFC;
overflow:auto;padding:20px;scrollbar-face-color:#00FFFF;scrollbar-highlight-color:#FFFFFF;scrollbar-3dlight-color:#000077;scrollbar-darkshadow-color:#000000;scrollbar-shadow-color:#330000;scrollbar-arrow-color:#00FFFF;scrollbar-track-color:#B0B0B0;}

.PaperInput2{
  width:840px; height:500px;
  position:fixed;
  visibility:hidden;
  _position: absolute; /* position fixed for IE6, IE7, IE8 */
  _clear: both;
  _top:expression(eval(document.compatMode &&
     document.compatMode=='CSS1Compat') ?
     documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) / 2
     : document.body.scrollTop+(document.body.clientHeight-this.clientHeight) / 2);
  _margin-top:100;
  _margin-left:-500px;
  z-index:2;overflow:auto;padding:20px;
  scrollbar-face-color:#00FFFF;scrollbar-highlight-color:#FFFFFF;scrollbar-3dlight-color:#000077;scrollbar-darkshadow-color:#000000;scrollbar-shadow-color:#330000;scrollbar-arrow-color:#00FFFF;scrollbar-track-color:#B0B0B0;
  text-align:left;font-size:1.25em;font-family:標楷體,Times New Roman,Courier New,Arial,新細明體;border:1px solid #000;background-color:#FFC;
}

.tb_{
        background-image: url('../images/Tab/border.gif');
        background-repeat: repeat-x;
}
.tb_ ul{
        height:24px;
}
.tb_ li{
        float:left;
        height: 24px;
        //line-height:1.9;
        width: 94px;
        cursor:pointer;
        text-align:center;
}
.normaltab {
        background-image:url('../images/Tab/OffTab.gif');
        background-repeat: no-repeat;
        color:#333;
}
.hovertab {
        background-image: url('../images/Tab/OnTab.gif');
        background-repeat: no-repeat;
        color:#333;
        font-weight:bold
}
.dis{display:block;}
.undis{display:none;}

.news_box{}
.news_middle {
        width:675px;
}
.news_item {
        line-height:18px;
        height:42px;
        border-bottom-style: dotted;
        border-bottom-color: #CCC;
        border-bottom-width: 1px;
}
.news_date {
        width:85px;
        float:left;
        text-align:left;
        color:#3333ff;
}
.news_subject {
        width:585px;
        float:left;
}

fieldset {
	border: 1px solid #65B4FF;
}



/* IE and Chrome Input File format */
.f_class_old {
	width: 220px; height: 20px; margin: 0; border: 1px solid #777; float: left; -webkit-box-sizing: border-box; color:Black;
}

.f_class {position:absolute;opacity:0;filter:alpha(opacity=50);}
input[type="file"].f_class::-webkit-file-upload-button {
	float: right; position: relative; top: -1px; right: -1px;
}


.css_btn_class {
	font-size:2.25em;
	font-family:標楷體,Arial;
	font-weight:normal;
	border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #d83526;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	background:-ms-linear-gradient( top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fc8d83), color-stop(100%, #e4685d) );
	background-color:#fc8d83;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #b23e35;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f7c5c0;
 	box-shadow:inset 1px 1px 0px 0px #f7c5c0;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
	background:-ms-linear-gradient( top, #e4685d 5%, #fc8d83 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e4685d), color-stop(100%, #fc8d83) );
	background-color:#e4685d;
}.css_btn_class:active {
	position:relative;
	top:1px;
}


.css_btnupload_class {
	font-size:1.75em;
	font-family:Arial;
	font-weight:normal;
	border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #84bbf3;
	padding:19px 19px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #378de5) );
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:0px 0px 0px #528ecc;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bbdaf7;
 	box-shadow:inset 1px 1px 0px 0px #bbdaf7;
}.css_btnupload_class:hover {
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #378de5), color-stop(100%, #79bbff) );
	background-color:#378de5;
}.css_btnupload_class:active {
	position:relative;
	top:1px;
}

.cls_btn_batchimport {
	font-size:1em;
	font-family:Arial;
	font-weight:bold;
	border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #268a16;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	background:-ms-linear-gradient( top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #77d42a), color-stop(100%, #5cb811) );
	background-color:#77d42a;
	color:#306108;
	display:inline-block;
	text-shadow:1px 1px 0px #aade7c;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #caefab;
 	box-shadow:inset 1px 1px 0px 0px #caefab;
}.cls_btn_batchimport:hover {
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	background:-ms-linear-gradient( top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5cb811), color-stop(100%, #77d42a) );
	background-color:#5cb811;
}.cls_btn_batchimport:active {
	position:relative;
	top:1px;
}

/*------網站導覽------*/
.sitemap p{
	font-size: 0.9em;
	
}
.site {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.site a {
	position: relative;
	color: #303030;
	text-decoration: none;
	-o-transition: all .20s linear;
	-webkit-transition: all .20s linear;
	-moz-transition: all .20s linear;
	transition: all .20s linear;
	display: inline-block;
}
.site a span {
	position: absolute;
}
.site ul li a:hover {
	color: #E66846 !important;
	text-decoration: none;
	-o-transition: all .20s linear;
	-webkit-transition: all .20s linear;
	-moz-transition: all .20s linear;
	transition: all .20s linear;
}
.site .box {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-left :0px;
	margin-right: 30px;
	margin-bottom: 39px;
	box-shadow: 1px 1px 3px rgba(0%,0%,0%,0.2);
}
 @media screen and (max-width: 1100px) {
.site .box {
	width: 100%;
}
}
.site .box>a {
	display: block;
	background-color: #ffe6b0;
	color: #6a3906;
	font-size:1.25em;
	font-weight:bold;
	padding: 8px 20px 8px 44px;
}
.site .box>a span {
	left: 18px;
	top: 8px;
}
.site .box>ul {
	padding: 13px 20px;
	margin-top: 7px;
	background-color: #e2f5ff;
}
.site .box ul li {
	list-style-type: none;
	margin: 5px 0;
}
.site .box ul>li>a {
	font-size:0.9em;
	color: darkblue;
	padding-left: 42px;
	border: 0px #FF6600 solid;
}
.site .box ul>li>a span {
	left: 0px;
	top: 0px;
}
.site .box>ul>li>ul {
	padding-left: 15px;
	margin: 12px 0;
}
.site .box>ul>li>ul a {
	color: #777;
	padding-left: 46px;
}

#tab-demo{ width:720px; height:500px;}
#tab-demo > ul{ display:block; margin:1;list-style:none;}
.tab-title{list-style:none;}
#tab-demo > ul > li
{
   display:inline-block; vertical-align:top;font-family:'Noto Sans TC','微軟正黑體'; margin:0 -1px -1px 5 ;
   border:1px solid #BCBCBC; height:30px; line-height:25px; background:#cdcdcd;padding:0 15px;list-style:none; box-sizing:border-box;
}
#tab-demo >  ul > li a{ color:#000; text-decoration:none;}
#tab-demo > ul > li.active{ border-bottom:1px solid #fff; background:#fff;}
#tab-demo > .tab-inner{ clear:both; color:#000; border:1px #BCBCBC solid;}
.tab-inner{ padding:6px; height:300px;}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

/*--網站載入效果--*/
#webload {
    position:fixed;  
    top:40%;  
    left:45%;  
    z-index: 999;
    color: #CCDDEE;
    font-size:2em;
    border-radius: 5px;
    background: rgb(255, 120, 120);
    padding: 40px;
    box-shadow: 5px 5px #888888;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*------網站導覽 end------*/
/*
 * cwTeXHei (Chinese-traditional) http://www.google.com/fonts/earlyaccess
 */
/*
@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
*/

/*取消jQuery prompt彈出視窗右上角X圖示（處理tab鍵無法focus右上角圖示無法通過無障礙問題）*/
div.jqi .jqiclose{ 
	display: none !important;
}