/* 탭 효과 제거 */
a {
  -webkit-tap-highlight-color: transparent;
}

textarea:focus {
  outline: none;
}

ul.cal li {
  cursor: pointer;
}

ul.cal li.notavail {
  cursor: not-allowed;
}
