@charset "utf-8";
/* CSS Document */

/*** 關於我們 ***/
.textEditor .aboutSet {}

.textEditor .aboutSet h3 {
	color:#222;
	font-size:15px;
}

.textEditor .aboutSet h3:first-letter {
	color:#8F3421;
	font-size:28px;
}

.textEditor .aboutSet h3 small {
	color:#8F3421;
	font-size:15px;
	margin-left:5px;
}

.textEditor .aboutSet > div {
	border-left:1px dashed #B3B3B3;
	min-height:155px;
	padding:0 20px;
}

.textEditor .aboutSet > div:first-child {
	border:none;
}

@media screen and (max-width: 991px) {
.textEditor .aboutSet > div {
	border:none;
}
}
