@charset "euc-kr";

@import url(base.css);
@import url(layout.css);
@import url(board.css);

/* * html .top li.l { 
	margin: 0 -1px;
}
/* IE6 */

/* *:first-child+html .top li.l {
	margin: 0 -1px;
}
 /* IE7 */

/**********************************
main
***********************************/
.mainFla {
	width: 709px;
	height: 257px;
	padding: 0 37px 20px 0;
	position: relative;
	z-index: 0;
}

.contents {
	width: 709;
	padding: 0 37px 0 0;
	margin: 0 auto;
	text-align: center;
}

.contents .con1 {
	float: left;
	width: 341px;
	height: 103px;
	border: 1px solid #E6E6E6;
	background-color: #FBFBFB;
	position: relative;
	left: 4px; top:0;
}

.contents .con1 .img {
	float: left;
	width: 80px;
	height: 80px;
	padding: 12px 15px 0 14px;
	display: inline;
}

.contents .con1 .tit {
	float: left;
	position: relative;
	top: 11px;
	text-align: left;
}

.contents .con1 .tit li,
.contents .con1 .tit li a {
	font-family: dotum, arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	margin-top: 7px;
}

.contents .con1 .tit li.btn {
	position: relative;
	top: -3px;
}

.contents .con2 {
	float: right;
	width: 341px;
	height: 103px;
	border: 1px solid #E6E6E6;
	background-color: #FBFBFB;
	position: relative;
	right: 5px; top:0;
}

.contents .con2 .img {
	float: left;
	width: 80px;
	height: 80px;
	padding: 12px 15px 0 14px;
	display: inline;
}

.contents .con2 .tit {
	float: left;
	position: relative;
	top: 11px;
	text-align: left;
}

.contents .con2 .tit li,
.contents .con2 .tit li a {
	font-family: dotum, arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	margin-top: 7px;
}

.contents .con2 .tit li.btn {
	position: relative;
	top: -3px;
}

.contents .con3 {
	float: left;
	width: 354px;
	height: 88px;
	position: relative;
	left: 0px; top: 20px;
	_margin-bottom: -16px;
}
*:first-child+html .contents .con3 {margin-bottom: -16px;} /* IE7 */

.contents .con4 {
	float: right;
	width: 355px;
	height: 88px;
	position: relative;
	right: 0px; top: 20px;
	_margin-bottom: -16px;
}
*:first-child+html .contents .con4 {margin-bottom: -16px;} /* IE7 */

* html .contents .ln { 
	width: 709px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	top: 50px;
}
/* IE6 */

*:first-child+html .contents .ln {
	width: 709px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	top: 50px;
} /* IE7 */


/**********************************
top
***********************************/
.top {
	float: right;
	padding-right:40px;
	height: 14px;
	text-align: right;
}

.top li {
	display: inline;
}

.top li img {
	margin: 0;
	padding: 0 5px;
	border: 0;
}

.top li.l {
	padding: 0;
}

*:first-child+html .top li.l { /* IE7 */
	margin: 0 -1px;
}

* html .top li.l { /* IE6 */
	margin: 0 -1px;
}

/**********************************
btm
***********************************/
.ln {
	width: 709px;
	border-bottom: 1px solid #E6E6E6;
}

.btm {
	float: right;
	width: 430px;
	height: 45px;
	padding: 17px 0 23px 0;
	text-align: right;
}

.btm li {
	display: inline;
}

.btm li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.btm li.logo {
	margin-right: 14px;
}

.btm li.l {
	padding: 0 4px;
}

*:first-child+html .btm li.l { /* IE7 */
	padding: 0 3px;
}

* html .btm li.l { /* IE6 */
	padding: 0 3px;
}

.btm .select {
	display: inline;
	width: 130px;
	height: 22px;
	font-family: dotum, arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	border: 1px solid #ccc;
	margin-left: 9px;
}

*:first-child+html .btm .select { /* IE7 */
	display: inline;
	width: 130px;
	height: 22px;
	font-family: dotum, arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	border: 1px solid #ccc;
	margin-left: 9px;
	position: relative;
	top: 2px;
}
/* lnb navi controll */
#fla2 {
	width:100px !important;
	overflow:hidden;
}
#fla2.naviover,
#leftNav.naviover {
	width:350px !important;
}
#fla2.naviout {
	width:100px;
	overflow:hidden;
}
#leftNav.naviout {
	width:260px;
	overflow:hidden;
}
	#leftNav.naviout #fla1 {
		position:relative;
		*left:175px;
	}