html,body {
	height:100%;
	margin:0;
	padding:0;
}
main {
  display:block;
}
body {
    font:62.5%/1 "微軟正黑體", Microsoft JhengHei, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust:100%;
        -ms-text-size-adjust:100%;
            text-size-adjust:100%;
}
body.font-size-s {
    font-size:56.3%;
}
body.font-size-l {
	font-size:68.8%;
}
/* 修正粗體 */
@font-face {
    font-family:"微軟正黑體修正";
    unicode-range:U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style:normal;
    font-weight:bold;
    src:local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family:"微軟正黑體修正";
    unicode-range:U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style:normal;
	font-weight:normal;
    src:local("微軟正黑體");
}
a {
	color:#D53500;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#bf2626;
}
a:focus, button:focus, input:focus, select:focus {
	outline:1px dashed #EB0000 !important;
}
a, button, textarea, select, input {
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
img {
	border:none;
	vertical-align:middle;
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}


/** Layout **/
#wrapper {
	position:relative;
	float:left;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
.hide-panel {
	display:none;
}
.noscript {
	display:block;
	width: 100%;
	font-size: 1.5em;
	line-height: 120%;
	padding: 20px 0px;
	margin:0 auto;
	box-sizing:border-box;
	background:#ffe5e6;
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
.sr-only-focusable {
    position:fixed;
	top:0;
	left:0;	
	color:#000;
	font-size:0;	
	opacity:0;	
	z-index:9999;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	width:auto;
	height:auto;
	color:#FFF;
	font-size:0.8rem;
	padding:5px 10px;
	margin:0;	
	opacity:1;
	clip:inherit;
	overflow:visible;
	background:rgba(0,0,0,.7);
}
.acKey,
.acKey a {
	color:transparent;
	font-size:0.8rem;
}
.acKey:hover,
.acKey:focus,
.acKey a:hover,
.acKey a:focus {
	color:#FFF;
}
.container {
	width:100%;
	margin:0 auto;
}
.row {
    margin-right:-10px;
    margin-left:-10px;
}
.left-part { float:left; }
.right-part { float:right; }
@media screen and (max-width:990px) {
	.pc-mode {
	  display:none !important;
	}  
}
@media screen and (min-width:991px) {
	.sp-mode {
	  display:none !important;
	}
	.container {
		width:100%;
		max-width:990px;
	}	
}
@media screen and (min-width:1200px) {
	.container {
		max-width:1200px;
	}
}
@media screen and (min-width:1440px) {
	.container {
		max-width:1440px;
	}
}

.font-black { color:#000;}
.font-blue { color:#0080a5;}
.font-green { color:#418600;}
.font-yellow { color:#CC4E00;}
.font-orange { color:#eb6100;}
.font-red { color:#D82B12;}


/** header **/
#header {
	position:relative;
	width:100%;
	margin:0 auto;
	background:#FFF;
	z-index:999;
	-webkit-box-shadow:0 5px 5px rgba(0%,0%,0%,0.3);
	   -moz-box-shadow:0 5px 5px rgba(0%,0%,0%,0.3);
	        box-shadow:0 5px 5px rgba(0%,0%,0%,0.3);	
}
#header.flex {
	position:fixed;
} 
@media screen and (min-width:991px) {
	#header {
		min-height:80px;
	}
}
@media screen and (min-width:1200px) {
	#header {
		min-height:100px;
	}
}


/* ----- topHead ----- */
#topHead {
	position:relative;
	width:100%;
	margin:0 auto;
}
#topHead .logo {
	position:relative;
	float:left;
	margin:10px;
}
#topHead .logo a {
	float:left;
	display:block;
	width:255px;
	height:50px;
	font-size:0;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/logo.webp) no-repeat 0 50%;
	background-size:auto 50px;
}
@media screen and (max-width:480px) {
	#topHead .logo a {
		width:180px;
		height:35px;
		background-size:auto 35px;
	}
}
@media screen and (max-width:360px) {
	#topHead .logo a {
		width:150px;
		height:30px;
		background-size:auto 30px;
	}
}
@media screen and (min-width:991px) {
	#topHead .logo {
		position:absolute;
		top:13px;
		margin:0;
	} 
	#topHead .logo a {
		width:255px;
		height:50px;  
		background-size:auto 50px;
	} 
	#topHead .logo .slogn {
		position:absolute;
		display:block;
		left:55px;
		top:46px;
		width:76px;
		height:13px;		
		background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/slogn.webp) no-repeat 0 50%;
		background-size:auto 13px;
	} 
}
@media screen and (min-width:1200px) {
	#topHead .logo {
		top:20px;
	} 
	#topHead .logo a {
		width:304px;
		height:60px;  
		background-size:auto 60px;
	} 
	#topHead .logo .slogn {
		left:305px;
		top:44px;
		width:120px;
		height:18px;
		background-size:auto 18px;
	} 
}
@media screen and (min-width:1440px) {
	#topHead .logo {
		top:15px;
	} 
	#topHead .logo a {
		width:355px;
		height:70px;  
		background-size:auto 70px;
	} 
	#topHead .logo .slogn {
		left:355px;
		top:48px;
		width:147px;
		height:25px;
		background-size:auto 25px;
	} 
}

/* ----- addon ----- */
.addon {
	width:100%;
}
.addon > ul {
	display:inline-block;
	list-style:none;
	letter-spacing:-9px;
	vertical-align:top;
}
.addon > ul > li {
	display:inline-block;
	color:#000;
	font-size:1.3em;
	letter-spacing:0;
	padding:0 10px;
	text-align:left;
	border-right:1px dashed #cccccc;
	margin:5px 0;
}
.addon > ul > li:last-child {
	border-right:none;
}
.addon > ul > li a {
	color:#000;
	vertical-align:top;	
}
.addon > ul > li a.acKey {
	color:transparent;
	margin:0 5px 0 0;	
}
.addon > ul > li a:hover,
.addon > ul > li a:focus {
	color:#bf2626;
}
.addon > ul > li a.btn-rss {
	color:#FFF;
	padding:0 5px;
	background:#C75000;	
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
            border-radius:4px;
}
.addon > ul > li a.btn-rss:hover,
.addon > ul > li a.btn-rss:focus {
	background:#D53500;
}
.addon .textsize a {
	display:inline-block;
	border:1px solid #999;
	margin:0 -1px 0 0;
}
.addon .textsize a i {
	display:block;
	width:20px;
	height:20px;
	font-size:0;	
	vertical-align:top;
}
.addon .textsize a:hover,
.addon .textsize a:focus,
.addon .textsize a:active {
	background:#F4F4F4;
}
.addon .textsize a.ts-on {
	background:#999;
}
.addon .textsize a i.sizeS {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/textsize-minus.png) 50% 50%;
}
.addon .textsize a.ts-on i.sizeS {
	background:#999 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/textsize-minus-on.png) 50% 50%;
}
.addon .textsize a i.sizeM {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/textsize.png) 50% 50%;
}
.addon .textsize a.ts-on i.sizeM {
	background:#999 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/textsize-on.png) 50% 50%;
}
.addon .textsize a i.sizeL {
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/textsize-plus.png) 50% 50%;
}
.addon .textsize a.ts-on i.sizeL {
	background:#999 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/textsize-plus-on.png) 50% 50%;
}
@media screen and (min-width:991px) {
	.addon {
		float:right;
		width:auto;
		margin-top:15px;
		margin-right:111px;
	}  
}
@media screen and (min-width:1200px) {
	.addon {
		margin-top:20px;
		margin-right:131px;
	}  
	.addon > ul > li {
		font-size:1.4em;
		margin:6px 0;
	}
}


