﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body{
	font-family: 'Noto Sans TC', "微軟正黑體","Arial Unicode MS", san-serif;
	letter-spacing:1px;
}
body#subweb .weatherBox{
	display:none;	
}
body#subweb header{
	margin-bottom: 0;	
}
body#subweb .topTitle {
	font-size: 3em;
    margin: 0 auto;
    width: 85%;
    letter-spacing: 8px;
    position:relative;
}
body#subweb .topTitle img {
    height: 90px;
    width: auto;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
body#subweb.path {
    width: 100%;
    margin: 0;
}
*:focus {
    outline: #ffc107 dotted 3px!important;
}
.altC-Anchor{
	color:#333;
	position:absolute;
	top:0;
	left:0;
}
.topblockArea .flexslider .slides li a:focus,
.slick-slide a:focus,
noscript .adBannerWrap a:focus {
	border: #ffc107 dotted 3px;
}
#content {
	position:relative;
}
#content .webWrap {
    padding: .5em 2em 0 2em;
    border-radius: .5em;
    box-sizing: border-box;
}
#content .themeArea .webWrap {
    padding: 0;
    margin: auto;
}
a#gotocenter {
	z-index: -999;
	position: absolute;
	padding: 1em;
	top: 0;
}
a#gotocenter:focus {
	z-index: 999;
}
.logo a, .news-L a, .adBannerWrap a, .mainBanner a, .mainBanner button, .adBannerWrap a {
    display: block;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
	font-family: 'Noto Sans TC', serif;
	letter-spacing:1px;
}
.webWrap{
	width:85%;
	margin:auto;	
    position: relative;
}
#content #newsBlock .webWrap {
	width:82%;
}

.webWrap.forIndex{
	width:1200px;
	margin:auto;	
}
a{
	color:#484848;	
}
.path{
	width:100%;
	margin:0 auto 1em auto;	
}
.path, .path a{
	color:#999;
	font-size:.9em;	
}
.path a:hover{
	color:#333;
	text-decoration:underline;
}
.txt_C{
	text-align:center;	
}
.txt_L{
	text-align:left;
	width:49%;
}
.DL-list .txt_L{
	width:auto;
}
.redTxt{
	color:#F00;	
}

/*----- 分頁樣式 -----*/
.page {
	position: relative;
	clear: both;
	margin: 1em 0;
	text-align: center;
}
.page a {
	color: #797979;
	transition: 0.3s;
	padding: 2px 10px 5px 10px;
	margin: 2px;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	text-decoration: none;
}
.page .current {
	background-color: #464646;
	color: #FFF;
}
.page a:hover, .page a:focus {
	color: #000;
	background-color: #ffecb2;
}
.page .page_ff:hover, .page .page_nn:hover {
	background-color: transparent;
}
.page .fa {
	font-size: 1.5em;
}
/*----- header樣式 -----*/
.topSearch .fa{
    margin-right: .25em;
    font-size: 1.25em;
    vertical-align: middle;
}

