.banner { 
	display: block;
	max-width: 100%;
	height: auto;
}
/*@media screen and (max-width: 700px) {
	.banner {
		display: none;
	}
}*/
.cj_figure {
	display: block;
    max-width: 100%;
    height: auto;
}

/* list item,  item list*/
/* ---------------------------------------- */
.list-item,
.list-item-2,
.list-item-3,
.list-item-fa,
.list-item-yt,
.item-list-col-3
{
	
}

	.list-item > li,
	.list-item-2 > li,
	.list-item-3 > li,
	.list-item-fa > li {
		position: relative;
		display: block;
		padding: 7px 5px 3px 5px;
		padding-left: 35px;
		font-size: 100%;
		overflow: hidden;
		width: 95%;
		line-height: 150%;
	}

	.list-item-2 > li{
		padding-left: 20px;
	}
	
	.list-item-fa > li {
		padding-left: 5px!important;
	}


	.list-item-2 > li:before,
	.list-item-3 > li:before,
	.list-item-fa > li:before {
		content: "";
		position: absolute;
		left: 15px;
		top: 15px;
		width: 4px;
		height: 4px;
		display: block;
		/*background-color: #9d0e35;  9d0e35 777777 by gray */
	}


	.list-item > ul li,
	.list-item-2 > ul li,
	.list-item-fa > ul li,
	.list-item > li ul li,
	.list-item-2 > li ul li,
	.list-item-fa > li ul li {
		position: relative;
		padding-left: 55px;
		float: left;
		font-size: 100%;
		display: block;
		width: 48%;
		/*margin-right: 5%;*/
		line-height: 150%;
	}

	.list-item-2 > ul li,
	.list-item-2 > li ul li,
	.list-item-fa > ul li,
	.list-item-fa > li ul li {
		width: 95%!important;
	}

	.list-item > ul li:before,
	.list-item-2 > ul li:before,
	.list-item-3 > ul li:before,
	.list-item-fa > ul li:before,
	.list-item > li ul li:before,
	.list-item-2 > li ul li:before,
	.list-item-fa > li ul li:before {
		content: "";
		position: absolute;
		left: 35px;
		top: 10px;
		width: 4px;
		height: 4px;
		display: block;
		background-color: #9d0e35; /* 9d0e35 777777 by gray */
	}

	.list-item > li ul,
	.list-item-2 > li ul,
	.list-item-fa > li ul {
		/*padding-top: 10px;*/
	}
	.list-item-2 > li:before,
	.item-list-col-2 > li {
		display: inline-block;
		padding: 7px 5px 3px 5px;
		padding-left: 45px;
		font-size: 100%;
		vertical-align: top;
		overflow: hidden;
		width: 48%;
		line-height: 150%
	}

	.item-list-col-3 > li {
		display: inline-block;
		padding: 7px 5px 3px 5px;
		padding-left: 45px;
		font-size: 100%;
		vertical-align: top;
		overflow: hidden;
		width: 32%;
		line-height: 150%
	}
	.item-list-col-3 .dot :before {
		content: "";
		position: relative;
		left: -10px;
		top: 12px;
		width: 4px;
		height: 4px;
		display: block;
		background-color: #9d0e35; /* 9d0e35 777777 by gray */
	}

	.item-list-col-3 .title {
		display: inline-block;
		font-weight: bold;
		padding: 7px 5px 3px 5px;
		padding-left: 35px;
		font-size: 100%;
		overflow: hidden;
		width: 100%;
	}

	.item-list-col-3 :before {
		background-color: #ffffff; /* 9d0e35 777777 by gray */	
	}	
	.item-list-col-sdg{
		padding-left: 40px;
		padding-right: 40px;
	}
	.item-list-col-sdg > li {
		display: inline-block;
		padding: 0px;
		width: 15%;
		line-height: 100%
	}

.no-dot > li:before {
	display: none;
}

.item-sm-100 { width:100%; }  /*  for 768 */
	@media screen and (max-width: 768px) {
		.item-sm-100 { width: fit-content;  }
}


