@charset "utf-8";
/* CSS Document */
*{
	font-family: 'Noto Sans TC', sans-serif;
}
/*頁碼*/
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #259e40;
    background-color: #fff;
    margin: 0 3px;
    border: 2px solid #bddaaa;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #44ce29;
    border-color: #00c52d;
}
.page-link:hover {
    z-index: 2;
    color: #129204;
    text-decoration: none;
    background-color: #ecf4fd;
    border-color: #b3daa8;
}
/*頁首*/
#header .header_title{
	padding: 2.5rem 0 3.4rem 0;
	background-image: url(../../images/bg_header.png);
	background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 643px;
}
#header .header_title span{
	color: #494949;
	margin: 0;
}
#header .header_title a{
	text-decoration: none;
}
#header .header_title h1{
    color: #1b6296;
	text-shadow: 0.05em 0.05em #c4e2b2;
	font-size: 2rem;
}
#header .header_nav{
	position: relative;
	background-color: #157CD6;
	padding: .8rem 0;
	padding-top: 1.2rem;
}
#header .header_nav::before{
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 44px;
    background-image: url(../../images/line02.png);
    top: -18px;
}
#header .header_nav .navbar .navbar-toggler{
	border: 1px solid #B9CFEA;
}
#header .header_nav .navbar .navbar-toggler svg{
	color: #E4E4E4;
}
#header .header_nav .navbar .nav-item a{
	color: #FFFFFF;
	text-shadow: 0 2px 0.3rem #1b6fb9;
}
#header .header_nav .navbar .dropdown-menu{
	background-color: #71b2f3;;
}
#header .header_nav .navbar .dropdown-menu .dropdown-item{
	padding: 10px;
}
#header .header_nav .navbar .dropdown-menu .dropdown-item:hover{
	background-color: #4088DD;
}
/*首頁輪播*/
#section_index_banner{
	padding-top: 2rem;
}
#Indexcarousel .carousel-inner{
	border: 4px solid #157CD6;
    border-radius: 30px;
}
#Indexcarousel .carousel-item{
	height: 500px;
	overflow: hidden;
}
#Indexcarousel .carousel-item>img{
	height: 100%;
    object-fit: cover;
}

/*主要內容*/
#main{
	background-image: url(../../images/bg01.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
/*首頁主要內容*/
#section_index_news{
	padding-bottom: 80px;
}
#section_index_news .news_outer{
	padding-top: 2rem;
}
#section_index_news .news_outer h3{
	position: relative;
	color: #1DB310;
	padding-bottom: 10px;
	padding-left: 68px;
	letter-spacing: 4px;
}
#section_index_news .news_outer h3::before{
	content: "";
    display: block;
    width: 56px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	top: 0;
    left: 0;
}
#section_index_news .news_outer h3.img1::before{
    background-image: url(../../images/index_icon01.png);
}
#section_index_news .news_outer h3.img2::before{
    background-image: url(../../images/index_icon02.png);
}
#section_index_news .news_outer h3::after{
	content: "";
    display: block;
    position: absolute;
    width: 7.6rem;
    height: 7px;
    background-image: url(../../images/line01.png);
    background-repeat: repeat-x;
    background-size: contain;
	bottom: 0;
    left: 68px;
}
#section_index_news .news_outer .news_block , #section_content .news_block{
	padding: 10px 20px;
	background-color: #FFF;
	border: 4px solid #32ADEC;
	border-radius: 16px;
	box-shadow: 0 3px 10px -3px #989898;
}
#section_index_news .news_outer .news_block .news_li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #F5EFCA;
}
#section_index_news .news_outer .news_block .news_li a{
	color: #101F66;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	border-bottom: 1px solid #FFF;
}
#section_index_news .news_outer .news_block .news_li a:hover{
	color: #101F66;
	text-decoration: none;
	border-bottom: 1px solid #3E99EF;
}
#section_index_news .news_outer .news_block .news_li .date{
	color: #3282EC;
	font-weight: 500;
}
#section_index_news .news_outer .news_block .news_li.li_2{
	border-bottom: none;
}
#section_index_news .news_outer .news_block .news_li.li_2 .date{
	font-size: 1.2rem;
}
#section_index_news .index_link{
	position: relative;
	font-size: 1.2rem;
	display: block;
    text-align: center;
    background-color: #5db54b;
    color: #FFF;
    padding: 15px;
    width: 100%;
    border-radius: 16px;
	text-decoration: none;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	top: 0;
	box-shadow: 0 3px 6px -3px #989898;
}
#section_index_news .index_link:hover{
	top: -3px;
	box-shadow: 0 5px 6px -3px #989898;
	filter: brightness(113%);
}
#section_index_news .index_link:active{
	top: 0px;
	box-shadow: 0 3px 6px -3px #989898;
}

