@charset "utf-8";

/* CSS Document */
body {
	font-family: Microsoft JhengHei;
}

/*home*/
.banner {
    position: relative;
    background-image: url(../images/home/hbanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner p {
    margin: 0;
    position: absolute;
    color: #fff;
}
@media screen and (min-width: 400px) {
.banner p {
    top: 50%;
    right: 30%;
    transform: translate(50%, -50%);
    font-size: 130%;
    text-align: right;
}
}
@media screen and (max-width: 400px) {
.banner p {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 110%;
    text-align: center;
}
}
.clear {
	clear: both
}

.bg-home {
	min-height: 600px;
}

.bg-home > div {
    background-color: rgba(255,255,255,0.5);
}

.home_content {
	padding: 20px 30px;
	line-height: 200%;
	min-height: 730px;
}

.cookie,
.cookie a {
	color: #8a8989;
	text-decoration: none;
	margin-bottom: 15px;
	line-height: 150%;
}

.cookie a:hover {
	color: #000;
	text-decoration: underline;
}

.h_title {
	color: #1b838d;
	font-size: 150%;
	font-weight: bold;
	width: 100%;
}

.h_date {
	color: #1b838d;
	letter-spacing: 0;
	font-size: 90%;
	padding: 0 0 0 3px;
}
.h_icon{
    width: 100%;
}
.h_icon a {
	display: block;
	background-color: #d1d1d1;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 2px;
}

.h_icon a.fb:hover {
	background-color: #157dc3;
}

.h_icon a.icline:hover {
	background-color: #1fc32e;
}

.h_icon a.twitter:hover {
	background-color: #1c96e8;
}

.h_icon a.mail:hover {
	background-color: #673AB7;
}

.h_icon a.print:hover {
	background-color: #b8281d;
}

.h_icon a img {
	width: 25px;
	height: 25px;
}

.h_content {
	padding: 20px 0;
	font-size: 110%;
}

.inside_page_img {
	color: #937f51;
	padding-bottom: 20px;
	line-height: 1.5em;
	font-size: 90%;
}

.inside_page_img img {
	width: 100%;
	padding-bottom: 8px;
}

.h_content p {
	padding-bottom: 15px;
}

.annex,
.annex a {
	color: #9f8d64;
	text-decoration: none;
	font-size: 95%;
	line-height: 125%;
}

.annex a:hover {
	color: #9f8d64;
	text-decoration: underline;
}

.annex a img {
	padding-right: 10px;
	vertical-align: text-bottom;
}

.annex_title,
.information .annex_title {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	color: #0a7e74;
}

.annex ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.annex li {
    padding: 5px 0;
}

.line {
	border-top: 1px solid #adadad
}

.information {
	color: #9f8d64;
}

.information .picbox {
    position: relative;
    width: 100%;
    background-color: #e9e9e9;
    height: 100%;
}

.information .in_content {
    font-size: 110%;
    width: 100%;
    padding: 10px;
}

.information .in_content span {
    font-size: 80%;
}

.information > div {
    padding: 10px;
}


.information .pic img {
	width: 100%;
}
.information .pic {
	background-color: #e7e7e7;
	position: relative;
	overflow: hidden;
}

.information a {
	display: block;
	text-decoration: none;
	border: 1px #e1e1e1 solid;
	height: 100%;
}



.information a:hover {
    border: 1px #009688 solid;
    background-color: #f1f1f1;
}

.album a:hover, .information a:active, .text_list a:active, .album a:active, .information a:visited {
	text-decoration: none !important;
	color: #009688;
	background-color: #f1f1f1;
}
@media screen and (min-width: 992px) {
.information .picbox {
    min-width: 300px;
    padding-top: 42%;
	height: 100%;
}
}
@media screen and (min-width: 480px) and (max-width: 992px) {
.information .picbox {
    padding-top: 75%;
}
}
@media screen and (min-width: 480px) {
	.information .box img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-height: 100%;}
}
/*內頁圖片輪播*/
.pic_slider .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.pic_slider .slick-slide p {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 10px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pic_slider .slick-slide a {
    position: relative;
    background-color: #000;
    padding-top: 67%;
    display: block;
}
.pic_slider .slick-prev, .pic_slider .slick-next {
    width: 45px;
    height: 80px;
    top: 50%;
    z-index: 9;
    background-color: #000;
    opacity: 0.3;
}

.pic_slider .slick-prev:hover, .pic_slider .slick-next:hover {
    background-color: #000;
    opacity: 1;
}
.pic_slider .slick-prev{left: 0;}
.pic_slider .slick-next {right: 0;}
.pic_slider .slick-prev::before, .pic_slider .slick-next::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 58%;
}

.pic_slider .slick-prev::before {
    border-left: solid 5px #ffffff;
    border-bottom: solid 5px #ffffff;
    left: 14px;
}

.pic_slider .slick-next::before {
    border-top: solid 5px #ffffff;
    border-right: solid 5px #ffffff;
}
.pic_slider {
    max-width: 800px;
    margin: 0 auto 25px auto;
    text-align: center;
}
.in_content {
	color: #000;
	font-size: 90%;
	line-height: 1.5em;
}

.in_content span {
	color: #009688;
	display: block;
	font-size: 90%;
	letter-spacing: 0;
}



.hr_title {
	color: #ad7c42;
	font-size: 22px;
	padding: 10px 0;
	font-weight: bold;
	margin-bottom: 15px;
}

.hr_right {
	padding-bottom: 15px;
}

.hr_right iframe {
	width: 100%;
}

.hr_right ul,
.hr_right li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.hr_right ul img {
	width: 100%;
	max-width: 300px;
}

.hr_right li {
	padding-bottom: 15px;
}

.home_right {
	padding-left: 0;
	margin-top: 50px;
	padding-bottom: 20px;
}

.h_search {
	padding: 4px 0 3px;
	width: 100%;
}

.h_search>form>label,
.h_search>label {
	display: none;
}

.h_search>form>input[type="text"],
.h_search>input[type="text"] {
	float: left;
	width: calc(100% - 53px);
	border-radius: 0;
	background: #ffffff url(../images/home/icon-search2.png) no-repeat 6px center;
	color: #000000;
	padding: 5px 10px 5px 35px;
}

.h_search>form>input[type="submit"],
.h_search>input[type="submit"],
.h_search>input[type="button"] {
	float: left;
	width: 53px;
	padding: 6px 0;
	border: none;
	border-radius: 0;
	background-color: #1b838d;
	color: #ffffff;
	text-align: center;
}

.h_search>form>input[type="submit"]:hover, .h_search>input[type="submit"]:hover, .h_search>input[type="button"]:hover {
    color: #000;
    background-color: #ffeb3b;
}

.text_list {padding: 0;}

.abroad .text_list {
    font-size: 105%;
}
.abroad .text_list li a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #057066;
}
.text_list a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
}

