<!--	

/* 일반 버튼 */

.btn {
	font:13px/30px Arial, Helvetica;
	text-decoration:none;
	padding:6px 9px;
	margin:0px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-radius:2px;
}

/* 폼 버튼 큰 것 */
.btnf{
	font:15px/30px Arial, Helvetica;
	font-weight:bold;
	text-decoration:none;
	padding: 7px 15px;
	margin:0px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
}

/* 폼 버튼 작은 것 */

.btnfs{
	font-family:Dotum, "돋움", serif, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
	margin:0px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-radius:2px;
}

.btnh{
	font-family:Dotum, "돋움", serif, sans-serif;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	padding:3px 5px 3px 5px;
	margin:0px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-radius:2px;
}


/* TOP 작은 버튼 */

.btnt {
	font-family:Dotum, "돋움", serif, sans-serif;
	font-size:10px;
	line-height:10px;
	text-decoration:none;
	padding:1px 5px 1px 5px;
	margin:0px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-radius:2px;
}

/* 큰 버튼 */



.btn_big {
	font:18px/30px "Lato", Arial, Helvetica, sans-serif ;
	font-weight: bold;
	text-decoration:none;
	padding:10px 30px 10px 30px;
	margin:0px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-radius:20px;
}


/* COLOR */

.green{color:#fff;border-color:#3F6200;background:#639A00;}
.green:hover{background:#3F6200;}

.blue{color:#fff;border-color:#1e65a7;background:#2c7fc1;}
.blue:hover{background:#1e65a7;}

.red{color:#fff;border-color:#A92100;background:#FF3300;}
.red:hover{background:#A92100;}

.orange{color:#fff;border-color:#B74900;background:#FF6600;}
.orange:hover{background:#B74900;}

.gray{color:#fff;border-color:#666;background:#999;}
.gray:hover{background:#666;}

.black{color:#fff;border-color:#000;background:#333;}
.black:hover{background:#666;}

.white{color:#000;border-color:#fff;background:#fff;}
.white:hover{background:#efefef;}

.b_print{color:#fff;border-color:#025202;background:#107b10;padding-left:23px;background-image:url('../img/b_print.png');background-repeat:no-repeat;background-position:0% 50%;}
.b_print:hover{background:#025202;background-image:url('../img/b_print.png');background-repeat:no-repeat;background-position:0% 50%;}

.b_excel{color:#fff;border-color:#025202;background:#107b10;padding-left:23px;background-image:url('../img/b_excel.png');background-repeat:no-repeat;background-position:0% 50%;}
.b_excel:hover{background:#025202;background-image:url('../img/b_excel.png');background-repeat:no-repeat;background-position:0% 50%;}

.b_word{color:#fff;border-color:#164185;background:#2b569a;padding-left:23px;background-image:url('../img/b_word.png');background-repeat:no-repeat;background-position:0% 50%;}
.b_word:hover{background:#164185;background-image:url('../img/b_word.png');background-repeat:no-repeat;background-position:0% 50%;}

/* 셀 배경 COLOR */

.ov_blue{background:#fff;}
.ov_blue:hover{background:#D0FFA2;}

.ovc_blue{background:#fff;cursor:pointer;}
.ovc_blue:hover{background:#D0FFA2;}


/* 화살표 버튼 */

.btn_bar_next{
	font:12px/25px Arial, Helvetica;
	text-decoration:none;
	padding:3px 23px 3px 7px;
	margin:0px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-radius:0px 10px 10px 0px;
	background-image:url('../img/arrow_bar_next.png');
	background-repeat:no-repeat;
	background-position:97% 50%;
}
.btn_bar_pre{
	font:12px/25px Arial, Helvetica;
	text-decoration:none;
	padding:3px 7px 3px 23px;
	margin:0px;
	cursor:pointer;
	border-style:solid;
	border-width:1px;
	border-radius:10px 0px 0px 10px;
	background-image:url('../img/arrow_bar_pre.png');
	background-repeat:no-repeat;
	background-position:3% 50%;
}
-->