@charset "utf-8";
.row {
    margin-right: 0px; 
    margin-left: 0px;
}
.file_div{
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 6px;
	padding: 4px;
	text-align: left;
    display: inline-block;
	vertical-align: inherit;
}
.file_div > span{vertical-align: text-bottom;}
.file_div > input{float: right;}

.filePic_div{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
    display: inline-block;
	vertical-align: inherit;
	position: relative;
	width: 100%;
}
.filePic_div > img{
	width: 100%;
	/*height: auto;*/
	display: block;
	max-width: 100%;
}
.filePic_div > span{vertical-align: text-bottom;}
.filePic_div > input:nth-child(2){position: absolute;top:10px;right:10px;}

/*公民科學家用的UI*/
.report-form{
	margin-bottom: 20px;
}
.report-form > label{
	display: block;
	color: #0B6DC2;
	font-weight: 600;
}
.report-form > label > i{
	color: #efdced;
	margin: 0 4px;
}

.report-fishing-result{
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 10px;
}
.report-fishing-result-card{
	display: table;
	width: 100%;
	border: 1px solid #aeaeae;
	border-radius: 4px;
	margin-bottom: 6px;
	padding: 0 6px;
}
.report-fishing-result-card > .card{
	display: table-cell;
    width: auto;
	border: 0px;
	vertical-align: middle;
	background-color: transparent;
}
.report-fishing-result-card > .card:nth-child(1){width: 10px;}
.report-fishing-result-card > .card:nth-child(2){width: 80px;}
.report-fishing-result-card > .card:nth-child(4){width: 80px;}
.report-fishing-result-card > .card > span{
	display: block;
	font-family: "微軟正黑體";
	font-size: 1em;
	line-height: 1.5;
}
.report-fishing-result-card > .card > span > a{
	text-decoration: underline;
}
.report-fishing-more{
	text-decoration: none!important;
	font-family: "微軟正黑體";
	font-size: 0.9em;
	background-color: #868686;
	color: #FFF!important;
	padding: 0 4px;
	border-radius: 4px;
}
.report-fishing-more:hover{
	background-color: #0b6dc2;
}

.piechartWrapper {
  padding: 10px 50px;
  text-align: center;
}
.piechart {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  color: #4c4c4c;
  font-family: 'Open Sans', sans-serif;  
  font-size: 18px;
  text-align: center;  
}
.piechart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px){
	.report-fishing-but{
		margin-top: 30px!important;
	}
}
.report-fishing-result-photo-wrap{
	display: block;
	overflow: hidden;
	padding: 10px 20px;
}
.report-fishing-result-photo-wrap > p{
	font-family: "微軟正黑體";
	font-size: 1em;
	color: #FFF;
	line-height: 1;
	padding: 10px;
	background-color: #0b6dc2;
	margin-bottom: 0px;
}
.list-box-item-box-uploaphoto{
	width: 100%;
	column-count: 4;
    column-width: 200px;
    column-gap: 10px;
	margin-top: 2px!important;
}
@media (max-width: 1280px) {
	.list-box-item-box-uploaphoto{
		column-count: 2;
	}
}
.list-box-item-box > .item{
	margin-bottom: 10px;
    break-inside: avoid;
    background: #fff;
    border: 1px solid #ddd;
	padding: 10px;
}
.list-box-item-box > .item a > p{
	color: #64b5f6;
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}
.list-box-item-box > .item a > span{
	color: #6d6d6d;
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 25px;
}
.list-box-item-box > .item a:hover{text-decoration: none;}
.list-box-item-box > .item:hover{
	background-color: #eee;
	cursor: pointer;
}
.list-box-item-box > .item a > dl{display: block;overflow: hidden;}
.list-box-item-box > .item a > dl > dt{
	float: left;
	color: #000;
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 25px;
}
.list-box-item-box > .item a > dl > dd{
	float: left;
	color: #6d6d6d;
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 25px;
}
.report-fishing-result-table_list_s{
	width: 100%;
	border: 0px solid #ddd;
	margin-right: auto;
	margin-left: auto;
	table-layout: fixed;
}
.report-fishing-result-table_list_s th{
	color: #000;
	text-align: center;
	padding: 0 8px;
	font-weight: normal;
	background-color: #f5f5f5;
	border-right: 1px solid #FFF;
}
.report-fishing-result-table_list_s td{
	font-family: "微軟正黑體";
	font-size: 1rem;
	color: #606060;
	text-align: center;
	padding: 8px;
	background-color: transparent;
	border: 0px solid #ddd;
	border-bottom: 1px solid #f5f5f5;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*height: 30px;*/
}
.report-fishing-result-table_list_s td a{
	text-decoration: none;
	color: #355cb5;
}
.report-fishing-result-table_list_s td img{
	height: auto;
	width: 100%;
}
.report-fishing-result-dl{
	margin-bottom: 4px;
	width: 50%;
	float: left;
}
.report-fishing-result-dl > dt, .report-fishing-result-dl > dd{
	display: inline-block;
}
.report-fishing-result-dl > dt > i{
	display: inline-block;
	margin-right: 2px;
	font-size: 0.7rem;
}
.modal-title-report-fishing {
    color: #355cb5;
}
.report-fishing-edit-pic-func{
	background-color: #f5f5f5;
	display: block;
	overflow: hidden;
}
.report-fishing-edit-pic-func > div > button{
	margin: 4px 0px!important;
}
/*公民科學家用的UI*/

