/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	font-size: 100%;
}
body {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.6em;
	font-size: 1em;
}
img {
	max-width: 100%;
}
tr, th, td {
	padding: 5px;
	border: 1 solid inherit;
	vertical-align: middle;
}
a {
	color: #94846b;
	text-decoration: none;
}
a:hover,  a:focus {
	color: #0c0c0e;
	text-decoration: none;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 25px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-size: 22px;
}
.row{
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap; 
}
.row [class*="col-"]{
 display: flex;
  flex-direction: column;
}

/*回到置頂*/
#scrollUp {
	bottom: 25px;
	right: 25px;
	background: #555;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 15px 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}

#scrollUp:hover {
	background: #94846b;
}

/*頁面*/
#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	word-wrap: break-word;
}

article {
	width: 100%;
	padding: 0.5% 1.2%;
	min-height: 300px;
}
.banner {
	display: block;
	margin-bottom: 1.5%;

}
.banner img{
	text-align:center;
	margin:0 auto;
}



/*header+nav*/
header {
  position: relative;
  transition: all .3s ease;
}
header .top {
	height: 140px;
	transition: all .3s ease;
	background-color: #0c0c0e;margin:0px ; overflow: hidden!important;
}

header .top.scrolled {
  height: 55px;
}
header .top.scrolled .logo {
  margin: 0 0.5%;

}
header .top.scrolled .right-wrapper {
  margin: 8px 5% 0 5%;
}
header .top .logo img{
  margin-right: 0;
  transition: all .3s ease;
  width:100%;
  max-width: 600px;
}
header .top .right-wrapper {
  height: 40px;
  float: right;
  margin: 50px 1.5%;
  transition: all .3s ease;
}
header .top .right-wrapper .app-name-wrapper  a{
  display: inline-block;
  vertical-align: top;
  height: 40px;
  margin:0 5px;
}
header .top .right-wrapper .app-name-wrapper i {
	margin: 8px 2px 8px 0;
	color: #0c0c0e;
	background-color: #FFF;
	padding: 5px;line-height: 20px;
	font-size: 20px;border-radius: 20px;
}
header .top .right-wrapper .app-name-wrapper .app-name{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  margin: 11.5px 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

header .top .right-wrapper .app-name-wrapper .app-name:hover{
	color: #990000;
}

header .top .right-wrapper .profile-pic {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin: 0 32px;
}
header .top .right-wrapper .profile-pic .picture {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
header .top .right-wrapper .profile-pic .picture:hover + .profile-name {
  opacity: 1;
  transform: translate(0, 0);
}
header .top .right-wrapper .profile-pic .profile-name {
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  transform: translate(0, -15px);
  background-color: white;
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right;
  white-space: nowrap;
  padding: 10px 20px 10px 20px;
  border-radius: 15px;
}
header .top .right-wrapper .profile-pic .profile-name::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  position: absolute;
  top: -5px;
  right: 15px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .top .right-wrapper .app-menu {
  vertical-align: top;
  margin: 12px 0;
  cursor: pointer;
}
header .navbar {
  background-color: #0c0c0e;
  position: relative;
  width: 100%;
  height: 70px;
  white-space: nowrap;
  overflow: hidden;
}
header .navbar .navbar-item {
	display: inline-block;
	font-size: 20px;
	padding: 26.5px 14px;
	color: #e5e5e5;
	text-decoration: none;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	
}
header .navbar .navbar-item:hover {
  color: #fff;
}
header .navbar .navbar-item:first-child {
  padding-left: calc(5% + 5px);
}
header .navbar .navbar-item.active {
  color: #94846b;
}
header .navbar .hamburger-menu {
  display: none;
  margin-top: 28px;
  margin-left: calc(5% + 5px);
  cursor: pointer;
}
header .navbar .hamburger-menu:hover line {
  stroke: #333;
}
header .navbar .hamburger-menu line {
  fill: none;
  stroke: #7d7d7d;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}
header .navbar .search-wrapper {
  position: absolute;
  top: 0;
  right: calc(5% - 20px);
  padding: 16px 20px;
}
header .navbar .search-wrapper .search-input {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	border: none;
	background-color: #eeeeee;
	color: #3e3e3e;
	width: 280px;
	border-radius: 30px;
	padding: 10px 18px 10px 18px;
	font-size: 16px;
	transition: width .3s ease;
}
header .navbar .search-wrapper .search-input:focus {
  outline: none;
  background-color: #fff;
}
header .navbar .search-wrapper .search-input::-webkit-input-placeholder {
  letter-spacing: 1.5px;
}
header .navbar .search-wrapper .search-input::-moz-placeholder {
  letter-spacing: 1.5px;
}
header .navbar .search-wrapper .search-input:-ms-input-placeholder {
  letter-spacing: 1.5px;
}
header .navbar .search-wrapper .search-icon {
  position: absolute;
  top: 28px;
  right: calc(5% + 18px);
  cursor: pointer;
}
header .navbar .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  width: 300px;

  transition: all .3s ease;background-color: #0c0c0e;
  z-index:5;
}
header .navbar .sidebar.active {
  left: 0;
  box-shadow: -11px 0 20px 10px gray;
}
header .navbar .sidebar .hamburger-menu {
  position: absolute;
  left: 250px;
  top: 25px;
  display: block;
  cursor: pointer;
}
header .navbar .sidebar .hamburger-menu line {
  fill: none;
  stroke: #3e3e3e;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
header .navbar.first-breakpoint .search-input {
  width: 0px;
  height: 35px;
  transition: width .3s ease;
}
header .navbar.first-breakpoint .search-input:focus {
  width: 250px;
}
header .navbar.first-breakpoint .search-input::-webkit-input-placeholder {
  visibility: hidden;
}
header .navbar.first-breakpoint .search-icon {
  right: calc(5% + 28px);
}
header .navbar.second-breakpoint .hamburger-menu {
  display: block;
}
header .navbar.second-breakpoint .navbar-item-wrapper {
  position: fixed;
  left: -300px;
  top: 50px;
  transition: all .3s ease;
}
header .navbar.second-breakpoint .navbar-item-wrapper.active {
  left: 0;
  z-index: 10;
}
header .navbar.second-breakpoint .navbar-item-wrapper .navbar-item {
  display: block;
  padding: 10px 25px;
}
header .navbar.second-breakpoint .sidebar .close-sidebar.hamburger-menu {
  position: absolute;
  top: 20px;
  left: 250px;
  margin: 0;
  opacity: 0.6;
}
header .navbar.second-breakpoint .sidebar .close-sidebar.hamburger-menu:hover {
  opacity: 1;
}
header .navbar.second-breakpoint .sidebar .close-sidebar.hamburger-menu line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
}



/*首頁資訊*/
.index_info{
	width: 100%;
	margin:0 auto;
	padding: 2% 1.5%;
	
}

.index_info section{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;

	}

.index_info_title{
	font-size: 2.2em;
	line-height: 1.4em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	margin-bottom:12px;
	text-align:center;
}
.index_info_title a{
	color: #94846b;
}
.index_info_title a:hover{color: #55452c;

}
.index_info_item {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding:6% 3.5%;
	border: 1px solid #d7cfb5;
}
.index_info_item:hover {
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-o-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	transition: 0.4s;
	border: 1px solid #94846b;
}
.index_info_item .date {
	width: 100%;
	padding: 5px 0.5%;
	display: block;
	float: left;
	text-align: left;
	margin-top: 15px;
	font-size: 18px;
	color: #94846b;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.index_info_item_img {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.index_info_item img {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}
.index_info_item_title {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6bb96;
}
.index_info_item_title a {
	display: block;
	font-size: 1.3em;
	color: #1b1b1b;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	text-decoration: none;
	line-height: 1.4em;
}
.index_info_item_title a:hover {
	color: #55452c;
	text-decoration: none;
}
.index_info_item section{
	color: #94846b;
	font-size: 1em;
	line-height: 1.6em;
	}





footer {
	width: 100%;
	font-size: 1em;
	background-color: #242424;
	color: #707070;
	text-align: center;
	float: left;
	padding: 1% 2%;
	line-height: 1.5em;
}
footer a {
	color: #707070;
	text-decoration: none;
}
footer a:hover {
	color: #707070;
	text-decoration: underline;
}

footer ul{
	width:100%;
	display:block;

	padding:5px 5px;	
	margin:5px auto;
	}
footer ul li{
	list-style-type: none;
	display: inline-block;
	padding:0 10px;
	color:#c9c9c9;
	font-size:1em;
	}
	
footer ul li a{
	color: #c9c9c9;
	text-decoration: none;
	}
	
footer ul li a:hover{
	color: #FFF;
	text-decoration: underline;
	}
	
footer ul li span {
	display: inline-block;
}
	
.footer_member{
	background-color: #f4f4f0;	
}

.footer_member span{
	display: block;
	color: #94846b;
	font-size: 35px;
	line-height: 45px;
	margin: 10px auto 20px auto;
	font-weight: bold;
	text-decoration: underline;
}

.footer_member section{
	max-width: 1400px;
	margin: 0 auto;
	padding: 3.5% 5%;
	line-height: 1.6em;
	}
	
.button {
	width:100%;
    background-color: #94846b; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 10px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_member{
    background-color: #94846b; 
}

.button_member:hover {
    background-color: #0c0c0e;
}
	
	


/*內頁*/
.page_banner {
	display: block;
	z-index: 1;
	background-image: url(../images/page_banner.jpg);
	height: 310px;
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #fff100;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fafbf1;
	margin-top: 68px;
}

.page-header {
	margin: 10px 0 10px 0;
}
.page-header h1 {
	font-size: 2.4em;
	color: #94846b;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.2em;
	font-weight: blod;
	text-align:center;
}
.breadcrumb {
	display: table;
	width: 100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #d4af74;
	text-align:center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -20px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li a {
	color: #d4af74;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #d4af74;
}
.breadcrumb > .active a {
	color: #d4af74;

}

/*分頁選單*/
.page_nav {
	margin: 10px auto;
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,  .pagination > li > span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,  .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,  .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,  .pagination > li > span:hover,  .pagination > li > a:focus,  .pagination > li > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}
.pagination > .active > a,  .pagination > .active > span,  .pagination > .active > a:hover,  .pagination > .active > span:hover,  .pagination > .active > a:focus,  .pagination > .active > span:focus {
	z-index: 3;
	color: #434343;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	cursor: default;
}
.container_main {
	padding: 0.5% 2%;
	display: flex;/*父元素加了這個css就可不使用float 即可並排*/
}
.main_all {
	width: 100%;
	padding: 1% 1.5%;
}
.main_all article {
	padding: 0.5% 3%;
	min-height: 300px;line-height: 1.6em;font-size: 18px;
}
.main_all article p, table {
	
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;font-size: 18px;
	
	padding-top: 1%;
	padding-bottom: 1%;
}

.row_margin {
	margin-top: 1%;
	margin-bottom: 1%;
}
.list{
	max-width:1200px;
	width:100%;
	min-height:300px;
	margin:0 auto;}

.list ul li{
	padding:5px 0;}
.list ul li > ul{
	padding:0 0 0 5%;}

.about02_table{
	border-collapse:collapse;
}
.about02_table th{
	text-align: center;
	background-color: #242424;
	font-weight: normal;
	color: #FFF;
	font-size: 20px;
}


.about02_table td{
	text-align:center;padding:10px 0;
}

.about02_table tr:nth-child(even) {
	background-color: #FFF;
}

.about02_table tr:nth-child(odd) {

    background-color: #F3F3F3;

}


/*分頁選單*/
.page_nav_center {
	margin: 10px auto;
	text-align: center;
}

/*內頁分頁按鈕*/
.page_nav {
	margin: 10px auto;
	text-align: center;
}
.pager {
	padding-left: 0;
	margin: 30px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a,  .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid transparent;
	border-radius: 3px;
	background-color: #eeeeee;
	color: #242424;
}
.pager li > a:hover,  .pager li > a:focus {
	text-decoration: none;color: #ffffff;
	background-color: #242424;
}
.pager .next > a,  .pager .next > span {
	float: right;
}
.pager .previous > a,  .pager .previous > span {
	float: left;
}

/*次分類catelist */
.catelist {
	position: relative;
	padding: 0;
	margin: 0 auto 2rem auto;
	z-index: 4;
	display: block;
	text-align: center;
}
.catelist.member {
	margin: 0 auto 3rem auto;
}
.catelist .dropdown {
	position: relative !important;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.catelist .dropdown-menu {
	display: block;
	width: 100%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin: 0;
	background: none;
	text-align: center;
}
.catelist .dropdown-menu > li {
	/*min-width: calc(100% / 8);*/
	display: inline-block;
	position: relative;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}
/*.catelist .dropdown-menu > li:before {
	content: '';
	height: 20px;
	width: 1px;
	background: #aaa;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}*/
.catelist .dropdown-menu > li:nth-child(8n+1):before {
	display: none;
}
.catelist .dropdown-menu > li > a {
	display: inline-block;
	width: auto;
	color: #94846b;
	font-size: 1.3rem;
	padding: 5px 1rem;
	margin: 0 auto;
	position: relative;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	border: 1px solid #94846b;
}
.catelist .dropdown-menu > li > a:hover {
	color: #fff;background: #94846b;
}
.catelist .dropdown-menu > li.current > a {
	color: #fff;background: #94846b;
}
.catelist .dropdown-menu > li > a:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: -5px;
	background: #2780e3;
	position: absolute;
	display: block;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	left: 50%;
	-webkit-transform: scale(0) translateX(-50%);
	-ms-transform: scale(0) translateX(-50%);
	-o-transform: scale(0) translateX(-50%);
	transform: scale(0) translateX(-50%);
}
.catelist .dropdown-menu > li > a:hover:after {
	width: 90%;
	background: #94846b;
	-webkit-transform: scale(1) translateX(-50%);
	-ms-transform: scale(1) translateX(-50%);
	-o-transform: scale(1) translateX(-50%);
	transform: scale(1) translateX(-50%);
}
.catelist .dropdown-menu > li.current > a:after {
	width: 100%;
	background: #94846b;
	-webkit-transform: scale(1) translateX(-50%);
	-ms-transform: scale(1) translateX(-50%);
	-o-transform: scale(1) translateX(-50%);
	transform: scale(1) translateX(-50%);
}
.catelist .dropdown-btn {
	display: none;
}
@media (max-width:991px) {
.catelist {
	padding: 0;
}
.catelist .dropdown-btn {
	display: block;
	border: 1px solid #FFF;
	width: 100%;
	position: relative;
	background-color: #94846b;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 10px 30px 10px 0.5rem;
	font-size: 1.2em;
	outline: 0;
}
.catelist .dropdown-btn:after {
	content: '\f107';
	font-family: 'FontAwesome';
	display: inline-block;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.catelist .dropdown.open .dropdown-btn {
	background-color: #94846b;
	color: #fff;
}
.catelist .dropdown-menu {
	display: none !important;
	height: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.catelist .open .dropdown-menu {
	display: block !important;
	height: auto;
	-webkit-animation: fadeIn 0.3s ease both;
	-moz-animation: fadeIn 0.3s ease both;
	-o-animation: fadeIn 0.3s ease both;
	animation: fadeIn 0.3s ease both;
}
.catelist .dropdown-menu > li {
	border-top: 1px dashed #ccc;
	display: block;
	width: 100%;
	margin: 0;
}
.catelist .dropdown-menu > li:first-child {
	border-top: none;
}
.catelist .dropdown-menu > li:before, .catelist .dropdown-menu > li:after {
	display: none;
}
.catelist .dropdown-menu > li > a {
	display: block;
	width: 100%;
	padding: 0.8rem 1rem;
	font-size: 1.4em;
}
.catelist .dropdown-menu > li > a:before, .catelist .dropdown-menu > li > a:after {
	display: none;
}
.catelist .dropdown-menu > li > a:hover, .catelist .dropdown-menu > li.current > a:hover {
	background-color: #94846b;
}
}


/*news*/
.news_list {
	padding: 10px 0;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	list-style-type: none;
	margin:0 auto;
	max-width:1200px;
}
.news_list .item {
	padding: 15px 10px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f0;
}
.news_list .item:hover {
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-o-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	transition: 0.4s;
}
/*.news_list .item:nth-child(2n-1) {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	}*/
.news_list .item .date {
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	font-size: 24px;
	color: #94846b;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 0.5%;
	padding-bottom: 5px;
	padding-left: 0.5%;
}
.news_list .title a {
	font-size: 1.4em;
	color: #1b1b1b;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-weight: bold;
	ttext-overflow: ellipsis;
}
.news_list .title a:hover {
	color: #55452c;
	text-decoration: underline;
}
.news_list section {
	color: #94846b;
	line-height: 1.5em;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.news_date {
	display: block;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.news_date span {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #e99002;
}
.news_title {
	font-size: 2em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	color: #2f8cba;
}

/*download*/
.download-table {
	background: #fff;
	overflow: hidden;
	width:100%;
}
.download-table tr:nth-of-type(2n) {
	background: #f5f5f5;
}
.download-table th, .rwd-table td {
	margin: 0.5em 1em;
}
.download-table {
	min-width: 100%;
}
.download-table th {
	display: none;
}
.download-table td {
	display: block;
}
.download-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
.download-table th, .download-table td {
	text-align: left;
}
.download-table th, .download-table td:before {
	color: #94846b;
	font-weight: bold;
}
.download-td01 {
	width: 30%;
}
.download-td02 {
	width: 12%;
}
.download-td03 {
	width: 5%;
}
 @media (min-width: 480px) {
 .download-table {
	background: #fff;
	overflow: hidden;

}
.download-table td:before {
	display: none;
}
.download-table th, .download-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.download-table th:first-child, .download-table td:first-child {
	padding-left: 0;
}
.download-table th:last-child, .download-table td:last-child {
	padding-right: 0;
}
.download-table th, .download-table td {
	padding: 0.5em!important;
}
}

/*admin_table*/
	
	/*自適應表格01(下方有卷軸)*/
.table01 {
	width: 800px;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	-webkit-overflow-scrolling: touch;
}
.table01 table {
	border: 0;
	border-collapse: collapse;
}
.table01 table td, .table01 table th {
	border: 1px solid #999;
	padding: .5em 1em
}
 .table01::-webkit-scrollbar {
 -webkit-appearance: none;
 width: 14px;
 height: 14px;
}
 .table01::-webkit-scrollbar-thumb {
 border-radius: 8px;
 border: 3px solid #fff;
 background-color: rgba(0, 0, 0, .3);
}
/*自適應表格02(破壞排版)*/
.table02 {
	overflow: hidden;
}
.table02 table {
	border: 0;
	border-collapse: collapse;
}
.table02 table th, .table02 table td {
	border: 1px solid #999;
	padding: .5em 1em;
	text-align: left;
}
.table02 table th {
	display: none;
}
.table02 table td {
	display: block;
}
.table02 table tr:nth-of-type(2n) {
	background-color: #F6F6F6;
}
.table02 table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
.table02 table th, .table02 table td:before {
}
 @media (min-width: 480px) {
.table02 table td:before {
	display: none;
}
.table02 table th, .table02 table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.table02 table th:first-child, .table02 table td:first-child {
	padding-left: 0;
}
.table02 table th:last-child, .table02 table td:last-child {
	padding-right: 0;
}
.table02 table th, .table02 table td {
	padding: 1em !important;
}
}
/*自適應表格03(隱藏某些項目)*/
.table03 {
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table03 table {
	border: 0;
	border-collapse: collapse;
}
.table03 table td, .table03 table th {
	border: 1px solid #999;
	padding: .5em 1em
}
 @media (max-width: 480px) {
.hidden {
	display: none !important;
}
}
/*RWD Youtube 以及 Vimeo*/

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube iframe,  .youtube object,  .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
