/* 왼쪽 사이드 메뉴 스타일 */
#wrap #content .content_wrap .left_sidebar ul li:nth-of-type(1) { background:#f8f8f8; }
#wrap #content .content_wrap .left_sidebar ul li:nth-of-type(1) a { color:#1d90d2; } 

/* 오른쪽 컨텐츠 스타일 */
#wrap #content .content_wrap .right_content .content_01 {
	float:left; width:50%; box-sizing:border-box; padding-right:12.5px;
}
#wrap #content .content_wrap .right_content .content_02 {
	float:left; width:50%; box-sizing:border-box; padding-left:12.5px;
}
#wrap #content .content_wrap .right_content .content_02 .text_tit { color:#1e91d4; margin-bottom:0; font-weight:bold; }
#wrap #content .content_wrap .right_content .content_02 p { font-size:13px; color:#333333; line-height:20px; margin-bottom:20px; }