.text_list a p {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nodate.text_list a {
    padding: 15px 0px 15px 30px;
}
.text_list a:hover{
    background-color: #fff27e;
}
.text_list ul,
.text_list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.text_list li {
	border-bottom: 1px solid #bab9b9;
	position: relative;
	line-height: 120%;
}
.text_list span {
	color: #2a9c77;
	font-size: 80%;
	letter-spacing: 0;
	line-height: 120%;
}

.text_list .num {
    color: #b7a60f;
}

.list_title {
	background-color: #1b838d;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 130%;
	margin-bottom: 20px;
	font-weight: bold;
	border-radius: 50px;
}

.home_content .activity-banner {
	margin-top: 0;
	margin-bottom: 30px;
}

.h_content .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	background: url(../images/arrow_right.png) no-repeat right center;
	width: 30px;
	height: 50px;
}

.h_content .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	background: url(../images/arrow_left.png) no-repeat right center;
	width: 30px;
	height: 50px;
}

.h_content .glyphicon-chevron-right:before,
.h_content .glyphicon-chevron-left:before {
	content: " ";
}

.h_content .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
	margin-right: 0;
}

.h_content .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
	margin-left: 0;
}

.hr_list {
	margin-top: -20px !important;
}

.hr_list li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: 20px;
}

.hr_list li {
	padding: 20px 30px;
	border-bottom: 1px solid #adadad;
	background: url(../images/text_list.png) no-repeat 15px center;
}