.item-line > li {
	display: block;
	float: left;
	width: 33%;
}

	@media screen and (max-width: 1024px) {
		.item-list-col-3 li{
			width: 48%;
		}	
	}
	@media screen and (max-width: 768px) {
		.item-list-col-2 li{
			width: 95%;

		}
		.item-list-col-3 li{
			width: 48%;
		}	
		.list-item > ul li {
			width: 48%;
		}
		.item-line > li {
			width: 48%;
		}	
	}
	@media screen and (max-width: 500px) {
		.list-item > li > ul > li,
		.list-item > ul > li ,
		.item-list-col-2 li,
		.item-list-col-3 li,
		.item-line > li {
			width: 95%;
		}
	}



.focus {
	font-family: Helvetica, Arial, Microsoft JhengHei, Lucida Sans Unicode,MS Mincho, sans-serif;
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 300%;
	font-weight: 200;
	line-height: 150%;
}
.iicon1 {
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-image: url(/images/icon/list-dot.png);
}

.block_stat {
	background-color: #efefef;
	padding: 10px;
}
	.aaa div:target {
		padding-top: 60px;
	}
	.hotlink > li {
		margin: 2px;
		border: 1px solid #fff;
		background-color: #eee;		
		width: 100%; 
		font-size: 105% !important;
		padding-left: 10px !important;	
		padding-right: 10px !important;	
	}

/* -------------------------------------
	news center
------------------------------------- */
.news {
	padding: 0px;
}
	.news section {
		padding: 30px 0;
		overflow: hidden;
		display: block;
		border-bottom: 1px solid #ddd;
	}

	.news section:last-of-type {
		margin-bottom: 15px;
	}

	.news img,
	.news section img {
		float: left;
		/*padding: 5px;*/
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto !important;
	}

	.news section div {
		width: 100%;
		float: left;
	}

	.news a,
	.news section div a {
		color: #262626;
	}
	.news a:hover {
		color: #9d0e35; /* 9d0e35 777777 by gray */
	}
	.news small,
	.news section div small {
		display: block;
		color: #777;
	}

	.news p,
	.news span,
	.news section div p {
		font-size: 100% !important;
		line-height: 150% !important;
	}

	.news p {
			margin: 10px 0px  !important;
	}

	.news ul {
		margin-bottom: 20px;
	}

	.news ul li,
	.filelist ul li {
		display: block;
		position: relative;
		overflow: hidden;
		line-height: normal;
		padding: 5px 0 5px 10px;
		/*2015*/
	}
	.news ul li ul {
		display: block;
		position: relative;
		overflow: hidden;
		line-height: normal;
		padding: 5px 0 5px 10px;
		/*2015*/
	}

	.filelist ul li {
		border-bottom: 1px solid #ddd;
	}
	.filelist li {
		border-bottom: 0px solid #ddd !important;
	}

	.news ul li:before,
	.filelist ul li:before {
		content: "";
		position: absolute;
		top: 15px;
		left: 0;
		width: 5px;
		height: 5px;
		display: block;
		background-color: #9d0e35; /* 9d0e35 777777 by gray */
	}

	.news ul li span {
		display: block;
		float: left;
		/*padding: 0 30px*/;
		line-height: 150%;
	}

	.news ul li div {
		display: block;
		float: left;
		width: 85%;
	}

	.news ul li div a {
		color: #9d0e35; /* 9d0e35 777777 by gray */
	}

	.news_page img {
		float: none;
		max-width: 90% !important;
		height: auto !important;
	}

.fb_icon img {
  float: left;
  width: auto !important;
  height: auto !important;
}
.feature img {
	/*height: 190px; 
	width: 270px;*/
}
.unit-block {
	color: #262626;
	background: #eeeeee;
	position: relative;
	margin: 2px;
	padding: 2px 3px;
	text-align: center;
	cursor: pointer;
}

