.honghak .tit {
	position: relative;
}
.honghak .tit h1 {
	font-size: 29px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5em;
}
.honghak .tit h1:after {
	position: absolute;
	top: 125%;
	left: 49%;
	width: 20px;
	height: 3px;
	background-color: #ff530d;
	content: "";
}

.honghak .member {
	padding-top: 60px;
	height: 100%;
	overflow: hidden;
}
.honghak .member h2 {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.honghak .member p {
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
}
.honghak .member ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.honghak .member .ico {
	position: absolute;
	top: 12px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #bdd4de;
	font-size: 10px;
	text-align: center;
	line-height: 40px;
}
.honghak .member .ul_a {
	margin-top: 60px;
}
.honghak .member .li_a {
	display: table;
	position: relative;
	float: left;
	width: 50%;
	min-height: 441px;
	margin-bottom: 30px;
}
.honghak .member #lawyer1 {
	width: 100%;
	height: 441px;
	background: url(./files/faceOff/204/images/lawyer1.png) 50% 50% no-repeat;
}
.honghak .member #lawyer2 {
	width: 100%;
	height: 441px;
	background: url(./files/faceOff/204/images/lawyer2.png) 50% 50% no-repeat;
}
.honghak .member #lawyer3 {
	width: 100%;
	height: 441px;
	background: url(./files/faceOff/204/images/lawyer3.png) 50% 50% no-repeat;
}
.honghak .member #lawyer4 {
	width: 100%;
	height: 441px;
	background: url(./files/faceOff/204/images/lawyer4.png) 50% 50% no-repeat;
}
.honghak .member #lawyer5 {
	width: 100%;
	height: 441px;
	background: url(./files/faceOff/511/images/lawyer5.png) 50% 50% no-repeat;
}
.honghak .member .ul_aa {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.honghak .member .li_aa {
	position: relative;
	padding: 0;
	margin: 0;
}
.honghak .member .li_ab {
	position: relative;
	height: 20px;
	padding: 0;
	margin: 0;
}
.honghak .member .li_ac {
	position: relative;
	padding: 0 0 0 29px;
	margin: 0;
}
.honghak .member .vcontainer {
	display: table-cell;
	vertical-align: middle;
}
@media all and (max-width: 479px) {
	.honghak .member {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		padding-top: 60px;
		padding-left: 3%;
		padding-right: 3%;
	}
	.honghak .member .ul_a {
		width: 100%;
		margin-top: 50px;
		padding: 0;
	}
	.honghak .member .li_a {
		width: 100%;
		min-height: 0;
	}
	.honghak .member #lawyer1 {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-size: 100%;
	}
	.honghak .member #lawyer2 {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-size: 100%;
	}
	.honghak .member #lawyer3 {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-size: 100%;
	}
	.honghak .member #lawyer4 {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-size: 100%;
	}
	.honghak .member #lawyer5 {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-size: 100%;
	}
}