.hr_list a {
	color: #000;
}

.hr_list a:hover,
.hr_list a:active {
	text-decoration: none;
	color: #9f8d69
}

.list_video {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
	margin-top: 10px;
}

.list_video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 767px) {
	.information .pic {
		min-width: 50%;
		margin-right: 10px;
		max-width: 50%;
		padding-top: 40%;
	}
	.h_search {
	margin: 0 20px 0 0;
}
	.text_list li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 15px 0px;
	max-width: 100%;
}

.abroad .text_list li {
    padding: 15px;
}

.abroad .text_list li a {
    padding: 0;
}


	.text_list span {
	padding: 2px 10px;
	margin: 0 5px 0 0;
	border-right: 1px #97c7b5 solid;
	margin-right: 10px;
}

.abroad .text_list span {
    padding: 2px 10px 2px 2px;
    margin: 0;
}

.abroad .text_list .num {
    border: none;
    padding: 2px 10px 2px 7px;
}

.text_list .date {
    max-width: 110px;
    width: 110px;
}

.text_list .num {
    border-right: none;
    border-left: 1px #97c7b5 solid;
}
}
@media screen and (max-width: 767px) {
	.h_search {
	display: inline-block;
}
	.text_list li {
	line-height: 139%;
	padding: 10px;
}
	.text_list span {
    display: block;
    padding: 0 0;
}

.abroad .text_list span {
    padding: 0 5px 0 0;
}
}
@media (max-width: 767px) and (min-width: 480px) {
	.information .pic {
		padding-top: 70%;
	}
}
@media screen and (min-width: 480px) {
.information .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 480px) {
	.information div{
    width: 100%;
}
}
/*FAQ*/

.faq .accordion-button {
    font-size: 105%;
    font-weight: bold;
    color: #007b81;
    padding: 1rem 3.5rem 1rem 3rem;
    line-height: 130%;
    border: 1px #f1f1f1 solid;
    border-radius: 3px !important;
    box-shadow: rgb(0 0 0 / 10%) 3px 3px 2px -1px;
    background-color: #fff;
    background-image: url(../images/home/ic_q.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px 19px;
}

.faq .accordion-header {
    /* padding: 4px 0; */
}

.faq .accordion-flush .accordion-item {
    border: none;
    background-color: transparent;
}

.faq .accordion-button:hover {
    background-color: #fff7af;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #fffcde;
}
.faq .accordion-button::after{
    background-image: none;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(-135deg) translate(-50%, -50%);
    position: absolute;
    border-top: solid 2px #c3c3c3;
    right: 30px;
    border-left: solid 2px #c3c3c3;
    top: 15%;
}

.faq .accordion-button:not(.collapsed)::after {
    border-bottom: solid 2px #278a93;
    border-right: solid 2px #278a93;
    top: 26%;
    border-left: none;
    border-top: none;
}
.form label {
	display: block;
	font-weight: bold;
	white-space: nowrap;
	max-width: 110px;
	min-width: 110px;
}

.form input[type="text"],
.form textarea {
	background: #e3e3e3;
	border: none;
}

.form input[type="text"] {
	width: 100%;
}

.form textarea {
	width: 100%;
	vertical-align: text-top;
	min-height: 80px;
	height: auto;
}

.upload {
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-align: center;
	width: 60%;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: -3px;
	height: 30px;
}

.upload input[type="file"] {
	padding: 3px;
	background: #e3e3e3;
	font: 13.3333px Arial;
	width: 100%;
}

.red_font {
	color: #dd1313;
	font-size: 90%;
	line-height: 100%;
}

div.red_font {
	padding: 5px;
	white-space: nowrap;
}

span.red_font {
	display: inline-block;
	vertical-align: text-bottom;
}

.ver_text {
}

.verification {
	width: 100px;
	height: 33px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.form>div {
	margin-bottom: 20px;
}

.update_ver {
	background: #8d8d8d;
	border: none;
	color: #fff;
	margin: 5px;
	padding: 5px 10px;
}

.listen_ver {
	background: #6f6f6f;
	border: none;
	color: #fff;
	margin: 5px;
	padding: 5px 10px;
}

.update_ver:hover,
.listen_ver:hover {
	background: #5c5c5c;
}

.last_icon {
	padding: 30px 0
}

.finished,.reissue {
	display: inline-block;
	background-color: #ffe640;
	position: relative;
	color: #000;
	text-decoration: none;
	font-size: 110%;
	padding: 10px 35px;
	border-radius: 50px;
	border: none;
}

.finished::after,.reissue::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 5px transparent;
	border-left: solid 7px #000000;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

.finished:hover,.reissue:hover {
	background: #009688;
	color: #fff;
}

.album > div > a{
    display: block;
    border: 1px solid rgba(0,0,0,.125);
    height: 100%;
    text-decoration: none;
}

.album > div a:hover {
    border: 1px solid #009688;
}

.album > div a:hover .in_content {
    color: #009688;
}

.album .box {
    padding-top: 75%;
    background-color: #e7e7e7;
    position: relative;
    overflow: hidden;
}

.album .box img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    transition: all 200ms ease-out 0s;
}

.album > div {
    padding: 5px;
}

.album img {
	/* width: 100%; */
	/* background-color: rgba(255, 255, 255, 0.502); */
	/* box-shadow: 0px 1px 8px 0px rgba(4, 0, 0, 0.25); */
	/* padding: 5px; */
}

.album .in_content {
	padding: 10px;
	
	
	/*1025*/
}

.album_pic {
	padding: 0 15%;
}

.remarks {
	padding-top: 40px;
}

.more {
	display: inline-block;
}

.more a {
    display: inline-block;
    background-color: #ffe640;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 50px;
}

ol.brown_font a:hover {
	text-decoration: underline;
	color: #9f8d64;
}

.brown_font,
ol.brown_font a {
	color: #1b838d;
}

ol.brown_font>li {
	padding-bottom: 20px;
}

ol.brown_font>li>a {
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
}

ol.brown_font div a {
	color: #474747;
	display: block;
	text-decoration: none;
}

.radio_list {
	padding-bottom: 40px !important;
}

.radio_list {
	padding: 0;
	margin: 0;
	list-style: none
}

.radio_list li:first-of-type {
	border-top: 1px solid #bab9b9;
}

.radio_list li {
	border-bottom: 1px solid #bab9b9;
	padding: 10px 25px;
	position: relative;
}

.radio_list li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 7px #009688;
    left: 10px;
    top: 27px;
    transform: translate(0, -50%);
}

