body{
 font-family: 微軟正黑體, Microsoft JhengHei !important;
}


@media(max-width:979px){
	#gotocenter:focus{
	font-size:1.1em;
	}

	#gotocenter{
	font-size:0px;
	}
}
@media(min-width:980px){
	#gotocenter:focus{
	font-size:1.1em;
	}

	#gotocenter{
	font-size:0px;
	}
}

/*基本設定調整
::selection {
    background-color: #fca61b;
}*/

a:hover {
    /*color: rgb(25 135 84);  當滑鼠經過時，超連結文字顏色變色 */
    position: relative; /* 當滑鼠經過超連結時，超連結往右下位移1像素 */
    top: 2px;
    left: 2px;
	text-decoration: none;
}

/*ol li {
    list-style: none;
	display: inline-block;
}*/

.shadow {
    box-shadow:0px 0.5rem 0.7rem 0px rgb(0 0 0 / 14%) !important;
}
.shadow2 {
   box-shadow: 0rem -0.2rem 0.3rem 0rem rgb(0 0 0 / 31%) !important;
}



/*背景*/

#T_inside{
	background: linear-gradient(0deg, #ffddc2, #ffffff, #ffffff);
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
}

#B_Header{
	background-image:url('../web_img/H02.png');
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	background-color:#fff;
}

@media screen and (max-width: 768px) {
	#B_Header{
		background-image:url('../web_img/H01.png');
	}
}

/*背景END*/


.large{					
	transition:0.3s;
}
.large:hover{
	transform:scale(1.02);	/* 放大 */
}
.operator1{
display: ;
}
.operator2{
display: none;
}
.px-6 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}
@media screen and (max-width: 768px) {
	.operator1{
	display: none !important;
	}
	.operator2{
	display: block;
	}
	.px-6 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
	}
}

a{
	text-decoration:none;
}

.list-box {
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dashed #ccc;
}

/*選單文字*/
.menuone{
	font-size: 0.85em !important;
    color: #000;
	font-weight:bold;
}
.menuone:hover{
    color: #000;
}

.menutwo{
	font-size: 1.2em !important;
    color: #000;
    margin-left: 1rem!important;
    margin-right: 1rem!important;
	font-weight:bold;
}
.menutwo:focus{
    color: #000;
}
.menutwo:hover{
    color: #000;
}
.share-me {
    margin-right: 1rem !important;
}

.logosize{
	width: 450px;
    margin: 0.1rem 0.1rem 0.1rem 1rem;
}

.menuicon01{
	background-image:url('../web_img/icon01.png');
	margin-right: 0.4rem;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 32px;
    width: 32px;
    position: relative;
    bottom: -8;
    transition: 0.1s;
    display: inline-block;
}

.menutwo:hover .menuicon01,.menutwo:focus .menuicon01{
	background-image:url('../web_img/icon01-2.png');
}

.shareicon01{
	background-image:url('../web_img/share_fb.png');
	margin-right: 0.4rem;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: relative;
    transition: 0.1s;
    display: inline-block;
}
.shareicon01:hover{
	background-image:url('../web_img/share_fb2.png');
}

.shareicon02{
	background-image:url('../web_img/share_youtube.png');
	margin-right: 0.4rem;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: relative;
    transition: 0.1s;
    display: inline-block;
}
.shareicon02:hover{
	background-image:url('../web_img/share_youtube2.png');
}

.shareicon03{
	background-image:url('../web_img/share_ig.png');
	margin-right: 0.4rem;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: relative;
    transition: 0.1s;
    display: inline-block;
}
.shareicon03:hover{
	background-image:url('../web_img/share_ig2.png');
}

.shareicon04{
	background-image:url('../web_img/share_line.png');
	margin-right: 0.4rem;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    position: relative;
    transition: 0.1s;
    display: inline-block;
}
.shareicon04:hover{
	background-image:url('../web_img/share_line2.png');
}


.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff8201!important;
    height: 6px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}


.navimg{
	border-radius:20px;
	object-fit:cover;
	width:100%;
	height:120px;
	margin-bottom:1rem;
}
.border_left{
	border-left:7px solid #ff8201;
	padding-left:1rem;
	font-weight:bold;
	color:#000;
	font-size:1.3em;
}

