/****************************************************************************/
/**         Basic Style CSS												   **/
/**------------------------------------------------------------------------**/
/** ÀÛ¼ºÀÚ : ±è¹Î±¸														   **/
/** ÀÛ¼ºÀÏ : 06/11/15													   **/
/** ÃÖ±Ù ¼öÁ¤ÀÏ : 06/11/15												   **/
/****************************************************************************/


/****************************************************************************/
/*** standard style Á¤ÀÇ ****************************************************/
/****************************************************************************/

/* ±âº» ÅØ½ºÆ®¸¦ ¹Ù²Û´Ù. */
html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div,input,textarea,select{font-family:gulim;font-size:11px;text-decoration:none;color:#989898;line-height:18px;}

/*ÀÌ¹ÌÁö º¸´õ°ªÀ» 0À¸·Î ÁöÁ¤ & vertical-align:middle */
img{ border:0px;vertical-align:middle;}

/* table [border="0" cellspacing ="0" cellpadding="0"] Ã³¸®*/
table {border-spacing:0px;border:0px;border-collapse:collapse;}
td, th{padding:0px;}


/*¸µÅ© Á¡¼± ¾ø¾Ö±â*/
a { selector-dummy : expression(this.hideFocus=true);margin:0px;} 

.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}