/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name
.noto-sans-tc-<uniquifier> {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
html, body{
	width: 100%;
	overflow-x:hidden;
	overscroll-behavior: none !important;
	overscroll-behavior-y: none !important;
	overscroll-behavior-x: none !important;
	-webkit-overflow-scrolling: touch !important;
	scroll-behavior: auto !important;
}

/* 針對所有可能的容器元素 */
*, *::before, *::after {
	overscroll-behavior: none !important;
	-webkit-overflow-scrolling: touch !important;
}

:root {
	--font-scale: 1.0; /* 預設字體大小比例 */
}

html{
	font-size: calc(1.25em * var(--font-scale));
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 300;
}

body {
	position: relative;
	min-height: 100vh;
	overscroll-behavior: none !important;
	-webkit-overflow-scrolling: touch !important;
}

/* Vue app root element */
#app {
	overscroll-behavior: none !important;
	overscroll-behavior-y: none !important;
	-webkit-overflow-scrolling: touch !important;
	position: relative;
}

/* 防止任何元素產生彈性滾動 */
main, .container, .container-fluid {
	overscroll-behavior: none !important;
	-webkit-overflow-scrolling: auto !important;
}

::placeholder{
	color: #B3B3B3 !important;
}

a{
	text-decoration: none;
}

a:hover{
	color: #358D9B;
}

*:focus, a:focus, button:focus, input:focus{
	outline:3px dashed red !important;
	box-shadow: none !important;
}
.selectpicker:focus {
  outline:3px dashed red !important;
}

/* 確保特定元素也遵循焦點樣式 */
.bread a.cursor-auto:focus {
    outline:3px dashed red !important;
    box-shadow: none !important;
}



a.accesskey{
	color: #000;
	font-size: 1.2rem;
}
#AU{
	position: absolute;
	left: 10px;
	top: 0;
}


@media screen and (max-width:1520px){
	html{
		font-size: 1em;
	}
}

@media screen and (max-width:992px){
	html, body{
		overflow-x: hidden !important;
		overscroll-behavior: none !important;
		overscroll-behavior-y: none !important;
		-webkit-overflow-scrolling: touch !important;
		position: relative;
	}
	
	/* 移動端強制禁用所有彈性滾動 */
	*, *::before, *::after {
		overscroll-behavior: none !important;
		-webkit-overflow-scrolling: touch !important;
	}
	
	html{
		font-size: 1.25em;
	}
	a.accesskey{
		display: none;
	}
}


@media screen and (max-width:576px){
	html{
		font-size: 1em;
	}
}

@media screen and (max-width:480px){
	html{
		font-size: 0.75em;
	}
}




/*表頭 top-bar*/

header{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 99999;
}
.top-bar{
	background-color:#358D9B ;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 3.5rem;
	padding:0 2.5rem;
	font-size: 1.1rem;
	color: #fff;
}
.top-bar a{
	color: #fff;
}
.font-size{
	display: flex;
	align-items: center;
	margin: 0 0.5rem 0 1.5rem;
}
.font-size a{
	display: block;
	margin: 0 0.15rem;
	border-radius: 100%;
	width: 1.85rem;
	height: 1.85rem;
	text-align: center;
	line-height: 1.85em;
}
.font-size .current{
	background-color: #88C9D3;
}
#lang-set{
	border-radius: 100%;
	width: 1.85rem;
	height: 1.85rem;
	text-align: center;
	line-height: 1.85rem;
	background-color: #fff;
	color: #30B0C7;
}



@media screen and (max-width:992px){
	header{
		position: initial;
	}
	.top-bar{
		height: 4.6rem;
		font-size: 1.4rem;
	}
	.top-site-link{
		display: none;
	}
	.font-size{
		display: none;
	}
	.font-size a{
		width: 2.35rem;
		height: 2.35rem;
		line-height: 2.35rem;
	}
	#lang-set{
		width: 2.35rem;
		height: 2.35rem;
		line-height: 2.35rem;
	}
}




/*表頭 main-header*/
.main-header{
	padding: 1rem 3.5rem;
	background-color: #fff;
	box-sizing: border-box;
}

.main-header .container-fluid{
	justify-content: space-between;
}

