#calendar {
  width: 100%;
}
#calendar a {
  color: #061d45;
  text-decoration: none;
}
#calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#calendar li {
	position: relative;
  display: block;
  float: left;
  width: 14.342%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
}
#calendar ul.weekdays {
  height: 40px;
  background: #061d45;
}
#calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none !important;
  padding: 10px 6px;
  color: #fff;
  font-size: 17px;
}
#calendar .days li {
  height: 180px;
}
#calendar .days li:hover {
  background: #d3d3d3;
}
#calendar .date {
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	/* background: #333; */
	color: #333;
	width: 20px;
	/* border-radius: 50%; */
	float: right;
	font-weight: bold;
	position: absolute;
	right: 0;
	z-index: 1;
}
#calendar .event {
  clear: both;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  margin-top: -0;
  /* margin-bottom: 5px; */
  line-height: 14px;
  background: #fff;
  /* border: 1px solid #b5dbdc; */
  /* color: #009aaf; */
  text-decoration: none;
}
#calendar .event-desc {
  color: #666;
  margin: 3px 0 7px 0;
  text-decoration: none;
}
#calendar .other-month {
  background: #f5f5f5;
  color: #666;
  font-weight: 400;
}
#calendar .other-month .date {
  font-weight: 400;
}
/* ============================
                Mobile Responsiveness
   ============================*/
/* @media (max-width: 768px) {
  #calendar .weekdays, #calendar .other-month {
    display: none;
  }
  #calendar li {
    height: auto !important;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
    margin-bottom: -1px;
  }
  #calendar .date {
    float: none;
  }
}
 */


.calendar-top {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.calendar-top {
	box-sizing: border-box;
	padding: 20px 0;
}
.calendar-top .select-title {
	position: relative;
}

.calendar-top button {
	box-sizing: border-box;
	padding: 0 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #c0bfbf;
	cursor: pointer;
}

#calendar .days li {
	overflow-y: hidden !important;
}

#calendar .event .events {
	position: relative;
	display: block;
	height: auto;
	margin-bottom: 10px;
}

#calendar .event .events * {
font-family:'Nanum Gothic', sans-serif;
}

#calendar .event .events:hover *  {
	text-decoration: underline;
	color: blue;
}
#calendar .event .events {
	position: relative;
	display: block;
	width: calc(100% - 8px);
	height: auto;
	cursor: pointer;
}
#calendar .event .events h3 {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	line-height: 130%;
	margin-top: -2px;
	color: #333;
}
#calendar .event .events span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
#calendar .event .events span.deadline {
	color: red;
}
#calendar .event .events span.apply {
	color: blue;
}

.calendar-pop {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 99999999999999999999999999;
	left: 0;
	top: 0;
}

.calendar-pop .calendar-pop-bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	left: 0;
	top: 0;
	z-index: 10;
}

.calendar-pop .inner {
	background: #fff;
position: absolute; top: 0;left: 0;right: 0;bottom: 0;margin: auto;
width: 600px;
height: 420px;
z-index: 20;
	
}






















































































































































































































































































































































































































