header{
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
	margin-bottom: 2em;
}
#innerPage header {
    margin-bottom: 3em;
}
.logo {
	position: relative;
    display: table;
    top: 25%;
    left: 0;
    margin: 0;
}
.logo.logowithRWDmenu {
	display: table;
    width: 15%;
    top:0;
    left: 2.5em;
    z-index: 500;
}
#search-banner {
    position: relative;
    display: block;
    float: right;
}
#searchResults{
	display: block;
    width: auto;
    height: auto;
    background: rgba(86, 86, 86, 0.9);
    position: absolute;
    top: 30px;
    transition: opacity .4s .5s;
    opacity: 0;
    left: 21px;
    text-align: left;
    z-index: 400;
}
.show #searchResults{
	opacity:1;
}
.resultsList{
	list-style:none;
	margin:0;
	padding:.5em 1em;
	box-sizing:border-box;
}
.navRight .resultsList li{
	margin: 0;
    display: block;
	padding:.25em 0;
}
.resultsList li a{
	color:#fff;
}
.resultsList li a:hover{
	color:#ffeb3b;
}
.dl-menuwrapper {
    top: .3em;
	text-align:left;
}
.dl-menuwrapper .dl-menu {
    margin: 1em 0 0 0;
}
.navRight{
    position: absolute;
    top: 0;
    right: 0;
}
.KeyWord {
    color: #ffeb3b;
    display: block;
    line-height: normal;
    font-size: 0.813em;
}
.topNav .KeyWord a{
    color: #ffeb3b;
}
.topNav{
	text-align: right;
    margin-bottom: .5em;
    padding: .5em 1em;
}
.navRight ul, .topSearch{
	display:inline-block;
}
.navRight ul li{
	display:inline-block;
	margin-right:1em;	
}
.navRight ul li:first-child{
	margin-right:.25em;
}
.navRight ul li:first-child::before{
	display:none;
}
.navRight .dl-menu.dl-subview li {
	
}
.navRight .dl-menu li:first-child{
	margin-right:0;
}
.topSearch {
    display: inline-flex;
}
.topSearch .searchBtn {
	vertical-align: top;
    line-height: 1.25;
    border-radius: 0;
}
.weatherBox {
    display: table;
    position: absolute;
	top: 20%;
    right: 0;
}
.weatherBox h2{
	font-size:1em;
	margin:0;
}
.weatherBox .wb-L, .weatherBox .wb-R{
	display:inline-block;
    padding: .5em 1em;
}
#innerPage .weatherBox .wb-R {
    display: inline-block;
    padding: 0;
}
.weatherBox .wb-R p {
	display:inline-block;
	font-size:1.25em;
	font-weight:400;
}
.wb-R .weather, .wb-R .degree .place, .wb-R .weather .fa{
	margin-right:.5em;
}
.stellarnav {
	font-size:1.25em;
}
.stellarnav > ul > li > a {
    padding: .5em 1em;
}
.onPc{
	display:block;	
}
.onMobile{
	display:none;	
}
@media (max-width: 1280px) {
.logo.logowithRWDmenu {
    width: 20%;
    left: 2em;
}
}
@media (max-width: 480px) {
header,#innerPage header{
    margin-bottom: 0;
}
.logo, .logo.logowithRWDmenu {
	width: 80%;
    left: 20%;
    margin-bottom: .5em;
    z-index: 900;
}
.logo img{
	width:100%;
}
.weatherBox {
	position: relative;
    margin: 0 auto;
    bottom: 5px;
    right: 0;
}
.topNav ul li {
    margin-right: 0;
}
.topNav ul {
    margin-bottom:1em;
}
.da-slider, .da-slide .da-img {
    height: 150px;
    line-height: inherit;
}
.navRight .onPc{
	display:none;
}
.navRight {
    position: relative;
    top: 0;
    right: 0;
}
.onMobile{
	display:block;	
}
#search-banner {
    float:inherit;
}
#topSearch{
	width:70%;
}
.show #searchResults {
    opacity: 1;
    left: 38px;
}
}
@media (min-width: 480px) and (max-width: 1024px) {
.webWrap {
    width: 90%;
}
.topNav {
    margin: 0;
}
.topNav ul li {
    margin-right: .25em;
}
.logo.logowithRWDmenu {
    position: relative;
    top: 0;
    left: 2em;
	width:40%;
}
.logo img{
	width:100%;
}
.navRight .onPc{
	display:none;
}
.onMobile{
	display:block;	
}
#innerPage header {
    margin-bottom: 2em;
}
}


