@charset "UTF-8";



* {
	padding: 0;
	margin: 0;
}

a {
	color: #495373;
	text-decoration: none;
}

strong {
	font-size: 120%;
	text-decoration: underline;
	font-weight: bolder;
}

p {
	text-indent: 2em;
	line-height: 2em;
}

#header {
	background-image: url(../img/head_bk1.png?v=100001);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #D1E8CA;
}

body {
	background: linear-gradient(90deg, #8cbc92 100%, #4FDBBF 70%);
	background: -moz-linear-gradient(90deg, #8cbc92 100%, #4FDBBF 70%);
	background: -webkit-linear-gradient(90deg, #8cbc92 100%, #4FDBBF 70%);
	background: -o-linear-gradient(90deg, #8cbc92 100%, #4FDBBF 70%);
	width: 100%;
	height: 100%;
	padding: 0 0;
	font-family: Verdana, TimesNewRoman, "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU;
	/*font-size: 14px;*/
}

#container {
	background: #fff;
	overflow: hidden;
	width: 90%;
	min-width: 970px;
	max-width: 1150px;
	margin: 0 auto;
	/* font-size: 20px; */
}

#sideBar {
	/*wudongrui background: url('../img/pattern-2.png?v=100001') repeat-y; */
	background-color: #387557; /*wudongrui #7dad90*/
	border-color: #6596a8;
	height: 100%;
	width: 250px;
	float: left;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}

#sideBar ul li {
	width: 80%;
	margin: 10px 0;
	list-style-type: none;
	width: 275px;
	vertical-align: middle;
	cursor: pointer;
}

/* 默認選中當前頁面所在菜單 */
#sideBar ul>li.selectedItem  a {
	background-color: #f9a35d;
	/*wudongrui
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 1) 25%,
		rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.34) 50%,
		rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%,
		rgba(255, 255, 255, 0.34) 75%);
		*/
	background: linear-gradient(#f9a35d 30%, #f9a35d 30%);
	background-size: 2rem 2rem;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease-out;
	/* -moz-box-shadow: 2px 1px 1px #333333;
	-webkit-box-shadow: 2px 1px 1px #333333;
	box-shadow: 2px 1px 1px #333333; */
	/*wudongrui font-weight: bold;*/
	/*min-height: 32px;*/
	/*wudongrui font-size: 22px; */
	/* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
	vertical-align: middle;
}

#sideBar ul>li.item:hover a {
	background-color: #f9a35d;
	/*wudongrui
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 1) 25%,
		rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.34) 50%,
		rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%,
		rgba(255, 255, 255, 0.34) 75%);
		*/
	background: linear-gradient(#f9a35d 30%, #f9a35d 30%);
	background-size: 2rem 2rem;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease-out;
	/*-moz-box-shadow: 2px 1px 1px #333333;
	-webkit-box-shadow: 2px 1px 1px #333333;
	box-shadow: 2px 1px 1px #333333;*/
	/*min-height: 32px;*/
	/* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
	vertical-align: middle;
}

#sideBar ul li.item:hover span {
	transition-duration: 200ms;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	left: 30px;
	vertical-align: middle;
}

#sideBar ul li.sideBarChildList a {
	width: 58%;
}

#sideBar ul li a {
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 0;
	display: inline-block;
	font-size: 1rem;
	color: #fff;
	padding: 6px 0 6px 10px;
	width: 78%;
	border: 1px solid #fff;
	background-color: #387557;
	background: linear-gradient(#387557 30%, #387557 30%);
	background-size: 100% 7px;
	/* box-shadow: -2px 1px 1px #333333; */
	border-radius: 5px;
	/*min-height: 32px;*/
	text-decoration: none;
	vertical-align: middle;
}

#sideBar ul li span {
	
	position: relative;
	left: 30px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/icon-menu1.png?v=100001") no-repeat;
	background-position: 50% 50%;
	vertical-align: middle;
	
}

#main-content {
	padding: 15px;
	background-color: #fff;
	height: auto!important;
	height: 650px;
	min-height: 650px;
}