#addon-sp {
	float:left;
	width:100%;
}
#addon-sp > ul {
	list-style:none;
	letter-spacing:-9px;
}
#addon-sp > ul > li {
	display:inline-block;
	width:25%;
	letter-spacing:0;
	border-right:1px solid #FFF;
	box-sizing:border-box;
	vertical-align:top;
}
#addon-sp > ul > li:last-child {
	border:none;
}
#addon-sp > ul > li span {
	display:none;
}
#addon-sp > ul > li a {
	float:left;
	width:100%;
	height:100%;
	color:#FFF;
	font-size:1.5em;
	text-align:center;
	vertical-align:middle;
	padding:15px 0;
	background:#216315;
	box-sizing:border-box;	
}
#addon-sp > ul > li a:hover,
#addon-sp > ul > li a:focus {
	color:#216315;
	background:#BDE052;	
}


#language {
	width:100%;
	list-style:none;
	border-top:1px solid #FFF;
}
#language ul {
	list-style:none;
	letter-spacing:-9px;
}
#language ul li {
	display:inline-block;
	width:50%;
	letter-spacing:0;
	border-right:1px solid #FFF;
	box-sizing:border-box;
	vertical-align:top;
}
#language ul li:last-child {
	border:none;
}
#language ul li a {
	display:block;
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding:15px 0;
	background:#C6E0B4;
	margin:0;
}
#language ul li a:hover,
#language ul li a:focus {
	color:#FFF;
	background:#157a53;
}
#language ul li a span {
	position:relative;
	display:inline-block;
	padding-left:25px;
}
#language ul li a span::before {
	position:absolute;
	content:'';
	display:block;
	left:0;
	top:50%;
	width:20px;
	height:20px;
	margin-top:-10px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#language ul li a span.lan1::before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-earth.svg);
}
#language ul li a span.lan2::before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-toy.svg);
}
#language ul li a:hover span.lan1::before,
#language ul li a:focus span.lan1::before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-earth-on.svg);
}
#language ul li a:hover span.lan2::before,
#language ul li a:focus span.lan2::before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-toy-on.svg);
}
@media screen and (min-width:991px) {
	#language {
		display:inline-block;
		width:auto;
		margin-left:5px;
		vertical-align:top;
		border-top:none;
	}
	#language ul li {
		width:auto;
		border:none;
		margin:0 5px 0 0;
	}
	#language ul li:last-child {
		margin:0;
	}
	#language ul li a {
		color:#000;
		font-size:1.3em;
		line-height:21px;
		padding:0 10px;
		border:1px solid #dddddd;
		background:none;
	}
	#language ul li a:hover,
	#language ul li a:focus {
		border-color:#157a53;
	}
	#language ul li a span {
		padding-left:19px;
	}
	#language ul li a span::before {
		width:17px;
		height:17px;
		margin-top:-8.5px;
	}
}
@media screen and (min-width:1200px) {
	#language ul li a {
		line-height:24px;
	}
	#language ul li a span {
		padding-left:23px;
	}
	#language ul li a span::before {
		width:20px;
		height:20px;
		margin-top:-10px;
	}
}


/* ----- contactBtn ----- */
.contactBtn {
	position:absolute;
	top:0px;
	right:142px;
	display:block;
	width:70px;
	height:70px;
	box-sizing:border-box;
	z-index:1;
}
.contactBtn a {
	display:block;
	width:100%;
	height:100%;
	background:#75992e url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-mail.svg) no-repeat 50% 50%;
	background-size:40px auto;
}
.contactBtn a:hover,
.contactBtn a:focus {
	background-color:#D53500;	
}
@media screen and (max-width:480px) {
	.contactBtn {
		right:112px;
		width:55px;
		height:55px;
	}
}
@media screen and (max-width:360px) {
	.contactBtn {
		right:102px;
		width:50px;
		height:50px;
	}
}
@media screen and (min-width:991px) {
	.contactBtn {
		top:15px;
		right:50%;
		width:50px;
		height:50px;
		margin-right:-444px;
	}
	.contactBtn a {
		background-size:cover;
	}
}
@media screen and (min-width:1200px) {
	.contactBtn {
		top:20px;
		width:60px;
		height:60px;
		margin-right:-539px;
	}
}
@media screen and (min-width:1440px) {
	.contactBtn {
		margin-right:-659px;
	}
}


