@charset "utf-8";
header h1 {
	margin: 0;
}
header h1 img {
	width: 100%;
	display: block;
}
.RL-th, .resultList .RL-td {
	padding: .5em;
	vertical-align: top;
}
.RL-th {
	width: 100%;
	font-weight: bold;
	box-sizing: border-box;
}
.RL-td {
	width: 100%;
}
.RL-td .downloadList {
	margin: 0 2em;
	padding: 1em 0 1.5em 0;
}
.RL-td .downloadList li {
	border: none;
	padding: .25em 0;
}
.downloadList img {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
}
.RL-td .downloadList a {
	display: inline-block;
	list-style: disc;
	font-size: .9em;
}
.subWeb .htmlWrap {
	width: 90%;
	margin: auto;
}
.w5 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
/*--- 內容搜尋區塊樣式 ---*/
.searchBox {
	margin: 1em 0;
	padding: 1em;
	border-radius: .5em;
	text-align: center;
}
.searchBox .note {
	text-align: left;
	font-size: .9em;
	font-weight: 100;
	margin-bottom: .5em;
}
.searchBox .dateWrap {
	display: inline-block;
}
.searchBox ul li {
	list-style: none;
	text-align: left;
	margin: .5em;
	display: inline-block;
	width: 47%;
	vertical-align: top;
}
.searchBox ul li.fullLine {
	width: 100%;
}
.searchBox label {
	width: 25%;
	text-align: right;
	display: inline-block;
}
.searchBox ul li.fullLine label {
	width: auto;
}
.searchBtn {
	padding: .25em .5em;
	display: inline-block;
	vertical-align: middle;
	border-radius: .25em;
	border: 0;
}
.searchBox input[type="text" i] {
 padding: .5em;
 vertical-align: middle;
 width: 60%;
}
.searchBox input[type="text" i].form-control {
 width:100%;
 box-sizing: border-box;
}
.searchBox select {
	width: 60%;
}
.searchBox img {
	vertical-align: middle;
}
select {
	padding: .5em;
}
.searchBox input[type="text" i].shortinput {
 width:30%;
}
/*--- rwdTable樣式 ---*/
.rwd-table a:hover {
	text-decoration: underline;
}
.rwd-table {
	overflow: hidden;
	font-size: 1.15em;
	font-weight: 300;
}
.rwd-table th, .rwd-table td {
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.rwd-table {
	width: 100%;
	margin: 0 auto 1em auto;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: auto;
	text-align: right;
	display: inline-block;
}
.rwd-table th, .rwd-table td:before {
	font-weight: bold;
	margin-right: .5em;
}
.rwd-table .rwdT-title {
	width: 30%;
}
.rwd-table .rwdT-date {
	width: 11%;
}
@media (min-width: 480px) {
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
	padding-left: 0;
}
.rwd-table th:last-child, .rwd-table td:last-child {
	padding-right: 0;
}
.rwd-table th, .rwd-table td {
	padding: .5em !important;
}
}
@media (max-width: 480px) {
.rwd-table .txt_C, .rwd-table .txt_L {
	text-align: left;
	width: 100%;
}
.rwd-table th.onPc, .rwd-table td.onPc {
	display: none;
}
}
.downloadBtn {
	display: inline-block;
	background: #333;
	color: #fff;
	padding: .5em 1em .25em 1em;
	border-radius: .25em;
	text-align: center;
	font-size: .8em;
}
.rwd-table a.downloadBtn:hover, .rwd-table a.downloadBtn:focus {
	text-decoration: none;
}
.downloadBtn span {
	display: block;
}
.downloadBtn .fa {
	font-size: 1.5em;
}
.contentType {
	list-style: none;
	margin-top: 1em;
}
.contentType li {
	display: inline-block;
	width: calc(100%/2);
	margin: 0;
	float: left;
	box-sizing: border-box;
}
.subsidyType li {
	width: calc(100%/4);
}
.gov031Type li {
	width: calc(100%/3);
}
.contentType li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: .5em 0;
	box-sizing: border-box;
	transition: all ease-out .2s;
}
.articleTop {
	padding: 1em;
}
.at-nav {
	font-weight: 300;
	position: relative;
}
.articleType {
	padding: 0 1em;
	border-radius: 1em;
	margin-left: .5em;
}
.contentTitle {
	font-weight: 500;
	font-size: 1.25em;
	margin-top: .5em;
}
.htmlWrap {
	padding: 1em;
}
.htmlWrap img {
	width: 60%;
	margin: .5em 0;
}
.innerSocialList {
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.innerSocialList li {
	display: inline-block;
	width: auto;
	text-align: right;
	padding: 0;
}
.image-row {
	padding: 1em;
}
.image-row .example-image-link {
	vertical-align: top;
	display: inline-block;
}
.htmlsectionTitle {
	font-size: 1.25em;
	font-weight: 700;
	margin: 1em 0 .5em 0;
}
.htmlWrap {
	line-height: 1.75;
}
.htmlWrap ul, .htmlWrap ol {
	padding: 0 0 0 2em;
}
.htmlWrap li {
	margin: .5em 0;
}
.htmlWrap .htmlLinkBox {
	margin: 1em 0;
	padding: 1em;
	background: #ebf6fb;
}
.htmlWrap .htmlLinkBox a {
	color: #069;
}
.htmlWrap .htmlLinkBox a:hover {
	text-decoration: underline;
}
.htmlWrap .articleSection {
	clear: both;
	width: 100%;
	padding: 1em 0;
}
.htmlWrap .articleSection.as-alignR {
	flex-direction: row-reverse;
}
.articleSection .as-Txt, .articleSection .as-Img {
	/*display:inline-block;*/
	vertical-align: top;
}
.articleSection .as-Txt {
	width: 60%;
	word-break: break-word;
}
.articleSection .as-Img {
	width: 40%;
	margin-left: 0;
	margin-right: 2%;
	float: left;
}
.articleSection.as-alignR .as-Img {
	/*flex-direction: row-reverse;*/
	margin-left: 2%;
	margin-right: 0;
	float: right;
}
.articleSection.as-fullPic .as-Img {
	width: 85%;
	margin: 1% auto;
	float: none;
	display: block;
}
.articleSection .as-Img img {
	width: 100%;
	height: auto;
}
.tableTitle_warp{
	display:inline-block;
    padding-right: 10px;
}
.tableTitle ,.tableTitle_red{
    font-weight: 500;
    letter-spacing: 2px;
	margin: 10px 0 5px 0;
}
.tableTitle {
    font-size: 1.5em;
    color: #0072c4;
}
.tableTitle_red a{
    font-size: 1.2em !important;
    color: #ff002a !important;
	padding:.3em;
}
.tableTitle_red a:hover{
	color:#d41717 !important;
}
.tableTitle::before{
	display:inline-block;
	margin-right:10px;
	margin-bottom:5px;
	content:' ';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #1b9bf3;
	border-bottom: 10px solid transparent;
	vertical-align: middle;
}

 @media (max-width: 480px) {
.articleDate, .articleType {
	display: table;
	width: auto;
	box-sizing: border-box;
	margin-left: 0;
}
.articleType {
	margin-top: .5em;
}
.innerSocialList {
	position: relative;
}
.subsidyType li, .contentType li {
	width: 100%;
}
.htmlWrap img {
	width: 100%;
	margin: 0 auto;
}
}
.lawList {
	width: 80%;
	margin: 3em auto 6em auto;
	padding: 0;
	list-style: none;
}
.lawList li {
	width: 45%;
	margin: 0 2%;
	display: inline-block;
}
.lawList li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 1em 0;
	border-radius: .5em;
	text-align: center;
	font-size: 3.5em;
	box-sizing: border-box;
	letter-spacing: 0;
	font-weight: 500;
}
.lawList li:first-child a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#519fc6+1,4f92bc+50,498daf+51,498daf+99 */
	background: rgb(81,159,198); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(81,159,198,1) 1%, rgba(79,146,188,1) 50%, rgba(73,141,175,1) 51%, rgba(73,141,175,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(81,159,198,1) 1%, rgba(79,146,188,1) 50%, rgba(73,141,175,1) 51%, rgba(73,141,175,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(81,159,198,1) 1%, rgba(79,146,188,1) 50%, rgba(73,141,175,1) 51%, rgba(73,141,175,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519fc6', endColorstr='#498daf', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 10px 0 #2b6f8c;
}
.lawList li:last-child a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1bada1+0,1bada1+51,1bada1+51,1aa595+52,1aa595+100 */
	background: rgb(27,173,161); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(27,173,161,1) 0%, rgba(27,173,161,1) 51%, rgba(27,173,161,1) 51%, rgba(26,165,149,1) 52%, rgba(26,165,149,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(27,173,161,1) 0%, rgba(27,173,161,1) 51%, rgba(27,173,161,1) 51%, rgba(26,165,149,1) 52%, rgba(26,165,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(27,173,161,1) 0%, rgba(27,173,161,1) 51%, rgba(27,173,161,1) 51%, rgba(26,165,149,1) 52%, rgba(26,165,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bada1', endColorstr='#1aa595', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 10px 0 #09847e;
}
.lawList li a:hover {
	letter-spacing: 5px;
	font-weight: 700;
	color: #FF6;
}
.lawList li:first-child a:hover {
	background: #2b6f8c;
}
.lawList li:last-child a:hover {
	background: #09847e;
}
.contentStyle p {
	margin: 1rem 0;
}
.contentStyle ul {
	margin: 1.5rem 0;
	padding: 1rem 1rem 1rem 2.5rem;
	background: #efefef;
}
.contentStyle .htmlsectionTitle {
	font-size: 1.25em;
}
.directorList {
	width: 70%;
	margin: 0;
}
.phoneList {
	width: 80%;
	margin: 0;
}
.phoneList th, .phoneList td, .directorList th, .directorList td {
	width: 20%;
}
.phoneList .phoneCF {
	width: 50%;
}
.directorInfo, .directorImg {
	display: inline-block;
}
.directorInfo {
	margin-left: 2em;
}
.directorInfo p {
 margin: .25rem 0;
}
.directorImg {
	width: 20%;
	margin: 0;
}
.aboutImg {
	width: 80%;
	margin: 1em auto;
}
.aboutImg img, .directorImg img {
	width: 100%;
}
.directorImg img {
	border-radius: 8px;
}
.htmlWrap .htmlTable1 {
	display: table;
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
}
.htmlTable1 li {
	display: table-row;
	width: 100%;
	line-height: 1.5;
}
.htmlTable1 li p {
	display: block;
	padding: .5em 1em;
	margin: 0;
}
.htmlTable1 li .thstyle {
	margin: -1em .5em -1em -1em;
	padding: .5em;
	display: inline-grid;
	width: 20%;
	text-align: left;
}
*::-ms-backdrop, .htmlTable1 li .thstyle {
 display: inline-block;
}
.htmlsubTitle {
	font-weight: bold;
	font-size: 1.25em;
	padding: .5em 0;
	margin-bottom: 1em;
}
.titleBlock {
	padding: .25em 1em;
	display: block;
	border-radius: .5em;
}
.htmlL, .htmlR {
	display: inline-block;
	vertical-align: top;
}
.trafficPic {
	width: 65%;
	margin: auto;
}
.trafficPic img {
	width: 100%;
}
ul.PTlist {
	margin: 1em 0;
	padding: 0;
	background: none;
}
ul.PTlist li {
	display: inline-block;
	margin: .25em 0;
}
ul.PTlist li a {
	display: block;
	padding: .25em 1em;
	border-radius: 1em;
	transition: all ease-out .4s;
}
.gov02table a {
	display: block;
}
.gov02table .tdyear {
	width: 15%;
}
.gov02table td, .gov02table th {
	width: 40%;
}
.gov02table ul {
	margin-left: 2em;
}
.gov021table .tdtitle {
	width: 50%;
}
.gov021table .txt_L {
	width: auto;
}
.mtListWrap {
	text-align: center;
}
.mtList {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0 .5%;
	background: #e8e8e8;
	text-align: left;
}
.mtTitle {
	margin: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	height: 275px;
	font-size: 3em;
	letter-spacing: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}
#mtt1 .mtTitle {
	background: url(../../images/banner/mtBanner-1.jpg) no-repeat;
	background-size: 100%;
}
#mtt2 .mtTitle {
	background: url(../../images/banner/mtBanner-2.jpg) no-repeat;
	background-size: 100%;
}
#mtt3 .mtTitle {
	background: url(../../images/banner/mtBanner-3.jpg) no-repeat;
	background-size: 100%;
}
.mtLinks {
	list-style: none;
	padding: 1.5rem;
}
.mtLinks li {
margin: .5rem 0;
}
.mtLinks li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
	padding: 1em;
}
#mtt1 .mtLinks li a {
	background: #82c3f7;
}
#mtt1 .mtLinks li.darkBG a {
	background: #3162a4;
}
#mtt2 .mtLinks li a {
	background: #72d8fb;
}
#mtt3 .mtLinks li a {
	background: #93b858;
}
.mtL-img {
	width: 20%;
	margin-right: 1em;
	transition: all ease-out .4s;
}
.mtL-img img {
	width: 100%;
}
.mtL-txt {
	width: 80%;
	font-weight: 500;
	font-size: 1.75em;
	transition: all ease-out .4s;
}
.mtLinks li a:hover .mtL-txt {
	font-weight: 700;
	text-shadow: 0 2px 5px rgba(0,0,0,.6);
}
.mtLinks li a:hover .mtL-img {
	width: 23%;
}
.pnpWrap {
	width: 90%;
	margin: auto;
}
.pnpWrap img {
	width: 100%;
}
.pnpInfo {
	display: block;
	width: 100%;
}
.pnpMenu {
	background: #ebebeb;
}
.pnpMenu li {
	list-style: none;
	display: inline-block;
	width: 24%;
	text-align: center;
	vertical-align: top;
}
.pnpMenu li a {
	display: block;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	flex-direction: column;
	text-align: center;
	font-size: 1.75em;
	font-weight: 700;
	letter-spacing: 2px;
}
.pnpMenu a img {
	opacity: .7;
	transition: all ease-out .2s;
}
.pnpMenu a:hover img {
	opacity: 1;
}
.pnpLinks {
	background: #e4e4e4;
	list-style: none;
	padding: 1em 2em;
	font-size: 1.5em;
	font-weight: 300;
}
.pnpLinks li {
	padding: .25em 0;
}
.pnpLinks .fa {
	margin-right: .5em;
}
.pnpLinks a:hover, .pnpLinks a:focus {
	text-decoration: underline;
	font-style: italic;
}
.pd-login {
	width: 100%;
	margin: 2em auto;
	padding: 2em;
	box-sizing: border-box;
}
.pd-login li input[type="text" i] {
 width:auto;
}
.dp-note {
	text-align: left;
	margin: 2em 0 0 0;
	padding: 1em;
	border-radius: .5em;
}
.dp-note p {
	margin: .5em 0;
}
.dp-noteTitle {
	display: table;
	padding: .25em 1em;
	border-radius: 1em;
	margin-right: .5em;
}
.pdc-List {
	list-style: none;
	margin: 1em;
	font-size: 1.5em;
	font-weight: 500;
}
.pdc-List li {
	margin-bottom: .25em;
}
.pdc-List li a {
	display: block;
	padding: 1em;
	transition: all ease-out .4s;
}
.subWebBTN {
	text-align: center;
	margin: 1em 0;
}
.fullcontent .moreFile {
	width: 95%;
	margin: auto;
	padding: .5em 0 1em 0;
}
.subwebContentbg {
	padding: 1em 2em;
	box-sizing: border-box;
}
.sitemapList {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin: 0 1%;
}
.sitemapList a:hover, .sitemapList a:focus {
	font-style: italic;
	text-decoration: underline;
	color: #F60;
}
.contentStyle .sitemapList ul {
	list-style: none;
 margin: .5rem 0;
 padding: .5rem 2rem;
}
.contentStyle .sitemapList ul li {
	margin: 0;
	padding: .25em 0;
}
.contentStyle .sitemapList ul li:last-child {
	border-bottom: none;
}
.rsstxtBtn {
	display: table;
	width: auto;
	text-align: center;
	margin: .5em 0;
	padding: .15em 1.5em;
	border-radius: .5em;
	font-size: 1.5em;
	letter-spacing: 2px;
	font-weight: 500;
}
.rsstxtBtn .fa {
	margin-right: .25em;
}
.contentStyle .formList {
	position: relative;
	margin: 1em 0;
}
.contentStyle .formList li {
	margin: 0;
	padding: .5em;
}
.contentStyle .formListTR {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none;
}
.contentStyle .formListTH, .contentStyle .formListTD {
	display: inline-block;
	vertical-align: top;
}
.contentStyle .formListTH {
	white-space: nowrap;
	text-align: right;
	min-width: 20%;
	background: #0988df;
	color: #fff;
}
.contentStyle .formListTD {
	text-align: left;
	width: 70%;
	background: #fff;
}
.contentStyle .formListTD.full {
	float: none;
	width: 100%;
}
.contentStyle .formList label {
	display: inline;
	margin: 0;
}
.contentStyle .formList textarea, .contentStyle .formList input[type="text"], .contentStyle .formList input[type="password"], .contentStyle .formList select {
	margin: 0;
}
.contentStyle .formList textarea {
	width: 80%;
	min-height: 100px;
}
.contentStyle .formList form {
	display: inline-block;
}
.contentStyle .formList input[type="text"].longInput {
	width: 65%;
}
.contentStyle .formList img {
	vertical-align: middle;
	margin: 0 .25em;
}
.bottomBtn {
	text-align: center;
	margin: 1em 0;
}
.htmlBigTitle {
	font-size: 1.75em;
	font-weight: 700;
	color: #3f71b5;
}
.blockContent {
	margin: 1em 0;
}
.bcItem {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 1em;
	box-sizing: border-box;
	background: #f5eec4;
	height: 250px;
}
.bc-title {
	font-size: 1.15em;
	font-weight: 700;
	color: #905d17;
}
.imgNote {
	text-align: center;
	color: #7096b1;
	display: block;
}
.inTitleImg {
	vertical-align: sub;
	width: 1.5em;
}
ul.bc03-list {
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 5px solid #c1dcd8;
}
.bc03-list li {
	border-top: 1px solid #ccc;
	padding: .5em 1em;
	margin: 0;
	background: #fff;
}
.bc03-list li:nth-child(even) {
	background: #f3f3f3;
}
.bc03-list li:first-child {
	border-top: none;
}
.bc03-list li span {
	display: inline-block;
	float: right;
}
#DPWrap {
	background: #FFF;
}
#DPWrap .moreFile {
	font-size: 1.25em;
}
.dpTitle {
	color: #1c7cb7;
}
.popContentWrap {
	position: relative;
}
.popContentWrap img {
	display: block;
	margin: 1em auto;
	width: 80%;
}
.popContent {
	background: #fff;
	border-top: 2px solid #2196F3;
	padding: 1em;
}
.popContentWrap a {
	text-decoration: underline;
	color: #369;
}
.popContentWrap a:hover {
	font-style: italic;
}
.surveyList {
	margin-bottom: 1em;
	font-size: 1.25em;
    text-align: left;
}
.SL-sub {
	list-style: none;
	padding: 1em;
	background: #efefef;
	margin: 1em 0;
}
.SL-sub li {
	padding: .5em 0;
	border-bottom: 1px dotted #ccc;
}
.SL-sub li:first-child {
	padding: 0 0 .5em 0;
}
.SL-sub li:last-child {
	border-bottom: 0;
	padding: .5em 0 0 0;
}
.surveyTitle {
	font-size: 1.25em;
	font-weight: 700;
	color: #0b75ca;
}
.surveyList input[type="checkbox"], .surveyList input[type="radio"] {
	width: 1em;
	height: 1em;
	margin-right: .5em;
	vertical-align: middle;
}
.SL-result .sr-no {
    width: 100%;
    text-align: left;
}
.SL-result p {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.sr-no {
	width: 5%;
}
.SL-result p.sr-percent {
	width: 13%;
	text-align: right;
}
.sr-bar {
	width: 80%;
}
.sr-bar span {
	display: block;
	height: 20px;
	background: #FF9800;
	min-width: 1px;
}
/* hr_iframe */
#popblock {
	border-radius: 1em;
	position: fixed;
	right: 20px;
	top: 15%;
	width: 230px;
	margin-top: 0;
	padding: 10px;
	background: #FFF;
	border: 2px solid #f6a931;
	font-family: arial, "微軟正黑體";
	box-sizing: border-box;
	z-index: 999;
}
#popblock.surveyBox{
	right: 25%;
	top: 5%;
	width: 50%;
	height:85vh;
}
#popblock::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 100%;
	height: 50%;
	background: linear-gradient(#ffeca4, #FFF);
	border-radius: 1em;
}
#popblock .closepop, #popblock .closesurvey {
	position: absolute;
	right: -12.5px;
	top: -12.5px;
	display: block;
	width: 25px;
	height: 25px;
	background: #f6a931;
	border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
	opactiy: 1 !important;
	transition: all .3s;
}
#popblock .closepop::before, #popblock .closepop::after, #popblock .closesurvey::before, #popblock .closesurvey::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 11px;
	width: 15px;
	height: 3px;
	background: #FFF;
}
#popblock .closepop::before, #popblock .closesurvey::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#popblock .closepop::after, #popblock .closesurvey::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#popblock .closepop:hover, #popblock .closesurvey:hover {
	background: #ea9714;
	opacity: 1 !important;
}
#popblock .wrap {
	position: relative;
	text-align: center;
}
#popblock.surveyBox .popContentWrap {
	height:70vh;
	overflow-y:scroll;
}
#popblock h1 {
	margin:0 0 .25em 0;
}
#popblock .wrap img {
	width: 100%;
	height: auto;
}
#popblock .wrap b {
	display: none;
	margin: 5px 0;
	font-size: 14px;
	color: #333;
}
#popblock .wrap .people {
	display: none;
	margin-bottom: 5px;
	background: #ddeef3;
	font-size: 33px;
	color: #333;
	line-height: 45px;
	font-weight: bold;
}
#popblock .wrap .go {
	border-radius: 1em;
	display: block;
	background: #ff8a22;
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	transition: all .3s;
}
#popblock .wrap .go:hover {
	background: #ff5722;
}
#popblock .innerBottomLink {
    width: 100%;
	background: #ff8a22;
	border-radius: 0 0 1em 1em;
}
#popblock .innerBottomLink a, #popblock .innerBottomLink a:hover, #popblock .innerBottomLink a:active, #popblock .innerBottomLink a:focus, #popblock .innerBottomLink ul li .fa {
    color: #fff;
}
#popblock .innerBottomLink ul {
    border-top: 3px solid #e47615;
}
.tabs nav ul {
	margin: 0 0 1em 0;
}