.main-header .navbar-collapse{
	flex-grow: 0;
}
.navbar-brand{
	margin-right: 2.5rem;
}
.logo{
	display: block;
	font-size: 1rem;
	background-image: url(../images/logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 17.75rem;
	height: 2.6rem;
	overflow: hidden;
	text-indent: -800px;
}

.navbar-brand h1 em{
	font-size: 1.5rem;
	color: #358D9B;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 0;
}

#navbarNavDropdown{
	margin-top: -0.3rem;
}

#navbarNavDropdown a{
	color: #000000;
	font-size: 1.1rem;
	font-weight: 400;
}
.navbar-menu-group{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999999;
}

.main-header .dropdown-menu{
	font-size: 1rem;
	border-radius: 0;
	min-width: 10rem;
	border:none;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding:0;
}
.main-header .dropdown-item{
	padding:.6rem 0.8rem;
}

.main-header .dropdown-item:hover{
	background-color: #88C9D3;
	color: #fff !important;
}
.nav-item{
	margin-right: 0.25rem;
}
.nav-link:hover{
	color: #358D9B !important;
}

.nav-site-link{
	display: none;
}


@media screen and (max-width:1520px){
	.main-header{
		padding: 0.5rem 1rem;
	}
}



@media screen and (max-width:1170px){
	.logo{
		width: 9.5rem;
		height: 1.4rem;
	}
	.navbar-brand h1 em{
		font-size: 0.8rem;
	}
}


@media screen and (max-width:992px){
	.main-header{
		padding:0.1rem 0;
	}
	.main-header .container-fluid{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.logo{
		width: 24.1rem;
		height: 3.5rem;
		margin-bottom: 1.35rem;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-brand{
		margin-right: 0;
	}
	.navbar-brand h1 em{
		font-size: 2rem;
		display: block;
		text-align: center;
	}
	#navbarNavDropdown{
		margin-top: 0;
		position: absolute;
		left: -445px;
		top: -94px;
		width: 22.25rem;
		height: 100vh;
		display: flex;
		transition:left .5s;
		z-index: 10000;
		display: block;
	}
	#navbarNavDropdown.open{
		left: 0px;
		transition:left .5s;
	}
	#navbarNavDropdown a{
		color: #ffffff;
		font-size: 2rem;
		padding-left: 2rem;
		border-bottom: 1px solid #fff;
	}

	.menu-cover.open{
		display: block;
	}
	.menu-cover{
		display: none;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		position: fixed;
	}
	.navbar-menu-group{
		background-color: #358D9B;
		flex-direction: column;
		padding:2rem 0;
		overflow: scroll;
		height: 100vh;
	}
	.main-header .dropdown-menu{
		font-size: 1rem;
		border-radius: 0;
		min-width: 10rem;
		border:none;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
		background-color: #88C9D3;
	}
	.main-header .dropdown-item:hover{
		background-color: #88C9D3;
		color: #fff !important;
	}
	.navbar-nav{
		width: 100%;
		order: 2;
		margin:2rem 0;
	}
	.nav-item{
		margin-right: 0px;
	}
	.nav-link:hover{
		color: #C5EDFF !important;
	}
	.dropdown-menu[data-bs-popper]{
		margin-top: 0;
	}
	.nav-site-link{
		display: block;
		order: 3;
	}
	#navbarNavDropdown .nav-site-link a{
		border-bottom: none;
		padding-left: 0;
		display: block;
		width: 14rem;
		height: 3.5rem;
		line-height: 3.5rem;
		margin: auto;
		background-color: #88C9D3;
		text-align: center;
		border-radius: 10px;
	}
	.mobile-menu-btn{
		cursor: pointer;
		width: 5.45rem;
		height: 4.6rem;
		background-color: #358D9B;	
		position: absolute;
		right: -5.45rem;
		top: 0;
		background-image: url(../images/nav.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 70%;
	}
}



@media screen and (max-width:576px){
	#navbarNavDropdown{
		width: 23.2rem;
		left: -23.2rem;
		top: -4.7rem;
	}
}