/*----- 內容區塊樣式 -----*/
.mc_L, .mc_R{
	display:inline-block;
	vertical-align:top;
}
.mc_L{
	width:15%;
}
.mc_R{
	width:83%;
	margin-left:1.5%;
	padding-bottom: 2%;
}
.mc_R.mc_Full{
	width:100%;
	margin-left:0;
}
.mc_R.fullcontent{
	width:100%;
	margin-left:0;
}
.mainContent .topTitle{
	font-weight: 700;
    font-size: 1.5em;
    padding: 0 0 .25em 0;
    margin: 0;	
}
body#subweb .subwebContentbg .topTitle{
	width: 100%;
    font-size: 2em;
}
.mc_L .leftMenu{
	list-style:none;
	margin-top:.5em;
	font-size: 1.25em;
    font-weight: 200;
}
.leftMenu li{
	border-bottom:1px solid #ddd;
}
.leftMenu li a{
	display:block;
	padding:.5em 1em;
	text-align:left;
	transition: all ease-out .4s;
}
.leftMenu li a:hover, .leftMenu li.keep a{
	font-weight:500;
}
#index1 .themeArea {
	margin: 1em 0 ;
}
#index1 .themeArea .thA-Wrap{
    padding: 1.5em 3em 2em 3em;
}
.themeArea h2{
	font-size: 2em;
    text-align: center;
    letter-spacing: 5px;
    margin: 0 0 .5em 0;
    
}
.themeList{
	list-style:none;
    text-align: center;
}
.themeList li{
	display: inline-block;
    width: 15.25%;
    margin: .5% .25%;
    height: auto;
	vertical-align:top;
}
.themeList li a{
	display: -moz-webkit-flex;
    display: -webkit-flex;
    display: -ms-box;
    display: flex;
	
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 140px;
    text-align: center;
	padding: 1.5em 0;
    box-sizing: border-box;
}
.themeList li a{
    min-height: auto\0;
}
.themeList a p{
	font-size: 1.25em;
    letter-spacing: 3px;
    font-weight: 500;
    margin: 0 0 .5em 0;
	transition: all ease-out .4s;
}
.themeList a p{
	letter-spacing:0\0;
	padding:.5em 0\0;
}
.themeList a img{
	width:40%;
	height:auto;
}
*::-ms-backdrop, .themeList a img{
	height:50%;
}
.topblockArea{
	display:block;
	position:relative;
	/*padding:5em 0 18em 0;*/
}
#newsBlock.topblockArea{
	padding:1em 0 0 0;
}
.topblockArea .slick-slider {
    width: 90%;
    margin: 1em 2em;
}
.topblockArea .tb_L, .topblockArea .tb_M, .topblockArea .tb_R{
	display:block;
	vertical-align:top;
	position:relative;
	margin-right:1%;
	width:100%;
}
.indexTitle {
    margin: 0;
    padding-bottom: .5em;
}
#news .indexTitle {
    border-bottom: none;
    padding: 0 0 .25em 0;
	font-size: 1.17em;
}
/*#news .indexTitle::after{
	content:'/';
	margin:0 .5em;
}
#news li:last-child .indexTitle::after{
	display:none;
}*/
#index1 .aqi{
	margin:1em 0;
	padding-bottom: .5em;
}
.aqi-L, .aqiList{
    display: inline-block;
	vertical-align:middle;
}
.aqi-L {
    width: 100%;
    text-align: left;
    margin-bottom: 1%;
}
.aqi-L h2{
	margin: 0 0 1% 0;
    font-size: 1.75em;
    letter-spacing: 2px;
    display: inline-block;
}
.aqiList{
	width: 100%;
    margin-left: 0;
}
.aqiList li {
	list-style: none;
    margin: .25em 0;
    padding: .5em 1em;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.aqiStop, .aqiInfo {
    display:inline-block;
    vertical-align: top;
}
.aqiStop {
    width: auto;
	line-height:1.25;
    font-weight: 500;
    font-size: 1.5em;
	/*margin-left:1%*/
}
/*.aqiStop:after{
	content:'/';
	margin:0 .75em;
}*/
.aqiLevel1, .aqiLevel2, .aqiLevel3, .aqiLevel4, .aqiLevel5, .aqiLevel6{
	padding:0 1em;
	border-radius:1em;
}
.aqiList li.aqiBar {
    background:none;
	justify-content: left;
    align-items: inherit;
    padding: 0;
}
.aqiBar span{
	padding:0 .5em;
	border-radius:0;
	font-size: 1.25em;
    font-weight: bold;
	width:20%;
	text-align:center;
}
.aqiBar span span{
	width:100%;
	display:block;
	padding:0 0 .25em 0;
	font-size: .8em;
    font-weight: normal;
	letter-spacing:0;
	line-height:1.25;
}

.aqiInfo{
	padding:.25em .5em;
	box-sizing:border-box;
    width: 70%;
}
.aqiInfo p {
    display: inline-block;
    vertical-align: top;
    margin: 0 .5em;
	font-weight: 700;
    font-size: 1.25em;
}
.aqiInfo  .pmblock{
	margin:0 0 0 .25em;
	display:inline-block;
}
.tb-bottom{
    padding: .25em .25em .25em 1em;
    text-align: right;
}
.aqiUpdate {
	display:inline-block;
	width:50%;
	text-align:left;
}
.tb-bottom .moreBtn{
    text-align: center;
    display: inline-block;
    padding: .25em 1.5em;
    border-radius: 2em;
    margin: 1em 0 0 0;
}
/*.tb-bottom .moreBtn::before{
	content: ' ';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #9d9d9d;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle;
}*/
.newsWrap{
	padding: 2em;
}
.news-L, .news-R {
    display: inline-block;
    vertical-align: top;
}
.news-L {
    width: 50%;
}
.news-R {
    width: 49%;
}
.news-Full {
    display: block;
    width: 100%;
}
.news-Full .newsList {
    margin-left: 0;
}
.news-Full .newsList li a {
    width: 85%;
}
.BnewsTitle{
	font-size:1.25em;
	font-weight:500;
	margin-bottom:.5em;
}
.BnewsDetail{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.Bnews-Img{
    height: 300px;
    overflow: hidden;
    margin: 0 0 .5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
}
.Bnews-Img img{
	width: auto;
    height: 100%;
}
.news-L a:hover .Bnews-Img, .news-L a:focus .Bnews-Img{
    opacity: 1;
}
.news-L a:hover .BnewsDetail, .news-L a:focus .BnewsDetail{
	font-style:italic;
}
.newsList{
	margin-left:1em;
    width: 100%;
}
.newsList li{
	list-style:none;
	padding: 1em;
    font-size: 1.1em;
}
.dateStyle{
	color: #767676;
    margin-right: .25em;
}
.newsList li a, #news .dateStyle {
	display:inline-block;
	vertical-align: top;
}
.newsList li a{
	font-weight: 500;
    width: 75%;
}
.newsTop{
	position:relative;	
}
.newsTop .teamList{
	font-size:1.5em;
}
.rssBtn{
	width:25px;
	height:25px;
	opacity:.8;
	display:inline-block;
	vertical-align:sub;
}
.rssBtn:hover{	
	opacity:1;
}
.rssBtn img{
	width:100%;
}
.w-5{
	width:5%;	
}
.subBotInfo{
	font-size: 1.25em;
    margin: 1em 0;
    padding: 1em;
    background: #dfdfdf;
}
.top-L, .top-R{
	display:inline-block;
	vertical-align:top;	
}
.top-L{
	width:51%
}
.top-R{
	width:47%
}
.slick-slide img {
    width: 100%;
}
.topblockArea .flexslider .slides li a{
	display: flex;
    height: 380px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
	/*background:#efefef;*/
}

.topblockArea .slick-slide img,
.topblockArea .flexslider .slides img {
	width:auto;
	height:100%;
}
.topblockArea noscript .slides img {
	width: 100%;
    height: auto;
}
.flexslider {
    margin: 1em .5em 1em 3em;
}

.flexslider li a{
	display:block;	
}
.flex-prev:focus {
    opacity: 0.7;
    left: 10px;
}
.flex-next:focus  {
  opacity: 0.7;
  right: 10px;
}
.BnewsPhotoWrap .flexslider2 {
    /*border: 10px solid #d295e0;
    background: #d295e0;*/
    margin: 0 0 .5em 0;
    position: relative;
}
.BnewsPhotoWrap .flexslider2 .slides li{
    display: flex!important;
	justify-content: center;
    align-items: center;
    overflow: hidden;
}
.BnewsPhotoWrap .flexslider2 .slides img{
    height: 300px;
	width:auto;
	display:block;
}
.flexslider2 .flex-control-nav {
    bottom: 0;
}
.flexslider2:hover .flex-direction-nav .flex-prev,
.content-current .news-L .flexslider2 .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider2:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider2:hover .flex-direction-nav .flex-next,
.content-current .news-L .flexslider2 .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider2:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
@media (max-width: 1280px) {
.aqiStop {
    width: 45%;
}
.aqiBar span {
    font-size: 1.15em;
    width: auto;
    box-sizing: border-box;
}
.aqiInfo .pmblock {
    margin: 0 0 0 1.5em;
}
.flexslider {
    margin: 1em .5em 1em 1.5em;
}
.topblockArea .flexslider .slides li a {
    height: 510px;
}
.topblockArea .flexslider .slides img {
    width: 100%;
    height: auto;
}
.themeList li a {
	padding:0;
}
.newsList li a {
    width: 100%;
}
.BnewsPhotoWrap .flexslider2 .slides img {
    height: auto;
    width: 100%;
    /* display: block; */
}
}

@media (max-width: 480px) {
#index1 #content .webWrap {
	width:100%;
}
#content .webWrap#rwdFull{
	padding:0;
}
.w-15{
	width:100%;	
}
.topblockArea {
    padding:0 ;
	margin-bottom: 2.5em;
}
.mc_L, .mc_R,
.top-L, .top-R,
.aqiUpdate{
    display:block;
	width:100%;
}
.flexslider {
    margin: 0;
    border: 0;
}
.topblockArea .flexslider .slides img {
    height: auto;
}
.BnewsPhotoWrap .flexslider2 .slides img {
    height: auto;
    width: 100%;
}

