body {
    font-family: "Microsoft JhengHei";
    background: #fff;
	overflow-x: hidden;
	font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}
a:focus {
    border: 5px dashed #ff4f41!important;

}
button:focus {
    border: 5px dashed #ff4f41!important;
}
input:focus, select:focus {
    border: 5px dashed #ff4f41!important;
}
div:focus {
    border: 5px dashed #ff4f41!important;
}
li a:focus{
	border: 5px dashed #ff4f41!important;
}

.HeaderBG {
    margin-top: 0;
    height: 130px;
    margin: 0 auto;
    background: #69605a;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
}
.HeaderBG > span {
    position: absolute;
    top: 0;
}
.HeaderBG > span > a{
	color: #FFF;
	font-size: 1.2em;
}
@media (max-width: 1024px) {
	.HeaderBG {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 99;
	}
}
.header {
    height: 68px;
    color: #FFF;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
/*系統名稱*/
.navbar-header{width: 350px;}
.navbar-header > a > .LOGO {
    width: 36px;
    float: left;
}
.navbar-header > a > h1 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    padding-top: 16px;
	color: #FFF;
	width: 350px;
	line-height: 1.5;
}
.navbar-header > a > h1 > span {
    font-size: 0.9em;
	color: #FFF;
	display: block;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.navbar-toggle{background-color: #000;}
.navbar-toggle .icon-bar {background-color:#FFF;}
.collapse.in {
	background-color: #69605a;
	width: 100%;
}

/*網站輔助選單*/
.header_secondmenu{
	position: relative;
	margin-left: 350px;
	text-align: right;
}
.header_secondmenu > ul{
	margin-right: 160px;
	display: inline-block;
}
.header_secondmenu > ul >li{
	list-style: none;
    float: left;
    margin: 12px 12px 0 12px;
}
.header_secondmenu > ul > li > a{
	color: #ffe4a8;
}
@media (min-width: 768px) {
	.webhide{display: none!important;}
}
@media (max-width: 767.5px) {
	.header_secondmenu > ul{display: none!important;}
}

/*文字大小*/
.header_secondmenu .f_Size_box {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 0px;
	z-index: -1;
}
@media (min-width: 1024px) {
	.header_secondmenu .f_Size_box{z-index: 1;}
}
.fontSize_btn li {
	float: left;
	list-style: none;
}
.fontSize_btn li a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 999em;
	margin: 0 2px;
	padding: 0.1em;
	text-align: center;
	line-height: 32px;
	color: #69605a;
	background: #fff;
}
.fontSize_btn li a:hover {
	text-decoration: none;
}
.fontSize_btn .btn_act a {
	color: #fff;
	background-color: #000;
	font-weight: bold;
	text-decoration: none;
}
.fontSize_btn .font_S {
	font-size: small;
}
.fontSize_btn .font_M {
	font-size: medium;
}
.fontSize_btn .font_L {
	font-size: large;
}

/*主選單*/
.header_right {
    float: right;
}
.header_nav {
    display: flex;
    overflow: hidden;
    text-align: center;
    padding: 0;
	width: 100%;
	margin-top: 10px;
}
.header_nav li {
    list-style: none;
	flex-grow: 1;
}
.header_nav li a {
    text-align: center;
    color: #FFF;
	font-size: 1.2em;
}
.header_nav li:hover,
.header_nav li.active {
    background: #FFF;
    border-radius: 4px 4px 0 0;
}
.header_nav li:hover a,
.header_nav li.active a {
    padding-top: 6px;
    border-top: 4px solid #fbaf36;
    text-decoration: none;
    color: #5c667a;
}
.header_right button {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 15px;
}

.content {
    /*margin: 150px auto 10px auto;*/
    display: block;
    max-width: 1260px;
	margin: 10px auto 10px auto;
	padding-top: 150px;
}

/*footer*/
footer{
	position: relative;
}
footer > span{
	position: absolute;
	top:0;
}
footer > span > a{color: #FFF;}
.footer_wrap{
	background-color: #69605a;
	width: 100%;
	border-bottom: 1px solid #FFF;
}
.footer_menu {
    color: #FFF;
    max-width: 1200px;
    margin: 0 auto;
}
.footer_menu > ul{
	display: flex;
	padding: 10px 0;
	margin-bottom: 0;
}
.footer_menu > ul > li{
	flex-grow: 1;
	list-style: none;
}
.footer_menu > ul > li > a{color: #ffdc91;}
.footer_menu > ul > li > a:hover{
	text-decoration: none;
	color: #FFF;
}
@media (max-width: 1024px) {
	.footer_menu{display: none;}
}
.footer_info{
	max-width: 1200px;
    margin: 0 auto;
	padding: 20px 0;
	color: #FFF;
}
.footer_logo{
	font-size: 1em;
}
.footer_logo > img{
	width: 30px;
	height: auto;
	display: inline-block;
	margin-right: 6px;
}
.footer_txt{
	margin: 4px 0;
}
.footer_txt > ol{
	padding-left: 0;
}
.footer_txt > span{
	color: #ffd59a;
	padding-right: 10px;
}
@media (max-width: 768px) {
	.footer_txt > p{display: none;}
}

/*最新消息內頁*/
.titlebar_news {
    border-top: 1px solid #69605a;
	border-bottom: 1px solid #69605a;
	padding: 8px 0;
	margin-bottom: 10px;
}
.titlebar_news > h3{
	margin: 8px 0;
	color: #69605a;
	font-weight: 600;
}
.news-data-wrap{
	display: block;
	overflow: hidden;
}
.news-data-wrap > a{display: block;}
.news-data-wrap > a:hover{
	text-decoration: none!important;
}
.news-data-wrap > a:focus{
	border: 5px dashed #ff4f41!important;
}
.news-data-wrap > a >.news-item{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #8d8681;
	margin: 2px 0;
	padding: 2px 0;
	transition: all 0.15s ease-in-out;
}
@media (max-width: 768px) {
	.news-data-wrap > a >.news-item{margin: 2px 10px;}
}
.news-data-wrap > a >.news-item:hover{
	background-color: #eee;
}

.news-data-wrap > a >.news-item >.item-txt{
	margin: 8px;
}
.news-data-wrap > a >.news-item >.item-txt > h3{
	color: #000;
	font-size: 1.5em;
	line-height: 2;
	margin-bottom: 0;
	background-color: transparent;
	text-indent: 0;
	padding-bottom: 0;
}
.news-data-wrap > a >.news-item >.item-txt > p{
	color: #000;
	font-size: 1.5em;
	line-height: 2;
	margin-bottom: 0;
	background-color: transparent;
	text-indent: 0;
	padding-bottom: 0;
}
.news-data-wrap > a >.news-item:hover >.item-txt > h3,.news-data-wrap > a >.news-item:hover >.item-txt > p{
	color: #3876e8;
	text-decoration: none!important;
}
.news_detail_table{
	width: 100%;
}
.news_detail_table th{
	font-size: 1.2em;
	line-height: 1.5;
	color: #69605a;
	padding: 8px 0;
}
.news_detail_table td{
	font-size: 1.2em;
	line-height: 1.5;
	color: #000;
	padding: 8px 0;
}
.news_detail_table td.title{
	font-size: 1.2em;
	line-height: 1.5;
	color: #69605a;
	padding: 8px 0;
	font-weight: 600;
}

.maintain_div_wrap {
	margin: 10px 0;
}

.btn_box_maintain {
	text-align: right;
}

.maintain_search_box {
	margin: 50px 0 10px 0;
}

	.maintain_search_box > .form-group {
		margin-left: 0;
		margin-right: 0;
	}

	.maintain_search_box label {
		text-align: left;
		padding: 0px 0 0 30px;
		font-size: 1.2em;
		background-image: url("../images/icon_arr.png");
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 25px;
	}

/*按鈕*/
.btnS {
	display: inline-block;
	padding: 6px 10px;
	margin: 4px;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: "微軟正黑體";
	line-height: 1;
	border: 0px;
}

	.btnS:hover, .btnS:active {
		background-color: #e6e6e6;
		cursor: pointer;
		color: #FFF;
	}

	.btnS:focus, .btnS.focus {
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgba(131, 131, 131, 0.25);
		transition: all 0.5s;
	}

	.btnS.disabled, .btnS:disabled {
		opacity: 0.65;
	}

	.btnS.active {
		background-color: #e6e6e6;
		cursor: pointer;
		color: #000;
	}

/*首頁樣式*/
.index_wrap{
	width: 100%;
}
@media (max-width: 768px) {
	.index_wrap{
		width: 100%;
	}
	.index_wrap_news{
		padding-bottom: 150px;
		overflow: auto;
	}
}
@media(min-width: 391px) and (max-width:768px) {
	.index_wrap_news{
		padding-bottom: 150px;
	}
}
@media (max-width: 390px) {
	.index_wrap_news{
		padding-bottom: 350px;
	}
}
.index_wrap_inner {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
	padding: 80px 0 0 0;
	height: calc(100vh - 60px);
}
.index_wrap_inner > h2{
	font-size: 2.8em;
	color: #69605a;
	font-weight: 600;
}
.index_wrap_inner > h2:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 40px;
    height: 6px;
    background-color: #69605a;
}
@media(min-width: 768.5px) and (max-width:1440px) {
	.index_wrap_inner {
		padding: 60px 0 0 0;
		height: calc(100vh - 0px);
	}
}
@media (max-width: 768px) {
	.index_wrap_inner {
		padding: 30px 0 0 0;
		height: calc(100vh - 30px);
	}
}
.index_wrap_chart{
	background-color: #f6f7f7;
	background-image: url("../images/index_chart_bg.jpg");
	background-position: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 80px;
	overflow: hidden;
}
.index_wrap_news{
	background-color: #e9e9e9;
}
.index_chart_boxStyle{
	margin: 20px 0 60px 0;
}
.index_chart_boxStyle > h3{
	text-align: center;
	font-weight: 600;
	color:#69605a;
	font-size: 2em;
	margin: 10px;
	background-color: #EEE;
	border-radius: 999em;
	padding: 10px 0;
}
.divChart > h4{
	text-align: center;
	font-weight: 600;
	color:#69605a;
	font-size: 1.4em;
	margin: 10px 0;
	border: 1px solid #69605a;
	border-radius: 999em;
	padding: 6px 0;
}
.divChart > h4 >span{
	margin: 0 4px;
	display: inline-block;
	font-size: 1.5em;
}
/*.index_chart_boxStyle > h3:before{
	content: "—";
	display: inline;
	margin-right: 8px;
}
.index_chart_boxStyle > h3:after{
	content: "—";
	display: inline;
	margin-left: 8px;
}*/
.index_chart_filter{}
.index_chart_filter > label{
	color:#69605a;
	font-size: 1.2em;
}
.index_news_boxStyle{}
.index_news_boxStyle > h3{
	font-size: 2.8em;
	color: #27684e;
	font-weight: 600;
}
@media (max-width: 768px) {
	.index_news_boxStyle > h3{margin-left: 10px;}
}

/*首頁輪播圖*/
.index_pic_wrapper{
}
@media (max-width: 767.5px) {
	.index_pic_wrapper{
		margin-top: 119px;
	}
}
.index_banner_wrapper {
  	/*height: 100vh;*/
 	height: calc(70vh - 80px);
  	width: 100%;
	padding-top: 80px;
  	/*position: fixed;*/
}
.index_banner_wrapper .carousel-wrapper,
#hero-carousel {
  /*height: 100vh;*/
 	height: calc(70vh - 80px);
  	width: 100%;
  	position: absolute;
}
@media (max-width: 767.5px) {
	.index_banner_wrapper .carousel-wrapper,
	#hero-carousel {
	  width: calc(100% + 0px);
	}
}
#hero-carousel img {
  	left: 0;
  	bottom: 0;
  	min-width: 100%;
  	max-width: none;
  	width: 100%;
  	height: 100%;
	object-fit: cover;
    object-position: center;	
}
#hero-carousel i {
  position: absolute;
  top: 50%;
}
.carousel-inner .item{
	height: calc(70vh - 80px);
	overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption{}
.carousel-caption > p{
	font-size: 2.8em;
}
.carousel-caption > span{
	font-size: 1.5em;
}
@media (min-width: 768px) and (max-width: 980px) {
	.index_banner_wrapper {
	  	height: 50vh;
	}
	.index_banner_wrapper .carousel-wrapper,
	#hero-carousel {
	  	height: 50vh;
	}
	.carousel-inner .item{
		height: 50vh;
	}
}

