@charset "utf-8";
/*
    Document   : common
    Created on : 2009. 12. 12, 오후 1:29:03
    Author     : yoojongwoo
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



root {
    display: block;
}
body{text-align:center; background:#d6d6d6; font-family:arial,dotum,tahoma,sans-serif;  }
img{vertical-align:top; }
object{outline:none;}
/*
a {cursor:pointer;}
a:link { text-decoration:none; cursor:pointer; }
a:hover { text-decoration:underline; cursor:pointer;}
a:visited { text-decoration:none;  cursor:pointer;}
a:active { text-decoration:underline;  cursor:pointer;}
*/

a{ text-decoration:none;}
a:link { text-decoration:none; }
a:hover { text-decoration:underline; }
/*.textBox_type1 a:visited { text-decoration:none;  }*/
a:active { text-decoration:underline;  }

*{
	margin: 0px;
	padding: 0px;
	/* [disabled]border:0px; */
}

.png24 {  tmp:expression(setPng24(this));   }
.cl{clear:both;width:0px; height:0px; margin:0px; padding:0px; border:0px;  overflow:hidden;}
.cl_withLine_type1{clear:both; height:1px; margin:0px; padding:0px; border:0px;  overflow:hidden; background:#ececec;}

#wrap{width:1048px;}
#header{width:100%;  text-align:left; position:relative; left:0px; top:0px; z-index:1;  }
#logo{width:99px; height:38px; background:url(../images/logo.jpg) no-repeat; font-size:0px; color:#ffffff; text-decoration:none; display:inline; position:absolute; left:3px; top:26px; z-index:30; cursor:pointer; }
#logo a{text-decoration:none; color:#ffffff; display:block; width:99px; height:38px;}
#logo a:hover{text-decoration:none;}


#container{width:100%; text-align:left; position:relative; left:0px; top:0px; z-index:9; }
#snb{text-align:left;}
#content{text-align:left;}
#footer{height:92px;  text-align:left; background:#d6d6d6; text-align:center; position:relative; left:0px; top:0px; z-index:15; }


/* footer */
.footer_{width:1048px; height:92px; position:relative;  text-align:left;  z-index:17; background:#d6d6d6;}
.footer_ .logo{width:62px; height:24px;  background:url(../images/logo_footer.jpg) no-repeat; color:#d6d6d6; text-decoration:none; font-size:0px; text-align:left; line-height:1px;  font-weight:normal; position:absolute; left:7px; top:18px;  cursor:pointer;}
.footer_ .logo a{text-decoration:none; color:#d6d6d6; display:block; width:62px; height:24px;}
.footer_ .logo a:hover{text-decoration:none;}

.footer_ address{position:absolute; left:82px; top:18px; font-style:normal;}
.footer_ address .name{color:#777777; font-size:11px; }
.footer_ address .address{color:#9d9d9d; font-size:11px; }
