@charset "utf-8";
#banner {
    border-top: 1px solid #dadcde;
	width: 100%;
	height: 583px;
	overflow: hidden;
	position: relative;
}
video { 
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 5;
}
.clear {
	float: none;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#banner .slogan {
	width: 35px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -18px;
	z-index: 5;
}
#row .container {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
#row .container section {
	width: 1080px;
	margin: 110px auto 150px;
	position: relative;
}
/*main con*/
section .timeline, section .timeline img, section ul.timecon, section li .line, section li .dis, section li .time figure .circle {
	position: absolute;
}
section .timeline {
	width: 1px;
	height: 100%;
	border-right: 1px solid #626262;
	right: 0;
	left: 0;
	margin: 0 auto;
}
section .timeline img {
	right: -2px;
}
section ul.timecon {
	width: 100%;
	top: 125px;
}
section ul.timecon li {
	width: 49%;
	height: 54px;
	cursor: pointer;
	padding: 11px 0 0 0;
	position: relative;
}
section li.type1 .time .year, section li.type2 .time .year {
	margin: 0 7px;
}
/*type1*/
.type1 {
	float: right;
}
section li.type1 .line {
	left: -17px;
}
section li.type1 .time .year, section li.type1 .time .solid, section li.type1 .time figure {
	float: left;
}
section li.type1 .time figure .circle {
	transform: rotateZ(90deg);
}
section li.type1:hover .time figure .circle {
	transform: rotateZ(0deg);
}
/*type2*/
.type2 {
	float: left;
}
section li.type2 .line {
	right: -19px;
}
section li.type2 .time .year, section li.type2 .time .solid, section li.type2 .time figure {
	float: right;
}
section li.type2 .time figure .circle {
	transform: rotateZ(0deg);
}
section li.type2:hover .time figure .circle {
	transform: rotateZ(90deg);
}
section li.type2 .dis {
	text-align: right;
	right: 0;
}
/*type3*/
.type3 {
	float: left;
}
section li.type3 .line {
	right: -19px;
}
section li.type3 .time .year, section li.type3 .time .solid, section li.type3 .time figure {
	float: left;
}
section li.type3 .time .year {
	margin: 0 20px;
}
section li.type3 .time {
	width: 150%;
	margin-left: 89%;
}
section li.type3 .time figure .circle {
	transform: rotateZ(90deg);
}
section li.type3:hover .time figure .circle {
	transform: rotateZ(0deg);
}
section li.type3 .dis {
	text-align: right;
	right: 0;
}
/*type4*/
.type4 {
	float: right;
}
section li.type4 .line {
	left: -17px;
}
section li.type4 .time .year, section li.type4 .time .solid, section li.type4 .time figure {
	float: right;
}
section li.type4 .time .year {
	margin: 0 18px;
}
section li.type4 .time {
	width: 150%;
	margin-left: -139%;
}
section li.type4 .time figure .circle {
	transform: rotateZ(0deg);
}
section li.type4:hover .time figure .circle {
	transform: rotateZ(90deg);
}
section li .line {
	width: 15px;
	height: 50px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/history/dot.png);
	webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
section li:hover .line {
	background-image: url(../images/history/dot_hover.png);
}
section li.last:hover .line {
	background-image: url(../images/history/dot_hover_02.png)!important;
}
section li .time .year, section li .dis, section li .time .solid span {
	webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
section li .time .year {
	font: bold 15px/1.6em "Times New Roman", "微軟正黑體", "Microsoft JhengHei", serif;
	color: #535353;
	font-style: italic;
}
section li:hover .time .year {
	color: #e60012;
}
section li .time .solid {
	margin: 1em 0;
	background-color: #d0d0d0;
}
section li .time .solid span {
	width: 0;
	height: 1px;
	display: block;
	background-color: #b0b0b0;
}
section li:hover .time .solid span {
	width: 100%;
}
section li .time figure, section li .time figure img {
	border-radius: 100px;
}
section li .time figure {
	width: 184px;
	height: 184px;
	margin: -79px 0 0 0;
	position: relative;
}
section li .time figure img {
	width: 0;
	opacity: 0;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
section li .time figure img.act {
	border: 1px solid #e7e7e7;
	width: 170px;
	padding: 6px;
	opacity: 0.6;
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
section li:hover .time figure img.act {
	border: 1px solid #eaeaea;
	opacity: 1;
	filter: grayscale(5%);
	-webkit-filter: grayscale(10%);
	-moz-filter: grayscale(10%);
	-ms-filter: grayscale(10%);
	-o-filter: grayscale(10%);
}
section li .time figure .circle {
	display: block;
	width: 184px;
	height: 184px;
	background: url(../images/history/figure_bg.png) no-repeat center;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 1;
}
section li:hover .time figure .circle {
	opacity: 1;
}
section li .dis {
	font: 13px/1.4em arial, "微軟正黑體", "Microsoft JhengHei", serif;
	padding: 0 7px;
	top: 37px;
	color: #a0a0a0;
}
section li:hover .dis {
	color: #434343;
}

#banner .text {
    bottom: 15px;
    height: 215px;
    position: absolute;
    right: 15px;
    width: 42px;
    z-index: 3;
}
