/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	padding-top: 70px;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{display: inline-block;}
a, a:hover, a:focus{text-decoration: none;}
a:focus{outline: none;}
section{
	position: relative;
	overflow: hidden;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.flex-1{flex: 1;}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-center{text-align: center;}
.t-right{text-align: right;}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{justify-content: center;}
.flex-v-center{align-items: center;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.wow{visibility: hidden;}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1e8551;
	transition: opacity 0.5s;
}
.menu{
	height: 100%;
	padding-left: 220px;
	padding-right: 220px;
}
.menu_row{
	height: 100%;
	justify-content: center;
}
.menu_item{
	height: 100%;
	padding-top: 16px;
	padding-left: 5px;
	padding-right: 5px;
}
.menu_btn{
	font-size: 16px;
	color: #fff;
	padding: 7px 20px;
	border-radius: 20px;
}
.menu_btn:hover{
	background-color: #4ba377;
}
.menu_item.active .menu_btn{
	
}
.menu_right{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 20px;
	padding-right: 10px;
}
.menur_row{
	align-items: center;
}
.menur_item{
	padding-left: 7px;
	padding-right: 7px;
}
.menur_ibtn{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ddd;
	overflow: hidden;
}
.menur_ibtn img{
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.menur_ibtn:hover{
	background-color: #0866ff;
}
.menur_ibtn:hover img{
	left: -1000px;
    filter: drop-shadow(1000px 0 #fff);
}
.menur_btn{
	display: block;
	font-size: 17px;
	color: #fff;
	background-color: #ff6200;
	border: 1px solid #ff6200;
	border-radius: 30px;
	padding: 7px 20px 5px;
}
.menur_btn:hover{
	color: #ff6200;
	background-color: #fff;
}
.header_logo{
	position: absolute;
	top: 9px;
	left: 20px;
	width: 190px;
}
.mobile_btn{
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.body_top{
	height: 80px;
}

/* footer */
footer{
	padding: 40px 0;
	background-color: #222;
}
.footer_logo{
	display: block;
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.social_row{
	justify-content: center;
}
.footer_sbtn{
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding-top: 9px;
	margin-left: 10px;
	margin-right: 10px;
}
.footer_sbtn img{
	width: 20px;
	margin-left: auto;
	margin-right: auto;
}
.footer_sbtn:hover{
	border-color: #1e8551;
	background-color: #1e8551;
}
.copyright{
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin-top: 30px;
}

/* index */
.kv{
	
}
.kv_item{
	display: none;
}
.kv_item:first-child{
	display: block;
}
.kv_item img{
	max-width: none;
	width: 100%;
}
.kv_img_m{
	display: none !important;
}
.kv_con{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.kv_title{
	font-size: 50px;
	margin-bottom: 10px;
}
.kv_text{
	font-size: 26px;
}
.main_sec{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #eaf3ef;
}
.sec_title{
	font-size: 36px;
	color: #0a502d;
	font-weight: 500;
	text-align: center;
	margin-bottom: 12px;
}
.sec_title_udl{
	width: 100px;
	height: 5px;
	background-color: #ce6339;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.mayor_sitem{
	display: none;
}
.mayor_sitem:first-child{
	display: block;
}
.mayor_item{
	width: 16.66%;
	padding-left: 7px;
	padding-right: 7px;
}
.mayor_box{
	height: 100%;
	padding: 30px 15px;
	border: 1px solid #ddd;
	border-radius: 25px;
	background-color: #fff;
	box-shadow: 2px 2px 6px #ddd;
	cursor: pointer;
}
.mayor_box:hover{
	color: #0a502d;
	background-color: #c2d4cb;
}
.mayor_people{
	width: 162px;
	height: 162px;
	border-radius: 50%;
	border: 1px solid #1e8551;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.mayor_people img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mayor_area{
	width: 100px;
	font-size: 14px;
	color: #1e8551;
	font-weight: 500;
	text-align: center;
	background-color: #eaf3ef;
	border-radius: 15px;
	padding: 3px 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.mayor_name{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 15px;
}
.mayor_slogan{
	color: #666;
	text-align: center;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	z-index: 10000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}
.popup_close{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 32px;
	color: #fff;
	cursor: pointer;
}
.popup_mayor_box{
	max-width: 500px;
	max-height: calc(100% - 100px);
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}
.pmayor_pinfo{
	flex: 1;
	padding-top: 20px;
	padding-left: 20px;
}
.pmayor_pinfo .mayor_area{
	margin-left: 0;
}
.pmayor_pinfo .mayor_name{
	text-align: left;
	padding-left: 10px;
}
.pmayor_title{
	font-size: 18px;
	color: #1e8551;
	font-weight: 600;
}
.pmayor_abtn_row{
	margin-top: 30px;
	margin-left: -5px;
	margin-right: -5px;
}
.pmayor_abtn{
	color: #1e8551;
	padding: 5px 12px;
	border: 1px solid #1e8551;
	margin-left: 5px;
	margin-right: 5px;
}
.pmayor_abtn:hover{
	color: #fff;
	background-color: #1e8551;
}
.councilor_sort_row{
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 30px;
}
.councilor_sort{
	padding: 9px 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.councilor_sort:hover{
	color: #fff;
	background-color: #176e43;
}
.councilor_sort.active{
	color: #fff;
	background-color: #176e43;
}
.councilor_sel{
	display: block;
	width: 140px;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #1e8551;
	background: none;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.councilor_sel:focus{
	outline: none;
}
.councilor_list{
	border-radius: 15px;
	overflow: hidden;
}
.councilor_head{
	font-weight: 600;
	background-color: #b3d6c5;
}
.councilor_item{
	width: 50%;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}
.councilor_box{
	align-items: center;
	background-color: #fff;
}
.councilor_area{
	width: 140px;
	padding: 15px;
}
.councilor_people{
	width: 160px;
	padding: 15px;
}
.councilor_photo{
	width: 52px;
	height: 52px;
	border: 1px solid #ddd;
	border-radius: 50%;
	overflow: hidden;
}
.councilor_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.councilor_name{
	font-size: 18px;
	font-weight: 500;
	padding-left: 10px;
}
.councilor_experience{
	width: 35%;
	color: #444;
	padding: 15px;
}
.councilor_web{
	flex: 1;
	text-align: right;
	padding: 15px;
}
.councilor_abtn{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #4b9670;
	padding: 10px;
	margin-left: 5px;
}
.councilor_abtn:hover{
	background-color: #1e8551;
}
.ccbtn_fb{
	background-color: #0766ff;
}
.ccbtn_fb:hover{
	background-color: #3f88fd;
}
.news_item{
	margin-bottom: 30px;
}
.news_box{
	display: block;
	height: 100%;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 2px 2px 6px #ddd;
	overflow: hidden;
}
.newsb_img{
	padding-bottom: 100%;
	background-color: #ddd;
	overflow: hidden;
}
.newsb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.newsb_con{
	padding: 15px;
}
.newsb_date{
	font-size: 15px;
	color: #777;
	margin-bottom: 5px;
}
.newsb_date.bar{
	padding-left: 15px;
}
.newsb_date.bar::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 5px;
	height: 22px;
	background-color: #c8e1e0;
}
.newsb_title{
	font-size: 19px;
	font-weight: 500;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsb_text{
	font-size: 15px;
	color: #666;
	margin-top: 5px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_box:hover{
	color: #0a502d;
}
.news_box:hover .newsb_text{
	color: #0a502d;
}
.news_box:hover .newsb_img img{
	transform: scale(1.05);
}
.news_box:hover .atrb_img img{
	transform: scale(1.05);
}
.btn_more{
	display: block;
	width: 140px;
	color: #1e8551;
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #1e8551;
	border-radius: 25px;
	margin-left: auto;
	margin-right: auto;
}
.btn_more:hover{
	color: #fff;
	background-color: #1e8551;
}
.sec_title2{
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.video_item{
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}
.video_item:first-child{
	display: block;
}
.video_box{
	display: block;
}
.videob_img{
	padding-bottom: 70%;
	overflow: hidden;
}
.videob_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.videob_title{
	color: #fff;
	margin-top: 10px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.video_box:hover .videob_img img{
	transform: scale(1.05);
}
.svideo_item{
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}
.svideo_item:first-child{
	display: block;
}
.svideo_box{
	display: block;
}
.svideob_img{
	padding-bottom: 180%;
	overflow: hidden;
}
.svideob_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.svideo_box:hover .svideob_img img{
	transform: scale(1.05);
}
.slick_arrow2 .slick-prev{
	background-image: url(../img/btn_prev_w.png);
}
.slick_arrow2 .slick-next{
	background-image: url(../img/btn_next_w.png);
}

/* policy */
.navigation_div{
	padding-top: 10px;
}
.pagination{
	justify-content: center;
}
.page-link{
	color: #000;
	border: none;
	background: none;
}
.page-link:focus{
	color: #000;
	box-shadow: none;
	background: none;
}
.page-item.active .page-link{
	color: #fff;
	background-color: #1e8551;
}
.page-item:hover .page-link{
	color: #fff;
	background-color: #1e8551;
}
.news_con{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.news_title{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.news_text{
	line-height: 1.8em;
	margin-bottom: 80px;
}

/* other */
.edit_area img{
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.edit_area iframe{
	width: 100%;
}
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gotop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #666666aa;
	padding-top: 11px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 9999;
}
.gotop:hover{
	background-color: #666666dd;
}
.gotop img{
	width: 18px;
	margin-left: auto;
	margin-right: auto;
}


/* setting */
.white{color: #fff;}
.red{color: #f00;}
.bg2{background-color: #f4faf6;}
.bg3{background-color: #3a3939;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}

@media (max-width: 1399px){
	.mayor_people{
		width: 122px;
		height: 122px;
	}
}

@media (max-width: 1260px){
	.menu{
		padding-right: 30px;
	}
	.menu_row{
		justify-content: flex-end;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	.menu_btn{
		padding: 7px 12px;
	}
	.mayor_item{
		width: 33.33%;
		margin-bottom: 14px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	body{
		padding-top: 60px;
	}
	
	/* header */
	header{
		height: 60px;
	}
	.menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 20px 0;
		background-color: #1e8551;
		overflow-y: auto;
		display: none;
	}
	.menu_row{
		height: auto;
		justify-content: center;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 10px 0;
		text-align: center;
	}
	.menu_btn{
		height: auto;
		font-size: 18px;
		text-align: center;
	}
	.menu_right{
		position: relative;
		padding-top: 40px;
		padding-right: 0;
	}
	.menur_row{
		justify-content: center;
	}
	.header_logo{
		width: 150px;
		top: 9px;
		left: 15px;
	}
	.mobile_btn{
		display: block;
	}
	
	.mayor_name{
		font-size: 22px;
	}
	.councilor_web{
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}

	.main_sec{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec_title{
		font-size: 26px;
	}
	.mayor_item{
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
	.mayor_box{
		padding: 10px 10px;
	}
	.mayor_people{
		width: 102px;
		height: 102px;
		margin-bottom: 10px;
	}
	.mayor_name{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.councilor_item{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.councilor_box{
		padding: 15px;
	}
	.councilor_area{
		padding: 0;
	}
	.councilor_people{
		padding: 0;
	}
	.councilor_experience{
		padding: 0;
	}
	.councilor_web{
		padding: 0;
		margin-top: 20px;
	}
	.sec_title2{
		font-size: 22px;
	}
	.newsb_date{
		font-size: 12px;
	}
	.newsb_con{
		padding: 10px;
	}
	.newsb_title{
		font-size: 17px;
	}
	.newsb_text{
		font-size: 14px;
	}
	.news_title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	
	.gotop{
		bottom: 10px;
		right: 10px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
}

@media (max-width: 500px){
	.kv_img_pc{
		display: none !important;
	}
	.kv_img_m{
		display: block !important;
	}
}