.mc_L {
	margin-bottom:1em;
    display: none;
}
.mc_R {
    margin-left:0;
}
.mainContent .topTitle {
	text-align:center;
}
.topblockArea .tb_L, .topblockArea .tb_R {
	width:100%;
	margin: 1em 0;
}
#news .tabs nav li.tab-current::before {
	display:none;
}
#index1 .themeArea, .topblockArea .tb_M{
    margin: 0;
}

.dateStyle {
	display:block;
}
.themeList li {
    width: 31%;
    font-size: .7em;
}
.themeList li a {
    padding: .5em 0 0 0;
    justify-content: flex-start;
    min-height: 100px;
}
.themeList a p {
	letter-spacing: 0;
}
.themeList a img {
    width: 50%;
}
.dl-menuwrapper {
    top: 10%;
}
#index1 .aqi {
    margin: 1em 0 0 0;
    display: none;
}
.aqi-L, .aqiList {
    display: block;
	width:100%;
}
.aqi-L {
	padding-bottom:.5em;
	margin-bottom:.5em;
}
.aqiList li {
	margin: .5em 0;
    padding: 1em;
    width: 100%;
    display: block;
}
.aqiBar span{
	display: inline-block;
    width: 49%;
    box-sizing: border-box;
    text-align: center;
}
.aqiStop, .aqiInfo {
	display:block;
    width: 100%;
	padding:0;
	margin:0;
}
.aqiStop{
	margin:0 0 .5em 0;
}
.newsWrap {
    padding: 1em;
}
.news-L, .news-R {
    display: block;
    width: 100%;
}
.Bnews-Img {
    width: 100%;
    height: auto;
}
.newsList, .newsList li a,
.news-Full .newsList li a {
    margin-left: 0;
    width: 100%;
}
.tb-bottom .moreBtn {
    display: inline-table;
    float:none;
    margin: .5em auto;
}
#index1 .themeArea .thA-Wrap {
    padding: 2em 1em;
}
.da-dots {
    z-index: 100;
}
#news .tabs nav ul li {
	width: 23%;
    letter-spacing: 0;
    font-size: .8em;
	line-height:1.25;
}
#news  .newsTop .teamList {
    font-size: 1.25em;
}
#index1 .tabs nav .teamList li a {
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
body#subweb .topTitle img {
    height: 80px;
	top:inherit;
    bottom: 0;
}
.topblockArea .flexslider .slides li a {
    height: 250px;
}
}
@media (min-width: 480px) and (max-width: 1024px) {
.mc_L{
	width:25%;
}
.mc_R{
	width:73%;
	margin-left:1%;
}
.top-L, .top-R,
.aqiUpdate{
    display:block;
	width:100%;
}
.flexslider {
    margin: 0 0 1.5em 0;
}
.topblockArea .flexslider .slides img {
    height: auto;
}
#news .tabs nav ul li {
    width: 49%;
    text-align: center;
}
.aqiList li.aqiBar {
	width:100%;
	display: flex;
}
.aqiBar span{
	display: inline-block;
    width: 19%;
    vertical-align: top;
}

}