.radio_list li div {
	display: inline-block
}

.radio_list li .radio_title {
	display: block;
	color: #1b838d;
}

input[type=radio]:not(old) {
	width: 17px;
	margin: 0 -8px 0 0;
	opacity: 0;
	height: 17px;
}

input[type=radio]:not(old)+label {
	display: inline-block;
	margin-left: -10px;
	padding-left: 22px;
	background: url(../images/home/radio.png) no-repeat center left;
	margin-right: 20px;
	margin-bottom: 0;
}

input[type=radio]:not(old):checked+label {
	background: url(../images/home/radio_c.png) no-repeat center left;
}

input[type=checkbox]:not(old) {
	margin: 0 -10px 0 0;
	opacity: 0;
	width: 19px;
	height: 17px;
}

input[type=checkbox]:not(old)+label {
	display: inline-block;
	margin-left: -10px;
	padding-left: 22px;
	background: url(../images/home/check.png) no-repeat center left;
	margin-right: 20px;
	margin-bottom: 0;
}

input[type=checkbox]:not(old):checked+label {
	background: url(../images/home/check_c.png) no-repeat center left;
}

.small_title {
	font-size: 20px;
	padding-bottom: 20px;
}

ul.ul_url {
	background-image: url(../images/generic_earth.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	line-height: 1.5em;
}

.download .qa_content ul,
ul.download {
	padding: 5px 0 10px;
	list-style-type: none;
}

.download .qa_content ul img,
ul.download img,
.annex ul img {
	padding-right: 10px;
	padding-bottom: 0;
	vertical-align: text-bottom;
}

.download .qa_content ul a,
ul.download a {
	color: #000;
	text-decoration: none;
}

.download .qa_content ul a:hover {
    color: #0f8378;
    text-decoration: underline;
}

.date_input .glyphicon-calendar:before {
	content: "　　";
}

.date_input .glyphicon-calendar {
	background: url(../images/home/date.png) no-repeat center;
	width: 100%;
	height: 100%;
	display: block;
}

.date_input .input-group-addon {
	padding: 6px 12px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #4e9b95;
	border: none;
	border-radius: 0;
	cursor: pointer
}

.date_input .form-control {
	/* background-color: #e3e3e3; */
	opacity: 1;
}

.date_input .form-control {
	/* border: none; */
	border-radius: 0;
	cursor: pointer;
	padding: 10px;
}

.search_area .col-sm-3,
.search_area .col-md-12,
.search_area .col-sm-2 {
	padding: 0;
}

.to {
	margin-top: 0;
	height: 30px;
	float: left;
	position: relative;
	padding: 0 3px;
}

.search_area select {
	background: #ffffff;
	/* margin: 0 10px; */
	width: 100%;
	padding: 10px;
}

.search_area.select_area select {
	margin: 0;
}

.select_area .date_input {
	padding-bottom: 20px
}

.click_on {
	color: #000 !important;
	padding-left: 20px;
	font-size: 14px;
}


.map_pic {
	margin-bottom: 20px;
}

.map_pic img {
	width: 100%;
}

.text_list .unit {
	padding-left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: none;
}

.rwd-table {
	background: #fff;
	overflow: hidden;
}

.rwd-table tr {
	border-bottom: 1px solid #adadad;
}

.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: 7.5em;
	display: inline-block;
}

