[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
  margin-right: 30px;
  margin-top: 15px;
  font-weight: 400;
}


/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em; 
  height: 1.25em;
  border: 2px solid #f7931e;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0.8em;
  left: 13em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #f7931e;
  transition: all .2s;
  font-weight: 800;
}
  

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #dddddd;
  background-color: #dddddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	line-height: 17px;
	display: inline-block;
	color: #555;
	margin-right: 23px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #f7931e;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after { 
	content: '';
	width: 8px;
	height: 8px;
	background: #f7931e;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after { 
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked + label:after  {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-more .more {
	font-size: 1.35rem !important;
}


h4 a {
	font-size: 1.3rem;
}

table ol {
	margin-left: 20px;
}

.appendix ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	overflow-x: hidden;
}
.appendix ul li a {
	color: #2f5eb0 !important;
	overflow-x: hidden;
}
a strong {
	color: #2f5eb0 !important;
}
form strong {
	font-size: 1.4rem;
	color: #2f5eb0;
}

.form-table {
	width: 100%;
	font-size: 1.3rem !important;
}
.form-table td, .form-table th {
	font-weight: 400;
}
.form-table font {
	display: block;
	margin-top: 20px;
	font-weight: 400;
	font-size: 1.5rem;
	color: #f7931e;
}
/*20230201 無障礙font修改*/
.form-table .font {
	display: block;
	margin-top: 20px;
	font-weight: 400;
	font-size: 1.5rem;
	color: #f7931e;
}
.text.form-control {
	margin-bottom: 7px;
}
.text.long.form-control {
	margin-bottom: 7px;
}
.row strong {
	font-size: 1.15rem;
	font-weight: 400
}
input[type=file].form-control {
	margin-top: 35px;
}

.btn {
	font-size: 1.5rem;
	margin-right: 5px;
	margin-left: 5px;
}

.preface p {
	font-size: 1.3rem;
}

iframe {
	max-width: 100% !important;
}

.thumbnail p {
	font-size: 1.3rem;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 15px;
	overflow-x: hidden;
}

.photo-area a {
	color: #2f5eb0; 
	display: block;
}

.page {
	width: 100% !important;
}

.section-page .digital .date {
	font-size: 1.1rem;
}

.section-page .digital .description {
	font-size: 1.2rem;
	line-height: 1.3;
	height: 30px;
}
.section-page .digital .count {
	font-size: 1.1rem;
}

.paginate {
	margin-bottom: 10px;
	margin-top: 25px;
}

.footer-bottom ul {
    display: flex;
    list-style: none;
}
.newsList {
    list-style: none;
    padding-left: 0;
}

.top-nav ul {
	display: flex;
	list-style: none;
}

.top-nav {
	margin-top: 10px;
}

/* HEADER NAV */
header.home ul.top-nav li a {
	font-size: 1.1rem;
}

nav.home ul.nav-header > li a {
	font-size: 1.4rem;
}

nav.home ul.nav-header > .dropdown > a {
	font-size: 1.4rem;
}

nav.home ul.nav-header > li ul.dropdown-menu a {
	font-size: 1.1rem;
}

nav.home ul.nav-header > li .dropdown-menu ul li a {
	font-size: 1.1rem;
}

/* MIDDLE */
.section-mission {
	/*margin-top: 50px;*/
}
.title {
	font-size: 2rem;
}
.sub-title {
	font-size: 1.2rem;
}
.big-title {
	font-size: 2.5rem;
}
.tab-wrapper.link h5, .tab-wrapper.link h3, .tab-wrapper.link span {
	font-size: 0.9rem;
	margin-top: 0;
	margin-bottom: 5px;
}
.tab-wrapper.link h2 {
	font-size: 2.3rem;
}

.section-mission .container-mission .icon-wrapper .text {
	font-size: 1.2rem;
	line-height: 1;
}

.section-mission .sirene .wrap {
	font-size: 1.15rem;
}



