@charset "euc-kr";

/**
 * =================================================================================
 * INFORMATION
 * ---------------------------------------------------------------------------------
 * @Author 			: JJang. Seon-joo, Jang (jeuse7@hanmail.net)
 * @File Name 	: com.Basis.css
 * @Description : Common Basis Style Sheet
 * @Version 		: 1.1.0
 * @Create Date : 2009.09.07
 * @Update Date : N/A
 * @History			: N/A
 * =================================================================================
 */


/*=================================================================================
 * Default Tag Style Definition
 =================================================================================*/
* {
	border-collapse: collapse;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "µ¸¿ò", Dotum, "±¼¸²", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	border-collapse: collapse;
	letter-spacing:-0.03em;
	/* dhlee_120410 ¾ÆÆÄÄ¡ ¿À·ù·Î ÀÎÇØ »èÁ¦
	background: #fff url(/assets/img/bg/sub_top_bg.jpg) repeat-x top center; 
	*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div, li, dl, dt, dd, form, iframe, p, a, span, blockquote {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px solid transparent;		/* : BUG : Opera 7 ¿¡¼­ border: none ¹ö±× ÀÖÀ½ */
}

hr {
	display: none;
}

legend {
	position:absolute;
	top:0px;
	left:-10000px;
}

label {
	vertical-align: middle;
}

img {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	border: none;
	vertical-align: top;
}

table, th, td {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border-collapse: collapse;
}

input, textarea {
	margin: 0px;
	padding: 0px;
	font-family: "µ¸¿ò", Dotum, "±¼¸²", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	font-size: 12px;
	color: #555555;
	border: 1px solid #CCD2DA;
	background: #FFF;
	vertical-align: middle;
}

input {
	padding-top: 2px;
	height: 14px;
}

textarea {
	padding: 4px 4px 4px 4px;
}

input.image, input.radio, input.checkbox {		/* : FILTER : IE 6 ¿¡¼­ ¼Ó¼º ¼±ÅÃÀÚ Áö¿ø ¾ÈÇÔ */
	padding: 0px;
	height: auto;
	border: none;
	background: none;
}
input[type="radio"], input[type="checkbox"] {
	width: 20px;
}

input.file {		/* : FILTER : IE 6 ¿¡¼­ ¼Ó¼º ¼±ÅÃÀÚ Áö¿ø ¾ÈÇÔ */
	padding: 2px 0px 2px 0px;
	height: auto;
	/*background: #F1F1F1;*/
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color: #FFFFCE;
}

select {
	margin: 0px;
	padding: 0px;
	height: 18px;
	font-size:12px;
	font-family: "µ¸¿ò", Dotum, "±¼¸²", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	color: #555555;
	vertical-align: middle;
}

a:link, a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	font-size: 12px;
	color: #f28a36;
	text-decoration: underline;
}

/*=================================================================================
 * Default Common Style Definition
 =================================================================================*/
.Hearing {
	position: absolute;
	left: -10000px;
	top: 0px;
}
  
/* Modal Container CSS */
#modal_container {
	background-color:#fff;
	overflow:auto;
	font-family:"Lucida Grande",Verdana;
	font-size:12px;
	color:#333;
	text-align:left;
}
#modal_container.test {
	background-color:#900;
	color:#fff;
	padding:30px;
	text-align:center
}
#modal_overlay {
	background-color:#000;
}
#modal_overlay.test {
	background-color:#fff;
}

input.inputfile {
	width:212px;height:18px;position:absolute;top:2;left:-138px;opacity:0;z-index:100;filter:alpha(opacity:0);cursor:pointer;
}

input.inputfile2 {
	width:212px;height:18px;position:absolute;top:2;left:-138px;opacity:0;z-index:100;filter:alpha(opacity:0);cursor:pointer;
}

img.findFile {
	margin-right:5px;vertical-align:middle;
}

li.fileList{
	position:relative;height:18px;width:100%;overflow:hidden;margin-top:5px;
}