.rwd-table th,
.rwd-table td {
	vertical-align: text-top;
}

.rwd-table tr:nth-of-type(2n) {
	background: #efefef;
}

.rwd-table th,
.rwd-table td:before {
	color: #fff;
	font-weight: bold;
	background: #4d9fa6;
	padding: 0 5px;
	margin-right: 10px;
}

.rwd-table th:first-of-type {
	background: #4d9fa6 url(../images/list_title_l.png) no-repeat center left;
}

.rwd-table th:last-of-type {
	background: #4d9fa6 url(../images/list_title_r.png) no-repeat center right;
}

.rwd-table tr td:first-child {
	background: url(../images/text_list.png) no-repeat 10px 18px;
	color: #907d53;
	padding-left: 20px;
}

.rwd-table tr td:nth-child(2),
.rwd-table tr td:nth-child(3),
.rwd-table a {
	color: #907d53;
}

/*^home*/


/*分頁*/
.more_pagination {
	pointer-events: none;
	cursor: default;
}

.more_pagination a {
	padding: 6px 0;
}

.more_pagination a {
	border: none !important
}

.pagination>span {
	color: #999999;
	padding-left: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 1;
	color: #000;
	cursor: default;
	background-color: #ffeb3b;
	border-color: #ffeb3b;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin: 0 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	background-color: #e5e5e5;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination {
	margin: 10px 0 20px;
	display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:center;
justify-content:center;
-webkit-align-items:center;
align-items:center;
}

.pagination li {
    padding: 5px;
}

/*分頁*/


/*右側選單*/
.right_menu,
.right_menu a {
	color: #303030;
}

.right_menu .qa_title {
	color: #303030;
	background: none
}

.right_menu>#qaContent>.accordionPart>li {
	border-bottom: 1px solid #adadad;
}

.right_menu #qaContent ul,
.right_menu #qaContent li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left
}

.right_menu #qaContent ul li li {
	line-height: 35px;
	font-size: 16px;
	padding-left: 20px;
}

/*右側選單*/


/*控制項*/
input[type="text"],
select {
	border: 1px solid #b7cfcd;
	padding: 5px;
}

textarea {
	border: 1px solid #b7cfcd;
	width: 100%;
	min-height: 100px;
	padding: 5px;
}

/*控制項*/

/*map*/
.mapBox_image_mouseover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000000001;
}

/*map*/


/*首長簡介*/

.supervisor_pic {
	text-align: center;
}

.supervisor_pic img {
	width: 100%;
}

.education_list li {
	border-bottom: 1px solid #bab9b9;
	background: url(../images/text_list.png) no-repeat 10px center;
	padding: 10px 25px;
}