/*表頭搜尋調整*/
.search-group{
	position: relative;
	margin-left: 1.5rem;
	
}
.search-toggle-btn a{
	font-size: 0.8rem !important;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background-image: url(../images/icon-search.svg);
	background-size: 0.9rem 0.9rem;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -500px;
}
#search-box{
	position: absolute;
	right: -4.5rem;
	top: 5rem;
	width: 31.85rem;
	background-color: #DDDDDD;
	padding: 1rem;
	display: none !important;
}
#search-item {
  max-height: 150px;
  overflow-y: auto;
	position: absolute;
	right: -3.5rem;
	top: 10rem;
	width: 30.85rem;
	/* background-color: #DDDDDD; */
	padding: 1rem;
	display: none !important;
}
#search-box.open{
	display: flex !important;
}
#search-item.open{
	display: block !important;
}

#search-box .form-control{
	font-size: 1.2rem;
}
#search-box label{
	display: none;
}
#search-box .btn{
	background-color: #30B0C7;
	color: #fff;
	width: 5rem;
	font-size: 1.2rem;
	padding:0;
	margin-left: 0.8rem;
}


.search-toggle-btn{
		display: block;
	}


#search-box .btn i{
		display: none;
	}
#search-box .btn span{
		display: inline;
	}

@media screen and (max-width:1540px){
	.search-group{
		margin-left: 0.3125rem;
	}
	#search-box{
		right: -2rem;
		top: 4.5rem;
	}
	#search-item {
		right: -1rem;
	}
}

@media screen and (max-width:1170px){
	#search-box{
		top: 3.5rem;
	}
}


@media screen and (max-width:992px){
	.search-group{
		width: 80%;
		border: 2px solid #fff;
		margin-left: 0;
		order: 1;
	}
		.search-toggle-btn{
		display: none;
	}

	#search-box{
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		background-color: transparent;
		padding:0;
		display: flex !important;
	}
	#search-item {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		background-color: transparent;
		padding:0;
		display: flex !important;
	}
	#search-item ul.list-group {
		width: 100%;
	}
	#search-box .btn{
		background-color: #276670;
		margin-left: 0;
		border-radius: 0;
	}


	#search-box .form-control{
		border:none;
		font-size: 1.6rem;
		border-radius: 0;
	}
	#search-box .btn i{
		display: inline;
		font-size: 2rem;
	}
	#search-box .btn span{
		display: none;
	}
}




/*footer*/
footer{
	background-color: #F2F2F7;
	color: #6B6B6B;
	text-align: center;
	line-height: 1.6em;
	padding:2rem;
}

footer p{
	margin: 0;
}
footer br{
	display: none;
}
footer br.desktop-br{
	display: inline;
}

.screen-cover{
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 9988;
	}
.screen-cover.open{
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 100000;
}


@media screen and (max-width:992px){
	footer{
		font-size: 0.8rem;
	}
	footer br{
		display: inline;
	}
	.mobile-br{
		display: none;
	}
}



/*main*/
/*首頁桌機banner*/

@media screen and (max-width:992px){
	.bn-slider-group{
		display: none;
	}
}


/*首頁內容*/
/*icon 按扭區*/

.index-content-wrap{
	background-image: url(../images/bg-index.png);
	background-repeat: no-repeat;
	background-position: center top -5px;
	background-size: 100%;
	padding-top: 4.25rem;
}
.container.index-container{
	max-width: 1520px;
	
}


.index-unit-box{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
	position: relative;
	margin-left: 4rem;
	margin-top: 0.85rem;
	padding-left: 1.5rem;
	text-align: center;
	display: block;
	color: #000;
}
.unit-circle{
	width: 5.85rem;
	height: 5.85rem;
	border-radius: 100%;
	background-color: #30B0C7;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -4rem;
	top: -0.85rem;
}
.unit-circle img{
	width: auto;
	height: 55%;
}
.index-unit-box h3{
		font-size: 1rem;
		line-height: 4.25rem;
		font-weight: 600;
}

.index-unit-group{
	margin-bottom: 6.5rem;
}





@media screen and (max-width:992px){
	.index-content-wrap{
		background-image: none;
		padding-top: 2rem;
	}
	.index-unit-box{
		background-color: #C5EDFF;
		box-shadow: none;
		position: relative;
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
	}
	.unit-circle{
		position: relative;
		width: auto;
		height: auto;
		border-radius: 0;
		background-color: transparent;
		left: auto;
		top: auto;
	}
	.unit-circle img{
		width: 100%;
		height: auto;
	}
	.index-unit-box{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 1.5rem;
		padding-left: 6rem;
	}
	.index-unit-box h3{
		font-size: 2rem;
		line-height: 5.2rem;
		font-weight: 400;
		margin-left: 1.5rem;
	}
	.index-unit-group{
		margin-bottom: 2rem;
	}

}

