/*!
 * tui-calendar
 * @version 0.6.2 | Tue Feb 20 2018
 * @author NHNEnt FE Development Lab <dl_javascript@nhnent.com>
 * @license undefined
 */
.tui-full-calendar-layout {
  height: 100%;
}
.tui-full-calendar-dragging {
  cursor: move;
}
.tui-full-calendar-resizing {
  cursor: row-resize;
}
.tui-full-calendar-resizing-x {
  cursor: col-resize;
}
.tui-full-calendar-hidden {
  display: none !important;
}
.tui-full-calendar-invisible span {
  visibility: hidden;
}
.tui-full-calendar-clear {
  zoom: 1;
}
.tui-full-calendar-clear:after {
  content: '';
  display: block;
  clear: both;
}
.tui-full-calendar-scroll-y {
  overflow-y: scroll;
}
.tui-full-calendar-dot {
  display: inline-block;
  position: relative;
  top: -1px;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.tui-full-calendar-holiday {
  color: #f00;
}
.tui-full-calendar-today {
  background: rgba(218,229,249,0.3);
}
.handle-x {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=");
}
.handle-y {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=");
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .handle-x {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAMAAADHqI+lAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMZK5EY+QKaAAAAGUlEQVR4AWNgYmJAwegCIMDIiIwxBKhhBgAcSABh8gN42gAAAABJRU5ErkJggg==");
    background-size: 8px 4px;
  }
  .handle-y {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMEK5EMBzK5AAAAGElEQVR4AWNgYmIAYxgDBBgZQRjOoKcaABzQAGGjsIM/AAAAAElFTkSuQmCC");
    background-size: 4px 8px;
  }
}
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-grid {
  overflow-y: hidden;
}
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedules {
  overflow-y: visible;
  height: 0;
}
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
  margin: 0 10px;
}
.tui-full-calendar-month-week-item .tui-full-calendar-today {
  background: none;
}
.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #135de6;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.tui-full-calendar-month-week-item .tui-full-calendar-holiday-sun,
.tui-full-calendar-month-week-item .tui-full-calendar-holiday-sat {
  background: #fafafa;
}
.tui-full-calendar-month-week-item .tui-full-calendar-extra-date {
  color: #bbb;
}
.tui-full-calendar-month-week-item .tui-full-calendar-extra-date.tui-full-calendar-holiday-sun {
  color: #f3acac;
}
.tui-full-calendar-weekday-container,
.tui-full-calendar-weekday-grid,
.tui-full-calendar-weekday-grid-line {
  height: 100%;
  min-height: inherit;
}
.tui-full-calendar-weekday-grid {
  position: absolute;
  width: 100%;
  overflow-y: scroll;
}
.tui-full-calendar-weekday-border {
  border-top: 1px solid #ddd;
}
.tui-full-calendar-weekday-container {
  position: relative;
}
.tui-full-calendar-weekday-container>div {
  height: 100%;
}
.tui-full-calendar-weekday-grid-line {
  position: absolute;
  border-left: 1px solid #ddd;
  margin-left: -1px;
  padding: 3px;
  font-size: 16px;
}
.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-footer {
  position: absolute;
  bottom: 4px;
}
.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date-title {
  line-height: 27px;
  margin-right: 5px;
}
.tui-full-calendar-weekday-creation {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
}
.tui-full-calendar-weekday-schedules {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 12px;
  overflow-y: scroll;
}
.tui-full-calendar-weekday-schedules-height-span {
  width: 1px;
  margin-left: -1px;
}
.tui-full-calendar-weekday-schedule-block {
  position: absolute;
}
.tui-full-calendar-weekday-schedule-block-dragging-dim {
  opacity: 0.4;
}
.tui-full-calendar-weekday-schedule {
  position: relative;
  margin: 0 10px 0 1px;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 3px;
}
.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time {
  border-left-width: 0;
}
.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
  padding-left: 9px;
}
.tui-full-calendar-weekday-schedule-bullet {
  position: absolute;
  padding: 0;
  width: 6px;
  height: 6px;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.tui-full-calendar-weekday-schedule-bullet-focused {
  left: 10px;
  background: #fff;
}
.tui-full-calendar-weekday-schedule-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  padding-left: 3px;
  font-weight: bold;
}
.tui-full-calendar-weekday-schedule-title-focused {
  padding-left: 16px;
}
.tui-full-calendar-weekday-exceed-left .tui-full-calendar-weekday-schedule {
  margin-left: 0;
  border-left-width: 0;
}
.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-schedule {
  margin-right: 0;
}
.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-resize-handle {
  display: none;
}
.tui-full-calendar-weekday-exceed-in-month {
  cursor: pointer;
}
.tui-full-calendar-weekday-exceed-in-month:hover {
  background-color: #f0f1f5;
}
.tui-full-calendar-weekday-resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  background-position: 3px center;
  cursor: col-resize;
  line-height: 18px;
}
.tui-full-calendar-weekday-filled {
  background-color: #e8e8e8;
}
.tui-full-calendar-left {
  width: 77px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 5px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 18px;
  color: #222;
}
.tui-full-calendar-right {
  height: 100%;
  background-color: #fff;
  margin-left: 77px;
  overflow-y: scroll;
  position: relative;
}
.tui-full-calendar-week-container {
  width: 100%;
  height: inherit;
  display: inline-block;
  font-size: 10px;
  border-top: 1px solid #ddd;
}
.tui-full-calendar-week-container .tui-full-calendar-today {
  background: none;
}
.tui-full-calendar-holiday-sun {
  color: #f44336;
}
.tui-full-calendar-dayname {
  position: absolute;
  margin-left: -1px;
  font-size: 13px;
  padding-left: 5px;
  border-left: 1px solid #ddd;
  height: 41px;
}
.tui-full-calendar-dayname .tui-full-calendar-dayname-date {
  font-size: 26px;
  line-height: 41px;
}
.tui-full-calendar-dayname.tui-full-calendar-today {
  font-weight: bold;
  color: #135de6;
}
.tui-full-calendar-dayname-container {
  height: 42px;
  border-bottom: 1px solid #ddd;
  overflow-y: scroll;
}
.tui-full-calendar-dayname-leftmargin {
  position: relative;
  margin-left: 77px;
}
.tui-full-calendar-milestone-container {
  height: 100%;
}
.tui-full-calendar-milestone-layout > div {
  border-top: 1px solid #ccc;
}
.tui-full-calendar-milestone-layout > div:first-child {
  border-top: 0;
}
.tui-full-calendar-milestone-right {
  overflow-y: hidden;
}
.tui-full-calendar-milestone-day-grid-wrap {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}
.tui-full-calendar-milestone-day-grid {
  border-left: 1px solid #ccc;
  float: left;
  margin-left: -1px;
  height: 100%;
}
.tui-full-calendar-milestone-day-scroll {
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
.tui-full-calendar-milestone-day {
  position: absolute;
  margin-left: -1px;
  height: 100%;
}
.tui-full-calendar-milestone-list {
  margin: 0;
  padding: 1px 5px 0;
  overflow: hidden;
  min-height: 100%;
}
.tui-full-calendar-milestone-item {
  font-size: 11px;
  list-style: none;
  line-height: 16px;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
}
.tui-full-calendar-task-container {
  height: 100%;
}
.tui-full-calendar-task-right {
  overflow-y: hidden;
}
.tui-full-calendar-task-day-grid-wrap {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}
.tui-full-calendar-task-day-grid {
  border-left: 1px solid #ddd;
  position: absolute;
  margin-left: -1px;
  height: 100%;
  box-sizing: content-box;
}
.tui-full-calendar-task-day-scroll {
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
.tui-full-calendar-task-day {
  position: absolute;
  margin-left: -1px;
  height: 100%;
}
.tui-full-calendar-task-day-wrap {
  padding: 0;
  overflow: hidden;
  min-height: 100%;
}
.tui-full-calendar-task-duedate-class strong {
  font-weight: normal;
}
.tui-full-calendar-task-list {
  padding: 1px 10px 1px 2px;
  margin: 0;
  list-style: none;
}
.tui-full-calendar-task-item {
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  line-height: 18px;
  height: 18px;
  margin-bottom: 2px;
  padding-left: 3px;
  font-weight: bold;
  border-left-width: 3px;
  border-left-style: solid;
}
.tui-full-calendar-task-item:last-child {
  margin-bottom: 0;
}
.tui-full-calendar-allday-right {
  overflow-y: hidden;
}
.tui-full-calendar-allday-container {
  height: 100%;
}
.tui-full-calendar-allday-left {
  background-color: #fafafa;
}
.tui-full-calendar-allday-guide-creation-block {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 1px solid #135de6;
  background-color: rgba(19,93,230,0.1);
}
.tui-full-calendar-allday-guide-move {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.tui-full-calendar-timegrid-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}
.tui-full-calendar-timegrid-container-split {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.tui-full-calendar-timegrid-left {
  position: absolute;
  font-size: 12px;
  background-color: #fafafa;
  width: 77px;
  height: auto;
}
.tui-full-calendar-timegrid-hour {
  height: 48px;
  position: relative;
  border-right: 1px solid #ddd;
  color: #555;
  box-sizing: border-box;
}
.tui-full-calendar-timegrid-hour:first-child span {
  display: none;
}
.tui-full-calendar-timegrid-hour:last-child {
  border-bottom: none;
}
.tui-full-calendar-timegrid-hour span {
  position: absolute;
  top: -11px;
  left: 0;
  right: 7px;
  text-align: right;
  line-height: 25px;
}
.tui-full-calendar-timegrid-right {
  position: relative;
  margin-left: 77px;
}
.tui-full-calendar-timegrid-h-grid {
  background-color: #fff;
}
.tui-full-calendar-timegrid-gridline {
  height: 48px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.tui-full-calendar-timegrid-gridline:last-child {
  border-bottom: none;
}
.tui-full-calendar-timegrid-gridline:after {
  content: '';
  display: block;
  height: 24px;
  border-bottom: 1px dotted #f9f9f9;
}
.tui-full-calendar-timegrid-schedules {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.tui-full-calendar-timegrid-hourmarker {
  position: absolute;
  width: 100%;
  z-index: 98;
}
.tui-full-calendar-timegrid-hourmarker-wrap {
  position: relative;
}
.tui-full-calendar-timegrid-hourmarker-line-left {
  position: absolute;
  background-color: rgba(19,93,230,0.3);
  height: 1px;
  left: 0;
}
.tui-full-calendar-timegrid-hourmarker-line-right {
  position: absolute;
  background-color: #135de6;
  height: 1px;
  right: 0;
}
.tui-full-calendar-timegrid-hourmarker-time {
  position: absolute;
  width: 52px;
  left: -60px;
  top: -6px;
  line-height: 12px;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #135de6;
}
.tui-full-calendar-timegrid-todaymarker {
  position: absolute;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  background-color: #135de6;
  margin: -4px 0 0 -5px;
  border-radius: 50%;
  z-index: 99;
}
.tui-full-calendar-time-date {
  position: absolute;
  height: 100%;
  margin-left: -1px;
  border-right: 1px solid #ddd;
  box-sizing: content-box;
}
.tui-full-calendar-time-date:last-child {
  border-right: none;
  margin: 0;
}
.tui-full-calendar-time-date:last-child .tui-full-calendar-time-schedule,
.tui-full-calendar-time-date:last-child .tui-full-calendar-time-guide-creation {
  left: 0px;
}
.tui-full-calendar-time-date-schedule-block-wrap {
  position: relative;
  margin-right: 10px;
  height: 100%;
}
.tui-full-calendar-time-date-schedule-block {
  position: absolute;
  right: 0px;
}
.tui-full-calendar-time-date-schedule-block-pending {
  opacity: 0.7;
}
.tui-full-calendar-time-date-schedule-block-dragging-dim {
  opacity: 0.4;
}
.tui-full-calendar-time-date-schedule-block-focused {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.tui-full-calendar-time-schedule {
  position: relative;
  left: 1px;
  height: 100%;
  font-size: 12px;
  overflow: hidden;
  border-left-width: 3px;
  border-left-style: solid;
  font-weight: bold;
  padding: 1px 0 1px 3px;
}
.tui-full-calendar-time-resize-handle {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 5px;
  text-align: center;
  color: #fff;
  cursor: row-resize;
  background-position: center top;
}
.tui-full-calendar-time-guide-creation {
  position: absolute;
  right: 10px;
  left: 1px;
  border: 1px solid #135de6;
  background-color: rgba(19,93,230,0.1);
}
.tui-full-calendar-time-guide-move .tui-full-calendar-time-schedule,
.tui-full-calendar-time-guide-resize .tui-full-calendar-time-schedule,
.tui-full-calendar-time-guide-move .tui-full-calendar-time-resize-handle,
.tui-full-calendar-time-guide-resize .tui-full-calendar-time-resize-handle {
  opacity: 0.8;
  z-index: 97;
}
.tui-full-calendar-time-guide-creation-label {
  color: #fff;
  cursor: default;
  line-height: 16px;
  color: #135de6;
  font-size: 12px;
  font-weight: bold;
  padding-left: 3px;
}
.tui-full-calendar-time-guide-bottom {
  position: absolute;
  bottom: 0px;
}
.tui-full-calendar-month {
  height: 100%;
}
.tui-full-calendar-month-dayname {
  width: 100%;
  height: 42px;
  position: absolute;
  font-size: 13px;
  border-top: 1px solid #ddd;
}
.tui-full-calendar-month-dayname-item {
  height: 100%;
  padding-right: 11px;
  line-height: 42px;
  text-align: right;
}
.tui-full-calendar-month-weeks {
  padding-top: 20px;
  height: 100%;
}
.tui-full-calendar-month-week-item {
  position: relative;
  background-color: #fff;
}
.tui-full-calendar-month-week-item>div {
  height: 100%;
}
.tui-full-calendar-month-more {
  background-color: #fff;
  height: inherit;
  min-width: 200px;
  min-height: 150px;
  border: 1px solid #ddd;
}
.tui-full-calendar-month-more-title {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  font-size: 14px;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
}
.tui-full-calendar-month-more-close {
  float: right;
  outline: 0;
  background: none;
  border: 0;
  font-size: 14px;
}
.tui-full-calendar-month-more-list {
  height: calc(100% - 29px);
  padding: 10px;
  overflow-y: auto;
}
.tui-full-calendar-month-more-schedule {
  margin: 2px;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tui-full-calendar-month-guide-block {
  position: absolute;
}
.tui-full-calendar-month-weekday-schedule {
  margin-top: 2px;
}
.tui-full-calendar-month-creation-guide {
  top: 0;
  bottom: -1px;
  left: -1px;
  right: 0;
  position: absolute;
  z-index: 20;
  background-color: rgba(19,93,230,0.1);
  border: 1px solid #135de6;
}
.tui-full-calendar-month-guide-focused {
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.tui-full-calendar-month-guide {
  position: relative;
  padding-left: 3px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tui-full-calendar-month-move-guide {
  font-size: 12px;
  line-height: 18px;
}
.tui-full-calendar-month-exceed-left .tui-full-calendar-month-guide {
  margin-left: 0px;
}
.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide {
  margin-right: 0px;
}
.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide-handle {
  display: none;
}
.tui-full-calendar-month-guide-handle {
  position: absolute;
  top: 0;
  right: 3px;
  width: 6px;
  background-position: 3px center;
  cursor: col-resize;
}
.tui-full-calendar-vlayout-container {
  position: relative;
}
.tui-full-calendar-splitter {
  clear: left;
  height: 3px;
  border: 1px solid #ddd;
  border-width: 1px 0;
  cursor: row-resize;
}
.tui-full-calendar-splitter:hover {
  border-color: #999;
}
.tui-full-calendar-splitter-focused {
  height: 3px;
  background-color: #ddd;
  border: none;
}
.tui-full-calendar-splitter-guide {
  position: absolute;
  width: 100%;
  height: 3px;
  border: none;
  background-color: #e8e8e8;
}
/*# sourceMappingURL=src/css/main.css.map */
/*# sourceMappingURL=tui-calendar.css.map*/