/* 2026 폰트 설정: s (TRA/은행관리) */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
b, strong,
table .calender .week{font-family: "나눔고딕", "Nanum Gothic", sans-serif !important;}
/* 2026 폰트 설정: e */

/* calendar */
.DatePicker
{
	background-color:Red;
	position : fixed;
	height : 1000px;
}
.es_calendar_container{
	width: 175px;
	height: 110px;
}

table .calender
{
	width:175px;
	height:110px;
	background-color:#dddddd;
	font-family:Dotum; 
	font-size:11px;
}

table .calender tbody td
{
	padding : 0;
	border : 0;
	margin : 0;	
	text-align:center;
}
table .calender select
{
	font-family:Dotum; 
	font-size:11px;
	color:#000000;
}

table .calender .week 
{
	font-family:Dotum; 
	font-size:11px; 
	color:#ffffff; 
	padding:2px 5px 0 5px;
	height:20px;
}

table .calender .day
{
	width:25px;
	height:17px;
	color:#000000;
	cursor:hand;
	text-align:center;
}

table .calender .day A:link
{
	font-family:Dotum; 
	font-size:11px; 
	color:#000000;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;

}

table .calender .day A:visited
{
	font-family:Dotum; 
	font-size:11px; 
	color:#000000;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;

}

table .calender .day A:active
{
	font-family:Dotum; 
	font-size:11px; 
	color:#000000;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;

}

table .calender .day A:hover
{
	font-family:Dotum; 
	font-size:11px; 
	color:#000000;
	font-weight:bold;
	letter-spacing:-1;
	text-decoration:none;
	display:block;
	padding:0 5px 1px 5px;
	background-color:#E1E1A4;
}

table .calender .day_red
{
	width:25px;
	height:17px;
	color:#ff0000;
	cursor:hand;
	text-align:center;
}

table .calender .day_red A:link
{
	font-family:Dotum; 
	font-size:11px; 
	color:#ff0000;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;

}

table .calender .day_red A:visited
{
	font-family:Dotum; 
	font-size:11px; 
	color:#ff0000;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;
}

table .calender .day_red A:active
{
	font-family:Dotum; 
	font-size:11px; 
	color:#ff0000;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;
}

table .calender .day_red A:hover
{
	font-family:Dotum; 
	font-size:11px; 
	color:#ff0000;
	font-weight:bold;
	letter-spacing:-1;
	text-decoration:none;
	display:block;
	padding:0 5px 1px 5px;
	background-color:#E1E1A4;
}

table .calender .day_blue
{
	width:25px;
	height:17px;
	color:#0078FF;
	cursor:hand;
	text-align:center;
}

table .calender .day_blue A:link
{
	font-family:Dotum; 
	font-size:11px; 
	color:#0078FF;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;

}

table .calender .day_blue A:visited
{
	font-family:Dotum; 
	font-size:11px; 
	color:#0078FF;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;

}

table .calender .day_blue A:active
{
	font-family:Dotum; 
	font-size:11px; 
	color:#0078FF;
	text-decoration:none;
	display:block;
	font-weight:normal;
	letter-spacing:-1;

}

table .calender .day_blue A:hover
{
	font-family:Dotum; 
	font-size:11px; 
	color:#0078FF;
	font-weight:bold;
	letter-spacing:-1;
	text-decoration:none;
	display:block;
	padding:0 5px 1px 5px;
	background-color:#E1E1A4;
}

table .calender .day_on
{
	font-family:Dotum; 
	font-size:11px;
	font-weight:bold;
	letter-spacing:-1;
	text-decoration:none;
	background-color:#E1E1A4;
	text-align:center;
}

/* CALENDAR ADD 2008.1.08 */
.calender2
{
	width:175px;
	height:25px;
	/*background-color:#dddddd;*/
	font-family:Dotum; 
	font-size:11px;
	border-bottom:1px solid #dddddd;	
}

.calender2 tbody td
{
	padding : 0;
	border : 0;
	margin : 0;	
	text-align:center;
}
.calender2 select
{
	font-family:Dotum; 
	font-size:11px;
	color:#000000;
}

.week2 
{
	font-family:Dotum; 
	font-size:11px; 
	color:#fff;
	padding:2px 5px 0 5px;
	height:20px;
	border-right:1px #fff solid;
}

.week2 
{
	font-family:Dotum; 
	font-size:11px; 
	color:#fff;
	padding:2px 5px 0 5px;
	height:20px;
}

.day2
{
	width:25px;
	height:17px;
	color:#000000;
	text-align:center;
}

.day2_red
{
	width:25px;
	height:17px;
	color:#ff0000;
	text-align:center;
}

.day2_blue
{
	width:25px;
	height:17px;
	color:#0078FF;
	text-align:center;
}

.day2_on
{
	font-family:Dotum; 
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:-1;
	text-decoration:none;
	background-color:#ff0000;
	text-align:center;
	/*cursor:hand;*/
}

/*
table .calender 
{
	clear : both;
	padding:0; 
	border:0;	
}

table .calender tbody td
{
	padding:0; 
	border:0;
}
*/
