.cEventCalenderMonth {
  margin-bottom:20px;
}
#cChangeMonthBtns {
  display:flex;
  margin-top:10px;
}
#iBtnPast, #iBtnFuture {
  width:50px;
  text-align:left;
  cursor:pointer;
}
.cEventCalenderDay {
  margin:5px;
}
.cEventYear {
  font-size : small;
  color:gray;
  margin-left:10px;
}
.cEventMonth {
  font-size:32px;
  font-weight:bold;
  padding-left :5px;
  margin:auto 5px;
  border-left:4px solid midnightblue;
}
.cEventDay {
  font-size:small;
  display: flex;
  justify-content: space-between;
  background-color: #e1eaf5;
  align-items: center;
}
.cEventDayStr {
  padding: 2px;
}
.cEventDifficuty {
  text-align: right;
  padding-right: 5px;
  font-size: 11px;
}

.cEventContainer {
  background-color: white;
}
.cEventAbst {
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cEventIconContainer {
  padding:5px;
}
.cEventIcon {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  background-repeat:no-repeat;
}
.cEventTitle {
  width:100%;
  font-weight: bold;
}
.cEventDetail {
  padding: 10px;
  text-align: center;
}
.cEventDiaryImg img {
  width: clamp(150px, 50vmin, 80%);
}

#iClone {
  display:none;
}