/*----- footer樣式 -----*/
footer{
	margin-top:2em;	
}
.indexfooter footer{
	margin-top:0;	
}
.footerInfo, .copyright{
	padding:1em 0;
}
.footerInfo{
	height: auto;
    line-height: 2;
    display: flex;
}
.footerInfo .webWrap{
    display: flex;
    align-items: center;
}
.copyright .f-R a{
	display:inline-block;
	vertical-align:top;
}
.aLink{
	width:40%;	
}
.egovLink{
	width:12%;	
}
.copyright .f-R a img{
	width:100%;
}
.footerLinks {
    padding: 1em 0 0 0;
}
.footerLinks ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footerLinks li{
	display:inline-block;
}
.footerLinks li a::after{
	content:'|';
	display:inline-block;
	margin: 0 .5em;
}
.footerLinks li:last-child a::after{
	display:none;
}
.f-L, .f-R{
	display:inline-block;
	vertical-align:top;
}
.f-L{
	width:68%;
}
.f-R{
	width:30%;
	text-align:right;
}
.flip{
	cursor:pointer;
	height:25px;
	text-align: right;
}
.fatFooter {
    text-align: center;
    width: 90%;
    margin: auto;
}
.ff-twin {
    display: inline-block;
	vertical-align:top;
}
.ff-twin li{
	text-align:left;
}
.fatFooter .panel {
	padding:2em 0;
}
.fatFooter .panel ul {
	display:inline-block;
	margin:0 .5em;
	list-style:none;
	vertical-align:top;
}
.panel .ff-title {
	font-size:1.25em;
	font-weight:500;
	text-align:center;
	padding:.25em ;
	margin-bottom:.5em;
}
.panel .ff-title::after{
	content:' ';
	display:block;
	width:100%;
	height:2px;
	margin: .5em auto 0 auto;
}
.panel li{
	font-weight:300;
	padding:.25em;
}
.panel li a:hover{
	font-weight:500;
}
.bl-wrap {
    padding: 0;
    box-sizing: border-box;
}
.botLinks {
    list-style: none;
    text-align: right;
}
.botLinks li {
    display: block;
    margin: 0 .25em;
}
.botLinks select {
    padding: 0 .5em;
    height: 30px;
    min-width: 200px;
    font-weight: 500;
}
.botLinks noscript{
	text-align:left;	
}
.botLinks noscript li{
	display:block;	
}
.botLinks input.botLinks-btn {
    height: 30px;
    border: none;
    vertical-align: top;
    margin-left: -5px;
    padding: 0 .5em;
}
.innerBottomLink{
    width: 85%;
	margin:auto;
	border-radius: 0 0 1.5em 1.5em;
}
.mc_R.fullcontent .innerBottomLink{
    width: 100%;
	margin:-1.15em auto 0 auto ;
}
.innerBottomLink ul{
	margin:0;
	padding:0;
	text-align:center;
}
.innerBottomLink ul li{
	display:inline-block;
	padding:15px;
}
.innerBottomLink ul li .fa{
	margin-right:5px;
}
.goTop a{
    padding: 1em;
    position: fixed;
    right: 1em;
    bottom: 1em;
}
.goTop a .fa{
	font-size:1.5em;
}
@media (max-width: 480px) {
	.botLinks {
		text-align: left;
	}
	.botLinks li {
		display: block;
		margin: .75em 0;
		text-align: center;
	}
	.botLinks select {
		width:70%;
	}
	.fatFooter .panel ul {
		display: block;
		margin: 1em auto;
		width: 80%;
	}
	.ff-twin {
		margin-bottom: 1em;
	}
	.f-L, .f-R {
		width: 100%;
	}
	.f-R {
		text-align: center;
		margin-top:1em;
	}
	.aLink{
		width:35%;
	}
	.egovLink{
		width:15%;
	}
	.footerLinks{
		text-align:center;	
	}
	.footerInfo .webWrap {
		display: block;
	}
	#content .webWrap {
		padding: .5em 1em;
	    width: 100%;
	}
}
@media (min-width: 480px) and (max-width: 1024px) {
.da-slider, .da-slide .da-img {
    height: 250px;
    line-height: inherit;
}
.aqiList, .aqiStop, .aqiInfo {
    width: 100%;
}
.aqiList li {
    width: 49%;
	display:inline-block;
}
.aqiStop{
	margin-bottom:.5em;	
}
.aqiInfo p {
    margin: 0;
}
.aqiInfo .pmblock {
    margin: 0 0 0 1em;
}
.aqiList, .aqiStop, .aqiInfo {
	padding:0;
}
.news-L, .news-R {
    width: 100%;
}
.Bnews-Img {
    height: auto;
}
.newsList {
    margin-top: 1em;
    margin-left: 0;
}
#news .indexTitle::after {
    margin: 0;
}
#index1 .themeArea .thA-Wrap{
    padding: 3em 0;
}
.themeList li {
    width: 20%;
}
.f-L {
    width: 59%;
}
.f-R {
    width: 40%;
}
}
.NS-Wrap .content section{
	display:block;	
}
.NS-Wrap .indexTitle{
	font-size:2em;
}
.NS-Wrap .indexTitle:after{
	display:none;
}
.NS-Wrap .regular .adBannerWrap {
    width: 15%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: 0 .2em;
}
.NS-Wrap .regular .adBannerWrap img{
    width: 100%;
    height: auto;
}
.NS-Wrap #main-nav {
    width: 95%;
    margin: auto;
}
.NS-Wrap #main-nav li {
    display: inline-block;
    width: 100%;
    margin: .5em 0;
}
.NS-Wrap #main-nav li {
    display: inline-block;
    width: 100%;
}
.NS-Wrap #main-nav .dl-submenu li {
    display: inline-block;
    width: auto;
	margin:.25em 0;
}
.NS-Wrap #main-nav li a {
    font-size:1.5em;
    font-weight:bold;
}
.NS-Wrap #main-nav .dl-submenu li a {
    font-size: 1.25em;
    font-weight: normal;
    padding: 0 1em;
    background: #e2e2e2;
    margin: .5em 0;
    border-radius: 1em;
}
.NS-Wrap #main-nav .dl-submenu li a:hover {
    background: #cdcaca;
}
.sr-only{
    ​position: absolute;
    ​width: 1px;
    ​height: 1px;
    ​padding: 0;
    ​margin: -1px;
    ​overflow: hidden;
    ​clip: rect(0, 0, 0, 0);
    ​border: 0;
}


