/* 기본 적용 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(/skin/html/basic/images/common/bletTopMenu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.forBtNoBlet {
	padding:0 5px 0 10px;
}
/* 탑메뉴 끝 */

/* 메인 BG 시작 */
.forBgTop {
	background-repeat:repeat-x;
	background-position:top;
}

.forBgBottom {
	background-repeat:repeat-x;
	background-position:bottom;
}
/* 메인 BG 끝 */

.articleBlet {
	padding:0 0 0 8px;
	background-image: url(/skin/html/basic/images/main/bletForArticle.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.forSelect {
	width:200px;
	height:17px;
	line-height:17px;
	font-size:10px;
}
.forSelect2 {
	width:90px;
	height:17px;
	line-height:17px;
	font-size:10px;
}


/* by minyoung */
.selectBox{
	font-size: 11px;
	color: #4d4d4d;
	height: 20px;
	width: 180;
}

.sectionTopMenu{
	background-image: url(/skin/html/basic/images/main02/sectionTopMenu.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding:0 10px 0 10px;
}

ul {
	margin: 0px;
	list-style-type: none;
}

li.sectionBottomMenu{ /*하단메뉴*/
	background-image: url(/skin/html/basic/images/main02/sectionBottomMenu.jpg);
	background-repeat: no-repeat;
	background-position: 100% 48%;
	padding: 0 15px 0 15px;
	float: left;
}

.bletBlueSquare{
	background-image: url(/skin/html/basic/images/main02/bletBlueSquare.jpg);
	background-repeat: no-repeat;
	background-position: 0 45%;
	padding-left: 10px;
	color: #666666;
}

#topMenu { float:right; }
#topMenu li { background: url(/skin/html/basic/images/main02/common/bgColon.jpg) no-repeat 100% 50%; padding:0 5px 0 5px; float:left; }

#navi { height:65px; background: url(/skin/html/basic/images/main02/common/bgNavigation.jpg) no-repeat; }
.naviTitle { padding-left:50px; float: left; }
.naviText { font-size:11px; font-family:dotum,굴림,sans-serif; color:#999; padding:10px 50px 0 0; float: right; }
.content { background: url(/skin/html/basic/images/main02/common/bgContentBox.jpg) no-repeat 100% 0; padding:0 0 50px 0; }

#footer { background: url(/skin/html/basic/images/main02/common/lineGray.jpg) repeat-x; }
#copy
right { width:970px; height:120px; background: url(/skin/html/basic/images/main02/common/textCopyright.jpg) no-repeat; }
/* by minyoung */