/* ----- searchZone ----- */
.searchZone {
    position:absolute;
	top:70px;
    width:100%;
    text-align:center;
    margin:0 auto;
	background:#316932;
	z-index:1;
}
.searchZone .container{
	width:100%;
}
.searchZone .searchTag {
	position:absolute;
	top:-70px;
	right:71px;
	display:block;
	width:70px;
	height:70px;
	box-sizing:border-box;
	z-index:10;
}
.searchZone .searchTag a {
	display:block;
	width:100%;
	height:100%;
	background:#438943;
}
.searchZone .searchTag a:hover,
.searchZone .searchTag a:focus {
	background:#D53500;	
}
.searchZone .searchTag a span {
	position:relative;
	display:block;
}
.searchZone .searchTag a span em {
	display:block;
	background:none;
	-webkit-backface-visibility:hidden;
			backface-visibility:hidden;
}
.searchZone .searchTag a span em::before {
	position:absolute;
	display:block;
	content:'';
    left:25px;
    top:25px;
    height:18px;
    width:18px;
	border:3px solid #FFF;
	box-sizing:border-box;
    -webkit-border-radius:100px;
       -moz-border-radius:100px;
            border-radius:100px;
	-webkit-transition:-webkit-transform .2s;
	        transition:transform .2s;
}
.searchZone .searchTag a span em::after {
	position:absolute;
	display:block;
	content:'';
    left:38px;
    top:42px;
    width:8px;
    height:3px;
	background:#FFF;
	-webkit-transition:-webkit-transform .2s;
	        transition:transform .2s;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
    -webkit-border-radius:100px;
       -moz-border-radius:100px;
            border-radius:100px;
}
.searchZone .searchTag a.close {
	display:none;
	background:#316932;
}
.searchZone .searchTag a.close span em::before {
	left:23.5px;
	top:33.5px;
	width:23px;
	height:3px;
	border:none;
	background:#FFF;
	-webkit-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.searchZone .searchTag a.close span em::after {
	left:23.5px;
	top:33.5px;
	width:23px;
	height:3px;
	background:#FFF;
	-webkit-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}
@media screen and (max-width:480px) {
	.searchZone {
		top:55px;
	}
	.searchZone .searchTag {
		top:-55px;
		right:56px;
		width:55px;
		height:55px;
	}
	.searchZone .searchTag a span em::before {
		left:17px;
		top:17px;
	}
	.searchZone .searchTag a span em::after {
		left:30px;
		top:34px;
	}
	.searchZone .searchTag a.close span em::before {
		left:16px;
		top:26px;
	}
	.searchZone .searchTag a.close span em::after {
		left:16px;
		top:26px;
	}
}
@media screen and (max-width:360px) {
	.searchZone {
		top:50px;
	}
	.searchZone .searchTag {
		top:-50px;
		right:51px;
		width:50px;
		height:50px;
	}
	.searchZone .searchTag a span em::before {
		left:15px;
		top:15px;
	}
	.searchZone .searchTag a span em::after {
		left:28px;
		top:32px;
	}
	.searchZone .searchTag a.close span em::before {
		left:13.5px;
		top:23.5px;
	}
	.searchZone .searchTag a.close span em::after {
		left:13.5px;
		top:23.5px;
	}
}
@media screen and (min-width:991px) {
	.searchZone {
		top:80px;
		background-color:rgba(0,0,0,.8);
	}
	.searchZone .searchTag {
		top:-65px;
		right:50%;
		width:50px;
		height:50px;
		margin-right:-495px;
	}
	.searchZone .searchTag a span em::before {
		left:12px;
		top:11px;
		width:25px;
		height:25px;		
		border:4px solid #FFF;
	}
	.searchZone .searchTag a span em::after {
		left:29px;
		top:33px;
		width:11px;
		height:4px;
		background:#FFF;
	}
	.searchZone .searchTag a.close span em::before {
		left:9px;
		top:23px;
		width:32px;
		height:4px;
	}
	.searchZone .searchTag a.close span em::after {
		left:9px;
		top:23px;
		width:32px;
		height:4px;
	}
}
@media screen and (min-width:1200px) {
	.searchZone {
		top:100px;
	}
	.searchZone .searchTag {
		top:-80px;
		width:60px;
		height:60px;
		margin-right:-600px;
	}
	.searchZone .searchTag a span em::before {
		left:15px;
		top:13px;
		width:28px;
		height:28px;		
		border:4px solid #FFF;
	}
	.searchZone .searchTag a span em::after {
		left:35px;
		top:38px;
		width:12px;
		height:4px;
	}
	.searchZone .searchTag a.close span em::before {
		left:12px;
		top:28px;
		width:36px;
		height:4px;
	}
	.searchZone .searchTag a.close span em::after {
		left:12px;
		top:28px;
		width:36px;
		height:4px;
	}
}
@media screen and (min-width:1440px) {
	.searchZone .searchTag {
		margin-right:-720px;
	}
}


.searchZone .search {
    display:none;
    position:relative;
    float:left;
    width:100%;
    padding:15px 10px;
    box-sizing:border-box;
}
.searchZone .search form {
	width:100%;
	display:block;
}
.searchZone .box {
	position:relative;
	display:block;
	width:100%;
	padding:0 60px 0 0;
	background:none;
	box-sizing:border-box;
	transition:all 200ms ease;
	margin:0 auto;
}
.searchZone .search-txt {
	width:100%;
	color:#fff;
	font-family:"微軟正黑體", Microsoft JhengHei, Helvetica, sans-serif;
	font-size:1.7em;
	line-height:50px;
	padding:0 60px 0 10px;
	border:none;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	background:none;
}
.searchZone .search-txt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
  opacity:1; /* Firefox */
}
.searchZone .search-txt:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#fff;
}
.searchZone .search-txt::-ms-input-placeholder { /* Microsoft Edge */
  color:#fff;
}
.searchZone .search-btn {
	position:absolute;
	top:0;
	right:60px;
	display:block;
	width:50px;
	height:50px;
	font-size:0;
	padding:0;
	margin:0;	
	border:none;
	cursor:pointer;
	background:none;
}
.searchZone .search-btn span {
	float:left;
	width:100%;
	height:100%;
}
.searchZone .search-btn span em {
	position:relative;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	width:26px;
    height:26px;
    margin:12px auto;
    display:block;
}
.searchZone .search-btn span em::before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	height:20px;
	width:20px;
	border:3px solid #FFF;
	box-sizing:border-box;
    -webkit-border-radius:100px;
       -moz-border-radius:100px;
            border-radius:100px;
}
.searchZone .search-btn span em::after {
	position:absolute;
	display:block;
	content:'';
	left:15px;
	top:18px;
	width:10px;
	height:3px;	
	background:#FFF;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
.searchZone .search-btn:hover span em::before,
.searchZone .search-btn:focus span em::before {
	border-color:#fff100;
}
.searchZone .search-btn:hover span em::after,
.searchZone .search-btn:focus span em::after {
	background-color:#fff100;
}
.searchZone .advanced {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	color:#FFF;
	font-size:1.5em;
	line-height:17px;
	text-align:center;
	vertical-align:middle;
	padding:8px 5px;
	background:#228900;
	box-sizing:border-box;
}
.searchZone .advanced:hover,
.searchZone .advanced:focus {
	background:#D53500;	
}
.searchZone .keyWd {
	width:100%;
	color:#fff;
	font-size:1.7em;	
	line-height:25px;
	text-align:left;
	box-sizing:border-box;
	margin:10px auto 0 auto;
}
.searchZone .keyWd a {
	display:inline-block;
	color:#fff100;
	text-decoration:none;
	margin:0 5px;
}
.searchZone .keyWd a:hover,
.searchZone .keyWd a:focus {
	color:#B6E69E;
}
@media screen and (min-width:991px) {
	.searchZone .search {
		padding:20px 0;
	}
	.searchZone .keyWd {
		margin-top:20px;
	}
	.searchZone .keyWd a {
		color:#85D65C;
	}
	.searchZone .keyWd a:hover,
	.searchZone .keyWd a:focus {
		color:#fff100;
	}
}


/** main **/
#main {
	width:100%;
	margin:0 auto;
}