/*最新消息*/
#section_content{
	padding: 30px 0;
	padding-bottom: 80px;
}
#section_content .content_title{
	color: #21a550;
	margin-bottom: 20px;
	text-align: center;
}
#section_content .content_title span{
	position: relative;
}
#section_content .content_title span::after{
	content: "";
	display: block;
	position: absolute;
    width: 100%;
    height: 7px;
    background-image: url(../../images/line01.png);
    background-repeat: repeat-x;
    background-size: contain;
	bottom: -7px;
	left: 0;
}
#section_content .news_block{
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
#section_content .news_block::after{
	content: "";
    display: block;
    position: absolute;
    width: calc(100% + 8px);
    height: 80px;
    background-image: url(../../images/line03.png);
	background-repeat: repeat-x;
    left: -4px;
    bottom: -60px;
}
#section_content .news_block .news_ul{
	margin-bottom: 30px;
}
#section_content .news_block .news_ul .news_ul_title h3{
	margin: 0;
    margin-top: 1rem;
    color: #047118;
	font-size: 1.25rem;
}
#section_content .news_block .news_ul .news_li{
	padding: 1rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	border: solid transparent;
	border-width: 0 0 1px 0;
    border-image:url("../../images/line04.png") 2 repeat;
	background-color: #fff;	
}
#section_content .news_block .news_ul .news_li:hover{
	background-color: #eff9f0;
}
#section_content .news_block .news_ul .news_li .number{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #92D97D;
	color: #FFF;
	text-align: center;
	border-radius: 100%;
	line-height: 39px;
	flex-shrink: 0
}
#section_content .news_block .news_ul .news_li .number.color2{
	background-color: #FFCD51;
}
#section_content .news_block .news_ul .news_li .number.color3{
	background-color: #ffa664;
}
#section_content .news_block .news_ul .news_li .title{
	padding-left: 30px;
}
#section_content .news_block .news_ul .news_li .date{
	padding-left: 70px;
}

#section_content .news_block .news_ul .news_li.event{
	
	padding: 1rem 2px;
}
#section_content .news_block .news_ul .news_li.event:hover{
	
}

#section_content .news_block .news_ul .news_title{
	padding: 15px 0;
	border: solid transparent;
	border-width: 0 0 1px 0;
    border-image:url("../../images/line04.png") 2 repeat;
	
}

#section_content .news_block>.news_title{
	padding: 15px 0;
	border-bottom: 1px solid #DCEFC6;
}

#section_content .news_block .news_content{
	padding: 20px 0;
}
#section_content .news_block .news_content .date{
	font-weight: 500;
	color: #4C7C1A;
	margin-bottom: 20px;
}
#section_content .news_block>.news_download{
	padding: 15px 0;
	border-top: 1px solid #DCEFC6;
}
#section_content .news_block>.news_download .date{
	font-weight: 500;
	color: #4C7C1A;
	margin-bottom: 20px;
}
#section_content .news_block .link_outer {
    display: block;
    position: relative;
    overflow: hidden;
    border: 6px solid #d2e8cc;
    text-decoration: none;
    transition-duration: 0.2s;
	height: 200px;
}
#section_content .news_block .link_outer:hover {
}
#section_content .news_block .link_outer::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #47a248;
    top: 0;
    left: 0;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
    opacity: .85;
}
#section_content .news_block .link_outer:hover::after{
    background-color: #00650b;
	opacity: 0.7;
}
#section_content .news_block .link_outer img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#section_content .news_block .link_outer p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
    z-index: 5;
    font-size: 1.3rem;
    color: #FFF;
    text-shadow: 0.1em 0.1em 0.5em #1c2f6b;
    transition-duration: 0.2s;
}
#section_content .news_block .link_outer:hover p {
    font-size: 1.5rem;
}
#main #map{
	height: 620px;
}
section#content_main{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 30px -10px #AAA;
    padding: 30px;
    margin-bottom: 100px;
}

/*menu_link*/
section#content_menu .menu_link{
    display: inline-block;
    background-color: #00AE57;
    border-radius: 15px;
    border: 4px solid #FFF;
    color: #FFF;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 2px 10px -3px #747474;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 70px;
    background-image: url("../../images/pen.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    text-shadow: 0 1px 5px #004604;
}
section#content_menu .menu_link.c_1{
    background-image: url("../../images/clean.png");
    background-color: #00A2AE;
    text-shadow: 0 1px 5px #055965;
}
section#content_menu .menu_link.c_2{
    background-image: url("../../images/news.png");
    background-color: #EB7D44;
    text-shadow: 0 1px 5px #753403;
}
section#content_menu .menu_link.c_3{
    background-image: url("../../images/computer.png");
    background-color: #E94B9B;
    text-shadow: 0 1px 5px #753403;
}







/*頁尾*/
#footer{
    background-color:#157CD6; 
	position: relative;

    padding-top: 80px;
    padding-bottom: 25px;
    background-image: url(../../images/bg_footer.png);
	
}
#footer::before{
	content: "";
    display: block;
    position: absolute;
    width: 323px;
    height: 120px;
    top: -58px;
    background-image: url(../../images/footer_obj01.png);
    left: 10%;
}
#footer::after{
	content: "";
    display: block;
    position: absolute;
    width: 308px;
    height: 163px;
    background-image: url(../../images/footer_obj02.png);
    top: -96px;
    right: 5%;
}
#footer p{
	color: #FFF;
}

section#content_main .status{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 15px;
}
section#content_main .status .state_outer{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #8a8a8a;
    margin-right: 30px;
    cursor: pointer;
}

section#content_main .status .state_outer.active{
    color: #009EEC;
}
section#content_main .status .state_outer .num{
    padding: 0px 9px;
    border-radius: 100%;
    font-size: 18px;
    border: 2px solid #b5b5b5;
    color: #8a8a8a;
}
section#content_main .status .state_outer.active .num{
    border: 3px solid #00AAFF;
    color: #009EEC;
    
}