.news_keyword {

}
	.news_keyword ul {
		text-align: left;
		height:auto; /* default:35px*/
		margin:0px;
	}
	.news_keyword ul li {
		display: inline-block;
		padding: 0;
		border-bottom: 0px;
		position: relative;
		overflow: visible;	
	}
	.news_keyword ul li:before {  /*為了抵銷 .new*/
		content: "";
		position: absolute;
		top: 0px;
		left: 0;
		width: 0px;
		height: 0px;
		display: block;
		background-color: #9d0e35
	}
	.news_keyword ul li a {
		display: block ;
		/*border: 1px solid #dddddd;*/
		background: #dddddd;
		position: relative;
		font-size: 100%;
		margin: 2px;
		padding: 3px 6px;
		text-align: center;
		cursor: pointer;
		line-height:120%; /* 設定字與底線高度*/
		color: #222222;
	}
	.news_keyword ul:after {
		content: '';
		display: block;
		clear: both;
	}
	.news_keyword ul li a:hover {
		/*border-bottom: 0px solid #9d0e35;  9d0e35 777777 by gray */
		border: 1px solid hsla(0,0%,50%,1.00);
		background: hsla(0,0%,95%,1.00);
		border-radius: 5px;
	}
	.news_keyword ul li a:after {
		display: none;
		content: "";
		width: 20px;
		height: 15px;
		z-index: 99999;
		position: absolute;
		bottom: 5px;
		left: 40%;
	}
	.news_keyword ul li.arrow a:after {
		display: block;
		z-index: 9999;
	}


.mobile-foucs,
.mobile-foucs-2,
.mobile-foucs-block,
.mobile-foucs-lr10
.mobile-foucs-2-lr10,
.mobile-foucs-block-lr10 {
	width:100%;	
}

	@media screen and (max-width: 500px) {
		.news_keyword ul li a {
			display: block ;
			/*border: 1px solid #dddddd;*/
			background: #efefef;
			position: relative;
			font-size: 85%;
			margin: 2px;
			padding: 3px;
			text-align: center;
			cursor: pointer;
			line-height:100%; /* 設定字與底線高度*/
			color: #222222;
		}
		.mobile-foucs {
			width:40%;
			/*float: left*/;
		}
		.mobile-foucs-lr10 {
			width: 60%;
			padding: 0px 10px;
			/*float: left;
			font-size: 95%;*/
		}
		.mobile-foucs-2-lr10,
		.mobile-foucs-block-lr10 {
			padding: 10px;
			border: 1px solid #ddd;
		}		
		.mobile-foucs-lr10 a,
		.mobile-foucs-lr10 a {
			color: #262626;
		}
	}	
	

/* pager
 ----------------------------------------------------------*/
#newspager {
  padding: 30px 0;
}
	#newspager a {
		padding: 5px;
		cursor: pointer;
		display: inline-block;
		margin: 0 5px;
		font-weight: 500;
		color: #d65d71;
	}
	#newspager a:hover {
		color: #9d0e35; /* 9d0e35 777777 by gray */
	}
	#newspager a.pre, 
	#newspager a.next {
		color: #d65d71;
	}

	#newspager a.pre:hover, 
	#newspager a.next:hover {
		color: #9d0e35; /* 9d0e35 777777 by gray */
	}
	#newspager a.current {
		color: #9d0e35; /* 9d0e35 777777 by gray */
	}

	

/* 訊息公告 頁籤 CSS  END*/
/*purpose*/
.idea li {
  display: block;
  float: left;
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}
.idea li figure {
  width: 49%;
  margin: 0;
  /*display: block;
  float: left;*/
  display: inline-block;
  vertical-align: middle;
}
.idea li figure span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
  text-align: center;
  border-right: 1px solid #9d0e35; /* 9d0e35 777777 by gray */
}
.idea li figure span:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0px;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #9d0e35; /* 9d0e35 777777 by gray */
}
.idea li figure span img {
  vertical-align: middle;
  padding: 20px 30px 20px 0;
}
.idea li figure b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.idea li figure h3 {
  line-height: 150%;
}
.idea li figure p {
  padding: 0;
  line-height: 120%;
}