.new_table_icon{
	color:#ff8201;
}

@media screen and (max-width: 768px) {
	.logosize{
		width:250px;
	}
	.share-me {
		margin-right: 0rem !important;
	}
}

@media screen and (min-width: 1800px) {
	
}

/*滾動*/
   
.sticky_top_S{
   position: sticky;
   top:0;
   z-index:1020;
}
.sticky_top_H{
   position: sticky;
   top:96;
   z-index:1000;
   background-color:#fff;
}

@media screen and (max-width: 768px) {
	.sticky_top_S{
	   position: sticky;
	   top:0!important;
	}
	.sticky_top_H{
	   position: sticky;
	   top:50;
	   background-color:#fff;
	}
}

@media screen and (min-width: 1800px) {
	
}

/*首頁*/
/*-麵包屑*/
.breadcrumb_text{
	color:#666666;
}
.breadcrumb_text:hover{
	color:#dd6b05;
}

.breadcrumb_icon{
	width:38px;
}

.breadcrumb_icon_title{
	width:22px;
}

/*-搜尋選項*/
.btnchoice{
	border: 1px solid #d62a18;
    color: #000000;
    background-color: #fff;
    width: 115px;
    font-size: 1em;
    margin-bottom: 0.2rem;
    border-radius: 2rem;
    margin-right: 1rem;
    padding: 0.3rem;
    font-weight: bold;
}
.btnchoice:hover{
	background-color: #d62a18!important; 
    color: #fff!important;
}
.btnchoice:focus,.btnchoice:active,.btnchoice:visited{
	background-color: #d62a18;
    color: #fff;
}

.btnchoice.active{
	background-color: #d62a18!important; 
    color: #fff!important;
}


/*-標題*/

.h1_line{
	border-bottom: 2px solid #d62a18;
    padding-bottom: 10px;
    font-size: 1.8em !important;
    font-weight: bold;
	width:99%;
	margin:1rem;
}

.h3_line{
	border-bottom: 2px solid #d62a18;
    padding-bottom: 10px;
    font-size: 1.5em !important;
    font-weight: bold;
	width:99%;
	margin:1rem;
}



