body{
    background-color:#4d231a;
    font-family:'Helvetica Neue', 'Helvetica', 'Arial', '微軟正黑體', 'sans-serif';

}




/*設置頁首公司名稱元素*/
.primary_header{
    width: 100%;
    background-color: #ffe4ae;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: left;
}

.title{
    font-weight: bold;
    font-style: normal;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: #452009;
    letter-spacing: 2px;
}

.sec_header{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #ffe4ae;
    clear: left;
}

.sec_header ul{
    margin-top: 0%;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;

}


.sec_header ul li{
    list-style: none;
    float: left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: normal;
    color: #452009;
    letter-spacing: 2px;
    transition: all 0.3s linear;
    width:16%;
    text-align: center

}

.sec_header ul li:hover{
    color: #89c5fd;
    cursor: pointer;

}

/* 設置定義左邊文字的內容章節 */
.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #343434;
	padding-bottom: 15px;
    height: 300px;
    margin-top: 15px;
}
/* 設置定義左邊標題 */
.left_article h3 {
	padding-left: 5%;
    margin-top: 30px;
	padding-right: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
/* 設置定義左邊文字內容 */
.left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}

/* 設置定義右邊圖片 */
.right_article {
	width: 40%;
    height: 315px;
	float: right;
    padding-bottom: 0px;
	background-color: #ffffff;
    margin-top: 15px;
    text-align: right;
}
/* 設置定義右邊圖片尺寸大小及位置 */
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	max-width: 100%;
	height: 315px;
	max-height: 100%;
}

/* 設置欄段落水平對齊 */
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
/* 設置欄段落 */
.columns {
	width: 25%;
	float: left;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #A5A5A5;
	line-height: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/* 設置欄區內容文字 */
.columns p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
	padding-left: 14px;
	padding-right: 14px;
}
/* 設置欄區標題文字 */
.columns h4 {
    font-size: 25px;
	text-align: center;
	color: #ffe4ae;
    letter-spacing: 2px;
}
/* 設置欄區圖片為圓型 */
.thumbnail {
	width: 300px;
	border-radius: 50px;
	height: 200px;
	margin-left: auto;
}
/* 設置欄區圖片對齊 */
.thumbnail_align {
	text-align: center;
}

/* 設置左右欄位 */
.column_half {
	width: 50%;
	float: left;
	margin-top: 20px;
}
.column_title {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 設置左欄位 */
.left_half {
	background-color: #86776b;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
/* 設置右欄位 */
.right_half {
	background-color: #86776b1;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.container .column_half.right_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}

