/*
 * 수업종료 메뉴 
 */
/* {{수업종료확인창}}*/
#popupExitWindow{
  position:absolute; 
  top:0px;left:0px;
  width:100%;1920px;height:100%;1080px;
  background: rgba(0,0,0,0.3);
  display: none;
}
#exitWindow{
  border:0px solid green;
  margin:auto;
  text-align: center;
  position:absolute; 
  top:50%;63px; left:50%;325px;
  transform: translate(-50%, -50%);

  width:1450px; height:954px;
  background: url('../img/exit/end_box.png') center center no-repeat;
  background-size: 1450px 954px;
}
#msgbox{
  position:absolute; 
  top:50%; left:50%;
  transform: translate(-50%, -50%);

  width: 482px; height: 246px;
  border-radius: 30px;
  border:0.5px solid #999;
  box-shadow: 0px 0px 7px 5px #aaa;
  background-color: white;
  sbackground: url('../img/exit/end_box02.png') center center no-repeat;
  sbackground-size: 482px 246px;
}
#closeExitWindow{
  position: absolute;
  top:350px;left:1390px;
  width: 21px; height: 21px;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-image: url('../img/05_cms/icon_exit.png');
}

#childlist_save{
  border: 0px solid red;
  position: absolute;
  top: 410px; left: 44px;
  width: 1365px; height: 395px;
}

button.saveexit {
  border:0px solid red;
  position: absolute;
  top:839px;
  width:196px;height:75px;
  background-size: 196px 75px;
}

#exit_home_lecture{
  position: absolute;
  top: 844px;
  left: 400px;200px;
  font-size: 30px;
  line-height: 80px;
  color: #666;
  border:0px solid red;
  font-family: 'Jua', sans-serif;
}
#home_lecture{ width: 30px;height:30px;}
#save_lecture{left:608.5px;408.5px;background-image: url('../img/exit/icon_save_on.png');}
#exit_lecture{left:827px;627px;background-image: url('../img/exit/icon_exit_on.png');}
#restart_lecture{display:none;left:845.5px;background-image: url('../img/exit/icon_restart_on.png');}


/*수업종료창-원아목*/
.childlist_save_child{float:left;margin:5px;5px 5px;
  width:125px;95px;height:125px;95px;
  background-color: #dedede;
  background-repeat: no-repeat; background-position: center center; 
  background-size: cover;border-radius: 20px;
}
.childlist_save_child button{
  font-family: 'Jua', sans-serif;
  font-size:18px;line-height: 125px;
  width:125px;95px;height:125px;95px;color:#ffffff;
}
.childlist_save_child_checked button{background:url('img/teacher/screen2/exit/exit_check_on.png') center center no-repeat; }


#exit_msg{
  border:0px solid red;
  width:440px;height:190px;
  background-size: 482px 258px;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: NanumGothicBold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}
button#no{
  margin-top:10px;
  width: 195.5px; height: 74.5px;
  background-image: url('../img/exit/icon_no.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
button#yes{
  margin-top:10px;margin-left:10px;margin-right:10px;
  width: 195.5px; height: 74.5px;
  background-image: url('../img/exit/icon_yes.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