/*logo*/
div.logo-idea {
  margin-bottom: 30px;
}
div.logo-idea p {
  float: right;
  margin-top: 70px;
  width: 28%;
  line-height: 150%;
  text-align: left;
}
div.logo-idea p span {
  color: #9d0e35; /* 9d0e35 777777 by gray */
}
div.logo-idea p span:after {
  content: "|";
  color: #9d0e35; /* 9d0e35 777777 by gray */
  padding: 0 10px;
  padding-left: 15px;
}
ul.logo-idea > li {
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
ul.logo-idea > li > img {
	float: left;
	width: 100px;
}
ul.logo-idea > li > span {
  float: left;
  width: 20%;
  text-align: center;
  color: #9d0e35; /* 9d0e35 777777 by gray */
}
ul.logo-idea > li ul {
  float: left;
  width: 65%;
	padding-left: 15px;
}
ul.logo-idea > li ul li {
  display: block;
  position: relative;
  padding-left: 15px;
}
ul.logo-idea > li ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  display: block;
  background-color: #9d0e35; /* 9d0e35 777777 by gray */
}


/* other Layer Out*/  

.layerout-v-align {
	vertical-align: middle;
	min-height: 100px;
}

.mobile-page-tab {
	display: none;
}

.decree {
	width: 99%;
	height: 45px;
	display: block;
	overflow: hidden;
}
.decree_page {
	width: 95%;
	display: block;
}
	.decree_page img {
		padding: 10px 25px;
	}

:target:before {  /*錨點定位位移*/
	content:"";
	display:block;
	height: 130px; /* fixed header height*/
	/*margin: -130px 0 0; /* negative fixed header height */
}
	@media screen and (max-width: 991px) {
		:target:before {  /*錨點定位位移*/
			content:"";
			display:block;
			height: 80px; /* fixed header height*/
			margin: -80px 0 0; /* negative fixed header height */
		}
	}

.grayscale { 
	/*-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  /*filter: grayscale(100%);*/
}

.t-left {
	float: left;
	text-align: left;
}

.t-right {
	float: right;
  text-align: right;
}

