/* 모바일 데쉬보드 캘린더 */
.m__datePicker .tui-datepicker {border: none;margin-top: 0;position: relative}
.m__datePicker .tui-datepicker-type-date {width: 100%}
.m__datePicker .tui-calendar .tui-calendar-header-inner {padding: 0}
.m__datePicker .tui-calendar .tui-calendar-btn {width: 14.285%}
.m__datePicker .tui-calendar .tui-calendar-btn::after {width: 100%}

/* 스케쥴 리스트 */
.scheduleView2 {border-top: .1rem solid #ececec;margin-top: 1rem;padding-top: 1.2rem;}
.scheduleView__tit2 {color: #8D9FB5;font-weight: 700;}
.scheduleView__list2 {margin-top: 2rem;}
.scheduleView__list2 li {position:relative;cursor: pointer;padding: 0 1.2rem;}
.scheduleView__list2 li+li {margin-top: 1rem}
.scheduleView__list2 .schedule_tit {display:block;color: #222;font-size: 1.3rem;line-height:1.8rem;font-weight: 400;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.scheduleView__list2 .schedule_time {display:block;color: #979797;font-size: 1.1rem;line-height:1.5rem;font-weight: 400;}
.scheduleView__list2 .schedule_rect {width:.2rem;height:100%;border-radius:1rem;background-color:#4679fe;position: absolute;left: 0;}
.scheduleView__list2 .schedule_rect.is-done {background-color: #f04a26}

/* tree 선택 */
.tui-tree-wrap .tui-tree-node {cursor: none;}
.tui-tree-wrap .tui-tree .tui-tree-node:not(.tui-tree-leaf)>.tui-tree-content-wrapper .tui-tree-text.is-checked {background-color: #eef7fe;}

/* 모바일 테이블 */
.formTable {table-layout: fixed;width: 100%;border-top: .1rem solid #494949}
.formTable>tbody>tr>th, .formTable>tbody>tr>td{border-bottom: .1rem solid #ececec;text-align: left;font-size: 1.4rem;padding: .8rem 1.2rem;}
.formTable>tbody>tr>th {background-color: #f8f8f8;color: #979797;font-weight: 600;vertical-align: top;width: 6rem;}
.formTable>tbody>tr>td {width: calc(100% - 6rem);}