/* BASIC css start */
/*¸¶ÀÌÆäÀÌÁöÅ×ÀÌºí*/
#mytable { width: 1000px; height:70px; margin:auto; padding:0 0 0px 0; border:1px solid #ddd; border-bottom:0px; border-right:0px; clear:both; }
#mytable ul { width:100%; clear:both; }
#mytable li {float:left; width:249px;border-bottom:1px solid #ddd;  border-right:1px solid #ddd; text-align:center; height:35px; line-height:35px; background: #fff; }

#mytable li a { color: #222;letter-spacing:0px;font-family: 'Nanum Gothic', sans-serif,'Roboto', sans-serif; font-weight:700; display: block; 
float:left; width:249px;border-bottom:1px solid #ddd;  border-right:1px solid #ddd; text-align:center; height:35px; line-height:35px; background: #fff; }
#mytable li a:hover { background: #f2f2f2;color: #000; }
/* BASIC css end */