/* ----- bubbleInfo ----- */
.bubbleInfo {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
}
.bubbleInfo .btn {
	position:relative;
	display:block;
	width:30px;
	height:30px;
	text-indent:-999px;
	overflow:hidden;    
}
.bubbleInfo .btn::before {
	position:absolute;
	display:block;
	content:'';
    left:0;
    top:0;
    height:100%;
    width:100%;
	background:#ff6a00 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-i.svg) no-repeat 50% 50%;
	background-size:cover;
	-webkit-border-radius:100px;
       -moz-border-radius:100px;
            border-radius:100px;
	z-index:1;
}
.bubbleInfo .word {
	position:absolute;
	right:-20px;
	bottom:calc(100% + 10px);
	width:0;
	height:0;
	color:#FFF;
    font-size:1.5em;
    text-align:left;
    line-height:160%;
	padding:15px;
	box-sizing:border-box;
	background:rgba(0,0,0,.9);
	opacity:0;
	visibility:hidden;
	overflow:hidden;
	z-index:20;
    -webkit-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}
.bubbleInfo .word.focu-show {
	width:100vw;
	max-width:360px;
	height:auto;
	max-height:200px;
	opacity:1;
	visibility:visible;
	overflow:inherit;
}
.bubbleInfo .word::before {
	position:absolute;
	display:block;
	content:'';
	right:28px;
	bottom:-7px;
	width:0;
	height:0;
	border-style:solid;
	border-width:7px 7px 0 7px;
	border-color:rgba(0,0,0,.9) transparent transparent transparent;
}
@media screen and (max-width:990px) {
	.bubbleInfo {
		position:absolute;
		right:5px;
		top:50%;
		margin-top:-22.5px;
		z-index:2;
	} 
	.bubbleInfo .btn {
		width:45px;
		height:45px;
		padding:5px;
		box-sizing:border-box;
	}
	.bubbleInfo .btn::before {
		left:5px;
		top:5px;
		width:35px;
		height:35px;
	}
	.bubbleInfo .word {
		right:5px;
	}
	.bubbleInfo .word.focu-show {
		width:calc(100vw - 20px);
		max-width:420px;
	}
	.bubbleInfo .word::before {
		right:11px;
	}
}
@media screen and (min-width:991px) {
	#aside-menu .bubbleInfo {
		position:absolute;
		right:10px;
		top:50%;
		margin-top:-15px;
		z-index:2;
	}
	#aside-menu .bubbleInfo .word {
		right:inherit;
		left:-20px;
	}
	#aside-menu .bubbleInfo .word::before {
		right:inherit;
		left:28px;
	}
	#navi > ul > li > ul > li:nth-child(n+2):nth-child(-n+5) .bubbleInfo .word {
		bottom:inherit;
		top:calc(100% + 10px);
	}
	#navi > ul > li > ul > li:nth-child(n+2):nth-child(-n+5) .bubbleInfo .word::before {
		bottom:inherit;
		top:-7px;
		border-width:0 7px 7px 7px ;
		border-color:transparent transparent rgba(0,0,0,.9) transparent;
	}
}


/** footer **/
#footer {
    position:relative;
    width:100%;
	padding-top:20px;
    margin:0 auto;
	background-color:#157a53;
}
#footer .trigger {
	position:absolute;
	width:100%;
	text-align:center;
	top:-20px;
}
#footer .trigger a {
    position: relative;
    display: inline-block;
    width: 110px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
	padding-top:12px;
	box-sizing:border-box;
	overflow:hidden;
	margin:0 auto;
    z-index:1;
}
#footer .trigger a:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:12px;
	width:50px;
	height:50px;
	margin-left:-25px;
	z-index:-1;
	background-color:#157a53;
	transform:rotate(45deg);
}
#footer .trigger a:hover,
#footer .trigger a:focus {
	color:#fff100;
}
#footer .trigger a.open-Panell,
#footer .trigger a.close-Panell {
	display:none;
}
#footer .trigger a.open-Panell span,
#footer .trigger a.close-Panell span {
	position:relative;
	display:block;
	width:110px;
	padding-top:23px;
	margin:0 auto;
}
#footer .trigger a span:before {
	content:"";
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	top:7px;
	left:50%;
	margin-left:-5px;
	border-left:2px solid #FFF;
	border-top:2px solid #FFF;
	box-sizing:border-box;
	transition:all 0.3s ease;
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
            transform:rotate(45deg);
}
#footer .trigger a.close-Panell span:before,
#footer .trigger a.close-Panell span:after {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:14px;
	top:3px;
	left:50%;
	border:none;
	margin-left:-1px;
	background-color:#FFF;
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
            transform:rotate(45deg);
}
#footer .trigger a.close-Panell span:after {
	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
         -o-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
#footer .trigger a:hover span:before,
#footer .trigger a:focus span:before{
	border-color:#fff100;
} 
#footer .trigger a:hover span:after,
#footer .trigger a:focus span:after{
	background-color:#fff100;
}
#footer .trigger a.close-Panell:hover span:before,
#footer .trigger a.close-Panell:focus span:before{
	background-color:#fff100;
}