.list-line {
    padding-bottom: 10px;	/* 分隔線 */
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.list-rightline {
    border-right: 2px dashed #d62a18;
}
/*-搜尋*/
.search_text{
	font-size:1.15em;
	font-weight:bold;
}

.new_sercher{
	background-color:#ff8201;
	color:#fff;
	font-size:1.1em;
	border:0px;
	width:70px;
	border-radius:10px;
}
.new_sercher:hover{
	background-color:#e83703;
}


.news_box_bak{
	background-color: #fff;
    border-left: 10px solid transparent;
    border-right: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    border-top: 0rem solid transparent;
    clip-path: inset(0 round 20px);
	padding: 0.8rem 1.5rem;
}

.news_box_active{
	border-image: linear-gradient(0deg, #d48000, #ca2310);
	border-image-slice: 1;
}


@media screen and (max-width: 768px) {
	.h1_line {
		font-size: 2.2em !important;
		text-align:center;
	}
	.btnchoice {
        width:100%;
		height:36px;
		font-size: 1em;
        margin-bottom: 0.2rem;
        margin-right: 0.2rem;
	}
	.list-rightline {
		border-right: 0;
		border-bottom: 2px dashed #d62a18;
	}
	.news_box_bak{
		padding:0.5rem;
	}
	.search_text{
		font-size:1em;
		font-weight:bold;
	}

}

@media screen and (min-width: 1800px) {
	.btnchoice{
		width: 130px;
	}
}
/*-訊息*/
.text_page {
    font-size: 1.2em;
    margin-top: 5px;
    font-weight: bold;
}
.newsbox{
	padding: 1rem 1rem;
    border-radius: 20px;
    border: 1px solid #d62a18;
	margin: 0.2rem;
    margin-bottom: 2rem;
    background-color: #f6f6f6;
    box-shadow: 3px 1px 0px #d62a18;
}
.newsbox_rightline{
	border-bottom: 1px solid #d62a18;
	margin-top:0.5rem;
	margin-bottom:10px;
}

.newsday{
	color: #7c7c7c;
    font-size: 1em;
    font-weight: bold;
}

.new_bubble {
    background: #cccccc;
    color: #000000;
    font-size: 0.9em;
    font-weight: bold;
    padding: 3px;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 25px;
}

.newstitle{
	font-size:1.2em;
	color:#000;
	margin-top:1rem;
	font-weight: bold;
}

.newstitle:hover{
	color:#000;
}

.more_icon{
	width: 45px;
    margin-bottom: 0.5rem;
}

.text_expand{
	font-size:1em;
	color:#d62a18;
}

.btn_collapse{
	border: 1px solid #ff0404!important;
    border-radius: 2rem;
    padding: 0.2rem 1rem;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    margin-right: 1rem;
}
.text_law{
	font-size:1.1em;
	font-weight:bold;
}

.btn_EN{
	background-color:#d62a18 !important;
	border-radius:2rem;
	color:#fff;
	padding:0rem 1rem;
	font-weight:bold;
	border:0;
	font-size:0.9em;
	margin-left:1rem;
}
.law_right{
	text-align: right;
}

.btn_ZIP{
	background-color: #d62a18;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.3rem 0.5rem;
    font-weight: bold;
    border: 1px solid #bb1d0d;
    font-size: 1em;
    margin: 0.5rem 0;
}
.btn_DOW{
	background-color:#fff;
    border-radius: 5px;
    color:#000;
    padding: 0.1rem 0.5rem;
    font-weight: bold;
    border:1px solid #000;
    font-size: 0.9em;
    margin: 0.5rem 0;
}
.btn_DOW:hover,.btn_DOW:focus,.btn_DOW:active{
	background-color:#f76902;
	color:#fff;
	border:0;
}
.btn_PDF{
	background-color:#fff;
	border-radius:2rem;
	color:#000;
	padding:0rem 1rem;
	font-weight:bold;
	border:1px solid #000;
	font-size:0.9em;
	margin-left:1rem;
	margin-bottom: 0.5rem;
}
.btn_PDF:hover,.btn_PDF:focus,.btn_PDF:active{
	background-color:#d62a18;
	color:#fff;
	border:0;
}

.btn_org{
	background-color: #ff8202;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.2rem 1rem;
    font-weight: bold;
    border: 0;
    font-size: 1em;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}
.btn_org:hover,.btn_org:focus,.btn_org:active{
	background-color:#d62a18;
}

/*法律、法規命令*/
.law_01{
	color:#d62a18;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
}

.law_02{
	color: #000;
    font-size: 1em;
    line-height: 2;
    text-indent: -4.6em;
    margin-left: 8em;
}
@media screen and (min-width: 577px) {
	.law_03{
		color: #000;
		font-size: 1em;
		line-height: 2;
		margin-left: -2em;
		margin-right: 3em;
	}
	.law_0303{
		color: #000;
		font-size: 1em;
		line-height: 2;
		text-indent: -2em;
		margin-left: 2em;
		margin-right: 3em;
	}
}
@media screen and (max-width: 576px) {
	.law_03{
		color: #000;
		font-size: 1em;
		/*
		text-indent: -2em;
		margin-left: 2em;
		*/
	}
	.law_0303{
		color: #000;
		font-size: 1em;
		/*line-height: 2;*/
		text-indent: -2em;
		margin-left: 2em;
	}
}
.law_04{
	color: #000;
    font-size: 1em;
    line-height: 2;
    text-indent: -5em;
    margin-left: 5em;
}
.law_05{
	color: #000;
	font-size: 1em;
	/*line-height: 2;*/
	text-indent: -1.5em;
	margin-left: 2em;
	word-break: break-all;
}
/*行政規則*/
.law02E_01{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
}
.law2_01{
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
	text-indent: -2em;
	margin-left: 3.5em;
	margin-right: 2em;
}
.law2_0101{
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
	margin-left: 3.5em;
	margin-right: 2em;
}
.law2_02{
	color: #000;
	font-size: 1em;
	line-height: 2;
	margin-right: 3em;
}
@media screen and (min-width: 1400px) {
	.law2_03{
		color: #000;
		font-size: 1em;
		line-height: 2;
		margin-left: 2em;
		display: ruby-text; /*不換行*/
	}
}
@media screen and (min-width: 1600px) {
	.law2_03{
		color: #000;
		font-size: 1em;
		line-height: 2;
		margin-left: 4em;
		display: ruby-text; /*不換行*/
	}
}
@media screen and (max-width: 768px) {
	.newstitle{
	font-size:1.1em;
	margin-top:1rem;
	}
	.law_right{
		text-align: left;
		border-top:1px solid #d62a18;
		padding-top:1rem;
	}
	.btn_collapse {
            border: 1px solid #ff0404!important;;
        border-radius: 2rem;
        padding: 0.4rem 1rem 0.4rem 0.8rem;
        margin-left: 1.5rem;
        width: 82px;
        font-size: 1em;
        font-weight: bold;
        text-align: right;
        margin-right: 1rem;
	}	
}

@media screen and (min-width: 1800px) {

}

/*綜合查詢*/

.search_width{
	width:10%;
}

.complex_table_th{
	font-size:1.4em;
	font-weight:bold;
	border-bottom:2px solid #d62a18;
	line-height:2;
}
.complex_table_td{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5;
}

@media screen and (max-width: 768px) {
	.search_width{
		width:15%
	}
	.complex_table_th{
		font-size:1.1em;
		font-weight:bold;
		border-bottom:2px solid #d62a18;
		line-height:2;
	}
	.complex_table_td{
		font-size:1em;
		font-weight:bold;
		line-height:1.5;
	}
}

@media screen and (min-width: 1800px) {
	
}

/*行政函釋*/

.table-dark{
	--bs-table-bg: #d62a18;
	--bs-table-border-color: #fff
}

.table_th{
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}


/*Footer*/


.logosize_footer{
	width:400px;
}

.footernewstext{
	font-size: 1.05em;
    color: #454545;
    margin: 0.3rem 0rem !important;
}

.footerborder{
	font-size: 1em;
    color: #4b4b4b!important;
    border-radius: 30px;
    padding: 0rem 0.5rem;
    margin: 0.5rem 0rem !important;
}

.footerborder:hover{
	background-color:#d62a18;
	color: #fff!important;
}

.footericon{
	color: transparent;
	background: linear-gradient(to top, #d2300a, #eb7a44, #de8400);
	background-clip: text;
	padding-left:1rem;
	padding-right:0.5rem;
}
.footerborder:hover .footericon{
	color: #ffffff;
	background: none;
}

.ps-6{
	padding-left: 3rem !important;
}

.titlelink01{
	font-size:1.1em;
	color:#f7931e;
	/*margin:0.5rem 0rem!important;*/
}
.titlelest_1{
	font-size:1em;
	color:#cccccc;
	margin:0.5rem 0rem!important;
}
.titlelest_1:hover{
	color:#cccccc;
	font-weight:bold;
}
.titlelest_2{
	font-size:1.1em;
	color:#999999;
	margin:0.5rem 0rem!important;
}
.titlelest_2:hover{
	color:#999999;
	font-weight:bold;
}

.footertext{
	color:#bdccd4;
	font-size:0.95em;
	margin-bottom:1.2rem!important;
}

@media only screen and (max-width:768px){
	.h1titlemt{
		margin-top: 0rem;
	}

	.logosize_footer{
		width:300px;
	}
	.footerborder{
		font-size:0.95em;
		color:#fff;
		border:2px solid #ec7b08;
		border-radius:20px;
		padding:0.1rem 0.3rem;
		margin:0.5rem 0rem!important;
	}
	.ps-6{
		padding-left: 0.7rem !important;
	}
}

@media only screen and (min-width:1800px){

.Footerbak2-1{
	height:270px;
}

}


/*FooterEND*/


/*頁次*/
.page-link {
    position: relative;
    display: block;
	border:0;
    text-decoration: none;
    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;
    border-radius: 1rem;
    color: #fff;
    background: #afafaf;
    font-size: 1.3em;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
    width: auto;
    text-align: center;
}

.page-link:hover,.page-link:focus,.page-link:active{
    color: #fff;
    background: linear-gradient(to top, #d2300a, #eb7a44, #de8400)!important;
}

.page-dot {
    position: relative;
    display: block;
    color: #afafaf;
	border:0;
    font-size: 1.3em;
    margin-right: 0.7rem;
    margin-left: 0.4rem;
    width: auto;
    text-align: center;
    padding-top: 15px;
}

.page-dot:hover,.page-dot:focus,.page-dot:active{
    color: transparent;
    background: linear-gradient(to top, #d2300a, #eb7a44, #de8400);
    background-clip: text;
}


.direction_icon {
    color: transparent;
    background: linear-gradient(to top, #d2300a, #eb7a44, #de8400);
    background-clip: text;
    padding-right: 0.5rem;
	font-size:1.5em;
	margin-top:5px;
}
.direction_icon:hover{
    color: transparent!important;
    background: linear-gradient(to top, #d2300a, #eb7a44, #de8400)!important;
    background-clip: text!important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: linear-gradient(to top, #d2300a, #eb7a44, #de8400)!important;
    border-color: #fff;
}




/*頁次END*/


.box_shadow{
	box-shadow: 3px 3px 0.5rem 0px rgb(0 0 0 / 26%) !important;
	border-radius:20px;
}
.box_bak{
	background-color: #fff;
    border-left: 10px solid transparent;
    border-right: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    border-top: 0rem solid transparent;
    clip-path: inset(0 round 20px);
	padding:1.5rem;
	transition:0.3s;
	margin-bottom:2rem;
	
}

.box_bak:hover{
	transform:scale(1.02);	/* 放大 */
}

.box_active{
	border-image: linear-gradient(0deg, #d48000, #ca2310);
	border-image-slice: 1;
}

.box_title{
	font-size:1.5em;
	font-weight:bold;
	color:#000;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
}
.box_text{
	font-size:1em;
	font-weight:bold;
	color:#000;
	margin-bottom:0.5rem;
}
.box_more{
	font-size:1.2em;
	font-weight:bold;
	color:#d62a18;
}
.box_more:hover{
	font-size:1.2em;
	font-weight:bold;
	color:#d62a18;
}
.box_img{
	width:100%;
	height:200px;
	object-fit:cover;
}

.box_icon{
	color: transparent;
	background: linear-gradient(to top, #d2300a, #eb7a44, #de8400);
	background-clip: text;
	padding-right:0.5rem;
}

.box_modal_top{
	height:6px!important;
	background: linear-gradient(to right, #d2300a 0%,#eb7a44 100%);
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.box_modal_img{
	width:100%;
	height:240px;
	object-fit:cover;
}

.box_table_title{
	font-size:1.1em;
	font-weight:bold;
	color:#ff8201;
	text-align-last:justify;
	
}
.box_table_more{
	font-size:1em;
	font-weight:bold;
	color:#d62a18;
}
.box_table_more:hover{
	font-size:1em;
	font-weight:bold;
	color:#d62a18;
}

.box_table_map{
	width:100%;
	margin-top:5.5rem;
}

.box_sky_title{
	font-size:1.2em;
	font-weight:bold;
}

.box_sky_bak{
	padding:1rem 0.6rem;
	border:1px solid #000;
	background-color:#f6f6f2;
	border-radius:20px;
}

.box_sky_icon{
	width:25px;
}

.water{
	color:#00719f;
}

.box_size{
	font-size:0.8em;
}

.box_sky_right{
	border-right:1px solid #000;
}
.box_active_title{
	font-size:1.5em;
	font-weight:bold;
}

.box_listline{
    margin-bottom: 25px;
    margin-top: 15px;
    border-bottom: 1px solid #d62a18;
}


@media screen and (max-width: 768px) {
.text_page_height{
	height: 80px;
}


}


@media screen and (min-width: 1800px) {


}

#ui-datepicker-div{
	z-index:1200!important;
}



