@charset "utf-8";
/* CSS Document */

* {
    margin: 0
}
body, select, input{
	font-family: "굴림", "gulim";
	font-size: 12px;
	line-height: 160%;
	color: #333333;
}


img {border: none;}

a:link {color: #333333;text-decoration: none;line-height: 160%;font-size: 12px;}
a:visited {	color: #333333;	text-decoration: none;line-height: 160%;font-size: 12px;}
a:active {	color: #333333;	text-decoration: none;line-height: 160%;font-size: 12px;}
a:hover {	color: #ea6e04;	text-decoration: none;line-height: 160%;font-size: 12px;}

.middle {vertical-align:middle; margin-bottom:2px}

/* ndm style */

.ntxt {
	font-family:"돋움";
	font-size:12px;
	color:#666666
}
.notimargin {
	margin-top: 0px;
	margin-left: 20px;
}

/* background */
.mbg01 {
	background:url(../img/bg01.gif) repeat-y;
}
.mbg02 {
	background:url(../img/bg02.gif) repeat-y;
}


.boardtxt{ font-family:"돋움"; font-size:12px; color:#868686;}

a.boardtxt:link {color: #868686;text-decoration: none;line-height: 160%;font-size: 12px;}
a.boardtxt:visited {	color: #868686;	text-decoration: none;line-height: 160%;font-size: 12px;}
a.boardtxt:active {	color: #868686;	text-decoration: none;line-height: 160%;font-size: 12px;}
a.boardtxt:hover {	color: #1454aa;	text-decoration: none;line-height: 160%;font-size: 12px;}

#apDiv1 {
	position:absolute;
	width:310px;
	z-index:1;
	visibility: visible;
}
#apDiv2 {
	position:absolute;
	width:310px;
	z-index:2;
	visibility: hidden;
}


.imgpointer {cursor: pointer;} 