@charset "utf-8";
/* CSS Document */

/*start 왼쪽메뉴 css */
.left_menu{ float:left; position:relative; width:190px; margin:0px 30px 0px 0px; }
.left_menu dl{ }
.left_menu dl dt{ font:bold 28px 'Nanum Gothic',NanumGothicBoldWeb,Dotum; width:190px; height:36px; background:url(/img/left_dt_bg.gif) no-repeat; color:#175ed2; text-align:left; }
.left_menu dl dd{ font:normal 14px 'Nanum Gothic',NanumGothicBoldWeb,Dotum;  border-width:0px 1px 0px 1px; border-top:solid 1px #e8e8e7; line-height:120%; text-align:left; }
.left_menu dl dd a{ display:block; padding:8px 0px 6px 5px; color:#444444; font-weight:bold;}
.left_menu dl dd a:hover{ background:#0054a0; color:#fff; }
.left_menu dl dd.on2{ border-bottom:solid 1px #c7cad1; font:normal 14px 'Nanum Gothic',NanumGothicBoldWeb,Dotum; padding:6px 0px 4px 5px; background:#0054a0; color:#fff; }
.left_menu dl dd.on a{ font:bold 14px 'Nanum Gothic',NanumGothicBoldWeb,Dotum; background:#0054a0 url(/images/sub_img/on_arrow.gif) no-repeat 150px 12px; color:#fff; }
.left_menu dl dd.last{ width:190px; height:8px; }
.left_menu dl dd.first{ border-top:none; }



/*end 왼쪽메뉴 css */