/* ----- fatfooter ----- */
.fatfooter {
	width:100%;
	margin:0 auto;
}
.fat-nav {
	float:left;
	width:100%;
	padding:30px 20px;
	margin:0 auto;
	box-sizing:border-box;
}
.fat-nav > ul {
	list-style:none;
	letter-spacing:-9px;
	margin:-15px -10px;
}
.fat-nav > ul > li {
	display:inline-block;
	width:25%;
	letter-spacing:0px;
	padding:15px 10px;
	box-sizing:border-box;
	vertical-align:top;
}
.fat-nav > ul > li > a {
	position:relative;
	display:inline-block;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	color:#FFF;
	font-size:2.1em;
	font-weight:bold;
}
.fat-nav > ul > li > a:hover,
.fat-nav > ul > li > a:focus {
	color:#fff100;
}
.fat-nav > ul > li > ul {	
	list-style:none;
	border-top:1px solid rgba(255,255,255,.2);
	margin-top:10px;
}
.fat-nav > ul > li > ul > li {	
	margin-top:10px;
}
.fat-nav > ul > li > ul > li > a {
	position:relative;
	display:block;
	color:#FFF;
	font-size:1.7em;
	line-height:125%;
	padding-right:1em;
}
.fat-nav > ul > li > ul > li > a:hover,
.fat-nav > ul > li > ul > li > a:focus {
	color:#fff100;
}
.fat-nav > ul > li > ul > li > a:before {
	content:"";
	position:absolute;
	display:block;
	width:10px;
	height:2px;
	top:10px;
	right:0px;
	border:none;
	background-color:#FFF;
}
.fat-nav > ul > li > ul > li > a:after {
	content:"";
	position:absolute;
	display:block; 
	right:1px;
	top:7px;
	width:8px;
	height:8px;
	border-right:2px solid #FFF;
	border-top:2px solid #FFF;
	box-sizing:border-box;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
.fat-nav > ul > li > ul > li > a:hover:before,
.fat-nav > ul > li > ul > li > a:focus:before {
	background-color:#fff100;
}
.fat-nav > ul > li > ul > li > a:hover:after,
.fat-nav > ul > li > ul > li > a:focus:after {
	border-color:#fff100;
}
.fat-nav > ul > li > ul > li > a.link:before {
	content:"";
	position:absolute;
	display:block;
	width:11px;
	height:11px;
	top:5px;
	right:0;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/fat-nav-icon.svg) no-repeat 50% 50%;
	background-size:cover;
}
.fat-nav > ul > li > ul > li > a.link:after {
	display:none;
}
.fat-nav > ul > li > ul > li > a.link:hover:before,
.fat-nav > ul > li > ul > li > a.link:focus:before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/fat-nav-icon-on.svg);
}
.fat-nav > ul > li > ul > li > a.download:before {
	content:"";
	position:absolute;
	display:block;
	width:11px;
	height:11px;
	top:5px;
	right:0;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/fat-nav-icon-download.svg) no-repeat 50% 50%;
	background-size:cover;
}
.fat-nav > ul > li > ul > li > a.download:after {
	display:none;
}
.fat-nav > ul > li > ul > li > a.download:hover:before,
.fat-nav > ul > li > ul > li > a.download:focus:before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/fat-nav-icon-download-on.svg);
}
.fat-nav > ul > li > ul > li > a.dropBtn:before {
	content:"";
	position:absolute;
	display:block;
	width:10px;
	height:2px;
	top:10px;
	right:0px;
	border:none;
	background-color:#FFF;
}
.fat-nav > ul > li > ul > li > a.dropBtn:after {
	content:"";
	position:absolute;
	display:block;
	width:2px;
	height:10px;
	top:6px;
	right:4px;
	border:none;
	background-color:#FFF;
	-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
			transform:rotate(0deg);
}
.fat-nav > ul > li > ul > li > a.dropBtn:hover:before,
.fat-nav > ul > li > ul > li > a.dropBtn:focus:before,
.fat-nav > ul > li > ul > li > a.dropBtn:hover:after,
.fat-nav > ul > li > ul > li > a.dropBtn:focus:after {
	background-color:#fff100;
}
.fat-nav > ul > li > ul > li > a.dropBtn.open {
	color:#e3f4ae;
}
.fat-nav > ul > li > ul > li > a.dropBtn.open:before,
.fat-nav > ul > li > ul > li > a.dropBtn.open:before {
	right:-1px;
	width:12px;
	background-color:#e3f4ae;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
.fat-nav > ul > li > ul > li > a.dropBtn.open:after,
.fat-nav > ul > li > ul > li > a.dropBtn.open:after {
	top:5px;
	height:12px;
	background-color:#e3f4ae;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}
.fat-nav > ul > li > ul > li > ul {
	list-style:none;
	height:0;
	visibility:hidden;
	opacity:0;
	overflow:hidden;
}
.fat-nav > ul > li > ul > li > ul.focu-show {
	height:inherit;
	opacity:1;
	visibility:visible;
	overflow:auto;
}
.fat-nav > ul > li > ul > li > ul > li {	
	margin-top:10px;
}
.fat-nav > ul > li > ul > li > ul > li > a {
	position:relative;
	display:block;
	color:#e3f4ae;
	font-size:1.7em;
	line-height:125%;
	padding-left:1em;
}
.fat-nav > ul > li > ul > li > ul > li > a:before {
	position:absolute;
	content:"";
	left:6px;
	top:9px;
	display:block;   
	width:5px;
	height:2px;
	background:#e3f4ae;
	z-index:1;
}
.fat-nav > ul > li > ul > li > ul > li > a.link:after {
	content:"";
	display:inline-block;
	width:11px;
	height:11px;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/fat-nav-icon-open.svg) no-repeat 50% 50%;
	background-size:cover;
	margin-left:5px;
}
.fat-nav > ul > li > ul > li > ul > li > a.link:hover:after,
.fat-nav > ul > li > ul > li > ul > li > a.link:focus:after {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/fat-nav-icon-on.svg);
}
.fat-nav > ul > li > ul > li > ul > li > a.download:after {
	content:"";
	display:inline-block;
	width:11px;
	height:11px;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/fat-nav-icon-download-open.svg) no-repeat 50% 50%;
	background-size:cover;
	margin-left:5px;
}
.fat-nav > ul > li > ul > li > ul > li > a.download:hover:after,
.fat-nav > ul > li > ul > li > ul > li > a.download:focus:after {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/fat-nav-icon-download-on.svg);
}
.fat-nav > ul > li > ul > li > ul > li > a:hover,
.fat-nav > ul > li > ul > li > ul > li > a:focus {
	color:#fff100;
}
@media screen and (max-width:640px) {
	.fat-nav > ul > li {
		width:50%;
	}
}
@media screen and (max-width:320px) {
	.fat-nav > ul > li {
		width:100%;
	}
}
@media screen and (min-width:991px) {
	.fat-nav {
		padding:30px 0;
	}
	.fat-nav > ul {
		margin:-20px -15px;
	}
	.fat-nav > ul > li {
		width:20%;
		padding:20px 15px;
	}
}


