/* 기본 적용 css */
body { font-family:"돋움"; font-size:12px; letter-spacing:-0.02em;color:#5A5A5A; margin:0; }

a, img, input, button, { selector-dummy:expression(this.hideFocus=true); }

a:link { font-family:돋움; font-size:12px; color:#000000; text-decoration:none; line-height:17px; }
a:visited { font-family:돋움; font-size:12px; color:#000000; text-decoration:none; line-height:17px; }
a:active { font-family:돋움; font-size:12px; color:#5A5A5A; text-decoration:none; line-height:17px; }
a:hover { font-family:돋움; font-size:12px; color:#2BA0DA; text-decoration:none; line-height:17px; }

img { border:0; }

td { font-family:"돋움"; font-size:12px; letter-spacing:-0.02em; color:#5A5A5A; line-height:17px; }

input, textarea { border: solid 1px #b3bec4; }

input.radio { border: 0; }

.button { cursor: pointer; }

/* 숫자만입력하는 Input Box */
.ime-mode {
	ime-mode:disabled;
}

/* 탑메뉴 시작 */
.forBt {
	padding:0 5px 0 5px;
	background-image: url(../images/dataBD/common/bletTopMenu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.forBtNoBlet {
	padding:0 5px 0 10px;
}
/* 탑메뉴 끝 */

/* 네비게이션 시작 */
.forNavi {
	text-align: right;
	padding: 30px 0 0 0;
}
.forNaviSelect {
	font-weight: bold;
	color: #f67609;
}
/* 네비게이션 끝 */

/* 컨텐츠 시작 */
.forContent {
	padding:15px 0 50px 0;
}

.forContentBgTop {
	background-repeat:repeat-x;
	background-position:top;
}

.forContentBgBottom {
	background-repeat:repeat-x;
	background-position:bottom;
}
/* 컨텐츠 끝 */
