@charset "utf-8";

.calendar-box {
	width: 1400px;
	margin:0 auto;
	/*float: right;*/
	padding-top: 70px;
}

.calendar-box .month {
	overflow: hidden;
	position: relative;
	height: 35px;
	line-height: 35px;
	width: 220px;
	margin: 0 auto 30px;
}

.calendar-box .month .prev {
	position: absolute;
	left: 0;
	cursor: pointer;
}

.calendar-box .month .next {
	position: absolute;
	right: 0;
	cursor: pointer;
}

.calendar-box .month .now {
	font-size: 22px;
	text-align: center;
	letter-spacing: 0;
}

.calendar-box .calendar-category {
	text-align: right;
	margin-bottom: 20px;
}

.i-con em {
	width: 18px;
	height: 18px;
	display: inline-block;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	margin-right: 3px;
}

.i-con {
	color: #7e7e7e;
	font-size: 13px;
	padding-left: 5px;
}

.i-con1 em {
	background: #1d42bd;
}

.i-con2 em {
	background: #1d5abd;
}

.i-con3 em {
	background: #1d84bd;
}

.i-con4 em {
	background: #1db0bd;
}

.i-con5 em {
	background: #1dbd7f;
}

.i-con6 em {
	background: #1dbd2c;
}

.i-con7 em {
	background: #a3bd1d;
}

.i-con8 em {
	background: #bda11d;
}

.i-con9 em {
	background: #bd7b1d;
}

.i-con10 em {
	background: #bd431d;
}

.i-con11 em {
	background: #bd1d51;
}

.i-con12 em {
	background: #bd1dbb;
}

.carlender-pop {
	border: 2px solid #4b4b4b;
	width: 550px;
	height: 192px;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	display: none;
	background: rgba(255, 255, 255, 1);
	top: 90px;
	left: 30px;
	z-index: 10;
	color: rgba(0, 0, 0, 1);
	cursor: text;
}

.calendar-box .con .pop_s {
	width: 390px;
}

.calendar-box .con .pop_l {
	width: 550px;
}

.carlender-pop .car-pimg {
	float: left;
	width: 160px;
}

.carlender-pop .car-pimg img {
	width: 100%;
}

.carlender-pop .car-plist {
	width: 340px;
	float: right;
	cursor: text;
}

.carlender-pop .car-plist-title {
	font-size: 16px;
	border-bottom: 2px solid #4b4b4b;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	cursor: text;
}

.carlender-pop .car-plist-memo {
	margin-bottom: 15px;
}

.carlender-pop .pop_close {
	font-size: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.carlender-pop .cate {
	float: left;
	width: 80px;
	padding: 0;
	text-align: center;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #1f54ce;
	border: 1px solid #1f54ce;
	margin-right: 15px;
	background: #fff;
	cursor: text;
}

.carlender-pop .viewbtn a {
	margin-left: 5px;
	width: 85px;
	float: right;
	border: 1px solid #c1c1c1;
	cursor: pointer;
	text-align: center;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	display: block;
}

.carlender-pop .viewbtn a:hover {
	transition: background-color 200ms linear;
	background: rgba(238, 238, 238, 1);
}

.bono {
	border: none !important;
}

.weekdays {
	border-top: 2px solid #585858;
	width: 100%;
}

.weekdays li {
	display: block;
	width: 14.2%;
	color: #666;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #a0a0a0;
	float: left;
	color: rgba(0, 0, 0, 1);
	box-sizing: border-box;
}

.days {
	display: inline-block;
	width: 100%;
}

.days li {
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	height: 200px;
	width: 14.2%;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow-y: auto;
	padding:0 7px 7px 7px;
	
}
.days li::-webkit-scrollbar {
    width: 6px;
  }
.days li::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 20px;
  }
.days li::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

.days .daynum {
	border-bottom: 1px solid #f3f3f3;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	font-weight: 600;
	position: sticky;
	background:#fff;
	top:0;
}

.days .daynum .mweekday {
	display: none;
}

.days .gray .daynum {
	color: #d8dde6;
	font-weight: normal;
}

.days .sun .daynum {
	color: #ff0000;
}

.days .sat .daynum {
	color: #0000ff;
}

.days li .con{font-size:15px; margin-top:4px;}
.days li .con a{display: inline-block; text-indent:-10px; padding-left:10px; word-break: keep-all;}
.days li .con a:before{display: inline-block; content: ""; background: #007ee8; height:5px; width:5px; border-radius: 50%; vertical-align: 3px; margin-right:1px;}
.days li .con a .i-con{display: none;}

.days .bono {
	border-bottom: 1px solid #d8d8d8 !important;
}

@media only all and (max-width:1024px) {
	.calendar-box {
		width: 100%;
		float: none;
		padding: 0;
	}
	.calendar-box .month {
		width: 90%;
	}
	.calendar-box .weekdays {
		display: none;
	}
	.calendar-box .days li {
		width: 100%;
		min-height: 40px;
		height: auto;
		position: relative;
		border-left: none;
	}
	.calendar-box .days .gray {
		display: none;
	}
	.calendar-box .days .daynum {
		float: left;
		width: 7%;
		height: auto;
		border-radius: 50%;
		line-height: normal;
		text-align: center;
		font-weight: 500;
		position: relative;
		padding: 5px 0;
		font-size: 14px;
		font-weight:700;
	}
	.days .daynum .mweekday {
		display: inline;
	}
	.calendar-box .days .con {
		float: right;
		width: 92%;
		margin-left: 1%;
	}
	.calendar-box .days .con .carlender-pop {
		width: 100%;
		left: 0;
	}
	.calendar-box .days .con .carlender-pop .car-pimg {
		float: left;
		width: 30%;
	}
	.calendar-box .days .con .carlender-pop .car-plist {
		float: right;
		width: 69%;
	}
	.calendar-box .days .con .pop_s .car-plist {
		width: 100%;
	}
}