.swiper-container {
	max-width: 1200px;
	height: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 150%;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet-active {
    background: #ffffff !important;
}
/*
.swiper-button-prev {
	left: 20px !important;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E ) !important;
}
.swiper-button-next {
	right: 20px !important;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2ffffff'%2F%3E%3C%2Fsvg%3E) !important;
}
*/

.cj-slider-text {
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	/*text-align: center;*/
	font-size: 200%;
	background: rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

  .cj-slider-text > span {
		padding-left:10px;
		padding-right:10px;
	}
	
	@media screen and (max-width: 768px) {	
		.cj-slider-text {
			font-size: 150%;
			bottom: 0px;
			padding-top: 15px;
			padding-bottom: 15px;
		}
	}
	
	@media screen and (max-width: 500px) {	
		.cj-slider-text {
			font-size: 100%;
			bottom: 0px;
			padding-top: 5px;
			padding-bottom: 5px;
		}
	}	
	

.layer_right_top {  /*full-->right, mobile-->top*/ 
	float: right;
}
	@media (max-width: 992px) {
		.layer_right_top {
			float: none;
		}
	}	
	
/* youtube */	
.video-wrapper{
    position: relative;
    padding-bottom: 56.25%;  /*16:9*/
    overflow: hidden;
}
.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* font color and size */
.low-profile {
	font-size: 90%;
	color: #efefef;
}
.low-profile-w {
	font-size: 90%;
	color: hsla(0,0%,95%,0.85);
}


/* date layout */
.post-date {
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	padding: 0 0;
	width: 42px;
	background-color: #ffffff;
	color: #9d0e35; /* 9d0e35 777777 by gray */
	border: solid 1px #9d0e35; 	/*  9d0e35 777777 by gray */
	font-size: 95%;
	line-height: 95%;
}
.post-date .day {
	font-size: 95%;
	line-height: 100%;
	display: block;
	color: #9d0e35; /* 9d0e35 777777 by gray */
	letter-spacing: 1px;
}
.post-date .month {
	display: block;
	text-transform: uppercase;
	font-size: 95%;
	line-height: 100%;
	color: #9d0e35; /* 9d0e35 777777 by gray */
	letter-spacing: 1px;
}
.post-date .year {
	display: block;
	font-size: 95%;
	line-height: 100%;
	color: #fff;
	/* background-color: #9d0e35; */
	background-color: #9d0e35; /* by gray */
	padding: 0;
	margin: 0;
}

.post-date-2 {
	float: left;
	/*text-align: center;*/
	overflow: hidden;
	padding: 0 0;
	width: auto;
	background-color: rgba(0,0,0,0);
	color: #9d0e35; /* 9d0e35 7777777 by gray */
}
.post-date-2 .day {
	font-size: 100%;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.post-date-2 .month {
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 1px;
	/* background-color: #9d0e35; */
	/* border: solid 1px #9d0e35; */
	background-color: #9d0e35; /* 9d0e35 7777777 by gray */
	border: solid 1px #9d0e35; /* 9d0e35 7777777 by gray */
}

.post-date-3 {
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	padding: 0 0;
	background-color: hsla(0,0%,100%,0.00);
	color: #9d0e35; /* 9d0e35 7777777 by gray */
	border: solid 0px  #9d0e35; /* 9d0e35 7777777 by gray */
}
.post-date-3 .day {
	font-size: 100%;
	/*font-weight: 800%;*/
	letter-spacing: 1px;
}
.post-date-3 .month {
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 1px;
}
.post-date-3 .year {
	/*display: block;*/
	color: #fff;
	background-color: #9d0e35; /* 9d0e35 777777 by gray */
	padding: 0 3px;
	margin: 0 2px;
	border-radius: 10%;
}
.post-date-3 .bg-c {
	/*display: block;*/
	color: #fff;
	background-color: #9d0e35; /* 9d0e35 777777 by gray */
	padding: 0 3px;
	margin: 0 2px;
	border-radius: 10%;
}
.date-css {
	
}

	@media screen and (max-width: 786px) {
		.date-css {
    	font-size: 90%
		}
	}	@media screen and (max-width: 500px) {
		.date-css {
    	font-size: 80%
		}
	}	


/* font set, font control
 ----------------------------------------------------------*/
	/* font bold
	 ----------------------------------------------------------*/
	.topic {
		font-size: 120%;
		color: #8d0e23;
		line-height: 120%;
		font-weight: 400;
	}



	@media screen and (max-width: 786px) {
		.topic {
    	font-size: 110%;
		}
	}	
	@media screen and (max-width: 500px) {
		.topic {
    	font-size: 100%; 
		}
	}	


	.photo-memo {
		font-size: 90%;
		vertical-align: middle;
		text-align: center;
		margin-bottom: 10px;
		background-color: #F0F0F0;
		word-break: break-all;
	}
		@media screen and (max-width: 500px) {
			.photo-memo {
				font-size: 85%;
				text-align: left;
			}
		}
	
	.font-bold-500,
	.font-bold {
		font-weight: 600;
	}
	.font-bold-250 {
		font-weight: 250;
	}
	/* font size
	 ----------------------------------------------------------*/
	.font85	{
		font-size: 85%;
	}
	.font90	{
		font-size: 90%;
	}
	.font100	{
		font-size: 100%;
		line-height: 110%;
	}
	.font110{
		font-size: 110%;
		line-height: 120%;
	}
	.font120 {
		font-size: 120%;
		line-height: 120%;
	}
	.font150 {
		font-size: 150%;
		line-height: 150%;
	}
	.font180 {
		font-size: 180%;
		line-height: 180%;
	}
	.font200 {
		font-size: 200%;
		line-height: 200%;
	}
	.level2 {
		font-size: 100% !important;
	}
		@media (max-width: 768px) {
			/*
			.font100	{
				font-size: 95%
			}
			.font110{
				font-size: 100%;
			}
			.font120 {
				font-size: 110%;
			}
			*/
		}
		@media (max-width: 500px) {
			/*
			.font110{
				font-size: 90%;
			}
			.font120 {
				font-size: 100%;
			}
			.font150 {
				font-size: 130%;
			}
			.font200 {
				font-size: 150%;
			}
			*/
		}

	/* font position
	 ----------------------------------------------------------*/
	.center,
	.t-center,
	.text-center {
		text-align: center;
	}
	.text-right {
		text-align: right;
	}
	.text-left {
		text-align: left;
	}
	/* block position
	 ----------------------------------------------------------*/
		.left {
			float: left;
		}
		.right {
			float: right;
		}
		.mobile-right {
			float: left;
		}
			@media (max-width: 500px) {
				.mobile-right {
					float: right;
				}
			}
	/* font color
	 ----------------------------------------------------------*/
	.font-black {
		color: #000 !important;
	}
	.font-white {
		color: #fff !important;
	}
	.font-red {
		color: #9d0e35; /* 9d0e35 777777 by gray */
	}
	.font-gray {
		color: #777777;
	}
	/* background color
	 ----------------------------------------------------------*/
	.bg-color-gray-ee {
		background: #eee;
	}	
	.bg-color-gray {
		background: #efefef;
	}
	.bg-color-white {
		background: #ffffff;
	}


/*border control 
----------------------------------------------------------*/
	.border-gray {
		border: solid 1px #efefef;
	}
	.border-white {
		border: solid 1px #ffffff;
	}
	.border-3 {
		border-bottom: 3px dashed #fff;
	}
	.border-t1 {
		border-bottom: 1px dashed #cccccc;
		overflow:hidden;
	}
	.border-t2 {
		border-bottom: 1px solid #ddd;
	}
	.border-b2 {
		border-bottom: 1px solid #ddd;
	}

	.topic-border {
		border-bottom: 5px solid #9d0e35 !important; /* 9d0e35 777777 by gray */
	}
	.topic-border-3px{
		border-bottom: 3px solid #9d0e35 !important; /* 9d0e35 777777 by gray */
	}
	.topic-border-2px{
		border-bottom: 2px solid #9d0e35 !important; /* 9d0e35 777777 by gray */
	}
	.border-corner-3 {
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
	}

	.border-corner-5 {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
	}

	.border-s-a1 {
		border: 1px solid #d4d4d4;
		margin-bottom: 5px;
	}
	
	.noborder{
		border:none !important;
	}


/* line height control
 ----------------------------------------------------------*/
	.height-focus {
		min-height:10vh;
	}
	.line-height-120 {
		line-height: 120%
	}
	.line-height-130 {
		line-height: 130%
	}
	.line-height-140 {
		line-height: 140%
	}
	.line-height-150 {
		line-height: 150%
	}
	.line-height-200 {
		line-height: 200%
	}


/* div layout control  */
.d-center {
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin: -150px 0 0 -300px;*/
}


.square img {
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.0001);
}

.show-inline > ul > li {
	display: inline-block !important;
}

.clearfix {
  overflow: auto;
}

.post-datecard {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
} 

.border-hr {
	border-bottom: 1px solid #ddd;
}

.menu-at-footer li {
	font-size: 95%;
	padding: 5px;
	width: fit-content;
	display:inline-block;
	list-style: none;
}
.menu-at-footer font {
	color: #9d0e35 !important;
	font-size: 125%;
}

.kind-at-footer li:before {
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	padding: 0 2px 0 0;
}

.footer-block {
	/* 設定footer的高度 */
	height: auto;
	/* 展開footer寬度 */
	width: 100%;
	box-sizing: border-box;
	/* 設定footer絕對位置在底部 */
	position: relative;
	padding:10px 10px;
	z-index: 97;	
	top: 0px; /* negative value of footer height */
	clear:both;
}

.foot-img {
	height: 12px;	
	vertical-align: middle;
}

.shadow_block {
	border: 1px solid hsla(0,0%,85%,1.00);
	box-shadow: 5px 7px 5px #333333;
	-webkit-box-shadow: 5px 7px 5px #333333;
	-moz-box-shadow: 5px 7px 5px #333333;	
}

.header-block {
    padding-top: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 9997;
}
.bannerShow	{
	display: block;
}
.lazy {
	
}
.notice {
	font-size: 110%;
  color: #9d0e35; /* 9d0e35 777777 by gray */
	padding: 8px 12px 3px 12px;
}
.bottom-line {
	border-bottom: 15px solid #9d0e35; /* 9d0e35 777777 by gray */
}

/*HACK:左側選單的設定-寬度*/
.news-link {
	margin-bottom: 30px;
}
.news-link > ul > li {
	display: block;
	width: 95%;
	font-size: 105%;
	background: white;
	padding: 9px 0px 0px 10px;
	min-height: 40px;
	margin-bottom: -1px;
	border: 1px solid #eee;
}

	@media screen and (max-width: 991px) {
		.news-link > ul > li {
			font-size: 100%;
			color: #333;
			float: left;
			padding: 5px 10px ;
			background: #eee;
			border: solid 2px #fff;
			margin-bottom: 0px;
			min-height: auto;
			width: auto;
		}
	}
	@media (max-width: 768px) {
		.news-link > ul > li {
			font-size: 95%;
			color: #333;
			float: left;
			padding: 5px 10px ;
			background: #eee;
			border: solid 2px #fff;
			margin-bottom: 0px;
			min-height: auto;
			width: auto;
		}		
	}
	@media (max-width: 500px) {
		.news-link > ul > li {
			font-size: 90%;
			color: #333;
			float: left;
			padding: 2px 5px 2px 5px;
			background: #eee;
			border: solid 2px #fff;
			margin-bottom: 0px;
			min-height: auto;
			width: auto!important;
			
		}
	}	
	.news-link a:hover, .news-link a.active {
		background: #eee;
		color: black;
	}

.push {
	height: 86px;
}

#top {
		position: fixed;
		z-index: 9999;
		bottom: 5%;/*50px;*/
		right: 5%;
		width: 50px;
		height: 50px;
		background: url(/images/icon/top.png) no-repeat 0 0;
		cursor: pointer;
}
	@media screen and (max-width: 991px) {
		#top {
			right: 10px;
			width: 50px;
		}
	}

