/*삼화에이스 출퇴근버튼 비활성화 custom start*/
#workIn{pointer-events: none;opacity: 0.5; filter:alpha(opacity:'50'); cursor: default; border-color: #aaa; color:#888;}
#workOut{pointer-events: none;opacity: 0.5; filter:alpha(opacity:'50'); cursor: default; border-color: #aaa; color:#888;}
#workIn > span{color:#888}
#workOut > span{color:#888}
/*삼화에이스 출퇴근버튼 비활성화 custom end*/