/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select { font-family: "微軟正黑體", Arial;}

/* -- 樣板使用 -- */
@font-face { font-family: impact; src: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/fonts/GOTHIC.ttf);}
a img { border:0;}
* { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
a, a:visited { color:#333; text-decoration:none;}
a:hover { color:#900000; text-decoration:none;}
.clear { clear:both;}

body { font-family: "微軟正黑體", Arial; font-size:16px; background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/pageBG.gif) repeat-x center top #f1f1f1; width:100%;}

body.inBG { width:100%; background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/contentBG.gif) repeat-y center top;}

#homeHeader { width:100%; position:relative; margin: 0 auto;}

header { width:100%; height:187px; margin:0 auto; background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/headerBG.gif) no-repeat center top; position: relative;}


#logo { float:left; margin:0 0 0 84px;}
#inlogo { float:left; margin:-40px 0 0 0;}

nav { position:absolute; top:0; right: 84px; font-size:1em;}

nav li { float:none; margin-bottom:9px; font-size:13px; color:#fff;}
nav li a { padding:0 8px; display:block; border-right: 7px solid #16acd7; background:rgba(0,0,0,0.5); height:35px; width:145px; line-height:35px; text-align:right; color:#ffffff;}
nav li a.white {  color:#e0e7e9;}
nav li a:hover, nav li a.white:hover { color:#fff; background:#16acd7;}
nav li a.login { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_member.gif) no-repeat 120px center #16acd7; border-right: 7px solid #16acd7; height:35px; width:145px; line-height:35px; text-align:right; padding-right:20px; color:#ffffff;}
nav li a.login:hover { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_member.gif) no-repeat 120px center #16acd7; border-right: 7px solid #16acd7; height:35px; width:145px; line-height:35px; text-align:right; padding-right:20px; color:#ffffff;}


/* -- 展開選單-- */
.u-vmenu ul li { width: 145px; list-style: none; margin-bottom:9px; font-size:13px; color:#fff;}
/* .u-vmenu ul ul { display: none;} */
.u-vmenu > ul > li { background: none;}
.u-vmenu > ul > li a.login { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_member.gif) no-repeat 120px center #16acd7; border-right: 7px solid #16acd7; height:35px; width:145px; line-height:35px; text-align:right; padding-right:20px; color:#ffffff;}

.u-vmenu > ul > li > a { padding: 0 10px 0 0;}
.u-vmenu > ul > li > a.login[data-option='on'],
.u-vmenu > ul > li > a.login[data-option='off'],
.u-vmenu > ul > li > a.login:hover[data-option='on'],
.u-vmenu > ul > li > a.login:hover[data-option='off'] { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_member.gif) no-repeat 120px center #16acd7; border-right: 7px solid #16acd7; height:35px; width:145px; line-height:35px; text-align:right; padding-right:20px; color:#ffffff;}
/* .u-vmenu > ul > li > ul { background:#16acd7; padding-bottom:10px;} */
.u-vmenu > ul > li > ul > li { width:135px; margin:0 auto;}
.u-vmenu > ul > li > ul > li input { width:100%; margin:8px 0 0 0; background:#fff; font-size:13px; color:#666; padding:5px; border:none;}
.u-vmenu > ul > li > ul > li a { background:none; font-size:13px; display:inline-block; border:none; padding:0; margin:0; width:48%; text-align:center;}
.u-vmenu > ul > li > ul > li a.loginS { background:none; font-size:13px; display:block; border: #fff 1px solid; padding:0; width:80%; margin:0 auto; text-align:center; color:#fff;}
.u-vmenu > ul > li > ul > li a.loginS:hover { background:#0584a8; border:#0584a8 1px solid;}

#innav { position:absolute; right:0; top:105px; font-size:1em; background:#17acd7;}
#innav li { float:left;}
/*#innav li a { color:#8dd6eb; padding:0 14px; display:block; border-right: 1px solid #e2ebba;} */
#innav li a { color:#fff; padding:0 14px; display:block; border-right: 1px solid #e2ebba;}
/*#innav li a:hover { color:#fff;}*/
#innav li a:hover {text-shadow: 0px 0px 10px #fff;}
#innav li a.last { padding: 0 0 0 14px; border:none;}


a.btnMore { background:none; border:#16acd7 1px solid; font-size:1.12em; color:#16acd7; padding:20px 30px; display:block; margin: 20px auto 0 auto; width:300px; text-align:center;}
a.btnMore:hover { background:#16acd7; font-size:1.12em; color:#fff; padding:20px 30px; display:block; margin: 20px auto 0 auto; width:300px; text-align:center;}

a.btnDraw { background: none; border:#16acd7 1px solid; font-size:1em; color:#16acd7; padding:20px; display:block; margin: 20px 0 0 0; width:200px; text-align:center;}
a.btnDraw:hover { background:#16acd7; font-size:1em; color:#fff; padding:20px; display:block; margin: 20px 0 0 0; width:200px; text-align:center;}

#subNav { position: relative; float:right; margin:166px 0 0 0; font-size:0.93em; color:#434343;}
#subNav a { display:block; margin-right:17px; color:#434343; float:left;}
#subNav a:hover { color:#900000;}
.searchguide { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Question.png) no-repeat left center;}

article { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/wrapperBG.gif) repeat-y center top; width:100%;}
article #maincontent { width:1000px; z-index:999; margin:0 auto; clear:both; padding:25px 0 35px 0;}

#searchCloud { width:835px; height:140px; background: rgba(2, 95, 99, 0.5); position:relative; padding: 0 20px; margin: 95px auto 0 auto; border-radius:8px;}
#searchHome { width:835px; height:140px; background:rgba(255,255,255,0.5); position:relative; padding: 0 20px; margin: 95px auto 0 auto; border-radius:8px;}
#searchIn { width:100%; background:#f1f9fb; position:relative; padding: 0 20px 20px 20px; border-radius:8px;}

#searchNav { position: absolute; z-index:998;}
#searchNav ul { margin: -7px auto 0 auto;}
#searchNav li { float:left; margin-right:10px;}
#searchNav li a.searchPlan { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchnav_Plan.png) no-repeat center bottom;width:112px; height:73px; display:block;}
#searchNav li a.searchPeople { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchnav_Peple.png) no-repeat center bottom;width:112px; height:73px; display:block;}
#searchNav li a.searchUnit { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchnav_Unit.png) no-repeat center bottom;width:112px; height:73px; display:block;}
#searchNav li a.searchMore { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchnav_More.png) no-repeat center bottom;width:112px; height:73px; display:block;}
/*#searchNav li a.searchPlan:hover, #searchNav li a.searchPeople:hover, #searchNav li a.searchUnit:hover, #searchNav li a.searchMore:hover, #searchNav li a.click { background-position:center top;}*/
#searchNav li a.click { background-position:center top;}

/*#searchHome input:not(.nf), #searchIn input:not(.nf) { width:90%; height:40px; background:#fff; border:none; margin:80px 10px 0 0; padding:3px 0 3px 10px; font-size:1em; color:#696969; border-radius:8px;}*/
/* #keywordStr { width:90%; height:40px; background:#fff; border:none; margin:80px 10px 0 0; padding:3px 0 3px 10px; font-size:1em; color:#696969; border-radius:8px;} */
#aiSearch2 input.field { height:30px; border:#748317 1px solid; background:#fff; margin:0 5px; padding:3px 0 3px 3px; font-size:1em; color:#696969; border-radius: 0;}
#searchIn input[type="radio"] { width:auto; height:auto;}
#searchHome a.butsearch, #searchIn a.butsearch { display:inline-block; background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Search.png) no-repeat center top; height:40px; z-index:999; width:50px;}
#searchHome a.butsearch:hover, #searchIn a.butsearch:hover { display:inline-block; background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Search.png) no-repeat center bottom; height:40px; z-index:999; width:50px;}

#aiSearchtitle { color:#094e5e; padding-bottom:15px; margin:23px 0 25px 0; font-size:0.93em; border-bottom:#094e5e 1px dotted;}
#aiSearch { margin-bottom:30px;}
#aiSearch li { margin-bottom:15px; height:32px; color:#747472;}
#aiSearch li span { margin-right:20px; display:inline-block;}
#aiSearch input { max-width:180px; height:30px; border:#08809b 1px solid; background:#fff; margin:0 5px; padding:3px 0 3px 3px; font-size:1em; color:#696969;}
#aiSearch select, .searchResult select { height:30px; border:#08809b 1px solid; background:#fff; padding:3px 0 3px 3px; font-size:1em; color:#696969; margin:0 5px;}
#aiSearch a.code { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Question.png) no-repeat left center; font-size:15px; padding-left:25px; height:28px; line-height:28px; margin:0;}
.searchResult { font-size:0.65em; color:#5c5c5c; display:inline-block; margin-left:15px;}

#aiSearchL { width:47%; float:left;}
#aiSearchR { width:47%; float:right;}

/*#resultL { width:170px; float:left; border-right: #CCC 1px dashed; padding-right:10px; margin-top:20px;}*/
#resultL {
    width: 170px;
    float: left;
    border-right: #CCC 1px dashed;
    padding-right: 10px;
    margin-top: 20px;
}

/*#resultL ul { margin-top:-35px;}*/
#resultL li { margin-bottom:11px; font-size:13px;}
#resultL li.title { font-size:1.12em; color:#0785a9; margin-top:35px; padding-bottom:10px;}

#resultR { width:795px; float:right; margin-top:20px;}

/* #resultR li { float:left; width:200px; height:202px; font-size:2.2em; color: #999; font-family: impact, serif; text-align:center; padding-top:115px; margin:0 32px; letter-spacing:-1px;} */

#resultR li.resultBG1 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchBG1.gif) no-repeat;}
#resultR li.resultBG2 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchBG2.gif) no-repeat;}
#resultR li.resultBG3 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchBG3.gif) no-repeat; margin-right:0;}

#mqResults li.resultBG1 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchBG1.gif) no-repeat;}
#mqResults li.resultBG2 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchBG2.gif) no-repeat;}
#mqResults li.resultBG3 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/searchBG3.gif) no-repeat; margin-right:0;}

#mqResults ul.info li{ float:left; width:200px; height:202px; font-size:2.2em; color: #999; font-family: impact, serif; text-align:center; padding-top:115px; margin:0 58px; letter-spacing:-1px;}


.subItem { font-size:1.3em; font-weight:bold; font-weight:bold; padding:15px 20px; margin:30px 0; background:#f2f2f2;}

#resultList { width:795px; float:right; margin-top:20px;}
#resultList li { margin-bottom:20px; border-bottom:#16acd7 1px dotted; padding-bottom:20px;}
.conTitle { font-size:1.2em; line-height:30px; display:block; font-weight:bold;}
.conInfo { font-size:0.9em; line-height:18px; margin:10px 0 0 0; display:block; color:#999; padding:10px 15px 10px 0; border-top:#f4f4f4 1px dotted;}
.conInfo img { float:right; margin-left:20px; z-index:999;}
.fontTxt { font-size:0.9em; line-height:24px; display:block; color:#333;}

#login { width:250px; height:175px; float:right;}
#login input { width:100%; border:#C4C4C4 1px solid; font-size:1.25em; padding:4px; clear:both; margin:0 0 12px 0; color:#696969;}
#login a { display:inline-block; margin-right:25px; font-size:0.93em;}
#login a.btnlogin { display:inline-block; padding: 10px 20px; background:#0b584e; color:#fff; font-size:1em; text-align:center; letter-spacing:2px; margin-right:0;}
#login a.btnlogin:hover { background:#900000;}
#login a.guide, #aiSearch a.guide { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Question.png) no-repeat left center; font-size:15px; padding-left:25px; float:right; height:26px; line-height:26px; margin:0;}
.back { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Back.png) no-repeat left center; font-size:15px; padding-left:25px; float:right; height:26px; line-height:26px; margin:0;}
.download { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Down.png) no-repeat left center; font-size:15px; padding-left:25px; height:26px; line-height:26px; margin:-10px 0 20px 0; display:block;}

.itemTitle { color:#0785a9; font-size:1.5em; padding-bottom:22px; border-bottom:#0b5c73 1px solid; margin:35px 0 25px 0;}
.itemTitle b { color:#eaeaea; font-weight:bold; display:inline-block; margin-left:10px;}
.itemTitle.login { padding-bottom:15px; border:none; margin:0;}

#homeleft { width:450px; float:left;}
#homeright { width:480px; float:right;}
.txtTitle { font-size:1.87em; line-height:40px; margin-bottom:10px; display:block;}
.conTxt { font-size:0.93em; color:#3c3c3c; line-height:25px; text-align:justify;}

#homeleft img { border:#cecdcd 3px solid; margin-bottom:18px;}

/*#homeCloud { background: #9cbcbd; width:100%; height:660px; padding-bottom:50px;}*/
#homeChart { background:#fff; width:100%; height:660px; padding-bottom:50px;}


/*#homeCloud { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/cloundBG.jpg) no-repeat center bottom #d7e7e1; width:100%; padding-bottom:50px;}*/



#listReport { width:100%; padding-bottom:30px;}
#listReport ul { width:1000px; margin: 30px auto 0 auto;}
#listReport li { float:left; width:230px; margin: 0 10px 30px 10px; height: auto;}
#listReport img { width:230px; height:auto;}
#listReport .pic { margin-bottom:15px;}
#listReport b { font-size:1.12em; line-height:26px; color:#333;}

/* -- 首頁頁籤 --
.abgne_tab { clear: left; width: 1000px; margin:0 auto 30px auto; position:relative;}
ul.tabs { width: 1000px; height: 56px;}
ul.tabs li { float: left; height: 56px; line-height: 56px; overflow: hidden; position: relative; width:16.66%; text-align:center; font-size: 0.93em; cursor:pointer; color:#16acd7; background:#fff;}
ul.tabs li.active  { background:#16acd7; color:#fff;}
 */

div.tab_container { clear: left; width: 1000px; margin:0 auto; padding-bottom:30px;}
div.tab_container .tab_content { padding: 0; line-height:1.7em;}
div.tab_container .tab_content ul.home { width:96%; margin: 0 auto;}
div.tab_container .tab_content li.home { margin-bottom:15px; float:left; width:25%; list-style:square;}

/* -- 內容列表 -- */
.conall { width:100%; clear:both; text-align:justify;}
.conhalf { width:45%; float:left; margin-right:5%;}
.conalltitle { font-size:0.93em; color:#094e5e; float:left; display:block; margin-bottom:10px; text-align:right;width:11%; padding-right:2%;}
.conalltxt { font-size:0.93em; color:#333; line-height:1.7em; float:right; display:block; margin-bottom:10px; border-bottom: #CCC 1px dotted; padding:0 0 5px 10px;width:84%; margin-right:5%;}
.contitle { width:20%; font-size:0.93em; color:#0b5c73; float:left; display:block; margin-bottom:10px; text-align:right; white-space: nowrap;}
.contxt { width:75%; font-size:0.93em; color:#333; line-height:1.7em; float:right; display:block; margin-bottom:10px; border-bottom: #CCC 1px dotted; padding:0 0 5px 10px;}

.planTitle { font-size:1.8em; color:#333; font-weight:bold;}
.planTitleen { display:block; font-size:0.7em; color:#666; margin:15px 0 0px 0;}

footer { width:100%; font-size:0.81em; background:#fafafb; clear:both; border-top:#e4edf0 3px solid; padding:15px 0 5px 0;}
footer #content-f { width:1000px; margin: 0 auto; color:#aeaeae; line-height:22px; position:relative; background:#fafafb; border:none;}
footer #sublogo { margin:0px; float:left; padding-top:5px;}
footer #sublogo img { margin-bottom:20px;}
footer #copytxt { position: relative; text-align:left; float:left; margin-left:40px; border-left: #6CC 1px dotted; padding-left:40px;}
footer #twca { position:absolute; right:0; top:20px;}

/* -- BacktoTOP -- */
#gotop { display: none; position: fixed; right: 20px; bottom: 30px; width:52px; height:52px; cursor: pointer; z-index:999;}


		#contentframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/css/images/navbg.gif') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%;
			left: 49.5%;
			z-index: 3;
			width: 24px;
			height: 24px;
			text-indent: -999em;
			background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/css/images/progress.gif');
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
.banner { width: 1100px; height: 100%; margin: 0 auto 0 auto; position:relative; min-height:650px;}
.banner_image { float:right; margin-right:50px;}
.banner_overlay { background:#00CC33; float:left; /*z-index: 900;*/ width: 300px; height: 100%;}
.banner_overlay_container { position: absolute; top: 0; width: 70%; padding: 0; margin-left:50px;}
.banner_overlay_header { width:250px; color: #000; padding-left: 0; bottom: 5%; font-size:1.5em; line-height:40px;}
.banner_overlay_subhead { width:250px; margin-top: 1em; color: #555; margin-bottom: 1em; line-height:26px;}
.banner-slider { position: absolute; height: 650px; overflow: hidden; width: 100%;}
.banner-slider_nav { position: absolute; /*z-index: 9999; */width: 1000px; top:10px; text-align:right;}
.banner-slider_nav_item { display: inline;}
.banner-slider_nav_item > a { text-align:right; display: inline-block; font-size: 2.5em; color:#f2f2f2; text-decoration: none; padding: 8px 3px; line-height: 12px;}
.banner-slider_nav_item > a:hover { color:#b7b7b7;}
.banner-slider_nav_item--is-selected > a { color: #16acd7;}
.banner_slide { position: absolute; width: 100%; height: 100%; top: 60px;}
.banner_button { padding: 20px; text-decoration: none; background-color: #4d4dff; color: #fff; display: inline-block;}
.cycle_arrow-wrapper { position: absolute; height: 50px; top: 40%; width: 1000px; left:50px; /*z-index: 1001;*/}
.cycle_next { position: absolute; right: -50px; background: transparent url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/arrow-right.png") no-repeat center center; display: block; width: 21px; height: 30px;}
.cycle_prev { position: absolute; left: -50px; background: transparent url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/arrow-left.png") no-repeat center center; display: block; width: 21px; height: 30px;}



/** icon clear**/
#searchHome a.butclear, #searchIn a.butclear { display:inline-block; background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Clear.png) no-repeat center top; height:40px; z-index:999; width:50px;}
#searchHome a.butclear:hover, #searchIn a.butclear:hover { display:inline-block; background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20190124065942/https://www.grb.gov.tw/assets/images/icon_Clear.png) no-repeat center bottom; height:40px; z-index:999; width:50px;}






/*
     FILE ARCHIVED ON 6:59:42 一月 24, 2019 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 12:27:31 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