/*垂釣活動用的UI*/
.marine-fish-times-board{
	background-color: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
}
.marine-fish-times-board > h5{
}
.marine-fish-times-board-box{
	display: table;
    width: calc(50% - 0px);
    float: left;
    padding: 2px 6px;
}@media (max-width: 1024px) {
	.marine-fish-times-board-box{ width: 100%;}
}
.marine-fish-times-board-card{
	width: 100%;
	border: 1px solid #aeaeae;
	border-radius: 4px;
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 0 6px;
	float: left;
	display: flex;
}
.marine-fish-times-board-card > .card{
	display: flex;
    width: auto;
	border: 0px;
	vertical-align: middle;
	background-color: transparent;
	padding: 8px 0;
	line-height: 40px;
}
.marine-fish-times-board-card > .card:nth-child(1){width: 50px;}
.marine-fish-times-board-card > .card:nth-child(2){flex-grow: 2;}
.marine-fish-times-board-card > .card:nth-child(3){
	text-align: right;
	flex-grow: 2;
}
.marine-fish-times-board-card > .card:nth-child(3) > span{
	display: contents;
}
@media (max-width: 1024px) {
	.marine-fish-times-board-card{flex-wrap: wrap;}
	.marine-fish-times-board-card > .card{line-height: inherit;}
	.marine-fish-times-board-card > .card:nth-child(2){line-height: 40px;}
	.marine-fish-times-board-card > .card:nth-child(3){width: 100%;text-align: left;}
}
.fish-times-title{
	width: 40px;
	height: 40px;
	border-radius: 999em;
	text-align: center;
	background-color: #0B6DC2;
	color: #FFF;
	font-size: 0.9em;
	line-height: 40px;
	display: inline-block;
	margin-right: 6px;
}
.fish-query-wrap{
	display: flex;
}
.fish-query-wrap >.col-12{
	max-height: 940px;
	overflow: auto;
}

.fish-query-wrap >.col-12::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}