.sim-buttom a {
	border: 0px solid hsla(0,0%,100%,0.00);
	background: hsla(0,0%,70%,1.00);
	padding: 5px;
}
	.sim-buttom a:hover {
		border: 1px solid hsla(0,0%,50%,1.00);
		background: hsla(0,0%,95%,1.00);
		border-radius: 5px;
	}

/*--------------------------------------------------*/
/*-----------image control------------*/
.qrcode-150  {
	width: auto;
	height: 150px;
	line-height: 150px;
	vertical-align: middle;
	display: inline-block;
}
.qrcode-100  {
	width: auto;
	height: 150px;
	line-height: 150px;
	vertical-align: middle;
	display: inline-block;
}

	@media screen and (max-width: 1024px) {
		.qrcode-150  {
			height: 100px;
		}	
	}


.img-limit-60{
	width: 65%;
}
	@media screen and (max-width: 500px) {
		.img-limit-60{
			width: 50%;
		}	
	}



/* must del */
.font-rb {
	color: #9d0e35; /* 9d0e35 777777 by gray */
	font-weight: 500;
}
/*font color */
.f-color-gray {
	color: #777777;
}

/*background color*/

.bd-color-gray {
	border: solid 1px #efefef;
}
.bd-color-white {
	border: solid 1px #ffffff;
}



/* dweb stylus clean*/
.dweb-clean {
	line-height: 100%;
}

.dweb-clean p {
	margin-top: 0px;
    margin-bottom: 10px;
}

.dweb-clean ul {

}

.dweb-clean ul li {
	display: block;
    /* position: relative; */
    /* overflow: hidden; */
    padding: 5px 10px;
    border-bottom: 0px solid #ddd;
}

.dweb-clean h3 {
	font-size: 140%;
	color: #9d0e35;
	line-height: 150%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.dweb-clean h4 {
	line-height: 150%;	
	color: #9d0e35;
	font-size: 120%;
}

.dweb-clean img {
	float: left !important;	
	padding: 5px;
}