/* ----- copyright ----- */
.copyright {
	width:100%;
	padding:30px 20px 20px 20px;
	box-sizing:border-box;
	margin:0 auto;
}
.copyright .wd {
	float:left;
	width:calc(100% - 245px);
	margin:0 auto;
}
.copyright .wd .mark {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.copyright .wd .mark a {
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align:top;
}
.copyright .wd dl {
	float:left;
}
.copyright .wd dt {
	color:#FFF;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:1.7em;
	line-height:155%;
	font-weight:bold;
	margin-bottom:5px;
}
.copyright .wd dd {
	color:#FFF;
	font-size:1.5em;
	line-height:155%;
	margin-top:5px;
}
.copyright .wd dd a {
	color:#FFF;
}
.copyright .wd dd a:hover,
.copyright .wd dd a:focus {
	color:#fff100;
}
.copyright .wd dd a.btn-map {
	color:#FFF;
	font-size:0.8rem;
	font-weight:bold;
	line-height:100%;
	padding:3px 6px;
	background:#000;
	margin:0 15px 0 5px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
            border-radius:4px;
}
.copyright .wd dd a.btn-map:hover,
.copyright .wd dd a.btn-map:focus {
	color:#FFF;
	background:#bf2626;
}
.copyright .wd dd a.btn-map em {
	position:relative;
	font-style:normal;
	padding-left:11px;
}
.copyright .wd dd a.btn-map em:after {
	position:absolute;
	content:"";
	left:0px;
	top:50%;
	display:block;   
	width:9px;
	height:12px;
	margin-top:-6px;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-map.svg) no-repeat 50% 50%;
	background-size:9px auto;
	z-index:2;
}
.copyright .tel {
	float:right;
	width:235px;
	margin:0 auto;
}
.copyright .tel ul {
	list-style:none;
	letter-spacing:-9px;
	margin:-2.5px;
}
.copyright .tel ul li {
	display:inline-block;
	width:100%;
	padding:2.5px;
	letter-spacing:0;
	box-sizing:border-box;
	vertical-align:top;
}
.copyright .tel dl {
	position:relative;
	display:block;
	width:100%;
	color:#0e6242;
	min-height:60px;
	padding-left:62px;
	box-sizing:border-box;
	margin:0;
	background:#aae462;
}
.copyright .tel a {
	display:block;
	color:#0e6242;
}
.copyright .tel a:hover dl,
.copyright .tel a:focus dl {
	color:#FFF640;
	background:#bf2626;
}
.copyright .tel dl:before {
	position:absolute;
	content:"";
	left:8px;
	top:7px;
	display:block;   
	width:46px;
	height:46px;
	background:#0e6242;
	z-index:1;
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
            border-radius:100px;
}
.copyright .tel a:hover dl:before,
.copyright .tel a:focus dl:before {
	background:#FFF640;
}
.copyright .tel dl:after {
	position:absolute;
	content:"";
	left:8px;
	top:7px;
	display:block;   
	width:46px;
	height:46px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:2;
}
.copyright .tel dl.t1:after {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/tel-icon1.svg);
}
.copyright .tel a:hover dl.t1:after,
.copyright .tel a:focus dl.t1:after {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/tel-icon1-on.svg);
}
.copyright .tel dl.t2:after {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/tel-icon2.svg);
}
.copyright .tel dl.t3:after {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/tel-icon3.svg);
}
.copyright .tel dl.t4:before {
	display:none;
}
.copyright .tel dl.t4:after {
	width:46px;
	height:46px;
	background-color:#FFF;
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/tel-qrcode.png);
	background-size:auto;
}
.copyright .tel dt {
	display:inline-block;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:1.7em;
	font-weight:bold;
	margin:7px 0 5px 0;
}
.copyright .tel dt.tt1 {
	display:inline-block;
	font-family:"PingFang TC Semibold", "微軟雅黑", "Microsoft YaHei";
	font-size:2em;
	font-weight:bold;
	margin:7px 0 5px 0;
	padding-top:13px;
}
.copyright .tel dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.7em;
	font-weight:bold;
}
@media screen and (max-width:990px) {
	.copyright .wd dd:nth-child(2) {
		position:relative;
		display:inline-block;
		padding-right:60px;
	}
	.copyright .wd dd span {
		display:block;
	}
	.copyright .wd dd span:nth-child(2) {
		margin:5px 0 0 0;
	}
	.copyright .wd dd a.btn-map {
		position:absolute;
		display:block;
		width:50px;
		right:0;
		top:0px;
		text-align:center;
		padding:6px;
		margin:0;
		box-sizing:border-box;
	}
	.copyright .wd dd a.btn-map em {
		position:relative;
		display:inline-block;
		font-style:normal;
		padding:24px 0 0 0;
	}
	.copyright .wd dd a.btn-map em:after {
		position:absolute;
		content:"";
		left:50%;
		top:3px;
		display:block;   
		width:14px;
		height:18px;
		margin:0 0 0 -7px;
		background-size:auto 18px;
		z-index:2;
	}
}
@media screen and (max-width:680px) {
	.copyright {
		padding-bottom:0;
	}
	.copyright .wd {
		width:100%;
		margin-bottom:10px;
	}
	.copyright .wd .mark {
		width:100%;
		text-align:center;
	}	
	.copyright .wd .mark a {
		margin:0 5px;
	}
	.copyright .tel {
		width:100%;
	}
	.copyright .tel ul li {
		width:50%;
	}
}
@media screen and (max-width:520px) {
	.copyright .tel {
		float:none;
		width:235px;
		margin:0 auto;
	}
	.copyright .tel ul li {
		width:100%;
	}
}
@media screen and (min-width:991px) {
	.copyright {
		padding:20px 0 30px 0;
	}
	.copyright .wd {
		width:100%;
		margin:0 auto 20px auto;
	}
	.copyright .wd .mark {
		float:left;
		width:auto;
		margin:5px 10px 0 0;
	}
	.copyright .tel {
		float:left;
		width:100%;
		margin-top:10px;
	}
	.copyright .tel ul li {
		width:25%;
	}
}
@media screen and (min-width:1200px) {
	.copyright .wd {
		width:auto;
		margin:5px 0 0 0;
	}
	.copyright .wd .mark {
		float:left;
		width:90px;
		text-align:center;
	}
	.copyright .wd .mark a {
		margin:0 0 10px 0;
	}
	.copyright .tel {
		float:right;
		width:470px;
	}
	.copyright .tel ul li {
		width:50%;
	}
}
@media screen and (min-width:1440px) {
	.copyright .wd .mark {
		width:155px;
		text-align:left;
	}
	.copyright .wd .mark a {
		margin:0 10px 0 0;
		vertical-align:top;
	}
}


