/*출석체크*/
.calendar_check_wrap {
	min-width:var( --main-minwidth-2 );
}

.calendar_check_wrap .page_title_box {
	position:relative;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #eaeaea;
}

.calendar_check_wrap .page_title_box .page_title {
	font-family:'Noto Sans KR' !important;
	font-weight:500 !important;
	font-size:32px;
	color:#000000;
}

.calendar_check_wrap .page_title_box .page_title_more{
	position:absolute;
	top:4px;
	right:0px;
	color:#000000;
	margin-top:0;
	display:inline-block;
	cursor:pointer;
}






.calendar_check_box_header {
	position:relative;
	margin-bottom:0px;
	padding-bottom:15px;
	padding-top:0px;
	border-bottom:1px solid #eaeaea;
}

.calendar_check_box_title {
	font-family:'Noto Sans KR' !important;
	font-weight:500 !important;
	font-size:18px;
	color:#000000;
	display:inline-block;
	vertical-align:middle;
}

.calendar_check_box_more{
	position:absolute;
	top:-8px;
	right:0;
	color:#000000;
	margin-top:0;
	display:inline-block;
	cursor:pointer;
}

.calendar_info {
	position:relative;
	background-color:#353535;
	color:#ffffff;
	border-radius:3px;
	-webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.10);
	box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.10);
	padding:20px;
	font-size:14px;
}

.calendar_list {
	margin-top:20px;
	font-size:14px;
}

.calendar_list .calendar_sel {
	border-top:2px solid #000000;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	border-bottom:1px solid #a4a4a4;
	width:100%;
}


.calendar_list .calendar_sel .sel_btn{
	width:120px;
	text-align:center;
	cursor:pointer;
	height:50px;
}

.calendar_list .calendar_sel .sel_info{
	text-align:center;
	padding:0;
	background:transparent;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	font-family:tahoma;
	font-size:22px;
	letter-spacing:0.1px;
	color:#333;
}


.calendar_check_box {
	margin-top:80px;
	font-size:14px;
}

.calendar_check_box .comment_list {
	padding:0;
}

.calendar_check_box .comment_list .reply_wrap{
	position:relative;
	width:100%;
	border-bottom:1px solid #ebebeb;
	margin-bottom:0px;
	padding:20px;
}

.calendar_check_box .comment_list > table > tbody > tr:last-child > td .reply_wrap {
	margin-bottom:0px !important;
	border-bottom:none;
}


.calendar_check_box .comment_list > table {
	margin-bottom:0px !important;
}


.calendar_check_box .comment_list > table > tbody > tr > td .reply_wrap:hover {
	background:#ffd !important;
}


.calendar_check_box .comment_list > table > tbody > tr:hover {
	background:transparent !important;
}


.calendar_check_box .comment_list > table > tbody > tr {
	border-bottom:none !important;
}

.calendar_check_box .comment_list > table > tbody > tr > td {
	padding:0px !important;
}



.calendar_check_box .comment_list .reply_wrap .reply_rows{
	margin-bottom:5px !important;
}

.calendar_check_box .comment_list .reply_wrap .reply_rows label{
	display:block;
	position:relative;
	font-size:16px;
	color:#333;
	margin:0;
	text-align:left;
}

.calendar_check_box .comment_list .reply_wrap .reply_rows > div{
	margin-top:10px;
}

.calendar_check_box .comment_list .reply_wrap .reply_del {
	font-size:16px;
	color:#878890;
	text-align:right;
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}

.h_form.calendar_rows_border > table > thead > tr > th {
	text-align:center;
	background:#f4f4f4;
	height:30px;
	font-weight:500;
}

.h_form.calendar_rows_border > table > tbody > tr:hover {
	background:transparent !important;
}

.h_form.calendar_rows_border > table > thead > tr > th:first-child {
	color:rgba(255,0,0,1);
}

.h_form.calendar_rows_border > table > thead > tr > th:last-child {
	color:rgba(0,184,255,1);
}

.h_form.calendar_rows_border > table > tbody > tr > td {
	border-left:1px solid #e5e5e5;
}

.h_form.calendar_rows_border > table > tbody > tr > td:first-child {
	border-left:none !important;
}


.h_form.calendar_rows_border > table > tbody > tr > td .sunday_color{
	color:rgba(255,0,0,1);
}


.h_form.calendar_rows_border > table > tbody > tr > td .saturday_color{
	color:rgba(0,184,255,1);
}

.h_form.calendar_rows_border > table > tbody > tr > td.day_box_st{
	position:relative;
	text-align:left;
	vertical-align:top;
	height:130px;
}

.h_form.calendar_rows_border > table > tbody > tr > td.day_box_st_none{
	position:relative;
	text-align:center;
}

.h_form.calendar_rows_border > table > tbody > tr > td.day_box_st_none:before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fafafa;
	content:"";
	height:129px;
	display:block;
}

.h_form.calendar_rows_border > table > tbody > tr > td.day_box_st .day_number_st{
	margin-left:7px;
	font-weight:500;
}
/*출석체크*/



