
#today-schedule { width:960px; height:200px; margin:10px 0 10px; padding:10px; background:#f5f5f5; }
#today-schedule #schedule_head { float:left; height:180px; width:150px; margin-right:10px; padding:0; }
#today-schedule #schedule_head .logo { text-align:center; margin-top:10px; }
#today-schedule #schedule_head .title { text-align:center; font-size:28px; padding:20px 0px 20px; font-weight:bold; color:#222222; }
#today-schedule #schedule_head .links { padding:5px; background:#019faa; font-size:16px; text-align:center; color:#fff; }
#today-schedule #schedule_head .links a { color:#fff; }
#today-schedule #schedule_head .control { margin-top:5px; text-align:right; }
#today-schedule #schedule_head .control button { border:0; background:none; font-weight:bold; color:#49a4cb; font-size:14px;}
#today-schedule #schedule_head .control button.prev.disabled { color:#bbb; }
#today-schedule #schedule_head .control button.next.disabled { color:#bbb; }
#today-schedule #schedule_body ul { }
#today-schedule #schedule_body ul li { float:left; height:180px; width:170px; margin-left:10px; padding:10px; background:#fff; font-family:dotum, gulim, arial; }
#today-schedule #schedule_body ul li.now { }
#today-schedule #schedule_body ul li .thumb { width:175px; height:100px; overflow:hidden; }
#today-schedule #schedule_body ul li .thumb img { width:170px; height:100px; }
#today-schedule #schedule_body ul li .time { margin:0; padding:7px 0 3px; font-size:15px; color:#ff5d25; font-weight:bold; }
#today-schedule #schedule_body ul li .time span.onair{  font-size: 11px; color: #fff; background: #ff7733; border-radius: 2px; height: 16px; padding: 1px 5px 1px; margin-left: 10px; display: inline-block; }
#today-schedule #schedule_body ul li .title { margin:0; padding:2px 0 5px; font-size:15px; color:#444; font-weight:bold; } 