.section-news .news-list {
	display: flex;
	padding: 5px 0;
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
	padding-left: 27px;
}

.section-news .news-list font {
	color: #f7931e !important;
	margin-left: 7px;
}

/*20230201 無障礙font修改*/
.section-news .news-list .font {
	color: #f7931e !important;
	margin-left: 7px;
}

.section-news .news-list .date {
	font-size: 1.2rem;
	margin-right: 8px;
	margin-left: 0 !important;
}

.section-news .news-list .dots {
	margin-top: 0 !important;
	margin-right: 0;
	margin-left: 0;
	position: absolute;
	left: 1px;
	top: 6px;
}

.section-news .news-list .content {
	/*overflow: hidden;*/
	text-overflow: ellipsis;
	white-space: break-spaces;
	font-size: 1.2rem;
	text-indent: 0;
	margin-bottom:0;
	line-height: 16px;
	padding-top: 3px;
}

.tab-wrapper a h2, .tab-wrapper a .h2 {
	font-size: 2.5rem;
}
.tab-wrapper a h5, .tab-wrapper a h3 {
	font-size: 1.3rem;
	margin-top: 0;
}

.section-news .nav-tabs > li > a {
	font-size: 1.3rem;
}

.btn-more .more {
	font-size: 1.1rem;
}

.hr-link {
	top: 52px;
}

.hr-tab {
	top: 59px;
}



footer .footer-bottom {
	font-size: 1.3rem;
}
footer .footer-bottom p {
	font-size: 1.1rem;
}
footer .footer-top ul li a {
	font-size: 1.3rem;
}
footer .footer-bottom p.accessibility img{
	height: 50px;
	width: auto;
}

footer .footer-bottom p.accessibility{
	position: absolute;
	left: 16px;
	bottom: -70px;
}

.update, .visitor {
	font-size: 1.1rem;
}



.wave-wrapper.galleries .waves .wave h5, .wave-wrapper.galleries .waves .wave h3, .wave-wrapper.galleries .waves .wave .p-no-title-css {
	/*bottom: -65px;*/
	color: #ffffff;
}
.wave img{
	/*width: 100%;*/
}

/* CONTENT PAGE */
.cp {
	font-size: 1.3rem;
	line-height: 25px;
}
.cp ul.info{
	text-align: right;
	margin-bottom: 0;
}

.node h2, .lp h2, .cp h2, .np h2 {
	font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 4px solid #2f5eb0;
    width: 100%;
}
.node h3, .lp h3, .cp h3, .np h3 {
	font-size: 1.7rem;
}
.node ul, .lp ul, .cp ul, .np ul {
	list-style: none;
	font-size: 1.35rem;
}
.cp img {
	max-width: 100% !important;
	height: auto !important;
}
.fp img{
	float: left;
    width: 270px;
    margin: 10px;
}
.page {
	font-size: 1.3rem;
}

.option-para {
	margin: 0 0 12px;
	font-size: 1.2rem;
}

.options {
	margin-bottom: 20px;
}



/*.btn-back {
	margin-right: 5px;
}*/
/*.btn-back .arrow {
	padding: 8px 10px;
	width: 33px;
	height: 33px;
	margin-right: 0;
}*/
/*.btn-back .arrow img {
	height: 18px;
}*/
.btn-back a {
	color: #ffffff;
}

.btn-more .arrow {
	padding: 8px 10px;
	width: 33px;
	height: 33px;
}
.btn.btn-more a {
	font-size: 1.35rem;
	color: #ffffff;
}
.btn-more .arrow img {
	width: 8px;
	margin-top: 0;
}
.btn-more .more {
	height: 33px;
}
.btn-more .arrow {
	height: 33px;
}

.btn-back.btn-print {
	margin-top: 0;
}