@media screen and (max-width:768px){
		.index-unit-box{
		padding-left: 2.5rem;
	}
}

@media screen and (max-width:576px){
	.unit-circle {
		width: 3.125rem;
	}
	.unit-circle img{
		width: 100%;
	}
}





/*首頁-訊息與公告  保護區介紹*/
.index-info-group{
	padding:0 3rem;
}
.index-info-wrap{
	position: relative;
}
.index-info-wrap h2{
	color: #358D9B;
	font-size: 1.8rem;
	font-weight: 600;
}
.index-news-list{
	list-style: none;
	margin:0;
	padding: 0;
}
.index-news-list li{
	padding: 1.2rem 0;
	margin: 0.8rem 0;
	border-bottom: 1px solid #358D9B;
}
.index-news-list li span{
	color: #6B6B6B;
	font-size: 1.2rem;
}
.index-news-list li a{
	color: #6B6B6B;
	display: block;
	font-size: 1.4rem;
	margin-top: 1rem;
	text-decoration: underline;
}
.index-news-list li a:hover{
	color: #358D9B;
}

.index-info-box .graphic-area img{
	max-width: 464px;
	display: block;
	margin: auto;
}
.graphic-area img{
	width: 100%;
}

.more-news{
	font-size: 1.2rem;
	padding:.5em;
	display: block;
	background-color: #30B0C7;
	color: #fff;
	text-align: center;
	width: 9.5em;
	margin:1.8em auto;
}
.more-news:hover{
	color: #fff;
	background-color: #358D9B;
}
.more-news .mobile{
	display: none;
}


@media screen and (max-width:992px){
	.index-info-group{
		padding:0;
	}
	.index-info-group .col-lg-6{
		margin-bottom: 2rem;
	}
	.more-news{
		position: absolute;
		right: 0;
		top: -0.3em;
		font-size: 2rem;
		line-height: 1.5em;
		padding:0;
		background-color: #fff;
		border: 1px solid #88C9D3;
		color: #88C9D3;
		width: 6rem;
		margin:0;
	}
	.more-news:hover{
		color: #fff;
		background-color: #358D9B;
	}
	.more-news .mobile{
		display: inline;
	}
	.more-news .desktop{
		display: none;
	}
}



