@charset "utf-8";
/* CSS Document */


/*----- 公司介紹 -----*/
h2.aboutTitle {
	font-size: 26px; 
	color: #bb9407;
	font-weight: normal; 
	line-height: 30px; 
	margin: 0 0 20px 0; 
}

.contentTxt {
	line-height: 34px; 
}

.companyVideo {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 70px;
	text-align: center;
}


/*Youtube 影片縮放*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


ul.companyImg {
	margin: 60px 0 35px;
	text-align: center; 
}

ul.companyImg li {
	display: inline-block;
	margin: 0 45px 50px; 
	position: relative; 
}

ul.companyImg li p.aboutTxt {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 17px;
	color: #ecc51b;
	padding: 7px 0;
	background-color: #000;
	filter: alpha(opacity=20); 
	background: rgba(0, 0, 0, 0.20);
	text-align: center;
	z-index: 11;
}

.history {
	margin: 20px 0 75px; 
}

.history h4 {
	font-size: 34px; 
	color: #4c3c32;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: 2px solid #574539;
	text-align: center;
	font-family: 'Philosopher', 微軟正黑體, 新細明體, sans-serif;
}

ul.historyList {
	border-bottom: 1px solid #ccc;
	padding: 14px 5px; 
}

ul.historyList li.year {
	float: left;
	width: 15%;
	font-size: 20px;
	color: #252525;
	padding-right: 20px;
	text-align: center; 
}

ul.historyList li.item {
	float: left;
	width: 85%;
	line-height: 26px;  
}

.subtitle {
	font-size: 34px; 
	color: #4c3c32;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Philosopher', 微軟正黑體, 新細明體, sans-serif;
}




/*----- 公司願景 -----*/
h5.visionTitle {
	font-size: 21px; 
	color: #000;
	font-weight: normal;
	margin: 30px 0 15px 0; 
}

ul.visionList {
	margin-bottom: 50px;
}

ul.visionList:last-child {
	margin-bottom: 0;
}

ul.visionList li {
	margin-bottom: 9px;
	line-height: 28px;
}





@media (max-width: 1199px){

/*----- 公司介紹 -----*/
.companyVideo {
	width: 89%;
}

ul.companyImg li {
	width: 41%;
	margin-left: 37px;
	margin-right: 37px; 
}

ul.companyImg li img {
	width: 100%;
}



}



@media (max-width: 991px){

/*----- 公司介紹 -----*/
ul.companyImg li {
	width: 40.5%;
	margin-left: 28px;
	margin-right: 28px; 
}



	
}


@media (max-width: 767px){

/*----- 公司介紹 -----*/
.companyVideo {
	width: 100%;
	margin-bottom: 60px; 
}

ul.companyImg {
	margin: 50px 0 20px;
}

ul.companyImg li {
	width: auto;
	margin-left: 0;
	margin-right: 0;
}

.history {
	margin: 15px 0 70px; 
}




}


@media (max-width: 640px){



}


@media (max-width: 480px){

/*----- 公司介紹 -----*/
ul.historyList li.year {
	float: none;
	width: 100%;
	padding-right: 0;
	margin-bottom: 5px; 
	text-align: left; 
}

ul.historyList li.item {
	float: none;
	width: 100%;
}



}