.commonTaskList .nowSt { top: 70px; margin: -2rem -2rem 0rem; margin-bottom: 5px; }
.commonTaskList section > .topper { display: block; padding: 10px 0px; margin-top: 0px; font-size: 0px; position: relative; }
.commonTaskList .topper > p { display: inline-block; line-height: 20px; font-size: 0px; padding: 10px 0px; vertical-align: top; }
.commonTaskList .topper > p > span { display: inline-block; line-height: 20px; font-size: 13px; position: relative; color: #666; vertical-align: top; }
.commonTaskList .topper > p > span > b { font-weight: 500; color: #333; }
.commonTaskList .topper > p > span + span { margin-left: 31px; }
.commonTaskList .topper > p > span + span::before { position: absolute; top: 5px; left: -16px; width: 1px; height: 12px; background: #ccc; content: ''; display: block; }

.commonTaskList .btns { display: flex; }
.commonTaskList .topper > .btns { dispaly: inline-block; float: right; }
.commonTaskList .topper > .btns > a { position: relative; display: inline-block; margin: 0px 0px; height: 38px; line-height: 38px; width: auto; color: #666; font-weight: 400; vertical-align: middle; font-size: 13px; background: #fff; text-align: center; cursor: pointer; border: 1px solid #999; padding: 0px 12px; border-radius: 5px; }

.commonTaskList .topper > .btns > a.black_bg { background: #404d5e; border: 1px solid rgba(0, 0, 0, 0.1); color: #fff; }
.commonTaskList .topper > .btns > a > i { display: inline-block; height: 38px; line-height: 38px; vertical-align: bottom; margin-right: 5px; }

.commonTaskList .xi-plus:before { content: "\e913"; }

.commonTaskList .board { margin-top: 5px; border-top: solid 2px #999; border-bottom: solid 2px #999; }

.commonTaskList .board li:not(:last-child) { border-bottom: solid 1px #999; }
.commonTaskList .board li { padding: 20px 0px; position: relative; }
.commonTaskList .board li a { position: absolute; top: 0px !important; bottom: 0px !important; left: 0px !important; right: 0px !important; width: 100%; height: 100%; }
.commonTaskList .board li a > p { color: #999; }
.commonTaskList .board li .subTitle { font-size: 18px; font-weight: bold; margin: 3px 0px; display: flex;justify-content: space-between; width: 100%; }
.commonTaskList .board li .subTitle > .st { width: 75%; display: flex; }
.commonTaskList .board li .subTitle > .percent { /* margin-right: 15px; */ width: 80px; text-align: center; }
.commonTaskList .board li .sub { display: inline-block; }
.commonTaskList .board li .subTitle > .st > .title { display: inline-block; margin-left: 5px; width: 75%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.commonTaskList .board li .taskDt { color: #999; font-size: 12px; /* font-weight: bold; */ }

.commonTaskList .stateBox { /* position: absolute; top: 25px; right: 0px; */ width: 100%; display: flex; justify-content: space-between; align-items: center; }
.commonTaskList .stateBox .percent { font-size: 20px; font-weight: bold; margin-top: 5px; text-align: center; }

.commonTaskList .flag { /* padding:5px 20px; */ color:#fff; font-size:12px; height: 20px; text-align: center; line-height: 1.6; width: 80px; }
.commonTaskList .flag.stay { background:#999; }
.commonTaskList .flag.play { background:#5ae5df; }
.commonTaskList .flag.complete { background:#404d5e; }
.commonTaskList .flag.uncomplete { background:#e95653; }

.commonTaskList div.noData { height: 350px; text-align: center; display: flex; flex-direction: column; justify-content: center; }
.commonTaskList div.noData > i { font-size: 45px; color: #666; margin-bottom: 0px; line-height: 50px; }
.commonTaskList div.noData > h2 { font-size: 24px; color: #666; line-height: 40px; font-weight: 400; }
.commonTaskList div.noData > h2::before { content: 'No Data Available.'; }
.commonTaskList div.noData > p { font-size: 14px; color: #999; line-height: 20px; margin: 0px; padding: 0px; }
.commonTaskList div.noData > p::before { content: '조회된 데이터가 없습니다.'; }

.commonTaskList .paging_wrap { position:relative; margin:0px; padding:30px 30px; height:36px; border-top:0px solid #d1d1d1; text-align:center; font-size:0px; }
.commonTaskList .paging_wrap.inner { padding:0px; }
.commonTaskList .paging_wrap.ex { height:auto; }
.commonTaskList .paging_wrap > p { position: relative; font-size:13px; color:#999; text-align:left; line-height:20px; padding-left:10px; }
.commonTaskList .paging_wrap > p::before { display:block; width:2px; height:2px; background:#666; position: absolute; top:9px; left:0px; content: ''; }
.commonTaskList .paging_wrap > p > i { border:1px solid #ccc; font-size:10px; width:16px; height:16px; line-height:16px; vertical-align: middle; text-align:center; background:#eee; display:inline-block; }
.commonTaskList .paging_wrap::after { clear:both; display:block; content:''; }
.commonTaskList .paging_wrap > a { display:inline-block; line-height:34px; height:34px; min-width:30px; font-size:14px; cursor:pointer; text-align:center; vertical-align:middle; margin:0px 0px; padding:0px 5px; background:#fff; border:1px solid #d1d1d1; color:#48535f; }
.commonTaskList .paging_wrap > a + a { margin-left:-1px;}
.commonTaskList .paging_wrap > a.on { color:#fff;font-weight:400; background:#404d5e;border:1px solid rgba(0,0,0,0.1); }
.commonTaskList .paging_wrap > a.on + a { border-left:1px solid #404d5e; }
.commonTaskList .paging_wrap > a.fa { background:#fff; border:1px solid #d1d1d1; font-size:16px; width:34px; line-height:34px; height:34px; padding:0px; margin:0px; margin-left:-1px; font-weight:400; }
.commonTaskList .paging_wrap > span {  position:relative; display:inline-block; vertical-align: middle; height:34px; line-height:34px; width:100px; color:#666; font-weight:400; overflow:hidden; font-size:13px; margin:0px; margin-left:10px; background:#fff; text-align:center; cursor:pointer; border:1px solid #ccc; padding:0px 15px 0px 0px; border-radius: 0px; }
.commonTaskList .paging_wrap > span > select { position:relative; display:block; width:140%; padding-left:10px; height:34px; line-height:34px; background:transparent; border:0px solid #999; font-size:13px; outline: none; z-index:2; }
.commonTaskList .paging_wrap > span:after { font-family:FontAwesome; content:"\f107"; vertical-align: middle; position:absolute; top:0px; right:10px; display:block; color:#999; font-size:15px; height:30px; line-height:30px; z-index:1; }

.commonTaskView { background-color: white; /* height: -webkit-fill-available; */ }
.commonTaskView.I { height: auto; min-height: 100%; } 
.taskView { box-sizing: border-box; margin-bottom: 70px; }
.commonTaskView .topper .obj_tot_status { font-size: 2rem; font-weight: 600; }

.commonTaskView .board .obj { margin-top: 20px; }
.commonTaskView .board .obj:last-child { margin-bottom: 20px; }
.commonTaskView .board .obj > p { font-size: 18px; font-weight: 500; margin-bottom: 5px; }
.commonTaskView .board .obj .stbName, .commonTaskView .board .obj .learningRangeText { border-bottom: solid 1px #999; }

.commonTaskView .board .obj > .range { display: flex; justify-content: space-between; }
.commonTaskView .board .obj > .range > p { font-size: 18px; font-weight: 500; margin-bottom: 5px; }

.commonTaskView .board .obj > .status { display: flex; justify-content: space-between; }
.commonTaskView .board .obj > .status > p { font-size: 18px; font-weight: 500; margin-bottom: 5px; }
.commonTaskView .board .obj > .status > .flag { /* padding:5px 20px; */ color:#fff; font-size:12px; height: 25px; text-align: center; line-height: 2; width: 80px;}
.commonTaskView .board .obj > .status > .flag.stay { background:#999; }
.commonTaskView .board .obj > .status > .flag.play { background:#5ae5df; }
.commonTaskView .board .obj > .status > .flag.complete { background:#404d5e; }
.commonTaskView .board .obj > .status > .flag.uncomplete { background:#e95653; }

.commonTaskView .board .obj > .range label { display: inline-block; padding-left: 18px; vertical-align: bottom; height: 18px; /* line-height: 18px; */ position: relative; }
.commonTaskView .board .obj > .range label > span { display: inline-block !important; padding: 0px 0px !important; border: 0px solid #ddd !important; background: transparent !important; font-size: auto !important; height: 18px !important; line-height: 18px !important; vertical-align: top !important; margin-left: 5px; }
.commonTaskView .board .obj > .range label > input[type=radio] + span:before { position: absolute; top: 0px; left: 0px; width: 18px; height: 18px; -webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.2); content: ''; }
.commonTaskView .board .obj > .range label > input[type=radio]:checked + span:before { background: #fff; font-size: 18px; text-align: center; line-height: 18px; font-family: 'xeicon' !important; display: inline-block; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #111; content: "\e928"; }
.commonTaskView .board .obj > .range label > input[type=radio] { display: none; }
.commonTaskView .board .obj > .range label > input[type=radio]:checked + span { color: #111; -webkit-tap-highlight-color: transparent; }
.commonTaskView .board .obj > .range label > input[type=radio]:checked + span:before { font-size: 16px; line-height: 16px; vertical-align: middle; }
.commonTaskView .board .obj > .range label + label { margin-left: 10px; }

.commonTaskView .subject { display: flex; width: 100%; cursor: pointer; }
.commonTaskView .subject > li { width: calc(100% / 6); background: #bbb; color: #fff; font-size: 13px; font-weight: 600; height: 40px; line-height: 1; font-size: 0px; display: flex; align-items: center; justify-content: center; }


.commonTaskView .subject > li > input { display: none;}
	
.commonTaskView .subject > li + li { border-left: 1px solid #fff; }
.commonTaskView .subject > li > input[type=radio] + label { height: 100%; font-size: 13px; color: #fff; font-weight: bold; padding: 10px; background: #ddd; line-height: 1.5; text-align: center; width: 100%; cursor: pointer; }
.commonTaskView .subject > li > input[type=radio]:checked + label { background: #404d5e; }

.commonTaskView .timePicker { display: flex; align-items: center; width: 100%; flex-wrap: wrap; }
.commonTaskView .timePicker > span { margin: 0px 3px; font-weight: bold; }

.commonTaskView .renewalInput { width: 130px; margin-top: 5px; margin-right: 5px; border-radius: 0px; border: solid 1px #ddd; }

.commonTaskView .lp_timePicker{display:flex; border:1px solid #ddd; width:120px; padding:0 10px; height: 40px; gap:10px; position: relative; box-sizing: border-box; margin-top: 5px;}
.commonTaskView .lp_timePicker > input{border: 0px; padding:0px; width:calc(100% - 30px);}
.commonTaskView .lp_timePicker > input:hover,
.commonTaskView .lp_timePicker > input:focus,
.commonTaskView .lp_timePicker > input:active{border: 0px;}
.commonTaskView .lp_timePicker::after{content: "\ea1f"; font-family:"xeicon"; color:#111; font-size:20px; width:20px; display: flex; align-items: center; justify-content: center;}

.commonTaskView .lp_timePicker > .timePickBox.on { display:inline-block; position: absolute; }
.commonTaskView .lp_timePicker > .timePickBox{position:fixed; margin-top:45px; display: none; background:#eeeeef; border-radius: 5px; padding:10px; border:1px solid #ddd; width: max-content; box-shadow:1px 1px 5px 0px rgba(0,0,0,0.2); z-index:11;}

.commonTaskView .lp_timePicker.st > .timePickBox { right: -50%; }
.commonTaskView .lp_timePicker.ed > .timePickBox { right: -50%; }

.commonTaskView .lp_timePicker > .timePickBox > .pickWrap{display:flex; gap: 10px;}
.commonTaskView .lp_timePicker > .timePickBox > .pickWrap > div{background:#fff; border:1px solid #ddd; height: 152px; box-sizing: border-box; flex-shrink: 0;}
.commonTaskView .lp_timePicker > .timePickBox > .pickWrap > div.h {width: 100px;}
.commonTaskView .lp_timePicker > .timePickBox > .pickWrap > div.m {width: 100px;}
.commonTaskView .lp_timePicker > .timePickBox > .pickWrap > div > ul{display:flex; flex-direction: column; flex-wrap: wrap; height: 100%; margin-right: -1px;}
.commonTaskView .lp_timePicker > .timePickBox > .pickWrap > div > ul > li{font-size:13px; padding: 0 15px; height: 25px; text-align: center; font-weight: 400; cursor: pointer; border-right: 1px solid #ddd; display: flex; justify-content: center; align-items: center; box-sizing:border-box;}
.commonTaskView .lp_timePicker > .timePickBox > .pickWrap > div > ul > li.pick{background:#404d5e; color:#fff;}
.commonTaskView .lp_timePicker > .timePickBox > .pickWrap > div.type > ul > li{height:calc(100% / 2);}
.commonTaskView .lp_timePicker > .timePickBox > .pickWrap > div.type > ul > li + li{border-top:1px solid #ddd;}

.commonTaskView .lp_timePicker > .timePickBox > .pickBtn{border-radius: 4px; font-size: 13px; background:#404d5e; color:#fff; border:1px solid #ddd; padding: 0 12px; height: 32px; line-height: 32px; cursor:pointer; margin-top:10px;}
.commonTaskView .lp_timePicker > .timePickBox > .timeCloseBtn{border-radius: 4px; font-size: 13px; background:#fff; color:#111; border:1px solid #ddd; padding: 0 12px; height: 32px; line-height: 32px; cursor:pointer; margin-top:10px;}

.commonTaskView .timeSelBox { display: flex; gap: 1%; }
.commonTaskView .timeSelBox > div { width: auto; }
.commonTaskView div.select { position: relative; padding: 0px; background: #eee; cursor: pointer; vertical-align: middle; overflow: hidden; border-radius: 5px; width: 120px; }
.commonTaskView div.select select { position: relative; margin: 0px; width: 100%; line-height: 38px; height: 38px; background: transparent; font-size: 13px; padding: 0 30px 0 10px; z-index: 1; outline: none; }
.commonTaskView div.select:after { font-family: FontAwesome; content: "\f107"; vertical-align: middle; position: absolute; top: 0px; right: 10px; display: block; color: #bbb; font-size: 15px; height: 38px; line-height: 38px; z-index: 1; }

.commonTaskView .board .obj > .manage { display: flex; justify-content: space-between; }
.commonTaskView .board .obj > .manage > p { font-size: 18px; font-weight: 500; margin-bottom: 5px; }
.commonTaskView .board .obj > .manage > span { color: #999; }

.commonTaskView .stateWrap { display: flex; position: relative; align-items: center; justify-content: start; gap: 1%; cursor: default; margin-top: 10px; }
.commonTaskView .stateWrap .stateBox { background-color: #ccc; /* padding: 5px 5px; width: calc(96%/5); */ box-sizing: border-box; background: #ddd; text-align: center; /* border-radius: 10px; */ height: 95px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: center; flex-grow: 1; }
.commonTaskView .stateWrap .stateBox.tasksGrading { cursor: pointer; }
.commonTaskView .stateWrap .stateBox .t { font-size: 12px; color: #999; }
.commonTaskView .stateWrap .stateBox .c { font-size: 20px; font-weight: bold; margin: 5px 0; }
.commonTaskView .stateWrap .stateBox .n { font-size: 16px; font-weight: bold; margin: 5px 0; }

.commonTaskView .stateWrap .stateBox.f { background-color: #999; flex-grow: 1.5; }
.commonTaskView .stateWrap .stateBox.f .t, .commonTaskView .stateWrap .stateBox.f .c, .commonTaskView .stateWrap .stateBox.f .d { color: white; }


.commonTaskView .tableWrap table { border-bottom: 1px solid #ccc; border-top: 2px solid #404d5e; height: 100%; width: 100%; position: relative; }
.commonTaskView .tableWrap table.tasksGrading { cursor: pointer;}
.commonTaskView .tableWrap table th { padding: 5px 20px; background: #f8f8f8; color: #666; font-size: 13px; height: 30px; }
.commonTaskView .tableWrap table td { padding: 15px 20px; font-size: 12px; text-align: center; border-top: 1px solid #ccc; position: relative; cursor: pointer;}

.taskView + .footer { background-color: #eee; position: fixed; bottom: 0px; left: 0; right: 0; width: 100%; padding: 15px 15px; height: 65px; border-top: 1px solid #ccc; box-sizing: border-box; display: flex; align-items: center; gap: 5px; z-index: 10; display: flex; justify-content: flex-end; }
.taskView + .footer a { float: none; display: inline-block; line-height: 40px; height: 40px; border: 0px; font-size: 14px; width: auto; padding: 0px 30px; color: #fff; margin: 0px 2px; cursor: pointer; background: #404d5e; border-radius: 5px; }
.taskView + .footer a.gray { background: #999; }