.education_list li .job {
	width: 82%;
	display: inline-block
}

.education_list li .period {
	width: 17%;
	font-size: 18px;
	margin-left: 1%;
	display: inline-block
}

.education_box .list_title {
	margin-top: 25px;
	margin-bottom: 10px;
}

.education_box ul {
    padding: 0 15px;
}

.education_box .nodate.text_list li {
    padding: 15px 0px 15px 30px;
}

.education_box .nodate.text_list li::before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 7px #009688;
    left: 15px;
    top: 21px;
}

.education_name {
	color: #4e9b95;
	font-weight: bold;
	font-size: 20px;
}

.education_title {
	margin-top: 10px
}

.education_title hr {
	margin: 10px 0
}
@media (min-width: 767px) {
.minister .left{width: 100%;max-width: 350px;}
}
/*首長簡介*/


@media (max-width: 1000px) {
	#mwt_mwt_slider_scroll .heading {
		display: inherit;
	}

	#mwt_mwt_slider_scroll img {
		max-width: 50px
	}

	#mwt_mwt_slider_scroll .mw_a a {
		font-size: 12px;
	}

	#mwt_mwt_slider_scroll {
		width: 130px;
	}

	.rwd-table tr td:first-child {
		background: none;
		color: #907d53;
		padding-left: 0px;
	}
}

@media (max-width: 1200px) {
	.select_area .date_input {
		margin-bottom: 30px;
	}
}

@media (max-width: 1199px) {

	.theme-banner .col-md-2,
	.link-banner .col-md-2 {
		padding: 0;
	}

	.tab-handler {
		padding: 0 15px !important;
		font-size: 21px !important;
	}
}

@media (min-width: 992px) {
	.banner {
    height: 210px;
}
}

@media (max-width: 992px) {
	.top-link {
		text-align: left;
	}

	.search>form {
		float: left;
		max-width: 100%;
	}

	main>.bg-banner>.container {
		float: left;
		width: 100%;
		padding: 0;
	}

	.video {
		position: static;
		height: auto;
		margin: 30px 0;
	}

	.service {
		margin-top: 45px;
	}

	.nav-tabs>li {
		/* width: 100%; */
		text-align: center;
	}

	.hot-activity>.container>article {
		width: 100%;
	}

	#tool-carousel-pc {
		display: none;
	}

	#tool-carousel-mobile {
		display: block;
	}

	.hot-tool .carousel-inner {
		width: 100%;
	}

	.hot-tool .carousel-indicators {
		bottom: -36.5px;
	}

	.theme-banner,
	.link-banner,
	.fat-footer {
		display: none;
	}

	.footer-info>.footer-info-2 .col-md-4>.info-3 {
		float: left;
	}

	.hot-policy {
		width: 65px;
		padding: 0 6.5px;
	}

	.hot-policy>.heading,
	.hot-policy>a>span {
		display: none;
	}

	.hot-policy>a:nth-child(2) {
		margin-top: 7.5px;
	}

	.affix-mobile {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow-x: hidden;
		overflow-y: auto;
		margin-top: -1px;
		padding-top: 60px;
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 2;
	}

	.affix-main {
		margin-top: 19px;
	}

	.affix-body {
		overflow: hidden;
	}

	.home_right {
		padding-left: 15px;
	}

	.top-link .fontsize {
		display: none !important;
	}

	.supervisor_pic {
		margin-bottom: 20px;
	}

	header {
		position: fixed;
		background: #fff;
		display: block;
		width: 100%;
		z-index: 2;
		top: 0;
		left: 0;
		margin: 0;
	}

	.banner {
		margin-top: 70px;
		height: 140px;
	}
	.banner {
}
	.fast-link {
		font-size: 1.25em;
	}

	.fast-link li {
		width: 100%;
	}

	.fast-link a {
		border-bottom: 2px solid #117c72;
	}

	header>.container>.row>.col-sm-6:last-child {
		width: 100%;
	}

	.search>form>input[type="text"] {
		float: left;
		width: calc(100% - 55px);
	}

	.search>form>input[type="submit"] {
		position: relative;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.marquee .modal-dialog {
		margin: 150px auto;
	}

	.rwd-table td:before {
		display: none;
	}

	.rwd-table th,
	.rwd-table td {
		display: table-cell;
		padding: 0.25em 0.5em;
	}

	.rwd-table th,
	.rwd-table td {
		padding: 5px;
	}

	.rwd-table th {
		text-align: center
	}

	.rwd-table tr td:first-child {
		text-align: center
	}

	.rwd-table tr td:nth-child(2),
	.rwd-table tr td:nth-child(3),
	.rwd-table a {
		text-align: center
	}

	.rwd-table tr:nth-of-type(2n) {
		background: #fff;
	}
}

