/* textarea 커서 색상 강제 지정 */
textarea { caret-color: #000000 !important; }

/* 탭메뉴 안 작성여부 표시 check sign */
.tabmenu2 {
  & li {
    & .statusContainer {
      & .save {
        display: inline-block; width: 13px; height: 13px; background: url('/img_work/case_yk_saved3.png') no-repeat;

        &.on { background: url('/img_work/case_yk_saved2.png') no-repeat; }
      }
    }

    &.over {
      & .statusContainer {
        & .save {
          &.on { background: url('/img_work/case_yk_saved1.png') no-repeat; }
        }
      }
    }
  }
}