/* ----- botLink ----- */
.botLink {
	width:100%;	
	padding:0;
	letter-spacing:-9px;
	margin:0 auto;
	background:#105b3e;
}
.botLink .wd {
	display:inline-block;
	width:calc(100% - 255px);	
	height:100%;
	color:#FFF;
	font-size:1.5em;
	line-height:125%;
	letter-spacing:0;
	padding:0 20px;
	box-sizing:border-box;
	vertical-align:middle;
}
.botLink .wd p {
	display:flex;
    flex-wrap:wrap;
	width:100%;	
	min-height:50px;
	align-items:center;
	align-content:center;
}
.botLink a {
	color:#FFF;
}
.botLink a:hover,
.botLink a:focus {
	color:#aaff00;
}
@media screen and (max-width:680px) {
	.botLink .wd {
		width:100%;
		padding:10px 20px;
		background:#157a53;
	}
	.botLink .wd p {
		min-height:inherit;
	}
}
@media screen and (min-width:991px) {
	.botLink .wd {
		width:calc(100% - 235px);
		padding:0;	
	}
	.botLink .wd span {
		width:auto;
		text-align:inherit;	
	}
}


/* ----- agencyLink ----- */
.agencyLink {
	position:relative;
	display:inline-block;
	width:255px;
	letter-spacing:0;
	background:#0b402b;
	vertical-align:middle;
}
.agencyLink > a {
	position:relative;
	display:block;
	width:100%;
	color:#FFF;
	font-size:1.7em;
	font-weight:bold;
	line-height:50px;
	padding:0 20px;
	box-sizing:border-box;
	-webkit-transition:all 0.4s ease;
	   -moz-transition:all 0.4s ease;
	     -o-transition:all 0.4s ease;
	        transition:all 0.4s ease;
}
.agencyLink > a.show {
	color:#FFF;
	background:#C83722;
}
.agencyLink > a:after {
	position:absolute;
	content:"";
	right:0;
	top:0;
	display:block;   
	width:50px;
	height:50px;
	background:rgba(0,0,0,.3);
	z-index:2;
}
.agencyLink > a span {
	display:block;
	padding-right:50px;
}
.agencyLink > a span:before,
.agencyLink > a span:after {
	position:absolute;
	content:"";
	right:18px;
	top:50%;
	display:block;   
	width:14px;
	height:2px;
	margin-top:-1px;
	background:#105b3e;
	z-index:3;
}
.agencyLink > a span:after {
	-webkit-transform:rotate(-90deg);
	   -moz-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
         -o-transform:rotate(-90deg);
            transform:rotate(-90deg);
}
.agencyLink > a.show span:before,
.agencyLink > a.show span:after {
	right:17px;
	width:16px;
	background:#C83722;
}
.agencyLink > a.show span:before {
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
         -o-transform:rotate(45deg);
            transform:rotate(45deg);
}
.agencyLink > a.show span:after {
	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
         -o-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
.agencyLink .agencyNav {
	display:block;
	width:100%;
	list-style:none;
	box-sizing:border-box;
	background:#FFF;
	border:1px solid #C83722;
	margin-top:-1px;	
}
.agencyLink .agencyNav.fix {
	display:none;
	position:absolute;
	bottom:100%;
	right:0;
	margin:0;	
	z-index:200;
}
.agencyLink .agencyNav li {
	border-bottom:1px dashed #C83722;
}
.agencyLink .agencyNav li:last-child {
	border-bottom:none;
}
.agencyLink .agencyNav li a {
	position:relative;	
	display:block;
	width:100%;
	color:#C83722;
	font-size:1.7em;
	font-weight:bold;
	padding:15px 20px;	
	box-sizing:border-box;
}
.agencyLink .agencyNav li a:before {
	position:absolute;
	content:"";
	display:block; 
	right:20px;
	top:50%;
	width:12px;
	height:12px;
	margin:-6px 1px 0 0;
	border-right:2px solid #C83722;
	border-top:2px solid #C83722;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	z-index:2;
	box-sizing:border-box;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.agencyLink .agencyNav li a:after {
	position:absolute;
	content:"";
	right:20px;
	top:50%;
	display:block;   
	width:14px;
	height:2px;
	margin:-1px 0 0 0;
	background:#C83722;
	z-index:2;
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.agencyLink .agencyNav li a:hover,
.agencyLink .agencyNav li a:focus {	
	background:#FDEAEA;
}
@media screen and (max-width:680px) {
	.agencyLink {
		width:100%;
	}
}
@media screen and (min-width:991px) {
	.agencyLink {
		width:235px;
	}
}


/* gMenu */
#gMenu {
	position:fixed;
	right:20px;
	bottom:20px;
	width:60px;
	text-align:right;
	z-index:100;
}

/* ----- goTop ----- */
.goTop {
	display:none;
	float:right;
	margin-top:5px;
}
.goTop a {
	display:block;
	width:60px;
	height:60px;
	background:rgba(0,0,0,.8);
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
}
.goTop a:hover,
.goTop a:focus {
	background-color:rgba(0,0,0,1);
}
.goTop span {
	position:relative;
	display:block;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	padding-top:33px;
}
.goTop span::after {
	position:absolute;
	content:"";
    display:block;
    position:absolute;
	left:50%;
	top:20px;
    width:7px;
    height:7px;    
    border-left:2px solid #FFF;
	border-top:2px solid #FFF;
	margin:0 0 0 -5px;
    z-index:2;
    -webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
}

/* ----- tailshareBtn ----- */
.tailshareBtn {
	display:none;
	position:relative;
	float:left;
	width:60px;
}
.tailshareBtn > a {
	position:relative;
	float:left;
	width:60px;
	height:60px;
	background:#007FAB;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
}
.tailshareBtn > a:before {
	content:"";
	display:block;
	position:absolute;
	top:15px;
	left:50%;
	width:16px;
	height:16px;
	margin:0 0 0 -8px;
	background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-share.svg) 50% 50% no-repeat;
	background-size:cover;
}
.tailshareBtn > a span {
	position:relative;
	display:block;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	padding-top:33px;
}
.tailshareBtn > a.show,
.tailshareBtn > a:focus {
	background:#C83722;
}
.tailshareBtn .tailshareMenu {
	display:none;
	position:absolute;
	bottom:60px;
	right:0;
	list-style:none;
	z-index:110;
}
.tailshareBtn .tailshareMenu li {
	float:left;
	margin-bottom:5px;	
}
.tailshareBtn .tailshareMenu a {
	position:relative;
	float:left;
	width:60px;
	height:60px;
	font-size:0;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
}
.tailshareBtn .tailshareMenu a:before {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:30px;
	height:30px;
	margin:-15px 0 0 -15px;
	background-size:100% auto;
	-webkit-transition:all 0.3s ease;
	   -moz-transition:all 0.3s ease;
	     -o-transition:all 0.3s ease;
	        transition:all 0.3s ease;
}
.tailshareBtn .tailshareMenu a.icon-fb {
	background-color:rgba(59,89,152,1);
}
.tailshareBtn .tailshareMenu a.icon-fb:before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-FB.svg);
}
.tailshareBtn .tailshareMenu a.icon-twitter {
	background-color:rgba(0,172,237,1);
}
.tailshareBtn .tailshareMenu a.icon-twitter:before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-Twitter.svg);
}
.tailshareBtn .tailshareMenu a.icon-line {
	background-color:rgba(1,185,1,1);
}
.tailshareBtn .tailshareMenu a.icon-line:before {
	background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-LINE.svg);
}
.tailshareBtn .tailshareMenu a:hover:before {
    -webkit-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
			transform:rotate(360deg);
}