@media (max-width: 480px) {
.directorList {
	width: 100%;
	margin: 0 auto;
}
.directorImg {
	width: 50%;
	margin: 1em auto;
}
.directorInfo, .directorImg {
	display: block;
}
.directorInfo {
	margin-left: 0;
}
.htmlTable1 {
	display: block;
	overflow: hidden;
}
.htmlTable1 li {
	display: block;
	margin: 0;
}
.htmlTable1 li p {
	display: block;
	padding: .5em 1em;
	background: #ebebeb;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.htmlTable1 li .thstyle {
	display: block;
	width: 110%;
	text-align: left;
	margin: -.5em -1em .5em -1em;
}
.htmlTable1 li p a {
	word-break: break-all;
}
.trafficPic {
	width: 85%;
}
.gov02table .tdyear, .gov02table td, .gov02table th, .gov021table .tdtitle {
	width: 100%;
}
.mtList {
	display: block;
	width: 100%;
}
.mtTitle {
	height: 215px;
}
.mtLinks .mtL-img {
	width: 25%;
}
.mtLinks .mtL-txt {
	width: 75%;
}
.sitemapList {
	width: 100%;
	margin: 0;
}
.bcItem {
	width: 100%;
	height: auto;
	margin-bottom: .5em;
}
.aboutImg, ul.bc03-list {
	width: 100%;
}
.bc03-list li span {
	display: block;
	float: none;
	background: #e1e6e5;
	padding: 0 1em;
	border-radius: 1em;
}
.downloadBtn span {
	display: inline-block;
}
.pnpInfo {
	display: contents;
}
.pnpMenu li {
	width: 100%;
	padding-left: .25em;
}
.pnpMenu li a {
	padding: .25em 0;
	text-align: left;
	display: inline-flex;
	flex-direction: inherit;
	align-items: center;
	font-size: 1.5em;
}
.pnpMenu li img {
	width: 20%;
	margin: 0 .5em;
}
.lawList li {
	width: 100%;
	margin: 5% 0;
}
.lawList li a {
	font-size: 2.5em;
	padding: .5em 0;
}
.rwd-table td.rwdbreak:before {
	display: block;
	width: 100%;
	text-align: left;
}
#popblock.surveyBox {
    right: 3%;
    top: 3%;
    width: 95%;
    height: 95vh;
}
}
@media (min-width: 480px) and (max-width: 1024px) {
.directorList {
	width: 100%;
}
.sitemapList {
	width: 100%;
	margin: 0;
}
.sitemapList ul li {
	display: inline-block;
	width: 49%;
}
.bcItem {
	width: 100%;
	height: auto;
	margin-bottom: .5em;
}
ul.bc03-list {
	width: 100%;
}
.htmlWrap img {
	width: 90%;
	margin: 0;
}
}
