
@font-face {
  font-family: 'NotoSansCJKkr-Regular';  font-style: normal;;
  src: local(./font/NotoSansCJKkr-Regular);
  src: url(./font/NotoSansCJKkr-Regular.eot);
  src: url(./font/NotoSansCJKkr-Regular.eot?#iefix) format('embedded-opentype'),
  url(./font/NotoSansCJKkr-Regular.woff) format('woff'),
  url(./font/NotoSansCJKkr-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'NotoSansCJKkr-Medium';  font-style: normal;;
  src: local(./font/NotoSansCJKkr-Medium);
  src: url(./font/NotoSansCJKkr-Medium.eot);
  src: url(./font/NotoSansCJKkr-Medium.eot?#iefix) format('embedded-opentype'),
  url(./font/NotoSansCJKkr-Medium.woff) format('woff'),
  url(./font/NotoSansCJKkr-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'NotoSansCJKkr-Black';  font-style: normal;;
  src: local(./font/NotoSansCJKkr-Black);
  src: url(./font/NotoSansCJKkr-Black.eot);
  src: url(./font/NotoSansCJKkr-Black.eot?#iefix) format('embedded-opentype'),
  url(./font/NotoSansCJKkr-Black.woff) format('woff'),
  url(./font/NotoSansCJKkr-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'Spoqa Han Sans Bold';  font-style: normal;;
  src: local(./font/Spoqa Han Sans Bold);
  src: url(./font/Spoqa Han Sans Bold.eot);
  src: url(./font/Spoqa Han Sans Bold.eot?#iefix) format('embedded-opentype'),
  url(./font/Spoqa Han Sans Bold.woff) format('woff'),
  url(./font/Spoqa Han Sans Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Spoqa Han Sans Regular';  font-style: normal;;
  src: local(./font/Spoqa Han Sans Regular);
  src: url(./font/Spoqa Han Sans Regular.eot);
  src: url(./font/Spoqa Han Sans Regular.eot?#iefix) format('embedded-opentype'),
  url(./font/Spoqa Han Sans Regular.woff) format('woff'),
  url(./font/Spoqa Han Sans Regular.ttf) format('truetype');
}


html, body {
  height:100%;
  overflow:hidden;
  margin:0;
  padding:0;
}
body, div, span, p{
  font-family: 'NotoSansCJKkr-Regular', 'NotoSansCJKkr-Medium';
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.contentsAllArea{
  overflow: hidden;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: relative;

}
.topArea, .bottomArea, .controlArea{
  z-index: 10;
}
.contentsArea{
  position: relative;
  margin: 0 auto;
  /*top: calc(50% - 609px);*/
}
.vid{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.setPage{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* intro */
.skipBtn{
  position: absolute;
  background: url(../img/common/skipBtn.png) no-repeat 0px 0px;
  width: 168px;
  height: 172px;
  top: 30px;
  right: 60px;
  cursor: pointer;
}
.skipBtn:hover{
  background: url(../img/common/skipBtn.png) no-repeat -174px 0px;
}

.introLessonTitle{
  font-family: 'NotoSansCJKkr-Medium';
  position: absolute;
  bottom: 235px;
  left: 0px;
  font-size: 30px;
  color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.iltNum, .iltText{
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.iltText{
  font-family: 'NotoSansCJKkr-Medium';
  padding-left: 0px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
  
}

/* learningGoal css
.lenGroup{
  width: 700px;
  position: relative;
  margin: 0 auto;
}
.lenPlan{
  background: url(../img/common/lenPlanBg.png) no-repeat left top;
  padding-top: 90px;
  padding-left: 50px;
  margin-top: 40px;
  margin-left: 20px;
  opacity: 0;
  width: 100%;  
}
.lenPlanText{
  background: url(../img/common/lenBlit.png) no-repeat left 3px;
  font-family: 'NanumSquareRound';
  font-weight: bold;
  font-size: 21.5px;
  color: #585a5e;
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.lenGoal{
  background: url(../img/common/lenGoalBg.png) no-repeat left top;
  padding-top: 90px;
  padding-left: 50px;
  margin-top: 40px;
  margin-left: 20px;
  opacity: 0;
  width: 100%;
}
.lenGoalText{
  background: url(../img/common/lenBlit.png) no-repeat left 3px;
  font-family: 'NanumSquareRound';
  font-weight: bold;
  font-size: 21.5px;
  color: #585a5e;
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
}
*/

/* quiz css */

.quizMainObj_1{
  background: url(../img/common/quizMainObj_1.png) no-repeat center;
  width: 1120px;
  height: 630px;
  position: absolute;
  opacity: 0;
}
.quizMainObj_2{
  background: url(../img/common/quizMainObj_2.png) no-repeat center;
  width: 360px;
  height: 130px;
  position: absolute;
  top: 160px;
  left: calc(50% - 200px);
  /*margin: 0 auto;*/
  opacity: 0;
}
.quizMainObj_3{
  background: url(../img/common/quizMainObj_3.png) no-repeat center;
  width: 320px;
  height: 45px;
  position: absolute;
  top: 165px;
  left: calc(50% - 160px);
  /*margin: 0 auto;*/
  opacity: 0;
}
.quizStartBtn{
  background: url(../img/common/quizStartBtn.png) no-repeat center;
  width: 360px;
  height: 130px;
  position: absolute;
  top: 200px;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0;
}
.quizGroup{
  width: 1060px;
  height: 560px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  opacity: 0;
}
.quizTop{
  /*background-color: #ebf8ff;*/
  padding: 0px 10px;
  position: relative;
}
.rubricText{
  font-family: 'NotoSansCJKkr-Medium';
  color: #333;
  font-size: 21px;
  position: absolute;
  width: 100%;
  margin-left: 120px;
  text-align: left;
  letter-spacing: -0.5px;
}
.quizTitleNum{
  background: url(../img/common/quiznumBG.png)no-repeat center;
  width: 120px;
  height: 120px;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 62px;
  color: #fff;
  display: inline-block;
  padding-top: 35px;
  text-align: center;
}
.quizTitleText{
  font-family: 'NotoSansCJKkr-Medium';
  font-size: 30px;
  color: #0097ff;
  display: inline-block;
  vertical-align: top;
  width: 900px;
  line-height: 36px;
  margin-top: 35px;
  letter-spacing: -1px;
}
.quizTitleText ins{
  color: rgb(187, 35, 35);
}
.quizTitleOXCheck{
  width: 70px;
  height: 80px;
  position: absolute;
  top: 30px;
  left: 34px;
}

.quizMiddle{
  position: relative;
  text-align: center;
  top: -30px;
}
.bogiGroup{
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.bogiNum{
  background: url(../img/common/selectBg.png) no-repeat left top;
  font-family: 'NotoSansCJKkr-Regular';
  font-weight: 0;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  width: 36px;
  min-height: 36px;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
}
.bogiText{
  font-family: 'NotoSansCJKkr-Medium';
  font-size: 21px;
  color: #333;
  display: inline-block;
  width: 800px;
  vertical-align: top;
  margin-top: 2px;
  cursor: pointer;
  letter-spacing: -1px;
}
.userClickChk{
  background: url(../img/common/answerSelect.png) no-repeat center;
  width: 80px;
  height: 70px;
  position: absolute;
  top: -20px;
  left: -16px;
  z-index: -1;
  opacity: 0;
}
.ooBtn{
  background: url(../img/common/oxQuizOBg.png) no-repeat center;
  width: 220px;
  height: 215px;
  position: relative;
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
}
.xxBtn{
  background: url(../img/common/oxQuizXBg.png) no-repeat center;
  width: 220px;
  height: 215px;
  position: relative;
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
}
.quizBottom{
  background: url(../img/common/quizBottomBg.png) no-repeat center;
  width: 1060px;
  height: 193px;
  top: 400px;
  position: absolute;
  opacity: 0;
}
.answerNum{
  position: absolute;
  top: 15px;
  left: 85px;
}
.aNum{
  background: url(../img/common/answerNumBg.png) no-repeat center;
  width: 33px;
  height: 32px;
  font-family: 'NotoSansCJKkr-Regular';
  font-weight: 800;
  font-size: 24px;
  color: #013f7a;
  text-align: center;
  line-height: 30px;
  margin-top: 5px;  
}
.aOx{
  width: 40px;
  height: 40px;

}
.answerText{
  position: absolute;
  top: 80px;
  left: 35px;
  font-family: 'NotoSansCJKkr-Regular';
  font-size: 21px;
  color: #333;
  letter-spacing: -1px;
}
.nextQuizBtn{
  background: url(../img/common/nextQuizBtn.png) no-repeat center;
  width: 170px;
  height: 150px;
  position: absolute;
  top: -100px;
  right: 30px;
  cursor: pointer;
}
.nextQuizBtn:hover{
  background: url(../img/common/nextQuizBtnOver.png) no-repeat center;
}
.resultQuiz{
  background: url(../img/common/resultQuizBtn.png) no-repeat center;
  width: 111px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
}
.resultQuiz:hover{
  background: url(../img/common/resultQuizBtnOver.png) no-repeat center;
}
.quizAlert{
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8) url(../img/common/alertRetry.png) no-repeat center;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.resultGroup{
  background: url(../img/common/quizResultBg.png) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.quizOXChkGroup{
  position: absolute;
  top: 270px;
  left: 280px;
  width: 600px;
  height: 80px;
  text-align: center;
}
.quizOXChk{
  background: url(../img/common/selectBg.png) no-repeat center;
  width: 33px;
  height: 32px;
  font-family: 'Spoqa Han Sans Regular';
  font-weight: 800;
  font-size: 24px;
  color: #013f7a;
  text-align: center;
  line-height: 35px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  margin-right: 10px;
}
.quizOXChkBg{
  background: url(../img/common/oxQuizOBgAnswer.png) no-repeat center;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  margin-top: 22px;
}
.resultTotalQuizNum{
  font-family: 'NotoSansCJKkr-Medium';
  color: #0097ff;
  font-size: 30px;
  position: absolute;
  top: 100px;
  left: 527px;
}
.reslutAnswerQuizNum{
  position: absolute;
  top: 148px;
  left: 380px;
  font-family: 'NotoSansCJKkr-Medium';
  font-size: 40px;
  color: #ff7e00;
}
.retryQuizBtn{
  background: url(../img/common/quizRetryBtn.png) no-repeat center;
  width: 300px;
  height: 120px;
  position: absolute;
  top: 450px;
  left: 400px;
  cursor: pointer;
}
.retryQuizBtn:hover{
  background: url(../img/common/quizRetryBtnOver.png) no-repeat center;
}


/* opinion */
.opinionGroup{
  background: url(../img/common/opinionTitleBg.png) no-repeat left top;
  position: relative;
  top: 0px;
  left: 0px;
  width: 1120px;
  height: 630px;
  padding-top: 0px;
  padding-left: 0px;
}
.opinionTitleText{
  font-family: NotoSansCJKkr-Medium;
  font-size: 24px;
  color: #555;
  /*border-left: 2px solid #999;*/
  padding-left:170px;
  padding-top: 60px;
  width: 100%;
  height: auto;
  letter-spacing: -1px;
  line-height: 30px;
}
.opinionGroup textarea{
  font-family: NotoSansCJKkr-Regular;
  font-size: 20px;
  position: relative;
  width: 950px;
  height: 232px;
  min-height: 30px;
  margin-top: 92px;
  margin-left: 84px;
  font-size: 20px;
  border: 0px hidden rgb(173, 173, 173);
  resize: none;
  background: transparent;
  line-height: 40px;
}
.opinionSaveBtn{
  background: url(../img/common/opinionSaveBtn.png) no-repeat left top;
  background-size: auto 100%;
  width: 154px;
  height: 72px;
  position: absolute;
  top: 515px;
  left: 350px;
  cursor: pointer;
}
.opinionSaveBtn:hover{
  background: url(../img/common/opinionSaveBtnOver.png) no-repeat left top;
  background-size: auto 100%;
}
.opinionPopBtn{
  background: url(../img/common/opinionPopBtn.png) no-repeat left top;
  width: 261px;
  height: 72px;
  position: absolute;
  top: 515px;
  right: 340px;
  cursor: pointer;
}
.opinionPopBtn:hover{
  background: url(../img/common/opinionPopBtnOver.png) no-repeat left top;
}
.opinionPop{
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7) url(../img/common/opinionPopBg.png) no-repeat center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.opinionPopGroup{
  font-family: NotoSansCJKkr-Medium;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 190px;
  left: 100px;
  width: 920px;
  height: 400px;
}
.OPGTitleNum{
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.OPGTitleText{
  display: inline-block;
  vertical-align: top;
  width: 880px;
  margin-left: 5px;
  margin-top: 10px;
}
.OPGSubTextText{
  margin-top: 5px;
  margin-left: 25px;
  width: 740px;
  font-size: 18px;
}
.opinionPopCloseBtn{
  background: url(../img/common/opinionPopCloseBtn.png) no-repeat center;
  position: absolute;
  top: 80px;
  right: 60px;
  width: 41px;
  height: 41px;
  cursor: pointer;
}
.opinionPopCloseBtn:hover{
  background: url(../img/common/opinionPopCloseBtnOver.png) no-repeat center;
}
.opinionAlert{
  position: absolute;
  background: rgba(0, 0, 0, 0.7) url(../img/common/opinionAlert_no.png) no-repeat center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  top: 0;
}
.opinionTitleText table{
  background-color: #fff;
  border-collapse: collapse;
}
.opinionTitleText th{
  border: 0;
  background-color: #4B6B8E;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.opinionTitleText td{
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
}
.OPGTitleText table{
  background-color: #fff;
  border-collapse: collapse;
}
.OPGTitleText th{
  border: 0;
  background-color: #4B6B8E;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.OPGTitleText td{
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
}


/* summary css*/
.sumGroup{
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 630px;
}
.setPage .sum_icon{
  background: url(../img/common/sum_icon.png) no-repeat left;
  width: 82px;
  height: 75px;
  position: absolute;
  top: 92px;
  left: 0px;
  z-index: 1;
}

.setPage .sumTitle{
  width: 600px;
  min-height: 30px;
  position: relative;
  top: 97px;
  left: 50px;
  font-family: 'NotoSansCJKkr-Medium';
  font-size: 30px;
  color: #fff;
  background-color: #ff7e00;
  padding: 10px 40px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; 
  border-bottom-right-radius: 30px;
  z-index: 0;
}
.sumMiddle{
  position: relative;
  top: 130px;
  left: 40px;
  width: 940px;
  height: 410px;
}
.setPage .sumText{
  font-family: 'NotoSansCJKkr-Regular';
  background: url(../img/common/sumSubBlit.png) no-repeat left top;
  padding-left: 30px;
  width: 900px;
  font-size: 23px;
  color: #585a5e;
  line-height: 30px;
}
.setPage .sumTextSub{
  font-family: 'NotoSansCJKkr-Regular';
  background: url(../img/common/sumSubSIcon.png) no-repeat 7px top;
  margin-left: 30px;
  padding-left: 28px;
  font-size: 18.5px;
  color: #585a5e;
  line-height: 23px;
}
.sumBottom{
  position: absolute;
  top: 540px;
  width: 1000px;
  text-align: center;
}
.sumPrevBtn{
  background: url(../img/common/sumPrevBtn.png) no-repeat center;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.sumPrevBtn:hover{
  background: url(../img/common/sumPrevBtnOver.png) no-repeat center;
}
.sumPageMoveNum{
  font-family: 'NotoSansCJKkr-Medium';
  width: 120px;
  font-size: 40px;
  color: #080808;
  display: inline-block;
  vertical-align: top;
  margin: -10px 15px 0 15px;
}
.sumdot{
   display: inline-block;
   width: 30px;
   font-size: 25px;
   vertical-align: top;
   margin-top: 10px;
   color: #666;
}

.sumNextBtn{
  background: url(../img/common/sumNextBtn.png) no-repeat center;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.sumNextBtn:hover{
  background: url(../img/common/sumNextBtnOver.png) no-repeat center;
}
.sumPrint{
  background: url(../img/common/sumPrint.png) no-repeat left top;
  width: 154px;
  height: 72px;
  position: absolute;
  top: 35px;
  right: -20px;
  cursor: pointer;
}
.sumPrint:hover{
  background: url(../img/common/sumPrintOver.png) no-repeat left top;
}

#sum_up_img{
  position: absolute;
  top: 0;
  left: -3000px;
  opacity: 0;
  z-index: -1;
  width: 21cm;
  min-height: 29.7cm;
  padding: 0.2cm;
  margin: 0 auto;
}
#sum_up_img .lessonTitleInPrint{
  margin-left: 15px;
}
#sum_up_img .sumTitle{
  margin-top: 40px;
  margin-left: 20px;
}
#sum_up_img .sumTitle_1{
  margin-top: 20px;
}
#sum_up_img .sumText{
  margin-left: 5px;
  margin-bottom: 10px;
}
#sum_up_img .sumTextSub{
  margin-top: -5px;
  margin-left: 45px;
  margin-bottom: 20px;
}
/* index menu pop css*/
.indexBtn{
  background: url(../img/index/indexBtn.png) no-repeat center;
  width: 85px;
  height: 170px;
  position: absolute;
  right: -85px;
  cursor: pointer;
  /*border: 4px solid #3c3c3c;*/
  border-left: none;
}
.indexMenuPop{
  background-color: #fff;
  width: 270px;
  height: auto;
  position: absolute;
  top: 120px;
  left: -280px;
  border: 10px solid #0097ff;
  border-radius: 0px 20px 20px 0px;
  border-left: none;
  padding: 0px 0px 10px 0px;
}
/*
.indexLine{
  background: url(../img/index/indexLine.png) no-repeat center;
  width: 270px;
  height: 25px;
}
*/

.indexMenuPop .mMenu{
  background: #0097ff url(../img/index/mMenu_bg.png) no-repeat left;
  width: 160px;
  height: 50px;
  color: #fff;
  font-family: 'NotoSansCJKkr-Regular';
  font-weight: 800;
  font-size: 23px;
  padding-left: 40px;
  padding-right: 70px;
  padding-top: 12px;
  cursor: pointer;
}
.indexMenuPop .subMenu{
  color: #999;
  font-family: 'NotoSansCJKkr-Regular';
  font-size: 18px;
  cursor: pointer;
  padding-left: 24px;
  margin: 5px 0;
  width: 250px;
  letter-spacing: -1px;
  
}
.indexMenuPop .subMenu .subMenuNum{
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  cursor: pointer;
}
.indexMenuPop .subMenu .subMenuText{
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.scriptPop{
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 36px;
  bottom: -147px;
  border-radius: 15px;
  color: #fff;
  padding: 10px 15px;
  z-index: -1;
  opacity: 0;

}
.scriptPop div{
  height: 72px;
  overflow-y: auto;
  padding-right: 10px;
}
.playRate{
  position: absolute;
  bottom: 80px;
  right: 50px;
}
.playRate div{
  display: inline-block;
  font-size: 13px;
  color: #959595;
}
/* help pop css */
.helpPop{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
}
.helpPopGroup{
  position: relative;
  margin: 0 auto;
  background: url(../img/helpPop/helpPopBg.png) no-repeat center;
}
.helpPopNavi{
  position: absolute;
  top: 26px;
  left: 280px;
}
.helpPopNavi div{
  display: inline-block;
  vertical-align: top;
  height: 74px;
  cursor: pointer;
}
.contentInfoBtn{
  background: url(../img/helpPop/coninfo_btn.png) no-repeat center;
  width: 156px;
  height: 74px;
}
.contentInfoBtn:hover{
  background: url(../img/helpPop/coninfo_btnOver.png) no-repeat center;
}
.teacherInfoBtn{
  background: url(../img/helpPop/teacherinfo_btn.png) no-repeat center;
  width: 156px;
  height: 74px;
  margin-left: 8px;
}
.teacherInfoBtn:hover{
  background: url(../img/helpPop/teacherinfo_btnOver.png) no-repeat center;
}
.lenMapBtn{
  background: url(../img/helpPop/lenmap_btn.png) no-repeat center;
  width: 233px;
  height: 74px;
  margin-left: 8px;
}
.lenMapBtn:hover{
  background: url(../img/helpPop/lenmap_btnOver.png) no-repeat center;
}

.helpPopCloseBtn{
  margin-left: 180px;
  width: 78px;
  background: url(../img/helpPop/helpPopCloseBtn.png) no-repeat center;
  cursor: pointer;
}
.helpPopCloseBtn:hover{
  background: url(../img/helpPop/helpPopCloseBtnOver.png) no-repeat center;
}
.helpPopObj{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contentInfoSub{
  background: url(../img/helpPop/contentInfo.png) no-repeat center 115px;
  width: 100%;
  height: 100%;
  background-size: 70%;
}

/* moonriver 2019-07-31 for TASK 2*/
/*
.teacherInfoSub{
  background: url(../img/helpPop/teacherInfo.png) no-repeat center;
  width: 100%;
  height: 100%;
}
*/
.teacherInfoSub{
  width: 100%;
  height: 100%;
}
.teacherSelect{
  position: absolute; 
  top: 125px; 
  left: 35px;
  width: 268px; 
}
.teache1name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache2name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache3name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache4name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache5name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache6name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache7name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache8name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache9name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache10name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache11name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache12name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache13name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache14name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache15name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}
.teache16name{
 float: bottom;
 width: 130px; 
 height: 43px;
 position: relative;
 display: inline-block;
 padding: 0.5px 0.5px 0.5px 0.5px;
 cursor: pointer;
}

/* moonriver 2019-07-31 for TASK 2*/

.lenMapSub{
  width: 100%;
  height: 100%;
  background: url(../img/helpPop/lenMapBg.png) no-repeat center;
}
.lenMapTableGroup{
  position: relative;
  margin-left: 50px;
  width: 1040px;
  height: 420px;
}
.lenMapTable{
  width: 48%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  border-collapse: collapse;
  margin: 0 5px;
}
.lenMapTable th, .lenMapTable td{
  padding: 5px;
}
.lenMapTable th{
  border: 1px solid #ccc;
  background-color: #ff7e00;
  color: #fff;
  font-family: 'NotoSansCJKkr-Regular';
  font-size: 18px;
  vertical-align: top;
}
.lenMapLessonTitle{
  border: 1px solid #ccc;
  border-right: none;
  font-family: 'NotoSansCJKkr-Regular';
  font-size: 17px;
  background-color: #fff;
  text-align: left;
  width: 480px;
  color: #000;
}
.lenMapLessonTitleNum, .lenMapLessonTitleText{
  display: inline-block;
  vertical-align: top;
}
.lenMapLessonTitleNum{
  margin-right: 4px;
  margin-left: 5px;
}
.lenMapLessonTitleText{
  width: 380px;
}
.lenMapDown{
  border: 1px solid #ccc;
  background: #fff url(../img/helpPop/lenMapDownIcon.png) no-repeat center;
  cursor: pointer;
  border-left: none;
  width: 65px;
  height: 100%;
}

/* moonriver 2019-07-31 for TASK 1*/
.lenMapTableNavi{
  position: relative;
  left: 41%;
  width: 33%;
}
.lenMapPrevBtn{
  float: left;
  width: 15%;
  background: url(../img/helpPop/helpPopPrevBtn.png) no-repeat center;
  cursor: pointer;
  height: 40px;
}
.lenMapPrevBtn:hover {
  background: url(../img/helpPop/helpPopPrevBtn_Over.png) no-repeat center;
}
.lenMapTabPage{
  font-family: 'NotoSansCJKkr-Regular';
  font-size: 24px;
  float: left;
  width: 20%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.lenMapNextBtn{
  float: left;
  width: 15%;
  background: url(../img/helpPop/helpPopNextBtn.png) no-repeat center;
  cursor: pointer;
  height: 40px;
}
.lenMapNextBtn:hover {
  background: url(../img/helpPop/helpPopNextBtn_Over.png) no-repeat center;
}
/* moonriver 2019-07-31 */


/* mobile css */
.mPrevBtn, .mNextBtn{
  position: absolute;
  top: 0;
  margin-top: 295px;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
.mPrevBtn{
  left: 0;
  background: url(../img/controls/mPrevBtn.png) no-repeat center;
  width: 61px;
  height: 92px;
}
.mNextBtn{
  right: 0;
  background: url(../img/controls/mNextBtn.png) no-repeat center;
  width: 61px;
  height: 92px;
}