.main-content p {
	margin: 1rem 0;
	text-align: justify;
}

ul.suggestionNav {
	overflow: hidden;
	border-bottom: 3px solid #2aa3a3;
	font-size: 1.1rem;
}

.suggestionNav li {
	font-weight: bold;
	height: 2.1rem;
	line-height: 2.1rem;
	list-style-type: none;
	background-color: #edc5c5;
	color: #CCC;
	float: left;
	max-width: fit-content;
	min-width: 24.8%;
	text-align: center;
	border-radius: 10px 10px 0 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding: 0 10px 0 10px;
}

#suggestionNavPT li:hover {
	background-color: #548891;
	cursor: text;
}

.suggestionNav li:hover {
	background-color: #548891;
	cursor: text;
}

.suggestionNav li:hover a {
	color: #fff
}

.suggestionNav li.selected {
	background-color: #6D9288;
}

#suggestionNavPT li.selected {
	background-color: #6D9288;
}

.suggestionNav li.selected a {
	color: #fff
}

.suggestionNav li a {
	text-decoration: none;
	color: #fff;
}

.suggestionContent {
	padding: 2rem;
}

#phoneTitlePT {
	display: none;
}

#phoneTitleTW {
	display: none;
}

#main {
	width: calc(100% - 250px);
	float: left;
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}

#footer {
	padding: 15px;
}

#footer-2 {
	margin-right: 1rem;
	margin-left: 1rem;
	padding: 0.1rem;
	text-align: center;
	line-height: 1.8em;
	color: #333333;
	background-color: #6f9660;
	font-size: 0.7rem;
}

.foot-pc-tip{
	line-height: 1.5rem
}

#main #banner2 {
	display: none;
}

#main #banner1 {
	display: block;
}

#sideBar2 {
	display: none;
}

.main-content-body {
	font-size: 0.9rem;
	line-height: 2rem;
	padding: 1rem;
	overflow: hidden;
	background-color: #FFF;
}

.list_title {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #4a7343;
	/* text-shadow: 2px 3px 2px #dbe8f9; */
	letter-spacing: 1px;
	line-height: 32px;
	cursor: pointer;
	padding: 0 1rem;
}

.news_title {
	display:flex
}

.news_title .news_title_date{
	width: auto;
	margin-right: 30px;
}

.news_title .news_title_content{
	flex:1;
}

.ptUl > li  a {
	
}

/* #iframe {
	width: 90%;
} */


/**
自適應
 */
@media screen and (max-width: 768px) {
	
	.sub-box .text {
		padding: 5px;
	}
	ul.suggestionNav {
		display: none;
	}
	.suggestionContent {
		padding: 0;
	}
	.main-content-body {
		padding: 0 15px;
	}
	#main-content article ul li, #main-content article ol li {
		margin-left: 0rem !important;
	}
	#sideBar {
		display: none;
	}
	#sideBar2 {
		display: block;
	}
	.mobile-nav ul li {
		display: block;
	}
	#container {
		min-width: auto;
		width: 100%;
	}
	#main {
		width: 100%
	}
	#main #banner1 {
		display: none;
	}
	#main #banner2 {
		display: block;
	}
	.mobile-nav .sub-item-284{
		display: block;
	}
	.foot-pc-tip{
		display: none;
	}
	#main-content {
        padding: 0;
	}

	#phoneTitlePT {
		display: block;
		
	}

	#phoneTitleTW {
		display: block;
		
	}

	#phoneTitlePT> h2 {
		font-size: 1.1rem;
	}

	#sugBut {
		text-align: center;
		width: auto;
	}

	#signUp {
		width: 80px;
	}

	#zxbmfloatminwid {
		width: 80px;
	}

	#content-text {
		padding: 5px;
	}

	#PTTitle {
		font-size: 1.1rem !important;
	}

	table > tbody > tr > td {
		vertical-align: top;
	}
	
	#footer {
		padding: 1rem 0 1rem 0;
	}

	/* #iframe {
		width: 90%;
	} */
	/* #sideBar2 .coll-doc a {
		display: none;
	} */
}