.section-news .news-list .dots {
	margin-top: -4px;
}
.desktop-wrapper {
	margin-top: 50px;
}
.desktop-wrapper .bg-wrap {/*
	height: 200px;
	margin-top: 25px;
	margin-bottom: 50px;
	width: 100%;
	background: url("../img/two-line-123.svg") no-repeat center center;
	background-size: contain;*/ }
	.desktop-wrapper .bg-wrap .hover-loc {
	  color: #374759; }
	.desktop-wrapper .bg-wrap .hover-loc:hover {
	  color: #f7931e;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s; }
	.desktop-wrapper .bg-wrap .hover-loc:hover > .loc {
	  background: url("../img/location-02.svg") no-repeat center center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s; }
	.desktop-wrapper .bg-wrap .loc {
	  height: 46px;
	  width: 100%;
	  background: url("../img/location-01.svg") no-repeat center center;
	  background-size: contain; }
	.desktop-wrapper .bg-wrap .icon {
	  width: 23px; }
	.desktop-wrapper .bg-wrap .content-1 {
	  }
	.desktop-wrapper .bg-wrap .content-2 {}
	 

.bg-wrap a {
	text-decoration: none;
	color: inherit;
	font-size: 1.15rem;
}

.bg-wrap a {
	cursor: pointer;
}

.tab-wrapper.link h2 {
    font-size: 3.3rem;
}


/* Sub Navigation Menu */

.node-path {
	margin-top: 25px;
}

.node-path li {
	list-style: none;
	font-size: 1.5rem;
	display: inline-block
	
}

.node-path span.marker {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 15px;
    background:#2f5eb0;
    padding: 1px 0px;
    padding-right: 5px;
    color: #ffffff;
    /* margin-right: -3px; */
    transform: translateY(2.5px);
    /* display: inline-block; */
    vertical-align: middle;
	height: 15px;
	cursor: pointer;
	transition: all 200ms ease-in-out;
	float: left;
}

.node-path li:hover + span.marker {
	background-color: #f7931e;
}

.node-path li {
	cursor: pointer;
}

.node-path li a {
	color: #1a1a1a;
	text-decoration: none;
}

.node-path li:hover > a {
	color: #2f5eb0;
}

.lp.commonlp_rwd .list {
	margin-top: 25px;
}

.lp.commonlp_rwd .list li span.number {
	font-size: 1.5rem;
	font-weight: 400;
}

.lp.commonlp_rwd .list li a {
	margin-left: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	color: #2f5eb0;
	transition: color 200ms ease-in-out;
	cursor: pointer;
}

.lp.commonlp_rwd .list li a:hover {
	color: #f7931e;
}

.lp.commonlp_rwd .list li span.date {
	margin-left: 15px;
	font-size: 1.5rem;
	font-weight: 400;

}

.list table tr {
	font-size: 1.4rem;
}

.list table tr td.number {
	font-size: 1.4rem;
}

.list table tr td.nowrap a {
	font-size: 1.4rem;
	text-decoration: none;
	color: #2f5eb0;
	transition: color 200ms ease-in-out;
}

.list table tr td.nowrap a:hover {
	color: #f7931e;
}

.list table tr th.number {
	width: 15%;	
}

.news-list span.link {
	font-size: 1.2rem;
	color: #2f5eb0;
	transition: all 300ms ease-in-out; 
	margin: 0 15px;
	
}

.news-list span.link:hover {
	color: #f7931e;
}

.news-list .date, .news-list .date-two {
	margin-left: 10px;
	color: #2f5eb0;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.news-list .date-label {
	margin-left: 5px;
	margin-right: 8px;
	font-size: 1.2rem;
	color: #f7931e;
}

.news-list span.content {
	font-size: 1.5rem;
}


/* Youtube */

/* .video-section .video-item {
	border: 3px solid #2f5eb0;
	padding: 10px;
} */


p.option-para {
	font-size: 1.25rem;
    font-weight: 500;
}

/* Breadcrumbs */

.breadcrumbs a {
	font-size: 1.3rem;
	font-weight: 400;
	transition: color 200ms ease-in-out;
}


.breadcrumbs a:hover {
	color: #f7931e
}

/* Ads Area */
section.ads-section {
	display: flex;
	flex-wrap: wrap;
}

section.ads-section .image {
	margin: 15px 0px;
	flex-basis: 25%;
	/* border: 1px solid #1a1a1a; */

}

section.ads-section .image p {
	text-align: center;
}

section.ads-section .image p a {
	text-decoration: none;
	color: #1a1a1a;
	cursor: pointer;
	transition: color 200ms ease-in-out;
}

section.ads-section .image p a:hover {
	color: #f7931e;
}

.choose-gender {
	margin-top: 10px;
}

/*.btn-back .more,  .btn-print .more, .btn-more .more {
	position: relative;
	padding: 0;
	height: 35px;
	width: 76px;
	display: inline-block;

}*/

/*.btn-back .arrow,.btn-print .arrow, .btn-more .arrow {
	position: relative;
	padding: 0px;
	height: 35px;
	width: 35px;
	display: inline-block;
}*/

button .inner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



/*署長信箱*/
.choose-gender input:focus + label {
	border: 2px dashed #f7931e !important;
}


/* Radio */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	/* position: absolute;
	left: -9999px; */
	opacity: 0;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	line-height: 17px;
	display: inline-block;
	color: #555;
	margin-right: 23px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #555;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #555;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




@media only screen and (max-width: 992px) {
	.btn-back.btn-print img {
		margin-left: 0;
		margin-top: 0;
	}
	.wave-wrapper.galleries .waves .wave {
		/*height: 30vw !important;*/
	}
	.wave-wrapper.galleries .waves .wave .content img {
		margin-top: 0;
	}
	.wave-wrapper.galleries .waves .wave h5, .wave-wrapper.galleries .waves .wave h3 {
		bottom: -55px;
	}

	.btn-back {
		/*height: auto;*/
	}
	.btn-back.btn-print {
		/*height: auto;*/
	}
	.btn-back .more {
		/*height: 33px;*/
		font-size: 1.35rem;
	}
}

/* Nav searchbar */
.overlay-content .search-form{
	padding-right: 30px;
}
.overlay-content input[type="text"]{
	width: calc(100% - 138px);
	height: 30px;
	padding: 0 10px;
	font-size: 2em;
}
.overlay-content input[type="submit"]{
    right: 113px;
    width: 50px;
    height: 30px;
    font-size: 2.8em;
    background: white;
    position: absolute;
    font-size: 1.2rem;
}
.overlay-content input[type="button"]{
	right: 40px;
    width: 70px;
    height: 30px;
    font-size: 2.8em;
    background: white;
    position: absolute;
    font-size: 1.2rem!important;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
}
.container-mission{
	text-align: center;
}

.sitemap ul {
    list-style: none;
    padding-left: 20px;
    font-size: 1.2rem;
}
.banner-slider{
	text-align: center;
}
.banner-slider img{
	margin: 0 auto;
}
.slick-link img{
	margin: 0 auto;
}
.section-galleries .news-list .date, .section-galleries .news-list .date-two {
	color: white;
}
.overlay-menu .top-nav li.last a:last-child{
    border-right: none;
}

.img-toggle {
    flex-basis: 33.3333333%;
    display: inline-block;
    margin: 0px;
    border: 1px solid white;
}

.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n){
    background: #eee;
}
.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
}
.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

.rwd-table th, .rwd-table td:before {
    color: #D20B2A;
    font-weight: bold;
}

@media (min-width: 480px) {
.rwd-table td:before {
    display: none;
}
.rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}
.rwd-table th:first-child,
.rwd-table td:first-child {
    padding-left: 0;
}
.rwd-table th:last-child,
.rwd-table td:last-child {
    padding-right: 0;
}
.rwd-table th,
.rwd-table td {
    padding: 1em !important;
}
}