@charset "utf-8";

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	font-weight: 500;
	font-size: 1.05em;
	font-family:  Arial,sans-serif;
	padding-top:0 !important;
}
.navbar.navbar-inverse{ border-radius:0;}
.noscript {
	display:block;
	width:100%;
	font-size:1.125em;
	line-height:120%;
	padding:15px;
	margin:0 auto;
	box-sizing:border-box;
	background:#ffe5e6;
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
.sr-only-focusable {
    position:fixed;
	top:0;
	left:0;	
	color:#000;
	font-size:0;	
	opacity:0;	
	z-index:9999;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	width:auto;
	height:auto;
	color:#FFF;
	font-size:0.8rem;
	padding:5px 10px;
	margin:0;	
	opacity:1;
	clip:inherit;
	overflow:visible;
	background:rgba(0,0,0,.7);
}
.acKey,
.acKey a {
	color:transparent;
	font-size:0.8rem;
}
.acKey:hover,
.acKey:focus,
.acKey a:hover,
.acKey a:focus {
	color:#FFF;
}
a:focus, button:focus, input:focus, select:focus {
	outline:2px dotted #F00 !important;
}
nav{
	position: fixed !important;
	width: 100%;
	z-index: 100;
}
.navbar .sr-only-focusable{ position:absolute;}
nav .mobileNav{display: none;}
.navbar{margin-bottom: 0px !important;}
.navbar-nav > li > a.acKey{display:inline-block; padding:0;}
.navbar-nav > li.chbt{display: flex;align-items: center;}
/**/
.demo{padding: 25px 0;}
.main-timeline{ font-family: Arial, sans-serif; }
.main-timeline:after{
	content: '';
	display: block;
	clear: both;
}
.main-timeline:before{
	content: '';
	height: 100%;
	width: 2px;
	border: 3px solid #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top:25px;
}
.main-timeline .timeline{
	width: 55%;
	padding: 0 70px 0 25px;
	margin: 0 50px 0 -55px;
	float: left;
	position: relative;
	color: #fff !important;
	text-align: center;
}
.main-timeline .timeline-content{
	padding:30px;
	border: 2px solid #BA5B17;
	border-radius: 6px;
	background-color: #BA5B17;
	display: block;
	position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:after{
	content: '';
	background-color: #BA5B17;
	height: 18px;
	width: 18px;
	position: absolute;
	right: -6px;
	top: 12px;
	clip-path: polygon(0 0, 100% 100%, 0 100%);	
	transform: rotate(225deg);
}
.main-timeline .timeline-year{
	color: #fff;
	background-color: #BA5B17;
	font-size:1.5em;
	text-align: center;
	line-height: 60px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	position: absolute;
	right: -112px;
	top:-20px;
	border: 7px solid #fff;
	box-shadow:0px 0px 9px #b1b1b1;
}
/*.main-timeline .timeline-year:after{
	content: '';
	height: 130px;
	width: 130px;
	border: 8px solid #00A79B;
	border-left-color: transparent;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-20deg);
	position: absolute;
	left: 50%;
	top: 50%;
}*/
.main-timeline .timeline-icon{
	color: #fff;
	background-color: #00A79B;
	font-size: 2.1875em;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -25px;
	transition: all 0.3s;
}
/*.main-timeline .title{*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	font-size: 1.375em;*/
/*	font-weight: 600;*/
/*	text-transform: uppercase;*/
/*	line-height: 30px;*/
/*	letter-spacing: 1px;*/
/*	margin: 20px 10px;*/
/*}*/
.main-timeline .description{
	text-align: center;
	color: #fff;
	font-size: 1em;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 20px 10px;
}
.main-timeline .timeline:nth-child(even){
	padding: 100px 25px 0 70px;
	margin: 0 -55px 0 50px;
	float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
	padding: 30px;
	border-radius: 6px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
	transform: rotate(45deg);
	right: auto;
	left: -6px;
	clip-path: polygon(0 0, 100% 100%, 0 100%);	
}
.main-timeline .timeline:nth-child(even) .timeline-year{
	right: auto;
	left: -112px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:after{
	transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
	left: auto;
	right: -30px;
}
.timeline:nth-child(4n+2) .timeline-content,
.timeline:nth-child(4n+2) .timeline-year:after{
	border-color: #49832A;
}
.timeline:nth-child(4n+2) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+2) .timeline-content,
.timeline:nth-child(4n+2) .timeline-content:after,
.timeline:nth-child(4n+2) .timeline-icon,
.timeline:nth-child(4n+2) .timeline-year{
	background-color: #49832A;
}
.timeline:nth-child(4n+3) .timeline-content,
.timeline:nth-child(4n+3) .timeline-year:after{
	border-color: #d3d543;
}
.timeline:nth-child(4n+3) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+3) .timeline-content,
.timeline:nth-child(4n+3) .timeline-content:after,
.timeline:nth-child(4n+3) .timeline-icon,
.timeline:nth-child(4n+3) .timeline-year{
	background-color: #d3d543;
	color:#333333;
}
.timeline:nth-child(4n+4) .timeline-content,
.timeline:nth-child(4n+4) .timeline-year:after{
	border-color: #deb656;
}
.timeline:nth-child(4n+4) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+4) .timeline-content,
.timeline:nth-child(4n+4) .timeline-content:after,
.timeline:nth-child(4n+4) .timeline-icon,
.timeline:nth-child(4n+4) .timeline-year{
	background-color: #deb656;
	color:#333333;
}
.timeline:nth-child(4n+5) .timeline-content,
.timeline:nth-child(4n+5) .timeline-year:after{
	border-color: #BA5B17;
}
.timeline:nth-child(4n+5) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+5) .timeline-content,
.timeline:nth-child(4n+5) .timeline-content:after,
.timeline:nth-child(4n+5) .timeline-icon,
.timeline:nth-child(4n+5) .timeline-year{
	background-color: #BA5B17;
}