/*首頁-業務網站*/
.web-link-group.desktop{
	display: flex;
	justify-content: center;
}
.web-link-group.mobile{
	display: none;
}
.web-link-group.desktop .link-box{
	flex: 20.2rem 0 0;
}
.link-box{
	margin: 2rem;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
	display: flex;
	padding:1rem 1rem;
	align-items: center;
	justify-content: center;
	color: #000;
}
.link-box img{
	height: 3.75rem;
	margin-right: 1.25rem;
}
.link-box h3{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 0;
}
.link-box h3.small{
	font-size: 1.2rem;
}
@media screen and (max-width:992px){
	.web-link-group.desktop{
		display: none;
	}
	.web-link-group.mobile{
		display: block;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width:576px){
	.web-link-group.mobile{
		margin-bottom: 4rem;
	}
}


/*內頁內容*/
/*內頁框架*/
.inner-content-wrap .container{
	max-width: 1450px;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
/*麵包屑*/
.bread{
	display: flex;
	margin-bottom: 1rem;
}
.bread a{
	color: #000000;
	font-size: 1rem;
}
.bread a:after{
	content: "/";
	margin:0 0.25rem;
}
.bread a:last-child{
	color: #666666;
}
.bread a:last-child:after{
	display: none;
}


@media screen and (max-width:992px){
	.bread a{
		font-size: 1.2rem;
	}
}



/*常見問題Q&A*/
.inner-top-bar{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.qa-switch-btn{
	background-repeat: no-repeat;
	background-size: 1.2rem;
	background-position: right center;
	padding-right: 1.3rem;
	color: #358D9B;
	border: none;
	background-color: transparent;
	display: block;
}
.qa-close-btn{
	background-image: url(../images/qa-close.png);
}
.qa-open-btn{
	background-image: url(../images/qa-open.png);
}

.qa-switch-btn.hidden{
	display: none;
}


.qa-wrap h2 button{
	font-size: 1.4rem;
	padding: 0.7rem;
	font-weight: 400;
	background-color: #CFEFE0;
	width: 100%;
	border: none;
	text-align: left;
}

.qa-wrap .accordion-button{
	font-size: 1.2rem;
	
}
.qa-wrap .accordion-item{
	border: none;
}
.qa-wrap .accordion-item:first-of-type{
	border-radius: 0;
}


.qa-wrap .accordion-item:first-of-type .accordion-button{
	border-radius: 0;
}

.qa-wrap .accordion-item .accordion-button{
	padding: 0.7rem;
}

.qa-wrap .accordion-body{
	padding: 0.7rem;
	font-size: 1.2rem;
}

.qa-group{
	margin-top: 0.5rem;
}

.qa-group .accordion-button:before{
	content: "Ans";
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}


/*可搜尋下拉選單樣式調整*/
.dropdown-item.active, .dropdown-item:active{
	background-color:#358D9B;
}

.bootstrap-select > .dropdown-toggle{
	border: 1px solid #D9D9D9;
}
.dropdown-menu{
	border: 1px solid #D9D9D9;
}


/*保護區介紹地區選擇*/
.map-area-option{
	position: relative;
}
.map-area-option h2{
	text-align: center;
	margin-top: 1rem;
	margin-bottom: -3rem;
	position: relative;
	z-index: 999;
}
.map-area-option .col-lg-3{
	position: relative;
	z-index: 1000;
}
.inner-sub-title{
	font-size: 1.8rem;
	font-weight: 500;
	color: #358D9B;
}
.area-select-label{
	font-size: 1.2rem;
	color: #FF9500;
	margin-bottom: 0.5rem;
}

.area-select-box{
	margin-bottom: 1rem;
	padding-left: 3.5rem;
	position: relative;
}
.area-title{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #6C757D;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 2.38rem;
	padding:0 0.85rem;
	z-index: 99;
	font-weight: 300;
}

@media screen and (max-width:992px){
	.area-select-label br{
		display: none;
	}
	.map-area-option h2{
		margin-bottom: 1rem;
		position: absolute;
		left: 1.5rem;
		top: 10.5rem;
	}
	.inner-sub-title{
		font-size: 2rem;
		text-align: center;
	}
	.map-area-option .col-lg-9{
		margin-top: 1.5rem;
	}

	
}






/*保護區資訊*/
.tab-group{
	display: flex;
	border-bottom: 2px solid #358D9B;
}
.tab{
	flex-basis: 25%;
	max-width: 193px;
	line-height: 3.5rem;
	text-align: center;
	color: #88C9D3;
	font-weight: 500;
	font-size: 1.2rem;
}
.tab.current{
	border-bottom: 9px solid #358D9B;
	color: #000;
}

.info-card{
	margin-bottom: 2rem;
}
.info-row{
	border-bottom: 1px solid #B3B3B3;
	padding:1rem 0;
}
.info-name{
	font-size: 1.2rem;
	font-weight: 500;
}
.info-content{
	font-size: 1.2rem;
	color: #6B6B6B;
}
.info-content a{
	color: #358D9B;
	text-decoration: underline;
}
.area-info-wrap{
	border-radius: 5px;
	overflow: hidden;
	border:1px solid #B9B9B9;
}
.area-info-table{
	width: calc(100% + 2px);
	border-collapse: collapse;
	margin: -1px;
}
.area-info-table caption{
	display: none;
}
.area-info-table a{
	text-decoration: underline;
}
.area-info-table .m{
	font-size: 1.2rem;
}
.area-info-table th{
	color: #fff;
	background-color: #2b9aa0;
	text-align: center;
	border:1px solid #B9B9B9;
	font-weight: 500;
	padding: 0.3rem 0.5rem;
}

.area-info-table td{
	text-align: center;
	border:1px solid #B9B9B9;
	padding: 0.3rem 0.5rem;
}

.m-name{
	display: none;
}

@media screen and (max-width:992px){
	.tab-group{
		border-bottom: 1px solid #358D9B;
		margin-top: 1rem;
	}
	.tab{
		text-align: center;
		font-size: 1.6rem;
	}
	.conservation-area-info{
		margin-top: 3rem;
	}
	.area-info-wrap{
		border-radius: 0;
		overflow: visible;
		border:none;
	}
	.area-info-table{
		width: 100%;
		margin: 0;
	}
	.area-info-table, .area-info-table .m{
		font-size: 1.4rem;
	}
	.area-info-table thead{
		display: none;
	}
	.area-info-table tbody tr{
		display: block;
		padding:1.2rem 0.7rem;
		margin-bottom: 2rem;
		border-radius: 5px;
		background-color: rgba(197, 237, 255, 0.5);
		overflow: hidden;
	}
	.area-info-table tbody td{
		display: block;
		border:none;
		border-bottom:1px solid #69A2D3;
		text-align: left;
		padding:0.6rem;
	}
	.m-name{
		display: block;
		font-weight: 500;
	}
}


/*保護區彈跳視窗*/
.pop-window{
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	min-width: 908px;
}
.pop-header{
	background-color: #ededed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	border-bottom: 1px solid #DEE2E6;
}
.pop-footer{
	border-top: 1px solid #DEE2E6;
	background-color: #ededed;
	text-align: center;
	padding: 1rem;
}


.pop-header h2{
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0.8rem 0;
}

.pop-close-btn.icon{
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-size: 1.6rem;
	background-position: center;
	border:none;
	overflow: hidden;
	text-indent: -20rem;
}

.pop-close-btn.txt{
	font-size: 1.2rem;
	color: #fff;
	background-color: #30B0C7;
	border-radius: 0.8rem;
	border:none;
	width: 5rem;
	height: 2.8rem;
}

.pop-container{
	padding:1rem 2.5rem;
}
.small-table-wrap{
	border-radius: 5px;
	border:1px solid #B9B9B9;
	overflow: hidden;
	max-width: 1580px;
	width: 90vw;
}
.small-info-table{
	width: calc(100% + 2px);
	margin: -1px;
	border-collapse: collapse;
	border:1px solid #B9B9B9;
}
.small-info-table caption{
	display: none;
}
.small-info-table thead th{
	background-color: #30AEB6;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding:0.5rem;
	border:1px solid #B9B9B9;
}
.li-col{
	min-width: 7rem;
}
.small-info-table tbody td{
	padding:0.5rem;
	text-align: center;
	border:1px solid #B9B9B9;
}

.pop-container .mobile{
	display: none;
}

.item-info{
	font-size: 1.2rem;
	line-height: 1.6em;
	background-color: rgba(197, 237, 255, 0.5);
	color: #288694;
	border-radius: 10px;
	font-weight: 500;
	padding:1rem 1.5rem;
	margin-bottom: 1rem;
}

@media screen and (max-width:992px){
	.pop-window{
		width: 95vw;
		min-width: auto;
	}
	.pop-container{
		padding:1rem;
	}
	.pop-container .desktop{
		display: none;
	}
	.pop-container .mobile{
		display: block;
	}
	.small-info-table th, .small-info-table td{
		font-size: 1.2rem;
	}
}



/*統計圖表區*/
.model-tab-group{
	display: flex;
	margin-bottom: 1.5rem;
}
.model-tab-group a{
	border:1px solid #6C757D;
	border-right: none;
	display: block;
	padding:0.5rem 1.3rem;
	line-height: 1em;
	color: #000;
	font-weight: 300;
}
.model-tab-group a.current{
	color: #fff;
	background-color: #6C757D;
}
.model-tab-group a:first-child{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.model-tab-group a:last-child{
	border:1px solid #6C757D;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.data-table-scroll{
	overflow-x: auto;
	overflow-y: visible;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	overscroll-behavior-x: contain !important;
	overscroll-behavior-y: auto !important;
	-webkit-overflow-scrolling: touch; /* iOS 平滑滾動 */
}
.data-table-wrap{
	border-radius: 5px;
	border:1px solid #B9B9B9;
	overflow: hidden;
	min-width: 1200px;
}
.data-table-wrap.xl{
	min-width: 1366px;
	font-size: 0.9rem;
}
.data-table-wrap a{
	text-decoration: underline;
}
.data-table{
	width: calc(100% + 2px);
	margin: -1px;
	border-collapse: collapse;
	border:1px solid #B9B9B9;
}
.data-table caption{
	display: none;
}
.data-table th{
	border:1px solid #B9B9B9;
	text-align: center;
	background-color: #eeeeee;
	font-weight: 400;
	padding:0.4rem;
}
.data-table tbody td,.data-table thead td{
	border:1px solid #B9B9B9;
	text-align: right;
	padding:0.4rem;
}
.data-table td.item-year{
	text-align: center;
	min-width: 4rem;
}
.data-table td.item-name{
	text-align: left;
	min-width: 5rem;
}
.data-table tbody tr:nth-child(even) td{
	background-color: #f8f8f8;
}

.data-table .divide th{
	border-top: 2px solid #6C757D;
}

.legal-info{
	background-color: #F8F9FA;
	border-radius: 5px;
	padding:1rem 1.5rem;
}
.legal-info h4{
	font-size: 1.4rem;
	font-weight: 400;
}
.legal-info p{
	margin-bottom: 0;
}


.condition-select-group{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.condition-select-group .area-select-box{
	flex: 32.3% 0 0;
}
.chart-btn-row{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1.5rem;
}
.chart-btn{
	border-radius: 10px;
	border: 1px solid #6C757D;
	background-color: #fff;
	padding: 0.2rem 0.7rem;
}

.piechart-area img{
	width: 100%;
	max-width: 550px;
	display: block;
	margin:1rem auto;
}



@media screen and (max-width: 992px){
	.condition-select-group{
		display: block;
	}
}



/*兩欄式側邊欄選單*/
.dropmenu-group{
	margin-bottom: 1.5rem;
}
.drop-sbtn{
	background-color: #358D9B;
	border:1px solid #358D9B;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1em;
	padding: 0.8rem;
	background-image: url(../images/drop-sbtn.png);
	background-size: 1.15rem;
	background-repeat: no-repeat;
	background-position: right 0.8rem center;
}
.drop-smenu{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.drop-smenu.open{
	display: block;
}

.drop-smenu a{
	display: block;
	border:1px solid #358D9B;
	border-top: none;
	padding: 0.8rem;
	color: #000;
	font-size: 1.2rem;
}



@media screen and (max-width:992px){
	.drop-sbtn{
		font-size: 2rem;
	}
	.drop-smenu a{
		font-size: 2rem;
	}
}




/*兩欄式主要內容*/
.inner-main-wrap{
	position: relative;
}
.inner-main-wrap .accesskey{
	position: absolute;
	left: 2rem;
	top: 0;
}
.inner-main-wrap .inner-top-bar{
	margin-bottom: 0;
}
.inner-main{
	padding-left: 3.5rem;
	font-size: 1.2rem;
}

.inner-main h2{
	color: #358D9B;
	font-size: 1.8rem;
	font-weight: 400;
	border-bottom: 1px solid #88C9D3;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}
.rule-table{
	width: 100%;
	border-collapse: collapse;
}
.rule-number{
	width: 7rem;
	vertical-align: top;
}

.inner-unit-box h3{
	font-size: 1.4rem;
	background-color: #CFEFE0;
	padding:0.8rem;
	font-weight: 400;
	margin: 1em 0;
}

.inner-unit-box img{
	max-width: 100%;
}
@media screen and (max-width:992px){
		.inner-main{
		padding-left: 0;
	}
}







/*表頭下滑時固定於上方的樣式*/

#main-header {
  transition: all 0.3s;
  width: 100vw;
  box-sizing: border-box;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px){
	.sticky{
		padding-top: 0;
 	 padding-bottom: 0;
	}
}


/*強制下拉選單顯示在下方*/

.cursor-auto {
	cursor: auto;
}

/* .bread a.cursor-auto:focus {
	outline: none !important;
} */

.m-s-4 {
	margin-left: 4rem !important;
}

/* 客製化selectpicker下拉選單 */
.dropdown.bootstrap-select.form-control.pl-2 {
  padding-left: 2rem !important;
}
.dropdown.bootstrap-select.form-control.pl-3 {
  padding-left: 3rem !important;
}
.dropdown.bootstrap-select.form-control.pl-4 {
  padding-left: 4rem !important;
}
.dropdown.bootstrap-select.form-control.ms-4 {
  margin-left: 4rem !important;
}


div.aria-describedby{
	font-size: 1rem;
}
