@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");



/* Basic */

	body {
		background: #fff;
	}

	body, input, select, textarea {
		color: #555f66;
		
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.75em;
	}



		a:hover {
			text-decoration: none;
		}
		
	
	strong, b {
		color: #666f77;
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h3{
		color: #A4978E;
		font-family: Microsoft JhengHei;
		font-weight: 800;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.125em;
		font-size: 1.25em;
		line-height: 1.5em;
		font-size: 1.25em;
		line-height: 1.5em;
	}
	

	
	
	

		
	h2 {
		color: #000;
		font-family: Microsoft JhengHei;
		font-weight: 800;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.125em;
		font-size: 1.25em;
		line-height: 1.5em;
		font-size: 1.25em;
		line-height: 1.5em;
	}

	

	 
	
	
	

	
	hr {
		border: 0;
		border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		
	}

		

	
	
	
	
/*彩虹線  */

.color-strip {
  height: 3px;
  border-top: 0;
  

		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		margin: 3em 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}




	
	
/* Section/Article */

	section.special, article.special {
		text-align: center;
	}



/* Box */

	.box {
		border-radius: 50px;
		border: solid 3px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 3em 2em;
		overflow:hidden;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

.three
	{
			width:100%;
			height:200px;
			
		
	}
.boxtext
	{
		color: #9499A6;
		font-family: Microsoft JhengHei;
		font-weight: bold;				
		letter-spacing: 0.125em;
		font-size: 1em;
		line-height: 1em;
		text-align:center;
		
	}
	/*MORE*/

.bb{ display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
 
  font-size: 16px;
  line-height: 1.6;
  border-radius: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
  
  .bb:before,
  .bb:after 
	{
		position: absolute;		
		content: "\00a0";
		font-family: 'FontAwesome', sans-serif;
	}
  .bb:after 
    {
		content: "\F054";
	}
.bb:hover:after {
		-webkit-animation: bounceright .3s alternate ease infinite;
		animation: bounceright .3s alternate ease infinite;
	}

/*頁尾字形*/
	
	.bb1{ display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
 
  font-size: 16px;
  line-height: 1.6;
  border-radius: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
	




@keyframes bounceright {
	from { transform: translateX(0); }
	to   { transform: translateX(3px); }
}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}

		.wrapper.style1 {
			background: #fff;
			color: #555f66;
			
			font-size:15px;
		}
		
	

/* number*/
.w3layouts_stats_left {
    text-align: center;
}

.w3layouts_stats_left p {
    font-size: 3em;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    margin: 0.1em 0 0.1em 0;
}

.w3layouts_stats_left h3 {
    font-size: 1em;
    color: #fff;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 600;
}

.w3layouts_stats_left i {
    font-size: 3em;
    color: #fff;
}

.w3l_stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats {
    text-align: center;
   
    padding: 4em 0;
}

.agile_inner_info_stats {
    margin-top: 2em;
}

}
.end { margin-right: 0 !important; }

.stats i{font-size:70px;}
/* 數字 */

.rap 
{	
	
  	
}


.counter {  padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 40px; font-weight: bold;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #fff;  }

/* menu */	


.menu__item {
	display: block;
	margin: 1em 0;
	
}

.menu__link {
	font-size: 1em;
	
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 1);
}
/* Iris */
.menu--iris .menu__item {
	margin:0 0.5em;
	
}

.menu--iris .menu__link {
	position: relative;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	
	
	
}

.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {
	color: #929292;
}

.menu--iris .menu__item--current .menu__link,.menu__link:hover {
	color:#ef5734;
}

.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	opacity: 0;
	border: 2px solid #ef5734;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
	transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.menu--iris .menu__link::before {
	top: 0;
	left: 0;
	border-width: 2px 0 0 2px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

.menu--iris .menu__link::after {
	right: 0;
	bottom: 0;
	border-width: 0 2px 2px 0;
	-webkit-transform: translate3d(-10px, -10px, 0);
	transform: translate3d(-10px, -10px, 0);
}

.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.dropdown-menu {
    position: absolute;

    left: 0;
    z-index: 1000;
    display: none;
}


/*news*/


.content {
	border: 1px solid #e6e6e6;
}
.content-left {
	padding:0;
}
.article img {
	width:95%;
	margin-bottom:1em;
}

.article .newslogo
	{
		color: #121F40;	
		font-weight: 1000;	
		letter-spacing: 0.01em;
		font-size: 1.5em;
	}

h5.head {
	color:#fff;
	font-size:1.35em;
	text-transform:uppercase;
	font-weight:300;
	font-family:  Microsoft JhengHei;
	background:#1ac7c3;
	width:20%;
	padding:7px;
	text-align:center;
	margin-top: -1px;
	font-weight:bold;
	font-weight:bold;
}
.article h6 {
	color: #1ac7c3;
	font-size: 1.3em;
	font-weight: 400;
	margin-left: 1.8em;
	font-family: 'Antonio-Regular';
	margin-top:3em;
}
a.title {
	color: #282828;
	font-size: 1.85em;
	text-decoration:none;
	font-weight: 400;
	margin: 0.85em 1.2em 0.9em 1.2em;
	font-family: 'Antonio-Regular';
	display:block;
	line-height: 1.25em;
}


.article p {
	color: #798184;
	font-size: 1.15em;
	font-weight: 400;
	margin-left: 1.8em;
	line-height:1.5em;
    font-family: 'Times-Italic';
	font-style:italic;
	margin-top:1.5em;
}
.article {
	padding: 0 0 3em 0;
}
.content-right {
	padding:0;
	border-left:1px solid #e6e6e6;
}
.editor { 
	border-bottom:1px solid #e6e6e6;
	padding: 2.3em 1.5em 0 1.5em;
}
.editor h3 {
	color: #282828;
	font-size: 1.85em;
	font-weight: 400;
	font-family: 'Antonio-Regular';
	display: block;
	line-height: 1.25em;
}
.editor p {
	color: #798184;
	font-size: 1.25em;
	font-weight: 400;
	margin:1em 0;
}
.editor label {
	color: #cbcbcb;
	font-size: 1.1em;
	font-weight: 400;
	font-style:italic;
}
.editor span{
	display:block;
	width:70px;
	height:2px;
	background:#e6e6e6;
    margin: 0 auto;
	margin-top:1.2em;
}
.content-right-top a.active {
	background: #f4f4f4;
}
.content-right-top a:hover {
	background: #f4f4f4;
}
.content-right-top a {
	display: block;
	text-decoration: none;
}
.e-pic {
	width:35%;
	float:left;
	margin-right:3%;
}
.e-pic img {
	width:100%;
	margin-top: -1px;
}
.e-pic-info {
	float:left;
	width:60%;
}
.e-pic-info a {
	color: #282828;
	font-size: 1em;
	text-decoration: none;
	font-weight: 400;
	font-family:Microsoft JhengHei;
	display: block;
	line-height:1.6em;
	margin-top:10px;
}



.e-pic-info span {
	display: block;
	width: 85px;
	height: 2px;
	background: #e6e6e6;
	margin: 0.8em 0;
}
.e-pic-info label {
	color: #cbcbcb;
	font-size: 1.1em;
	font-weight: 400;
	font-style: italic;
}
.editors-pic-grids h5 {
	color: #fff;
	font-size: 1.35em;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Microsoft JhengHei;
	background: #000;
	width: 25%;
	padding: 7px;
	text-align: center;
	margin-top: 2em;
	font-weight:bold;
}

.editors-pic-grids h6 {
	color: #fff;
	font-size: 1.35em;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Microsoft JhengHei;
	background: #000;
	width: 25%;
	padding: 7px;
	text-align: center;
	margin-top: 2em;
	font-weight:bold;
}
.editors-pic {
	border-top: 1px solid #e6e6e6;
}
.features {
	background:url('../images/features-bg.jpg') no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height:595px;
	padding: 4em 0 0 4em;
}
.features h5 {
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Antonio-Regular';
	background: #000;
	width: 12%;
	padding: 9px;
	text-align: center;
	margin-bottom:1.5em;
}
.features h2 {
	color: #fff;
	font-size: 2.9em;
	font-weight: 400;
	font-family: 'Antonio-Regular';
	display: block;
	width:60%;
	line-height:1.4em;
}

/*改渾蛋蘇敏的字和精神*/
.newslogo
	{
		color: #121F40;	
		font-weight: 800;	
		letter-spacing: 0.09em;
		font-size: 3em;
	}
		
.newssize
	{
		color: #585B56;	
		font-weight: 800;	
		letter-spacing: 0.09em;
		font-size: 1em;
	}
/*上面是報導*/
.hlogo1
	{
		color: #121F40;	
		font-weight: 1000;	
		letter-spacing: 0.09em;
		font-size: 1em;
	}
		
.hsize1
	{
		color: #585B56;	
		font-weight: 800;	
		letter-spacing: 0.09em;
		font-size: 1em;
	}

.cyculogo
	{
		color: #585B56;	
		font-weight: 800;	
		letter-spacing: 0.09em;
		font-size: 0.8em;
		 white-space:nowrap;
	}	
	
.spsize{font-size:30px; color:#8C7462;}

.mainfont{
			color: #D53C3C;
			font-family: Microsoft JhengHei;
			font-weight: 800;			
			margin: 0 0 1em 0;
			letter-spacing: 0.125em;
			font-size: 1em;
			line-height: 1.5em;
		}
.mainlogo{border-top:1px solid #8A8604; width:80vw;}
.mainlogo p{margin-top:20px;}