@media (max-width: 480px) {
	.logo>h1 {
		margin-right: 40px;
	}

	.news>article {
		width: 100%;
		margin-bottom: 23px;
	}

	.footer-info>.footer-info-1>.container {
		text-align: left;
	}

	.hot-policy {
		width: 50px;
	}
}


.mapBox {
	background-image: url(../images/mapBox_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	margin-bottom: 10px;

}

.mapBox_intro {
	color: #8C8275;
	padding: 0 0 3px 0;
}

.mapBox_image {
	float: left;
	height: 232px;
	width: 440px;
	position: relative;
}

.mapBox_image_usemap {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 232px;
	width: 440px;
	z-index: 1000000002;
}

.mapBox_image_selected {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000000000;
}

.mapBox_image_mouseover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000000001;
}

.mapBox_country {
	float: right;
	width: 465px;
	padding: 8px;
}

#picdiv {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}

.map_bg {
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0
}

#amap {
	width: 100%;
}

.map_area {
	position: relative
}

.map_img {
	width: 100%;
	margin: 0;
}

/****tab***/
.tab_box .nav-tabs {
  border: none;
}

.tab_box .tab-content {
  padding: 10px 0 0 0;
}

.tab_box .nav-tabs .nav-link {
  border-radius: 50px;
  border: gainsboro;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 125%;
}

.tab_box .nav-tabs .nav-item.show .nav-link,
.tab_box .nav-tabs .nav-link.active {
  background-color: #1b838d;
  color: #fff;
  position: relative;
}


.tab_box .nav-tabs .nav-link:focus,
.tab_box .nav-tabs .nav-link:hover {
  background-color: #1b838d;
  color: #fff;
}

.tab_box .nav-tabs li {
  padding: 5px;
}

.nodate.text_list li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 7px #009688;
    left: 15px;
    top: 21px;
}
@media screen and (min-width: 767px) {

  .tab_box .nav-tabs .nav-item.show .nav-link::after,
  .tab_box .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-top: solid 15px #1b838d;
    left: 50%;
    bottom: -23px;
    transform: translate(-50%, 0);
  }
}
/*
.tab-wrapper {
	position: relative;
	width: 100%;
	height: 60px;
	background: #f7f3ea url(../images/tab-wrapper-bg.jpg) repeat-x left bottom;

}

.tab-wrapper input[type=radio]:not(old)+label {
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
	font-weight: 700;
}

.tab-wrapper input[type=radio]:not(old):checked+label,
.tab-wrapper input[type=radio]:not(old)+label {
	background-image: none;
}

.tab-wrapper .tab-radio {
	display: none;
}

.tab-wrapper label.tab-handler a,
.tab-wrapper label.tab-handler a:hover {
	color: #5c5c5c;
	text-decoration: none;
	display: block;
}

.tab-handler {
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	height: 60px;
	padding: 0 20px;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	transition: .3s;
	font-weight: normal;
}

.tab-radio:checked+.tab-handler {
	color: #ad7c42;
	background: #fff url(../images/menu_top.jpg) repeat-x center top !important;
}

.tab-radio:checked+.tab-handler a {
	color: #ad7c42;
}

.tab-radio:checked+.tab-handler+.tab-content {
	visibility: visible;
	opacity: 1;
	display: block;
}

.tab-wrapper .tab-content {
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 0;
	color: #999;
	font-size: 14px;
	line-height: 1.618em;
	display: none;
	opacity: 0;
	transition: transform .5s, opacity .7s;
	transform: translateY(20px);
	width: 100%;
}

*/
/****tab***/