/* ----- faqHelper ----- */
.faqHelper {
	float:right;
	margin-top:5px
}
.faqHelper .faqOpen,
.faqHelper .faqClose {
	float:left;
	width:60px;
	height:60px;
}
.faqHelper .faqClose {
	display:none;
}
.faqHelper .faqOpen a,
.faqHelper .faqClose a {
	float:left;
	width:60px;
	height:60px;
	background:#4B8500;
	-webkit-border-radius:100%;
	   -moz-border-radius:100%;
			border-radius:100%;
}
.faqHelper .faqOpen a span,
.faqHelper .faqClose a span {
	position:relative;
	display:block;
	color:#FFF;
	font-size:1.2em;
	text-align:center;
	padding-top:33px;
}
.faqHelper .faqOpen a span::before,
.faqHelper .faqClose a span::before {
    position:absolute;
    display:block;
    content:'';
    right:50%;
	top:7px;
    width:22px;
    height:24px;
	margin-right:-11px;
    background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/icon-talk.svg) no-repeat 50% 50%;
	background-size:100% auto;
}
.faqHelper .faqWdbox {
	display:none;
	position:absolute;
	bottom:0;
	right:70px;
	list-style:none;
	z-index:100;
	text-align:left;
	padding:20px;
	box-sizing:border-box;
	background:#4B8500;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}
.faqHelper .faqWdbox p {
	width:280px;
	color:#FFF;
	font-size:1.9em;
	line-height:140%;
}
.faqHelper .faqWdbox .faqSearch {
	display:block;
	width:280px;
	height:165px;
	padding:10px;
	background:#FFF;
	box-sizing:border-box;
	margin-top:10px;
    -webkit-border-radius:10px;
       -moz-border-radius:10px;
            border-radius:10px;
}
.faqHelper .faqWdbox .faqSearch .search-query {
	width:100%;
	height:100%;
	max-height:85px;
	color:#000;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:1.9em;
	line-height:28px;
	padding:0;
	border:none;
	box-sizing:border-box;
	vertical-align:middle;
    -webkit-border-radius:7px;
       -moz-border-radius:7px;
            border-radius:7px;
}
.faqHelper .faqWdbox .faqSearch .search-query:focus {
	color:#000;
    border:none;
    outline:0;
}
.faqHelper .faqWdbox .faqSearch .search-btn {
	width:100%;
	height:50px;
	color:#FFF;
	font-size:1.9em;
	font-weight:bold;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	line-height:50px;
	text-align:center;
	vertical-align:middle;
	border:none;
	background:#0C7709;
	margin-top:10px;
	cursor:pointer;
    -webkit-border-radius:7px;
       -moz-border-radius:7px;
            border-radius:7px;
}
.faqHelper .faqWdbox .faqSearch .search-btn:hover,
.faqHelper .faqWdbox .faqSearch .search-btn:focus {
	background:#A40000;
}
.faqHelper .faqWdbox .faqSearch .search-btn span {
	position:relative;
	padding-right:25px;
}
.faqHelper .faqWdbox .faqSearch .search-btn span::before {
    position:absolute;
    display:block;
    content:'';
    right:0;
    top:50%;
    width:19px;
    height:19px;
	margin:-9.5px 0 0 0;
	border:none;
    background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102646/https://www.ardswc.gov.tw/Home/images/faqSearch-icon.svg) no-repeat 50% 50%;
}


.ui-widget {
	font-size:1.7em !important;
	padding:5px !important;
}
.ui-menu .ui-menu-item {
	margin:5px 0 !important;
}
.ui-menu .ui-menu-item-wrapper {
	padding:0 1em 0 0.4em !important;
}


@page {
    size:A4;
    margin:1cm;
    size:auto ;
	size:portrait;
}
@media print {
	.body {
		margin:0!important;
		padding:0!important;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after:avoid;
		page-break-inside:avoid;
	}
	div {
		display:block!important;
		height:auto;
    }
	table {
		float:none!important;
	}
	blockquote, table, pre {
		page-break-inside:avoid;
	}
	ul, ol, dl {
		page-break-before:avoid;
	}
	img {
		max-width:100%!important;
		page-break-inside:avoid;
	}
	#wrapper {
		display:block;
	}
	#header,
	#header.flex,
	#header.sp-fix {
		position:relative;
		display:block;
		height:0!important;
		box-shadow: 0 0 0 rgba(0%,0%,0%,0)!important;
	}
	.container {
		display:block;
		max-width:900px;
	}
	#topHead {
		display:block;
		min-height:inherit;
	}
	#topHead .logo {
		position:relative!important;
		top:0;
		display:inline-block;
		margin:0!important;
	}
	.addon,
	#target-menu,
	#topHead .logo span,
	.contactBtn,
	.searchZone,
	.searchZone .searchTag,
	.fatfooter,
	.copyright .tel,
	.copyright .mark,
	.botLink,
	#gMenu,
	#qlinkList,
	#goTop {
		display:none!important;
	} 
	#footer {
		display:block!important;
		padding:25px 0!important;
	}
	.copyright {
		padding:0!important;
	}
	.copyright .wd {
		float:none!important;
		display:block!important;
		width:100%!important;
		text-align:center;
		margin:0 auto!important;
	}
	.copyright .wd dl {
		float:none!important;
	}
}





/*
     FILE ARCHIVED ON 10:26:46 五月 17, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 22:40:29 五月 18, 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)).
*/