#content-text {
	font-size: 0.8rem !important;
}

.hide {
	display: none;
}

.sideBar2 .d2 {
	background-color: #8cbc92;
	padding: 1px 10px;
	height: 40px;
	line-height: 40px;
	position: static;
}

.coll-doc {
	font-size: 0.7rem;
	color: #004BFF;
	background-color: #387557;
	text-align: right;
	padding: 1px 10px;
}

.coll-doc a {
	cursor: pointer;
	color: #fff;
}

.coll-doc a:hover {
	background: #5b8cab;
	font-weight: bold;
	color: #e9f0f5;
}

.mobile-nav {
	padding: 5px 10px;
	font-size: 0.9rem;
	background: #387557;
	color: #fff;
	position: absolute;
	text-align: left;
	z-index: 100;
	width: 50%;
}

.mobile-nav ul {
	list-style-type: none;
}

.mobile-nav li li {
	margin-left: 20px;
}

.mobile-nav li a {
	margin: 2px 0;
	padding: 0 5px;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.mobile-nav li a:hover {
	background: #ccc;
	color: black;
}

.d2-left .icon {
	background: #f0f9fa;
}

.icon {
	float: left;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-left: 5px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 0.8rem;
	/* 	color: #2657A4; */
	cursor: pointer;
}

.d2-right {
	float: right;
}

.d2-left {
	float: left;
}

.d2-right .icon {
	background: #fff;
	font-weight: normal;
	font-style: italic;
	margin-left: 3px;
}

.icon img {
	width: 30px;
}

.d2-right .icon:hover {
	background: #6A8372;
	color: #fff;
}

#sideBar li.sub-menu li {
	padding-left: 23px;
	width: 246px;
}

.nor-menu {
	border-color: #6596a8;
	padding-top: 20px
}

.sideBarLogo {
	height: 200px;
	background: url('../img/logo.png?v=100001') 50% 50% no-repeat;
	background-color: #fff !important;
}

.sideBar .nor-coll-doc {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}

.sideBar .nor-coll-doc a {
	color: #fff;
	font-size: 0.7rem;
	text-decoration: underline;
	font-weight: bold;
}

.lang {
	margin-bottom: 20px;
}

.lang .lang-btn {
	display: block;
	width: 50%;
	height: 22px;
	line-height: 22px;
	font-size: 0.7rem;
	background: linear-gradient(to bottom, #61a2c2 0%, #487b94 100%);
	color: #fff;
	text-decoration: underline;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.lang .lang-btn:hover {
	background: linear-gradient(to top, #61a2c2 0%, #487b94 100%);
	font-weight: bold;
}

.icon-scope {
	width: 80%;
	margin: 10px auto;
	text-align: center;
	position: relative;
	float: clear;
	padding-left: 35px;
}

.icon-scope .icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	padding: 5px;
	margin-left: 2px;
	font-weight: normal;
	font-style: italic;
}

.icon-scope .icon:hover {
	color: #FFF;
	background-color: #6A8372;
}

.icon-scope .icon img {
	width: 30px;
	height: 30px;
}

/* 手機標題 */
.title {
	border-bottom: 3px solid #2c6e44;
	padding-bottom: 0;
}

.title h2 {
	margin-top: 8px;
	padding: 0.1rem 0.5rem;
	background-color: #2c6e44;
	width: fit-content;
	color: #fff;
	margin-left: 0;
	font-size: 1rem;
	border-radius: 10px 10px 0 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* new */
.date-span {
	/*background-color: #FBF046;*/
	line-height: 1rem;
	color: #387557;
	padding: 0 0;
	margin: 1rem 0 0 0;
	display: block;
	width: fit-content;
	font-size: 0.8rem;
}

.colorBox {
	font-size: 1rem;
	line-height: 140%;
	margin-top: 20px;
}

.trelBox {
	border-radius: 20px;
	margin-right: 5px;
	margin-left: 5px;
	border: 3px solid #50b0d6;
}

h1 {
	font-size: 1.1rem;
}

h2 {
	font-size: 1.3rem;
}

html {
	font-size: 22px;
}
