/* BASIC css start */
header {
    text-align: center;
}

#calendar {
    width: 100%;
}

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 783px;
}

#calendar li {
    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: #8e352e;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar .days li {
    background: #fff;
    height: 180px;
}

#calendar .days li:hover {
    background: #d3d3d3;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #333;
    color: #fff;
    width: 20px;
    border-radius: 80%;
    float: right;
}

#calendar .date_off {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #883630;
    color: #fff;
    width: 20px;
    border-radius: 50%;
    float: right;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #eeeeec;
    border: 1px solid #b5dbdc;
    color: #009aaf;
    text-decoration: none;
}

#calendar .event2 {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #e4f2f2;
    border: 1px solid #b5dbdc;
    color: #009aaf;
    text-decoration: none;
}

#calendar .event3 {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #883630;
    border: 1px solid #883630;
    color: #fff;
    text-decoration: none;
}

#calendar .event4 {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #883630;
    border: 1px solid #883630;
    color: #fff;
    text-decoration: none;
}

#calendar .event-desc {
    color: #666;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .event-desc2 {
    color: #fff;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}
#calendar .other-month {
    background: #f5f5f5;
    color: #666;
}

 #calender_title {

}

#calendar_bottom {
    clear: both;
}



/* ============================
                Mobile Responsiveness
   ============================*/


@media(max-width: 783px) {

    #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 .date_off {
        float: none;
    }
}

/* ÀÎÆ®·Î ÆË¾÷ °ü·Ã Ä«·»´Ù ½ºÅ¸ÀÏ */
#element_to_pop_up2 {display:none; padding:0px; min-width:783px; /* ÆË¾÷ÀÇ »çÀÌÁî¸¦ ¹Ýµå½Ã ÁöÁ¤ÇØÁÖ¾î¾ß ÇÕ´Ï´Ù. */min-height:701px;}
#element_to_pop_up2 .mintroClose {cursor:pointer; color:#fff; font-size:11px; line-height:30px; float:right; height:30px; padding-right:10px;}
#element_to_pop_up2 .mNotToday {cursor:pointer; float:left; padding-left:10px; position:relative;}
#element_to_pop_up2 .mNotToday>input {cursor:pointer; width:13px; height:13px; border:0px; position:absolute; top:8px;}
#element_to_pop_up2 .mNotToday>label {cursor:pointer; color:#fff;font-size:11px; position:absolute; top:0px; width:200px; left:25px; text-align:left; height:30px; line-height:30px;}
#element_to_pop_up2 .close_area {background-color:#6c6c6c; width:783px; height:30px; }
/* BASIC css end */

