@charset "utf-8";


/*사이드메뉴*/

.sidebar {
	float:left;
    width:16%;
	padding:20px 10px 10px 20px;
}

.left-tit {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    height: 55px;
    line-height: 33px;
	padding-top:10px;
	margin-left: 20px;
}

.left-tit.type01 {
    letter-spacing: -4px;
}

.leftMenu li a {
    /* border-bottom: 1px solid #e1e1e1; */
    cursor: pointer;
    display: block;
    /* height: 48px; */
    padding: 0 20px;
}

.leftMenu li.top a {
    border-top: 1px solid #e1e1e1;
}

.leftMenu li a span {
    background: url("/resources/images/left_menu_off.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #4d4c4c;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 48px;
    line-height: 50px;
}


.leftMenu li a.on span {
    color: #0000ff;
	background: url("/resources/images/left_menu_on.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
