@charset "utf-8";

/**
 * =================================================================================
 * 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: 0.75em;
	color: #666666;
	line-height: 1.5em;
	border-collapse: collapse;
	letter-spacing:-0.01em;
	background: url(/assets/img/www/Common/sub_top_bg.gif) no-repeat center top;
}

#popup {background:none;}

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 버그 있음 */
}

legend {
	position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0; padding:0px;
}

hr {
	display:none;
}

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;
}

 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{
	margin: 0px;
	padding: 0px;
	font-family: "돋움", Dotum, "굴림", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	font-size: 12px;
	color: #555555;
	background: white;
	vertical-align: middle;
	border: 1px solid #CCD2DA;
}

input.checkbox{
	padding-top: 2px;
	height: 14px;
	border: none;
	background:none;
}

input.image{
	padding-top: 0px;
	height: 22px;
	border: none;
}


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;
	background:none;
	
}
input[type="checkbox"]{
	border:none;
}

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: #000;
	text-decoration: none;
}

/*=================================================================================
 * Default Common Style Definition
 =================================================================================*/
.Hearing {
	position: absolute;
	left: -10000px;
	top: 0px;
}

/*=================================================================================
 * 공지 이미지 위치변경		20130808 : sdy : 공지의 N 이미지 위치 변경
 =================================================================================*/
#newNotice{
	vertical-align: middle;
}

/*=================================================================================
 * 20130902 : sdy : [SFR-공통-001-F] 신 홈페이지로의 개편 : 사업안내/신청 : 인증/검사신청
 =================================================================================*/
div.tab08{border-top:1px dashed #b1b19d;border-bottom:1px dashed #b1b19d;padding:5px;display: inline-block}
div.tab08 li{float:left;width:102px;text-align:center}
div.longDesk00{clear:both;margin-top:20px;width:630px;height:178px;background:url('/minwon/dq/img/process_1.gif') no-repeat;text-indent:-9999px}
div.longDesk01{clear:both;margin-top:20px;width:630px;height:238px;background:url('/minwon/dq/img/process_2.gif') no-repeat;text-indent:-9999px}

div.srch7607{border:3px solid #ededed;radius:3px;width:600px;padding:10px;border-radius:8px}
ul.icmenu{clear:both;margin:10px 0 0 15px;display: inline-block}
ul.icmenu li{float:left;width:200px;height:70px;margin-bottom:18px;text-align:center;display: inline-block}