.timeline:nth-child(4n+6) .timeline-content,
.timeline:nth-child(4n+6) .timeline-year:after{
	border-color: #4E72C6;
}
.timeline:nth-child(4n+6) .timeline-year:after{ border-left-color: transparent; }
.timeline:nth-child(4n+6) .timeline-content,
.timeline:nth-child(4n+6) .timeline-content:after,
.timeline:nth-child(4n+6) .timeline-icon,
.timeline:nth-child(4n+6) .timeline-year{
	background-color: #4E72C6;
}


/*.timeline:nth-child(2){*/
/*	margin-top:-700px !important;*/
/*}*/



#lo_n2{margin-top:-700px;}
#lo_n3{margin-top:-400px;}
#lo_n4{margin-top:-550px;}
#lo_n5{margin-top:-450px;}
#lo_n6{margin-top:-300px;}

/*側邊聯絡欄 start*/
.contactIcon{
	font-size:2.625em;
	position: fixed;
	right: 3%;
	bottom: 10%;
	z-index: 999;
}

.contactIcon ul{
	list-style-type: none;
	padding: 5px;
}

.contactIcon ul li{
	padding: 0px;
}

.contactIcon ul li i{
	transition: all ease-in-out 0.5s;
	-webkit-filter: contrast(100%); /* Safari */
	filter: contrast(100%);
	opacity: 0.9;
}
.mobile-p ul li:has(strong:first-of-type)::marker,
.mobile-p ol li:has(strong:first-of-type)::marker{ font-weight:bold;}
.mx-auto article{ font-size:1.125em; line-height:180%;}
.mx-auto article h3{font-weight:bold;line-height:180%}
.mx-auto article > p + p{ margin-top:2em;}
@media screen and (min-width:768px){
	.mx-auto article h3{ font-size:1.875em;}
}
/*hover transform*/
.contactIcon ul li i:hover{
	transform:scale(1.2);
	-ms-transform:scale(1.2); 	/* IE 9 */
	-moz-transform:scale(1.2); 	/* Firefox */
	-webkit-transform:scale(1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2); 	/* Opera */
	-webkit-filter: contrast(110%); /* Safari */
	filter: contrast(110%);
	opacity: 1;
	color: #ffb267 !important;

}
/*側邊聯絡欄 end*/

.chbt a{
	margin-top: 8px;
	color:#B16106 !important;
}
.chbt a:hover{
	color:#C75000 !important;
}

@media screen and (max-width:767px){
	body{
		overflow-x: hidden !important;
	}

	nav .container{
		display: none;
	}

	nav .mobileNav {
		width: 100% !important;
		display:flex;
		justify-content: space-between;
		align-items:start;
		padding: 0 2rem !important;
		margin: 0 !important;
	}

	.mobile-p{
		padding: 0 4rem !important;
	}


	#lo_n2,#lo_n3,#lo_n4,#lo_n5,#lo_n6 {margin:0;}
	.main-timeline:before{ display: none; }
	.main-timeline .timeline{
		width: 100%;
		padding-top: 80px;
		padding-right: 12px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline:nth-child(even){
		padding-left: 10px;
		padding-top: 80px;
		margin-bottom: 20px;
	}
	.main-timeline .timeline-content,
	.main-timeline .main-timeline .timeline:nth-child(even) .timeline-content{
		background-color: #BA5B17;
		padding-top: 25px;
	}
	.main-timeline .timeline-content:after{ display: none; }
	.main-timeline .timeline-year{
		font-size: 1.5em;
		line-height: 70px;
		height: 70px;
		width: 70px;
		right: 0;
		top: -65px;
	}
	.main-timeline .timeline-year:after{ display: none; }
	.main-timeline .timeline:nth-child(even) .timeline-year{ left: 3px; }
}
@media screen and (max-width:567px){
	body{
		overflow-x: hidden !important;
	}
	.main-timeline .title{ font-size: 1.125em; }
}