.fish-query-wrap >.col-12::-webkit-scrollbar {
  width: 8px;
  background-color: #000;
}
.fish-query-wrap >.col-12::-webkit-scrollbar-thumb {
  background-color: #7dc7b3;
}
.fish-query-wrap > h5{
	width: 100%;
	float: left;
	height: 4rem;
    background-image: url(../Images/subTitle.png);
    background-repeat: no-repeat;
    background-size: 3rem auto;
    background-position: left center;
    padding-left: 3.5rem;
    margin: 2rem 0;
	color: #1b82c8;
    padding-top: 2rem;
}
.fish-query-inner{
	width: calc(100% - 0px);
}
.fish-query-inner-w100{
	width: calc(100% - 0px);
}
@media (max-width: 768px) {
	.fish-query-inner, .fish-query-inner-w100{
		width: 100%;
	}
}
.fish-query-inner-btn{
	width: 80px;
    float: left;
    padding-top: 1.8rem;
    text-align: right;
}
.fish-query-inner-btn-keyword{
	width: 80px;
    float: left;
    padding-top: 3rem;
    text-align: right;
}
.fish-query-form {
    margin-bottom: 20px;
    float: left;
}
.fish-query-form-bio {
    margin: 20px 0;
    float: left;
}
.GS-query-btn{
	text-decoration: none;
    color: #fff!important;
    background-color: #26a69a!important;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
	font-size: 14px!important;
    outline: 0;
	border: none;
    border-radius: 2px!important;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
	.fish-query-inner-btn{width: 100%;}
	.GS-query-btn{width: 100%;}
}
.fish-statistics-card{
	margin-bottom: 4px;
}
.fish-statistics-card-header{
	padding: 0 10px;
}
.fish-statistics-card-header > a{
	display: block;
}
.fish-statistics-card-header > a:before{
	content: "";
	background:url("../images/icon_minus.png");
	background-position: left top;
    background-repeat: no-repeat;
    background-size: 80%;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
	float: left;
	margin-top: 12px;
}
.fish-statistics-card-header > a.collapsed:before {
	content: "";
	background:url("../images/icon_plus.png");
	background-position: left top;
    background-repeat: no-repeat;
    background-size: 80%;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.fish-statistics-card-header > a:hover{
	text-decoration: none;
}
.fish-statistics-card-header > a > p{
	margin-bottom: 0;
	color: #000;
	font-size: 1.3rem;
	line-height: 2;
	float: left;
	width: calc(100% - 30px);
}
.fish-statistics-card-header > a > dl{
	float: left;
	width: 50%;
	margin-bottom: 0;
}
.fish-statistics-card-header > a > dl > dt{
	color:#7B7B7B;
	font-weight: 400;
	font-size: 1.2rem;
	display: inline-block;
}
.fish-statistics-card-header > a > dl > dd{
	color:#26a69a;
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 6px;
}
.fish-statistics-card-header > a > dl:last-of-type{
	text-align: right;
}
.fish-statistics-card-body{
    padding: 10px;
}
.fish-statistics-card-body > p{
    padding: 6px 10px;
	background-color: #efdced;
	border-radius: 4px;
	font-size: 1rem;
	width: 100%;
	color: #F16B6F;
	margin-bottom: 6px;
}
.fish-statistics-card-body > p >span{
	float: right;
	color: #000;
	font-weight: 600;
}
.fish-statistics-card-body img{
	width: 100%;
	height: auto;
}
/*垂釣活動用的UI*/

/*海洋生物多樣性UI*/
.marine-bio-report-form{
	margin-bottom: 20px;
	margin-top: 20px;
}
.nav-tabs-GS{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.nav-tabs {
    border-bottom: 1px solid #268dff;
	font-size: 1em;
}
.nav-tabs-GS .nav-item {
    margin-bottom: 1px;
	line-height: 36px;
	background-color: #ebebeb;
	margin-right: 4px;
	border-radius: 0px;
	font-weight: 600;
	white-space: nowrap;
}
.nav-tabs-GS .nav-item:hover{cursor: pointer;}
.nav-tabs-GS .nav-link{padding: 0.3rem;}
.nav-tabs-GS .nav-link.active, .nav-tabs-GS .nav-item.show .nav-link {
    color: #FFF;
    background-color: #268dff;
    border-color: #dee2e6 #dee2e6 #fff;
	border-radius: 0px;
}

.nav-tabs-GS-second{border-bottom: 0px;}
.nav-tabs-GS-second .nav-item {
    margin-bottom: 1px;
	line-height: 26px;
	background-color: #ebebeb;
	margin-right: 4px;
	border-radius: 999em;
}
.nav-tabs-GS-second .nav-link.active, .nav-tabs-GS-second .nav-item.show .nav-link {
    color: #FFF;
    background-color: #268dff;
    border-color: #dee2e6 #dee2e6 #fff;
	border-radius: 999em;
}

.marine-bio-query-inner{
	width: 100%;
	display: flex;
}
.marine-bio-query-inner-2{
	width: calc(100% - 200px);
	display: flex;
}
.marine-bio-query-inner-3{
	width: calc(100% - 0px);
	display: flex;
	flex-wrap: wrap;
}
.marine-bio-query-inner-btn{
	width: 80px;
    float: left;
    padding-top: 1.8rem;
    text-align: right;
}
.marine-bio-query-inner-btn-2{
	width: 200px;
    float: left;
    padding-top: 1.8rem;
    text-align:right;
	flex: auto;
}
.marine-bio-query-form {
    margin-bottom: 20px;
    float: left;
	max-width: 33.3%;
}
.marine-bio-query-form-2 {
    margin-bottom: 20px;
    float: left;
	max-width: 50%;
}
.marine-bio-query-form-3 {
    margin-bottom: 20px;
    float: left;
	max-width: calc(100% - 200px);
}
@media (max-width: 768px) {
	.marine-bio-query-inner, .marine-bio-query-inner-2{
		width: 100%;
		display: block;
	}
	.marine-bio-query-form, .marine-bio-query-form-2 {
		max-width: 100%;
	}
}
.marine-bio-seeing-board{
	display: flex;
	flex-direction: column;
}
.marine-bio-seeing-board > .seeing-board-item{
	margin-bottom: 6px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 160px;
}
.seeing-board-item{
	display: flex;
	flex-direction: row;
	padding: 6px;
}
.seeing-board-item > div{
	box-sizing: border-box;
    flex-basis: 50%;
    margin-left: 6px;
}
.seeing-board-item > div:first-child{
	flex-basis: 50%;
    overflow: hidden;
    box-sizing: border-box;
    /* padding: 6px; */
    margin-left: 0px;
	position: relative;
}
.seeing-board-item > div:first-child > a{
	background-color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 999em;
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    align-items: center;
    justify-content: center;
}
.seeing-board-item > div:first-child > a > i{
	align-items: center;
}
.seeing-board-item > div > img{
	width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
}
@media (max-width: 768px) {
	.marine-bio-seeing-board > .seeing-board-item{
    	height: auto;
	}
	.seeing-board-item{
		flex-wrap: wrap;
	}
	.seeing-board-item > div{
    	flex-basis: 100%;
	}
	.seeing-board-item > div:first-child{
		flex-basis: 100%;
	}
	.seeing-board-item > div > img{
		width: 100%;
		height: 200px;
	}
}
.seeing-board-item > div > p{
	font-family: "微軟正黑體";
	font-size: 1.3em;
	line-height: 2;
	font-weight: 600;
	margin-left: 0;
	color: #0B6DC2;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.seeing-board-item > div > p > img{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 6px;
}
.seeing-board-item > div > dl{
	margin-bottom: 0.2em;
}
.seeing-board-item > div > dl > dt{
	font-weight: normal;
}
.seeing-board-item > div > dl > dd{
	font-weight: 700;
	font-size: 17px;
}
.marine-bio-result{
	max-height: 300px;
	overflow: auto;
}
.marine-bio-result >li{
	display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    text-align: left;
    background-color: #f1f8fd;
    color: #000;
	font-size: 19px;
	overflow: hidden;
}
.marine-bio-result > li > span{
	margin: 0 10px;
	color: #b5b5b5;
}
.marine-bio-result > li > span:first-child{
	font-style: italic;
}
.marine-bio-result-btn{
	border-radius: 4px;
    background-color: #fff;
    padding: 6px;
    margin: 0 4px;
    float: right;
    border: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
	.marine-bio-result > li > span{display: block;margin: 0 4px 4px 0;}
	.marine-bio-result-btn{float: left;}
}
.marine-bio-result-btn:hover{
	background-color: #e5e5e5;
}
.marine-bio-result-btn > a{
	font-size: 15px;
	color: #555;
}
.marine-bio-result-btn > a:hover{
	text-decoration: none!important;
}
.marine-bio-result-btn > a >i{
	display: inline-block;
	margin-right: 4px;
}
.marine-bio-result-btn > a > span{
	font-size: 1.2em;
	font-weight: 600;
}
.marine-bio-result-detail-title{
}
.marine-bio-result-detail-title > h4{
	font-size: 1.75rem;
    color: #0B6DC2;
    line-height: 2.5rem;
}
.marine-bio-result-detail-first-cont{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.marine-bio-result-detail-first-cont >.box{
	border-radius: 4px;
	flex-basis: 50%;
	background-color: #eee;
	padding: 6px;
	text-align: center;
}
.marine-bio-result-detail-first-cont >.box:first-child{
	margin: 6px 6px 6px 0;
}
.marine-bio-result-detail-first-cont >.box:last-child{
	margin: 6px 0px 6px 6px;
}
.marine-bio-result-detail-first-cont >.box >h5{
	font-size: 1rem;
	line-height: 2;
}
.marine-bio-result-detail-first-cont >.box >p{
	font-size: 1.2rem;
	font-weight: 600;
}
.carousel-GS{
	width: 100%;
}
.carousel-item-GS{
	height: 280px;
	width: 100%;
	overflow: hidden;
}
.carousel-item-GS > img{
	width: auto;
	height: 280px;
}
.btn-bio-id-box{
	display: block;
	overflow: hidden;
	padding: 10px;
}
.btn-bio-id{
	border-radius: 999em;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #ebebeb;
	color: #000;
	border: 0px;
	margin: 4px 4px 4px 0;
	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;
}
.btn-bio-id:hover, .btn-bio-id:active {
	background-color: #009cff;
	cursor: pointer;
	color: #fff;
}
.btn-bio-id:focus, .btn-bio-id.focus {
  	outline: 0;
  	box-shadow: 0 0 0 0.2rem rgba(131, 131, 131, 0.25);
 	transition:all 0.5s;
	background-color: #009cff;
	color: #FFF;
	margin: 4px 4px 4px 0;
}
.marine-bio-life-wrap{
	border: 4px solid #a6d5ff;
    margin: 1rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
    align-items: center;
    justify-content: center;
}
.marine-bio-life-wrap > a{
	flex-basis: 160px;
	margin: 10px;
	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;
}
.marine-bio-life-wrap > a:hover{
	text-decoration: none!important;
	background-color: #eee;
	border-radius: 8px;
}
.marine-bio-life-wrap > a > div{
	text-align: center;
}
.marine-bio-life-wrap > a > div > img{
	width: auto;
	height: 70px;
	margin: 20px auto 10px auto;
}
.marine-bio-life-wrap > a > div > p{
	color: #000;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.2;
}
.marine-bio-life-wrap >.selected{
	background-color: #eee;
	border-radius: 8px;
}
.marine-bio-life-wrap >.selected > div > p{
	color: #268dff;
}
.marine-bio-filter{
	margin: 0 20px;
}
.marine-bio-filter > p{
	color: #0B6DC2;
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 6px;
}
.marine-bio-filter > li{
	display: inline-block;
	margin-right: 10px;
	font-size: 1rem;
	background-image: url("../Images/Btn_cancel_red.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 28px;
	line-height: 2;
}
.marine-bio-filter > li:hover{
	cursor: pointer;
}
.marine-bio-filter > li >span:first-child{
	background-color: #f7f7f7;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 600;
    margin-right: 4px;
    color: #777;
}
/*海洋生物多樣性UI*/

/*海洋廢棄物UI*/
.marine-litter-card-header{}

.marine-litter-card-header > a > dl{
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.marine-litter-card-header > a > dl:last-of-type {
    text-align: left; 
}
/*海洋廢棄物UI*/

.first-title{
	color: #0B6DC2;
    font-weight: 600;
    font-size: 1.2em;
	background-image: url("../Images/chevron-down-solid.svg");
	background-size: 19px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
}

/*固定選單UI*/
.top-fix-nav{
    display: block;
	overflow: hidden;
}
.top-fix-nav > ul{
	display: flex;
    align-items: center;
    align-content: stretch;
    justify-content: center;
    height: inherit;
	align-items: flex-start;
}
.top-fix-nav > ul > li{
	flex-basis: 33.3%;
	margin: 10px;

}
.top-fix-nav > ul > li > a{
	border-radius: 2em;
    min-height: 120px;
    background-color: #F7F7F7;
    text-align: center;
    margin: 10px;
    color: #000;
    display: block;
    overflow: hidden;
	cursor: default;
}
.top-fix-nav-marinelitter{}
.top-fix-nav-marinelitter > ul > li{
	flex-basis: 33.3%;
	margin: 0px;
}
.top-fix-nav-marinelitter > ul > li > a > span{
    font-size: 1.8em!important;
}
@media (max-width: 768px) {
	.top-fix-nav > ul{
		flex-wrap: wrap;
	}
	.top-fix-nav > ul > li{
		flex-basis: calc(100% - 20px);
	}
	.top-fix-nav > ul > li > a{
		border-radius: 6px;
	}
}
.top-fix-nav > ul > li > p{
	font-weight: 600;
    font-size: 1.3rem;
    color: #777;
    text-align: center;
}
.top-fix-nav > ul > li > a > img{
	display: block;
    margin: 12px auto 4px auto;
    width: 40px;
    height: 40px;
}
.top-fix-nav > ul > li > a > span{
	font-weight: 600;
    font-size: 2.5em;
    line-height: 1;
    margin: 12px auto 0 auto;
    color: #26a69a;
    display: inline-block;
    text-align: center;
}


@media (max-width: 320px) {
	.top-fix-nav > ul > li > a > p{
    	font-size: 1rem;
	}
	.top-fix-nav > ul > li > a > span{
    	font-size: 1rem;
	}
}
.top-fix-navScrolled {
  	position: fixed;
  	top: 0;
  	z-index: 1;
  	background-color: #0b6dc2;
    border: 2px solid #FFF;
	box-shadow: 0px 0px 9px #325178;
 	display: block;
	width: 100%;
}
.top-fix-navScrolled > ul > li > a{
	background-color: transparent;
	color: #FFF;
}

/*固定選單UI結尾*/

@media (max-width: 768px) {
	.nav-link {
    	padding: 0.5rem 0.2rem;
	}
}
.leaflet-popup-content-wrapper {
	max-height: 250px;
	/*overflow-y: auto;*/
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
    right: 20px!important;
}
.dropdown-menu{z-index: 1001!important;}



.div25{
	width: calc(25% - 8px);
	margin: 4px;
	float: left;
}
.select-pd8{
	padding: 8px;
}
/*水質UI*/
.marine-waterQuality-card-wrap{}
.marine-waterQuality-card-wrap:hover{
	background-color: rgba(0,0,0,0.05);
	cursor: pointer;
}
.marine-waterQuality-query-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.marine-waterQuality-query-form {
   max-width: 100%; 
}
.marine-waterQuality-query-form2 {
   max-width: 50%; 
}
.marine-waterQuality-card{
	color: #7B7B7B;
    font-weight: 400;
    font-size: 1.2rem;
	margin: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.125);
	padding-bottom: 6px;
}

.marine-waterQuality-card:last-child{
	border-bottom: 0px solid rgba(0,0,0,0.125);
	padding-bottom: 0px;
}
.marine-waterQuality-card >span{
	color: #26a69a;
    font-size: 1.2rem;
    margin-left: 6px;
}
.marine-waterQuality-card:hover{

}
.marine-waterQuality-board {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
}
.marine-waterQuality-board  p{
	color: #000;
    font-weight: 400;
    font-size: 1.2rem;
}
.marine-waterQuality-board  ul{}
.marine-waterQuality-board  ul >li{
	list-style: circle;
	margin-left: 20px;
	margin-top: 8px;
}
.MyResult-flexwrap{
	flex-wrap: wrap;
}
.MyResultTitle-mb{
	margin-bottom: 10px;
}


/*水質UI結尾*/

/*網站導覽*/

.site-map-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.site-map-box > div {
	width: calc(33.33% - 40px);
	margin: 20px;
	border-radius: 8px;
    height: 320px;
    background-color: #F7F7F7;
}
.site-map-box > div > p{
	color: #26a69a;
	font-size: 1.4rem;
	margin: 10px 46px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 600;
	margin-top: 40px;
	border-bottom: 1px solid #26a69a;
}
.site-map-box > div > ul{
	margin: 10px 16px 20px 16px;
}
.site-map-box > div > ul > li{
	text-align: center;
	padding: 6px;
}
.site-map-box > div > ul > li a{
	font-size: 1.1rem;
	line-height: 1.2;
	color: #0b6dc2;
	font-weight: 600;
}
.site-map-box > div > ul > li a:hover{
	text-decoration:underline;
}
@media (max-width: 768px) {
	.site-map-box > div{
		width: calc(100% - 40px);
		border-radius: 2em;
		height: inherit;
	}
	.site-map-box > div > p{
		margin-top: 10px;
	}
}

/*網站導覽結尾*/

/*生物多樣性生物圖書館*/
.banner-library{}
.banner-library > img{
	width: 100%;
	height: auto;
}

.Marine-life-theme-wrap{
	background-image: url("../Images/library_header.png");
	background-size: 100% auto;
	background-color: #175e88;
	background-repeat: no-repeat;
}
.Marine-life-theme-wrap > .header{
	margin: auto;
	max-width: 930px;
	padding-top: 120px;
}
.Marine-life-theme-wrap > .header > h1{
	font-size: 3.2rem;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}
.Marine-life-theme-wrap > .header > div > p{
	font-size: 1.2rem;
	color: #FFF;
	text-align: center;
	margin: 8px 20px;
}
.Marine-life-theme-wrap > .content{
	max-width: 930px;
	margin: auto;
}
.Marine-life-theme-search{
	background-color: #50caf7;
	padding: 6px;
	border-radius: 6px;
	margin: 10px 16px;
}
.Marine-life-theme-search label{
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 600;
	background-image: url("../Images/searching.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	padding-left: 36px;
}
.Marine-life-theme-row{
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	padding: 0 16px;
}
.Marine-life-theme-row > div{
	width: calc(50% - 10px);
}
.Marine-life-theme-box{
	background-color: #FFF;
	border-radius: 6px;
	margin: 10px 0;
	padding: 20px;
}
.Marine-life-theme-box > h2{
	background-color: #50caf7;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 12px 20px;
	border: 1px solid #FFF;
	margin: -20px -20px 10px -20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: flex;
}
.Marine-life-theme-box > h2 > a{
	flex-grow: 1;
	text-align: end;
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
	background-image: url("../Images/theme-arr.svg");
	background-position: right 4rem top 6px;
	background-repeat: no-repeat;
	background-size: 0.9rem auto;
}
.Marine-life-theme-box > h2 > a:hover{
	text-decoration: underline;
}
.Marine-life-theme-box > div > p{
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 6px;
}
.Marine-life-theme-box > div > a{
	display: flex;
	align-items: center;
}
.theme-title01{
	background-image: url("../Images/open-book.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	margin-right: 6px;
	display: inline-block;
}
.theme-title02{
	background-image: url("../Images/theme-map.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	margin-right: 6px;
	display: inline-block;
}
.theme-title03{
	background-image: url("../Images/theme-bio.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 50px;
	height: 30px;
	margin-right: 6px;
	display: inline-block;
}
.theme-title-link{
	background-image: url("../Images/theme-link.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 17px;
	height: 17px;
	margin-right: 6px;
	display: inline-block;
}
.Marine-life-theme-dl{
	display: flex;
	flex-direction: row;
	margin-bottom: 4px;
	border-bottom: 1px solid #8ac6dc;
}
.Marine-life-theme-imgbox{
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}
.Marine-life-theme-imgbox >img{
	 object-fit: cover;
        width: 100%;
        height: 100%;
}

.table_list_Blue{
	width: 100%;
	border: 0px solid #ddd;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.table_list_Blue .left{
	text-align: left;
}
.table_list_Blue .right{
	text-align: right;
}
.table_list_Blue .center{
	text-align: center;
}
.table_list_Blue th {
	font-family: "微軟正黑體";
	font-size: 1.1rem;
	color: #fff;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	background-color: #3b9bff;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-right: 8px;
	padding-left: 8px;
}
.table_list_Blue th:last-child{border-bottom: 0px solid #FFF;}
.table_list_Blue td{
	font-family: "微軟正黑體";
	font-size: 1rem;
	color: #000;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: transparent;
	border-bottom: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
}
.table_list_Blue td a{
	font-family: "微軟正黑體";
	font-size: 1rem;
	color: #004eff;
	text-align: left;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
@media (max-width: 980px) {
	.Marine-life-theme-row > div{
		width: calc(100% - 10px);
	}
	.Marine-life-theme-wrap > .header > div > p{
		font-size: 1rem;
	}
	
	.table_list_Blue td{
		border-right: 0px;
		border-left: 0px;
		border-bottom: 0px;
	}
	.table_list .center{
		text-align: left;
	}
	.table_list .right{
		text-align: left;
	}
	.table_list_Blue .center, .table_list_Gray .center{
		text-align: left;
	}
	.table_list_Blue .right, .table_list_Gray .right{
		text-align: left;
	}
	.table_list td { border:0px;}
	
 	.table-rwd{min-width: 100%;}
  	/*針對tr去做隱藏*/
  	tr.tr-only-hide {display: none !important;}
  	/*讓tr變成區塊主要讓他有個區塊*/
 	 .table-rwd tr{
    	display: block;
    	border: 1px solid #c9e3ff!important;
   		margin: 5px;
  	}
	.table-rwd tr:first-child{border: 0px!important;}
  	.table-rwd th{display:none;}
  	.table-rwd td {
    	text-align: left;
    	font-size: 1em;
		line-height:1.3em;
    	overflow: hidden;
    	width: 100%;
    	display: block;
		border-bottom-width: 0;
    	border-top-width: 0;
		background-color: #FFF;
		}
		.table-rwd td img{ vertical-align:middle;}
		.table-rwd td:before {
		/*最重要的就是這串*/
		content: attr(data-th) "  :";
		/*最重要的就是這串*/
		display: inline-block;
		text-transform: uppercase;
		font-weight: 800;
		/*color: #000;*/
		margin-right: 4px;
  		}
	.notitle{}
	.notitle:before{content: attr(data-th) ""!important;}
  	/*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  	.table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
}


/*生物多樣性生物圖書館結尾*/

/*海洋生物多樣性-公民科學家-排行榜250408*/
.marine-fish-times-board-card-havepic{
	width: 100%;
	border: 1px solid #aeaeae;
	border-radius: 4px;
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 0 6px;
	float: left;
	display: flex;
}
.marine-fish-times-board-card-havepic > .card-pic-box{
	width: 40%;
	overflow: hidden;
    box-sizing: border-box;
    margin-left: 0px;
    position: relative;
	height: 140px;
    background-color: #000;
    text-align: center;
}
.marine-fish-times-board-card-havepic > .card-pic-box > a{
	background-color: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 999em;
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    align-items: center;
    justify-content: center;
}
.marine-fish-times-board-card-havepic > .card-pic-box > img {
    width: auto;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
}
.marine-fish-times-board-card-havepic > .card-txt-box{
	flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    align-self: anchor-center;
    align-items: center;
    margin-left: 20px;
}
.marine-fish-times-board-card-havepic > .card-txt-box > .card{
		border: 0px;
		vertical-align: middle;
		background-color: transparent;
}

.marine-fish-times-board-card-havepic > .card-txt-box >.card:nth-child(3){
	width: 100%;
	margin: 6px;
}
.marine-fish-times-board-card-havepic > .card-txt-box > .card:nth-child(3) > span{
	display: contents;
	font-size: 1.5rem;
	margin-right: 4px;
}
.fish-times-title-2 {
    width: 60px;
    height: 30px;
    border-radius: 999em;
    text-align: center;
    background-color: #0B6DC2;
    color: #FFF;
    font-size: 0.9em;
    line-height: 30px;
    display: inline-block;
    margin-right: 6px;
}
@media (max-width: 550px) {
	.marine-fish-times-board-card-havepic{flex-wrap: wrap;}
	.marine-fish-times-board-card-havepic > .card-pic-box{
		width: 60%;
	}
	.marine-fish-times-board-card-havepic > .card-txt-box{
		margin: 2px 4px;
        display: block;
	}
	.marine-fish-times-board-card-havepic > .card-txt-box > .card{line-height: inherit;}
	.marine-fish-times-board-card-havepic > .card-txt-box > .card:nth-child(2){
		width: 100%;
        margin: 0 6px;
	}
	.marine-fish-times-board-card-havepic > .card-txt-box > .card:nth-child(3){
		width: 100%;
        text-align: left;
        margin: 0 6px;
	}
	.marine-fish-times-board-card-havepic > .card-txt-box > .card:nth-child(3) > span{
		font-size: 1.2rem;
	}
	.fish-times-title-2 {
		height: 20px;
        line-height: 20px;
        font-size: 0.8rem;
	}
}
/*海洋生物多樣性-公民科學家-排行榜250408結尾*/

/*海洋生物多樣性-海洋生物標放資訊*/
.MarkAndRelease-right-menuBox{
	overflow-y: scroll;
}
.MarkAndRelease-right-menu{
	display: flex;
	row-gap: 4px;
	margin-right: 20px;
	flex-direction: column;
}
.MarkAndRelease-right-menu > li{
	font-size: 1.2rem;
	background-color: rgba(0,0,0,0.03);
	border-radius: 4px;
	padding: 10px;
	flex-grow: 1;
}
.MarkAndRelease-right-menu > li span{
	font-size: 15px;
}
.MarkAndRelease-right-menu > li:hover{
	background-color: rgba(0,0,0,0.08);
	border: 1px solid #268dff;
	cursor: pointer;
}
.MarkAndRelease-right-menu > li >.active{
	background-color: rgba(0,0,0,0.08);
	border: 1px solid #268dff;
	display: block;
	padding: 8px 10px;
    margin: -10px -10px;
}
.MarkAndRelease-right-menu-detail{
	width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #FFF;
}
.MarkAndRelease-right-menu-detail > select{
	width: calc(100% - 20px)!important;
	margin: 0 0 10px 0;
}
.MarkAndRelease-right-menu-detail-title{
	display: flex;
}
.MarkAndRelease-right-menu-detail-title > label{
	flex-grow: 1;
	color: #0B6DC2;
	font-weight: 600;
}
.MarkAndRelease-right-menu-detail-title > label > i{
	color:#efdced ;
	margin: 0 4px 0 0;
}
.MarkAndRelease-right-menu-detail-title > a{
	text-decoration: underline;
	margin-right: 20px;
	font-size: 15px;
}
.MarkAndRelease-mpa-title{
	background-color: #ebebeb;
	padding: 6px 6px;
}
.MarkAndRelease-mpa-title > i{
	margin-right: 4px;
}
.MarkAndRelease-forweb{display: block;}
.MarkAndRelease-forapp{display: none;}
@media (max-width: 768px) {
	.MarkAndRelease-forweb{display: none;}
	.MarkAndRelease-forapp{display: block;}
}
/*海洋生物多樣性-海洋生物標放資訊結尾*/

