/*com2_sec01*/
#com2_sec01 .gray_box {
	background-color: #f7f7f7;
	padding: 15px;
}
#com2_sec01 .root_daum_roughmap .wrap_map {
    height: 400px !important;
}
#com2_sec01 .com_wrp {
	padding: 20px 0;
}
#com2_sec01 .com_wrp h4 {
	position: relative;
}
#com2_sec01 .com_wrp h4 a {
	position: absolute;
	right: 0;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	background-color: #00c73c;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1em;
	padding: 5px 15px;
	top: 5px;
}
#com2_sec01 .com_info {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
#com2_sec01 .com_info li {
	color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
    word-break: keep-all;
    position: relative;
    padding: 15px 0;
    padding-left: 135px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
#com2_sec01 .com_info li span {
	position: absolute;
	left: 15px;
	font-weight: 500;
}
@media (max-width:768px){
	#com2_sec01 .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
	#com2_sec01 .com_info li {
		font-size: 13px;
		padding: 10px 0;
		padding-left: 90px;
	}
	#com2_sec01 .com_wrp h4 a {
		font-size: 10px;
		top: 2px;
	}
}