/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* default.css - Type Selector Definition */
TD {line-height:120%;}

/* Default Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }

/* Site Layout - Body Wrap */
body { background:#252525;}
#outlog { width:770px; position:relative; margin-bottom:0px;}
#bodyWrap { width:770px; margin:1.5em auto 0 auto;}

#content_main A:link    {color:#909090;text-decoration:none;}
#content_main A:visited {color:#909090;text-decoration:none;}
#content_main A:active  {color:#909090;text-decoration:none;}
#content_main A:hover  {color:#b9b9b9;text-decoration:none;}


/* Site Layout - Header */
#header { position:relative; width:770px; height:40px;  no-repeat right top; margin-bottom:10px; z-index:99;}
#header h1 { margin:0; padding:0; position:absolute; top:32px; left:25px;}

#gnb { position:absolute; top:5px; left:0; height:30px; overflow:hidden; white-space:nowrap; margin-bottom:5px;}
#gnb li {display:inline; float:left; list-style:none; background:url(../images/gray/bgGnbVr.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a { display:inline; float:left; font:11px tahoma; padding:7px 15px 6px 15px; height:10px; color:#aeaeae; white-space:nowrap; text-decoration:none; }
#gnb li a:hover {color:red;}
#gnb li a:focus {color:red;}
#gnb li.on a {color:#ff7635;}

/* Site Layout - Content Body */
#contentBody { overflow:hidden; border-top:0px solid #dddddd; width:770px; margin-right:15px; padding-bottom:30px; background:#f2f2f2 url(../images/gray/bgContentBody.gif) repeat-y left top; border-bottom:0px solid #dddddd;}

/* Site Layout - Column Center */
#columnCenter { width:740px; float:right; margin-bottom:20px; margin-top:20px;}
#content { width:100%;}

/* Site Layout - Footer */
#footer { margin:0; padding:0; border-top:0px solid #f4f4f4; text-align:center; padding:2em 0 4em; clear:both;}
#footer li {font:6pt tahoma; display:inline;}
#footer li.first-child {font:0.75em tahoma; color:#646464; background:none; vertical-align:text-bottom;}
#footer li a {font:0.95em tahoma; color:#646464; text-decoration:none; vertical-align:text-bottom;}
#footer li address { display:inline; }

/* Default Skin - End */

.counter_widget {
    border:0px solid #DDDDDD;
    padding:6px;
	margin-top:25px;
    margin-bottom:10px;
	margin-right:25px;
    color:#999999;
    font-family:tahoma;
    font-size:7pt;
	line-height:120%;
}

.counter_widget ul { text-align:right; margin:0; padding:0; list-style:none; }


