.intro {
	width: 100%;
	text-align: center;
	height: 250px;
}

.intro ul {
	padding: 0;
}

.intro li {
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}

.box {
	width: 100%;
	height: 200px;
	background-color: white;
	padding: 0px;
	opacity: .95;
	border-radius: 0.5em;
}

.padding {
	padding: 5px;
}

.icon {
	height: 50px;
}

.title-box {
	color: #744c24;
}

.title-chi {
	font-size: 14pt;
}

.title-eng {
	font-size: 8pt;
}

.content {
	text-align: left;
	text-align: justify;
	text-justify: inter-word;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 15px;
	color: #444;
}

.intro-icon {
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 1;
}

.icon01 {
	background: url("../img/intro01.svg") no-repeat;
}

.icon02 {
	background: url("../img/intro02.svg") no-repeat;
}

.icon03 {
	background: url("../img/intro03.svg") no-repeat;
}

.icon04 {
	background: url("../img/intro04.svg") no-repeat;
}

.intro-title-table {
	display: table;
}

.intro-title {
	height: 60px;
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.intro-title-chi {
	font-size: 14pt;
}

.intro-title-eng {
	font-size: 8pt;
	vertical-align: bottom;
	height: 40px;
}

.intro-content {
	text-align: left;
}