
/*서브-왼쪽메뉴*/
#left{width:200px;}
#left dl{width:100%; text-align:center; font-size:0; margin-top:20px}
#left dt{font-size:28px; font-weight:600; line-height:28px; background:#fcb61f; text-align:center; color:#fff; box-sizing:border-box; padding:25px 0 18px 0; border-bottom:1px solid #fcb61f; border-radius:8px 8px 0 0; }
#left dt p{font-size:13px; color:#fff;}
#left dd{display:block; margin:0; padding:0; text-align:left;}
#left dd a{display:block; background:#f8f7f7; line-height:40px; height:40px; color:#737373; font-size:14px; border-bottom:1px solid #DDDDDD; border-top:0; text-indent:15px;}
#left dd a:hover{color:#000; background:#ececec; text-decoration:none; font-weight:600;}
#left dd a.on{color:#fff; background:#211f24; font-weight:600; letter-spacing:-1.5px;}
@media (max-width: 991px) {
#left{width:100%;}
#left dl{margin-top:0;}
#left dt{font-size:19px; line-height:1.8em; width:100%; padding:8px; border-bottom:0; background:none; color:#000; margin:10px 0 0 0; background:url(bar1.gif) no-repeat center top; }
#left dt p{display:none;}
#left dd a{line-height:35px; height:35px; font-size:13px; text-indent:10px; margin:0 10px 0 10px ; border-radius:5px; border:1px solid #f1f1f1;}
#left dd a.on{border:1px solid #2682bd;}
}
