@charset "euc-kr";
@import url(common.css);
/*  Default */
form, p 	{
     margin: 0;
     padding: 0;
}

img, 
input.type-image {
	border: 0 none;
}

body {
	margin: 0;
	padding: 0;
	background: #666;
}
td {
     color: #7A7A7A;
     font-size: 12px;
     line-height: 18px;
     word-spacing: -1px;
     font-family: Gulim, "±¼¸²", Dotum, "µ¸¿ò", Dotumeche, "µ¸¿òÃ¼", sans-serif,    Arial;
}

/* IMG Rollover ÀÌ¹ÌÁö ·Ñ¿À¹ö½Ã »ç¿ë */ 
a.rollover img {
     border-width: 0px; 
     display: block;
}
a.rollover img.rollover {
     display: none;
}
a.rollover:hover {
     position: relative;
}
a.rollover:hover img {
     display: none;
}
a.rollover:hover img.rollover {
     display: block;
}

/* Default Link */
a:link, a:visited {
      font-size: 12px;
      color: #2A2A2A;
      text-decoration:none; 
}
a:active, a:hover {
      font-size: 12px;
      color: #000;
      text-decoration: none;
}

/* Path link */
td.path {
     padding: 9px 20px 0px 0px;
     font-size: 11px;
     color: #797979;
     letter-spacing: -1px;
}
a.path:link, a.path:visited, a.path:active {
     font-size: 11px;
     color: #ADADAD;
     letter-spacing: -1px;
     text-decoration: none;
}
a.path:hover {
     font-size: 11px;
     color: #ADADAD;
     letter-spacing: -1px;
     text-decoration: none;
}

/* Background class */
.bg-x {
     background-repeat: repeat-x;  /* °¡·Î·Î¸¸ ¹Ýº¹ */
}
.bg-y {
     background-repeat: repeat-y;  /* ¼¼·Î·Î¸¸ ¹Ýº¹ */
}
.bg-one {
     background-repeat: no-repeat;  /* ÇÑ¹ø¸¸ */
}


/* Input, Textarea, select*/
select, option { border:1px solid #3D3D3D; font-family:µ¸¿ò;font-size:9pt; } 
input.type-text, 
textarea {border: 1px solid #E0E0E0;font-size:9pt;color:#E0E0E0
	background: #ffffff;
}
input, select {
    border: 1px solid #D0D0D0;font-size:9pt;color:#7A7A7A; background: #ffffff;height:19;margin:0 0 0 5;
}

/* ETC  */
.border_n {
     border:none; 
}

.letter {
     letter-spacing: -0.1em;
     word-spacing: -0.1em;
}
.eng { /* À§ÀÇ ·¹ÅÍÅ¬·¡½º¿¡¼­ ¿µ¹®°ú ¼ýÀÚ¿¡ ¾²ÀÓ */
     letter-spacing:-0.0em;
     word-spacing:-0.0em;
} 