/*首頁保護設置*/
.index_protect_wrap{
	background-image: url("../images/index_protect_bg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
    /*min-height: 1050px;*/
	height: 1050px;
	position: relative;
}
@media (min-width: 1921px) {
	.index_protect_wrap{
		background-image: url("../images/index_protect_bg_xl.png");
	}
}
@media (max-width: 540px) {
	.index_protect_wrap{
		background-image: url("../images/index_protect_bg_sm.png");
		background-position: bottom right;
	}
}

.index_protect_measure_div{
	min-height: 580px;
}
.index_protect_measure_div > h2{
	font-size: 2.8em;
	color: #27684e;
	font-weight: 600;
	margin-left: 30px;
}
.index_protect_measure_div > h2 > span{
	display: block;
	font-size: 2rem;
}
/*.index_protect_measure_div > h2:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 40px;
    height: 6px;
    background-color: #2d8260;
}*/
.index_protect_measure_div_item{
	margin: 10px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 10px 0;
}
.index_protect_measure_div_item:hover{
	cursor: pointer;
}
.index_protect_measure_div_item > p{
	color: #227c5b;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 10px
}
.index_protect_measure_div_item > span{
	font-size: 1.5em;
	color: #c64600;
	margin: 0 10px
}
.index_protect_measure_div_item > a{
	background-color: #69605a;
	color: #fff;
	border-radius: 999em;
	padding: 4px 8px;
	float: right;
	margin-right: 6px;
}
.num_style{
	font-weight: 600;
	font-size: 1.5em;
}
.index_protect_zindex{
	z-index: 2;
}
@media (min-width: 1367px) {
	.index_protect_measure_div_item > a{display: none;}
}
@media (min-width: 1024px) {
	.index_protect_measure_div_item > p{
		font-size: 1.3em;
	}
}
@media (max-width: 767px) {
	.index_protect_measure_div_item{
		margin: 4px;
		background-color: transparent;
		border-bottom: 1px solid #000;
		border-radius: 0;
	}
	.index_protect_measure_div_item > p{font-size: 1.3em;}
	.index_protect_measure_div_item > span{font-size: 1.3em;}
	.num_style{font-size: 1.3em;}
}

.index_protect_des_box{
	position: absolute;
	bottom:0;
	height: 430px;
	left: 50%;
	transform: translate(-50%);
	width: 1000px;
}
@media (max-width: 1023px) {
	.index_protect_des_box{display: none;}
}
.index_protect_des_icon{
	width: 80px;
	height: 80px;
	position: absolute;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.index_protect_des_icon:hover{
	background-color: #000;
	border-radius: 999em;
	background-position: top 10px center;
}
.index_protect_des_icon01{
	background-image: url("../images/icon01.svg");
	left:320px;
	top:160px;
}
.index_protect_des_icon01_active{
	background-image: url("../images/icon01.svg");
	left:320px;
	top:160px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump01 .8s infinite ; 
}
@-webkit-keyframes jump01{
  0%{
    top:160px;
  }
  50%{
    top:180px; 
  }
  100%{
    top:160px;
  }
}
.index_protect_des_icon02{
	background-image: url("../images/icon02.svg");
	left:180px;
	top:270px;
}
.index_protect_des_icon02_active{
	background-image: url("../images/icon02.svg");
	left:180px;
	top:270px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump02 .8s infinite ; 
}
@-webkit-keyframes jump02{
  0%{
    top:270px;
  }
  50%{
    top:290px; 
  }
  100%{
    top:270px;
  }
}
.index_protect_des_icon03{
	background-image: url("../images/icon03.svg");
	left:910px;
	top:260px;
}
.index_protect_des_icon03_active{
	background-image: url("../images/icon03.svg");
	left:910px;
	top:260px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump03 .8s infinite ; 
}
@-webkit-keyframes jump03{
  0%{
    top:260px;
  }
  50%{
    top:280px; 
  }
  100%{
    top:260px;
  }
}
.index_protect_des_icon04{
	background-image: url("../images/icon04.svg");
	left:480px;
	top:340px;
}
.index_protect_des_icon04_active{
	background-image: url("../images/icon04.svg");
	left:480px;
	top:340px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump04 .8s infinite ; 
}
@-webkit-keyframes jump04{
  0%{
    top:340px;
  }
  50%{
    top:360px; 
  }
  100%{
    top:340px;
  }
}
.index_protect_des_icon05{
	background-image: url("../images/icon05.svg");
	left:900px;
	top:130px;
}
.index_protect_des_icon05_active{
	background-image: url("../images/icon05.svg");
	left:900px;
	top:130px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump05 .8s infinite ; 
}
@-webkit-keyframes jump05{
  0%{
    top:130px;
  }
  50%{
    top:150px; 
  }
  100%{
    top:130px;
  }
}
.index_protect_des_icon06{
	background-image: url("../images/icon06.svg");
	left:100px;
	top:50px;
}
.index_protect_des_icon06_active{
	background-image: url("../images/icon06.svg");
	left:100px;
	top:50px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump06 .8s infinite ; 
}
@-webkit-keyframes jump06{
  0%{
    top:50px;
  }
  50%{
    top:70px; 
  }
  100%{
    top:50px;
  }
}
.index_protect_des_icon07{
	background-image: url("../images/icon07.svg");
	left:680px;
	top:340px;
}
.index_protect_des_icon07_active{
	background-image: url("../images/icon07.svg");
	left:680px;
	top:340px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump07 .8s infinite ; 
}
@-webkit-keyframes jump07{
  0%{
    top:340px;
  }
  50%{
    top:360px; 
  }
  100%{
    top:340px;
  }
}
.index_protect_des_icon08{
	background-image: url("../images/icon08.svg");
	left:400px;
	top:180px;
}
.index_protect_des_icon08_active{
	background-image: url("../images/icon08.svg");
	left:400px;
	top:180px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump08 .8s infinite ; 
}
@-webkit-keyframes jump08{
  0%{
    top:180px;
  }
  50%{
    top:200px; 
  }
  100%{
    top:180px;
  }
}
.index_protect_des_icon09{
	background-image: url("../images/icon09.svg");
	left:180px;
	top:10px;
}
.index_protect_des_icon09_active{
	background-image: url("../images/icon09.svg");
	left:180px;
	top:10px;
	filter: drop-shadow(8px 8px 12px #ffcc00) ;
	-webkit-animation:jump09 .8s infinite ; 
}
@-webkit-keyframes jump09{
  0%{
    top:10px;
  }
  50%{
    top:30px; 
  }
  100%{
    top:10px;
  }
}
.index_protect_des_title{
	font-size: 2em;
	font-weight: 600;
	line-height: 1.5;
	color: #2d8260;
	display: inline-block;
}
.index_protect_des_modal{
	margin: 0 30px 30px 30px;
}
.index_protect_des_img{
	margin-bottom: 8px;
}
.index_protect_des_img > img{
	width: 100%;
	height: auto;
}
.index_protect_des_font{
	font-size: 1.5em;
	line-height: 1.5;
}

/*生態檢核理念*/
.concept_pic{}
.concept_pic > img{
	width: 100%;
	height: auto;
}
.concept_txt{
	margin-top: 30px;
	font-size: 1.2em;
	line-height: 1.6;
}
.concept_txt > p{
	text-indent: 20px;
}

/*網站導覽*/
.sitetour_wrap{}
.sitetour_wrap > h3{
	font-size: 1.4em;
	line-height: 1.6;
	background-color: transparent;
}
.sitetour_wrap > P{
	font-size: 1.3em;
	line-height: 1.4;
}
.sitetour_wrap > ol{
	font-size: 1.3em;
	line-height: 1.4;
	padding-left: 0px;
}
.sitetour_box{
	display: flex;
	column-gap: 10px;
	margin-top: 20px;
}
.sitetour_box > div{
	flex-grow: 1;
	text-align: center;
	border: 2px solid #69605a;
	border-radius: 8px;
}
.sitetour_box > div > a{
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.5;
	color: #69605a;
	display: block;
	padding: 10px;
}
.sitetour_box > div > a:hover{
	color: #ffdc91;
	text-decoration: none;
	background-color: #69605a;
}
@media (max-width: 768px) {
	.sitetour_box{
		flex-direction: column;
	}
	.sitetour_box > div{
		margin-bottom: 10px;
	}
}

/*badge*/
.badge_eco {
    display: inline-block;
    min-width: 10px;
    padding: 10px 7px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #69605a;
    border-radius: 4px;
}
.badge_border_eco {
    display: inline-block;
    min-width: 10px;
    padding: 10px 7px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    color: #69605a;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 4px;
	border: 1px solid #69605a;
}

.badge_news {
	display: inline-block;
	min-width: 10px;
	padding: 10px 7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #F48923;
	border-radius: 4px;
}

.badge_border_news {
	display: inline-block;
	min-width: 10px;
	padding: 10px 7px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #F48923;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #F48923;
}

/*相片列表*/
.photo-card{
	display: block;
	border: 1px solid #777;
	border-radius: 8px;
}
.photo-card img{
	width: 100%;
	height: 220px;
	object-fit: contain;
	object-position: center;
}
.photo-title{
	font-size: 1em;
	color: #000;
	text-align: center;
}
.photo-txt{
	color: #67574e;
	margin-bottom: 6px;
}
.photo-tool{
	text-align: center;
	padding: 4px;
}
.photo-tool >button{
	border: 0px;
}

/*頁碼*/
.btn_page {
	font-size: 1em;
	font-family: Arial;
	font-weight: normal;
	border: 1px solid #dcdcdc;
	text-decoration: none;
	background-color: #ffffff;
	color: #666666;
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
	cursor: pointer;
	line-height: 1.5;
}
.btn_page:hover {
	background-color:#f6f6f6;
	transition:all 0.5s;
}
.btn_page:active {
	position: relative;
    top: 1px;
}
.btn_page_Active {
	background-color: #e3e3e3;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 1em;
	color: #000;
	border: 1px solid #e3e3e3;
	line-height: 1.5;
}
/*頁碼結尾*/

	
/*顏色*/
.gray{color: #5d5d5d!important;}
.gray_dark{color: #575757!important;}
.gray_light{color: #CECECE!important;}
.gray_medium{color: #b4b4b4!important;}

.blue{color: #356DFA!important;}
.blue_light{color: #D2E0FF!important;}
.blue_marine{color: #0c63e4!important;}

.green{color: #59CD90!important;}
.green_light{color: #ADC1C7!important;}
.green_dark{color: #519872!important;}
.green_grass{color: #8AC748!important;}
.green_lake{color: #3FA49D!important;}

.pink{color: #ffdce9!important;}
.pink_dark{color: #F178B6!important;}
.red{color: #E23E57!important;}
.coral{color: #DC3976!important;}
.orange{color: #F48923!important;}
.yellow{color: #EBC237!important;}
.yellow_orange{color: #FF7E00!important;}

.white{color: #FFF!important;}
.black{color: #000!important;}
.purple{color: #3F43BB!important;}
.purple_dark{color: #4A47A3!important;}
.purple_light{color: #7879F1!important;}


/*背景色*/
.bg_gray_dark{background-color: #575757!important;}
.bg_gray_light{background-color: #CECECE!important;}
.bg_blue_light{background-color: #D2E0FF!important;}
.bg_green_light{background-color: #ADC1C7!important;}
.bg_green_lake{background-color: #3FA49D!important;}
.bg_green_dark{background-color: #19485E!important;}
.bg_red{background-color: #FF1F1F!important;}
.bg_coral{background-color: #DC3976!important;}
.bg_orange{background-color: #F48923!important;}
.bg_blue{background-color: #1E64FF!important;}
.bg_green{background-color: #59CD90!important;}
.bg_yellow{background-color: #EBC237!important;}
.bg_white{background-color: #FFF!important;}
.bg_black{background-color: #000!important;}
.bg_pink{background-color: #ffdce9!important;}
.bg_pink_dark{background-color: #F178B6!important;}
.bg_purple{background-color: #3F43BB!important;}
.bg_purple_dark{background-color: #4A47A3!important;}
.bg_purple_light{background-color: #7879F1!important;}
.bg_brown{background-color: #69605a!important;}

@media (max-width: 1280px) {
	.header {
    	max-width: 100%;
	}
	.content {
		max-width: 100%;
	}
}
@media(min-width: 768px) and (max-width:1024px) {
	.navbar-header{width: 220px;}
	.navbar-header > a > h1 {
    	font-size: 0.9em;
		width: 250px;
		padding-top: 20px;
	}
	.navbar-header > a > h1 > span{margin-bottom: 6px;}
	.header_secondmenu{margin-left: 220px;}
}

@media (max-width: 1024px) {
	.content {
		margin-top: 120px;
		margin-left: 20px;
		margin-right: 20px;
		min-height: calc(100vh - 80px);
		position: relative;
	}
}
@media (max-width: 767px) {
	.navbar-header{width: 220px;}
	.navbar-header > a > h1 {
    	font-size: 1em;
		width: 250px;
		padding-top: 20px;
	}
	.navbar-header > a > h1 > span{margin-bottom: 6px;}
	.navbar-nav {margin: 7.5px 0px;}
	.header_nav {
    	display: block;
		height: auto;
	}
	.header_nav li {
		width: 100%;
	}
	.header_secondmenu{
		margin-left: 0px;
		text-align: left;
	}
	.header_secondmenu > ul{
		margin-right: 140px;
		padding: 0;
	}
	.header_secondmenu > ul >li{
		float: left;
		margin: 12px 8px 0 8px;
	}
}

.visually-hidden{display: none;}
/*置頂按鈕*/
.BackToTop {
    background-color: #27684e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 999em;
    z-index: 2;
    display: block;
    text-align: center;
	opacity: 0.8;
	border: 2px solid #FFF;
}
.BackToTop > i{
	color: #FFF;
	display: block;
	background-image: url("../images/up_ori_white.png");
	background-position: center;
	background-size: 25px auto;
	width: 25px;
	height: 25px;
	margin: auto;
	margin-top: 6px;
}
.navFixed {
  z-index: 1;          
  position: fixed;      
  bottom: 20px;
  right:20px;
  margin-top: 0;
  opacity: 1;
  transition: opacity .5s ease-out;   
}
/*置頂按鈕結尾*/

.goCenter {
    position: relative;
    top: -2.2em;
    left: 50px;
    color: #333;
    z-index: 99999;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 0 10px;
    opacity: 0;
    transition: .5s;
}

.goCenter:focus, .goCenter:hover {
    opacity: 1;
    top: 0;
}

.form_content{
	margin-top: 380px;
}

/*相片列表*/
.case-card-wrapper {
	display: flex;
	flex-wrap: wrap;
}

	.case-card-wrapper > div {
		margin: 10px;
	}

.photo-card {
	display: block;
	border: 1px solid #777;
	border-radius: 8px;
}

	.photo-card img {
		width: 100%;
		height: 220px;
		object-fit: contain;
		object-position: center;
	}

.photo-title {
	font-size: 1em;
	color: #000;
	text-align: center;
}

.photo-txt {
	color: #67574e;
	margin-bottom: 6px;
}

.photo-tool {
	text-align: center;
	padding: 4px;
}

	.photo-tool > button {
		border: 0px;
	}

.photo-case-card {
	padding-top: 15px;
}

@media (min-width: 769px) {
	.photo-case-card {
		width: calc(25% - 20px);
	}
}

@media (max-width: 768px) {
	.photo-case-card {
		width: calc(100% - 20px);
	}
}

.photo-case-body {
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.photo-case-subtitle {
	font-size: 1em;
}

.photo-case-title {
	color: #69605a;
	font-size: 1.3em;
	font-weight: 600;
}

/*案例介紹樣式*/
.engCase-top {
}

	.engCase-top > h1 {
		background-image: url("../images/titlebar_icon.png");
		background-size: 70px auto;
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 64px;
		line-height: 1.5;
	}

	.engCase-top > dl {
		font-size: 18px;
		padding-left: 10px;
	}

.nav_tabs_engCase {
	padding-top: 6px;
	padding-left: 0;
	font-size: 16px;
	font-family: Microsoft JhengHei;
	height: 48px;
	font-weight: bold;
	background-color: transparent;
}

	.nav_tabs_engCase > li {
		float: left;
		margin-bottom: -1px;
	}

		.nav_tabs_engCase > li > a {
			margin-right: 2px;
			line-height: 1.2;
			border: 1px solid transparent;
			border-radius: 4px 4px 0 0;
			color: #000;
		}

			.nav_tabs_engCase > li > a:hover {
				border-color: #eee #eee #ddd;
				background: #fbaf36;
				color: #FFF;
			}

		.nav_tabs_engCase > li.active > a,
		.nav_tabs_engCase > li.active > a:hover,
		.nav_tabs_engCase > li.active > a:focus {
			color: #FFF;
			cursor: default;
			background-color: #fbaf36;
			border-bottom-color: transparent;
		}

.engCase-tabCont {
}

	.engCase-tabCont img {
		width: 100%;
		height: auto;
	}

	.engCase-tabCont > h2 {
		font-size: 18px;
		font-weight: 600;
		color: #69605a;
	}

		.engCase-tabCont > h2 > i {
			display: inline-block;
			width: 10px;
			height: 10px;
			border-radius: 999em;
			background-color: #fbaf36;
			margin-right: 4px;
		}

	.engCase-tabCont > h3 {
		background-color: #fbaf36;
		display: inline-block;
		color: #FFF;
		text-indent: 0;
		padding: 6px 10px;
		font-size: 16px;
		margin: 30px 0 10px 0;
	}

	.engCase-tabCont > p {
		font-size: 17px;
		line-height: 1.5;
	}

.engCase-tabCont-txtbox {
	margin: 20px 0;
}

	.engCase-tabCont-txtbox > h3 {
		background-color: #fbaf36;
		display: inline-block;
		color: #FFF;
		text-indent: 0;
		padding: 6px 10px;
		font-size: 16px;
	}

	.engCase-tabCont-txtbox > p {
		font-size: 16px;
		line-height: 1.8;
	}

	.engCase-tabCont-txtbox > ul {
		padding-left: 0;
		margin-bottom: 30px;
	}

		.engCase-tabCont-txtbox > ul > li {
			list-style: none;
			line-height: 1.8;
			margin-bottom: 8px;
			font-size: 16px;
		}

		.engCase-tabCont-txtbox > ul > p {
			background-color: #fbaf36;
			display: inline-block;
			color: #FFF;
			text-indent: 0;
			padding: 6px 10px;
			font-size: 16px;
		}

	.engCase-tabCont-txtbox > dl {
		display: flex;
		font-size: 16px;
		line-height: 1.2;
		column-gap: 10px;
	}

		.engCase-tabCont-txtbox > dl > dd > img {
			width: 400px;
			height: auto;
		}

@media (max-width: 375px) {
	.engCase-tabCont-txtbox > dl > dd > img {
		width: 100%;
		height: auto;
	}
}

.engCase-dl-block {
	display: flex;
	flex-direction: column;
}

	.engCase-dl-block > dt {
		font-weight: 600;
	}

.engCase-tabCont-txtbox > dl ul {
	padding-left: 0;
}

	.engCase-tabCont-txtbox > dl ul li {
		list-style: none;
		margin: 6px 0;
	}
/*案例介紹樣式結尾*/