/********pic********/
.pic_list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}


.pic_list li {
	padding: 10px;
}

.pic_list li p {
    padding: 5px;
    margin: 0;
    line-height: normal;
    font-size: 95%;
}

.pic_list li .date {
    font-size: 85%;
    letter-spacing: 0;
    color: #009688;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.pic_list li a {
    color: #000;
    text-decoration: none;
    display: block;
    border: 1px #ddd solid;
    height: 100%;
    position: relative;
    padding: 0 0 25px 0;
}

.pic_list li a:hover {
    border: 1px #009688 solid;
}

.pic_list li .box {
    background-color: #e7e7e7;
    position: relative;
    overflow: hidden;
}




@media (min-width: 480px) {
.pic_list li .box {
    padding-top: 45%;
}


.pic_list li .box img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    transition: all 200ms ease-out 0s;
}
}
@media (max-width: 480px) {
	.pic_list li{
    width: 100%;
}
	.pic_list li .box img {
    width: 100%;
}
}
/********end pic********/


/*email*/
.email_box {
	display: inline-block;
}

.email_box table tr td {
	padding: 5px 0;
}

/*end email*/


/*message*/
.bg-message {
	background: #efe9db;
	float: left;
	width: 100%;
	padding: 30px 0
}

#activity-banner.activity-banner2 {
	margin-top: 0;
	border: 1px solid #d9d3c4;
}

.bg-list {
	float: left;
	width: 100%;
	padding: 30px 0;
}

/*message*/

/*object-fit*/
.img-container {
	width: 100%;
}

.img-container .featured-image {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.custom-object-fit {
	position: relative;
	background-size: cover !important;
	background-position: top center !important;
}

.custom-object-fit img {
	opacity: 0;
}

.plus_open {
	border: 1px solid #ccc;
	padding: 0px 5px;
	display: inline-block;
	margin-left: 5px;
}
/*海外服務據點*/
.tab_title {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.tab_title li {
    width: 100%;
    padding: 1px;
}

.tab_title li a {
    text-align: center;
    display: block;
    background-color: #e7e7e7;
    padding: 10px;
    color: #000;
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab_title li a:hover {
    background-color: #ffeb3b;
}

.tab_title li.active a {
    background-color: #087071;
    color: #fff;
    font-weight: bold;
}
.abroad .tab_content{padding: 0 1px 30px 1px;margin: -1px 0 0 0;}
.abroad .tab_content ul {
    padding: 10px;
    margin: 0;
    list-style-type: none;
    position: relative;
    background-color: #009688;
    border-top: 5px #087071 solid;
}

.abroad .tab_content ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: solid 10px transparent;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 17px #009688;
    left: 50%;
    bottom: -39px;
    transform: translate(0, -50%);
}

.abroad .tab_content ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.abroad .tab_content ul li a {
    padding: 3px 7px 3px 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}

.abroad .tab_content ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 7px #ffffff;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

.abroad .tab_content ul li a:hover {
    background-color: #087071;
}
.abroad .h_search{
    margin: 0;
    min-width: 200px;
}
/*舊風琴*/
.h_content .accordion#accordionExample .card {
    border: none;
    margin: 0 0 5px 0;
}

.h_content .accordion#accordionExample .card:first-child-child {
    border-top: none;
}

.h_content .accordion#accordionExample .card-header {padding: 0;border-bottom: none;}

.h_content .accordion#accordionExample .card-header ul li {}

.h_content .accordion#accordionExample .collapse .card-body, .h_content .accordion#accordionExample .collapsing .card-body {
    padding: 5px 0;
}

.h_content .accordion#accordionExample .card-header .btn {
    text-decoration: none;
    width: 100%;
    text-align: left;
}

.h_content .accordion#accordionExample .card-header .btn li {
    border: none;
    font-size: 90%;
}

.h_content .accordion#accordionExample .collapse .card .card-header,.h_content .accordion#accordionExample .collapsing .card .card-header {
    background-color: transparent;
    border-bottom: 1px #e7e7e7 solid;
}

.h_content .accordion#accordionExample {
    padding: 0 10px;
}