#calender{width:184px;position:absolute;border:1px solid #C1C1C1;border-radius:5px;background:#FFF;z-index:10000;font-size:0.80em !important;padding:5px}
#calender .calTable .week{border:0px solid #ddd;background:#F1F1F1;padding:5px}
#calender .calTable .tmonth th{max-width: 33.333% !important; min-width: 33.333% !important; width: 33.333% !important; min-height: fit-content; border:0px solid #ddd;font-size:0.95em !important;padding:6px 0px 12px 0px!important;}
#calender .calTable .week th{border:0px solid #ddd;font-size:0.95em !important;padding:7px !important;}
#calender .calTable tr td{border:0px solid #ddd;width:24px !important;height:30px;font-size:0.80em !important;padding:5px !important;text-align:center;cursor:pointer}
#calender .calTable tr .day:hover{background:#DDD}
#calender .calTable .change {background:#606060;color:#FFF;padding:1px 2px;cursor:pointer}
#calender .calTable .close {text-align:right}
#calender .calTable .close span{background:#606060;color:#FFF;padding:2px 4px}
#calender .calTable span.on, #calender .calTable span.ndate {color:#FFF; position: relative; z-index: 0;}
#calender .calTable span.on::before, #calender .calTable span.ndate::before {content: ''; width: 19px; height: 19px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;}
#calender .calTable span.on::before {background: #79B121; border:1px solid #8CCE25;}
#calender .calTable span.ndate::before {background: #D28000; border:1px solid #D28000;}
#calender .thisday {font-weight:bold;font-size:1.25em !important}
.calTable .holiday{color:red !important;}
.calTable {border-top:none !important}
#subContents .sub_03.sub03_04 .sdate, #subContents .sub_03.sub03_04 .edate {width:100px !important;text-align:center}
#subContents .sub_03.sub03_04 .pg_page {cursor:pointer}

@media only screen and (max-width:768px){
    #calender .calTable tr{display: block !important;}
    #calender .calTable .tmonth{display: flex !important;}
}

@media only screen and (max-width:580px){
    #calender {top: 200px;}
}
