@font-face {
  font-family: 'NotoSansCJKkr-Bold';  font-style: normal;
  src: local(./font/NotoSansCJKkr-Bold);
  src: url(./font/NotoSansCJKkr-Bold.eot);
  src: url(./font/NotoSansCJKkr-Bold.eot?#iefix) format('embedded-opentype'),
  url(./font/NotoSansCJKkr-Bold.woff) format('woff'),
  url(./font/NotoSansCJKkr-Bold.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');
}


html, body {
  height:100%;
  overflow:hidden;
  margin:0;
  padding:0;
}
body, div, span, p{
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  font-family: 'NotoSansCJKkr-Bold';
}
.contentsAllArea{
  background: url(../img/common/contentsAllAreaBg.png) no-repeat left top;
  background-size: 100% 100%;
  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;
}
.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 center;
  width: 135px;
  height: 140px;
  bottom: 280px;
  right: 120px;
  cursor: pointer;
}
.skipbtn:hover{
  background: url(../img/common/skipBtn_over.png) no-repeat center;
}

.skipBtnEffect{
  /* background: url(../img/common/skipEffectIcon.png) no-repeat center; */
  width: 15px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 15px;
}
.skipBtnEffect_1{
  right: 37px;
}
.skipBtnEffect_2{
  right: 26px;
}
.introLessonTitle{
  font-family: 'NotoSansCJKkr-Bold';
  position: absolute;
  bottom: 215px;
  left: 0px;
  font-size: 29px;
  color: #000;
  width: 100%;
  height: 58px;
  text-align: left;
  opacity: 0;
}
.iltNum{
  padding-left: 198px;
  vertical-align: top;
  display: inline-block;
  width: 40px;
  height: 58px;  
  text-align: center;
}
.iltText{
  display: inline-block;
  padding-left: 40px;
  vertical-align: bottom;
  text-align: left;
}
/* learningGoal css*/
.lenPlanGroup{
  width: 100%;
  height: 602px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
}
.lenPlanMainBg{
  width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
  color: #fff;
  top: 135px;
  left: 400px;
  padding-left: 15px;
}
.lenPlanTextGroup{
  margin-bottom: 10px;
}
.lenPlanTextGroup:last-child{
  margin-bottom: 0;
}
.lenPlanText_Text{
  background: url(../img/common/lenBlit.png) no-repeat left 16px;
  padding-left: 14px;
  font-family: 'NotoSansCJKkr-Medium';
  font-size: 24px;

}
.lenPlanSubBg{
  width: 690px;
  height: auto;
  opacity: 0;
  position: absolute;
  color: #fff;
  top: 325px;
  left: 400px;
}
.lenPlanSubTextGroup{
  margin-bottom: 10px;
}
.lenPlanSubTextGroup:last-child{
  margin-bottom: 0;
}
.lenPlanSubText_Num{
  display: inline-block;
  vertical-align: top;
  font-family: 'NotoSansCJKkr-Medium';
  font-size: 24px;
  margin-right: 5px;
}
.lenPlanSubText_Text{
  display: inline-block;
  vertical-align: top;
  font-family: 'NotoSansCJKkr-Medium';
  font-size: 24px;
  /*width: 660px;*/
}




/* sync */
.vidSyncGroup{
  position: absolute;
  top: 0px;
  left:0px;
}
.vidSyncPopBtn{
  width: 370px;
  height: 75px;
  background: url(../img/common/BookmarkBg1.png) no-repeat right top;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: -1180px;
  top: 10px;
}
.vidSyncBtnGroup{
  background: rgba(33, 33, 33, 0.8) no-repeat 0px 0px;
  position: absolute;
  width: 280px;
  height: 520px;
  border-right: none;
  padding: 90px 20px 20px 820px;
  opacity: 0;
  z-index: -1;
}
.vidSyncBtn{
  background: rgba(255, 255, 255, 1) no-repeat 0px 0px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 15px 15px 15px;
  margin-top: -8px;
  margin-left: -9px;
  width: 268px;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-family: 'NotoSansCJKkr-Medium';
}
.vidSyncBtn div{
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.vidSyncBtnNum{
  margin-right: 5px;
}
.vidSyncBtnText{
  width: 240px;
}



/* quiz css */
.quizMainObj_1{
  background: url(../img/common/quizMainObj_1.png) no-repeat center bottom;
  width: 540px;
  height: 540px;
  position: relative;
  margin: 40px auto;
  opacity: 0;
}
.quizStartBtn{
  background: url(../img/common/quizStartBtn.png) no-repeat center;
  width: 217px;
  height: 85px;
  position: absolute;
  top: 390px;
  margin: 0 450px;
  cursor: pointer;
  opacity: 0;
}
.quizStartBtn:hover{
  background: url(../img/common/quizStartBtn_over.png) no-repeat center;
}

.quizGroup{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  overflow: hidden;
}
.quizTop{
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.quizTitleText{
  font-size: 26px;
  color: #000;
  display: inline-block;
  width: 800px;
  height: 120px;
  min-height: 70px;
  text-align: left;
  position: relative;
  top: 47px;
  font-family: 'NotoSansCJKkr-medium';
  padding-left: 140px;
}
.quizTitleText ins{
  color: rgb(236, 54, 84);
}
.quizTitleOXCheck{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 85px;
  left: 90px;
}
.rubricText{
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  position: relative;
  width: 100%;
  top: 27px;
  text-align: right;
  margin-left: -65px;
  font-family: 'NotoSansCJKkr-Medium';
}

.rubricText_sa{
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  position: relative;
  width: 100%;
  top: 27px;
  text-align: right;
  margin-left: -65px;
  font-family: 'NotoSansCJKkr-Medium';
}

.quizMiddle{
  position: relative;
  text-align: center;
  top: 90px;
}
.bogiGroup{
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 190px;
  text-align: left;
  width: 750px;
}
.bogiNum{
  background: url(../img/common/selectBg.png) no-repeat left top;
  font-size: 21px;
  color: #000;
  display: inline-block;
  width: 36px;
  min-height: 28px;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  font-family: 'NotoSansCJKkr-Bold';
}
.bogiText{
  font-size: 21px;
  color: #000;
  display: inline-block;
  width: 700px;
  vertical-align: top;
  margin-bottom: 4px;
  font-family: 'NotoSansCJKkr-Bold';
  cursor: pointer;
  margin-top: 2px;
}
.userClickChk{
  background: url(../img/common/answerSelect.png) no-repeat center;
  width: 36px;
  height: 32px;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  text-align: center;
}
.ooBtn{
  background: url(../img/common/oxQuizOBg.png) no-repeat center;
  width: 285px;
  height: 285px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.oxQuizGuideLine{
  background: url(../img/common/oxQuizGuideLine.png) no-repeat center;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 274px;
}
.xxBtn{
  background: url(../img/common/oxQuizXBg.png) no-repeat center;
  width: 285px;
  height: 285px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.quizBottom{
  width: 1120px;
  height: 145px;
  bottom: -200px;
  position: absolute;
  opacity: 0;  
  z-index: 2;
}
.quizBottomInBg{
  background: url(../img/common/quiz_bottomBG.png) no-repeat center;
  width: 1120px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  top: 0px;
}
.answerNum{
  position: absolute;
  top: 80px;
  left: 30px;
  font-size: 30px;
  color: #fff006;
  width: 150px;
  height: 46px;
  font-family: 'NotoSansCJKkr-Bold';
  text-align: middle;
  line-height: 0px;
}

.answerText{
  position: absolute;
  top: 18px;
  left: 200px;
  font-size: 22px;
  line-height:30px;
  color: #fff;
  width: 850px;
  text-align: left;
  font-family: 'NotoSansCJKkr-medium';
}
.nextQuizBtn{
  background: url(../img/common/nextQuizBtn.png) no-repeat right center;
  width: 190px;
  height: 73px;
  position: absolute;
  top: -60px;
  right: 24px;
  cursor: pointer;
}
.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: 293px;
  left: 430px;
  width: 451px;
  height: 79px;
}
.quizOXChkBg{
  background: url(../img/common/oxQuizOBgAnswer.png) no-repeat center;
  width: 80px;
  height: 100%;
  position: absolute;
}
.quizOXChkBg_2{
  left: 255px;
}
.resultTotalQuizNum{
  color: #000;
  font-size: 37px;
  position: absolute;
  top: 140px;
  left: 513px;
  font-family: 'NotoSansCJKkr-Bold';
}
.reslutAnswerQuizNum{
  color: #ff2ea9;
  font-size: 45px;
  position: absolute;
  top: 185px;
  left: 362px;  
  font-family: 'NotoSansCJKkr-Bold';
}
.retryQuizBtn{
  background: url(../img/common/quizRetryBtn.png) no-repeat center;
  width: 219px;
  height: 85px;
  position: absolute;
  top: 428px;
  left: 440px;
  cursor: pointer;
}
.retryQuizBtn:hover{
  background: url(../img/common/quizRetryBtnOver.png) no-repeat center;
}


/* summary css*/
.sumGroup{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.setPage .sumTitleBg{
  width: 1024px;
  min-height: 120px;
  position: relative;
  top: 0;
  margin: 0 auto;
  /*left:50%;
  background: url(../img/common/sumTitleBg.png) no-repeat center top; */
}  

.setPage .sumTitle{
  background-color: #ff2ea9;
  position: absolute;
  top: 96px;
  font-size: 30px;
  font-family: 'NotoSansCJKkr-Bold';
  color: #fff;
  text-align: center;
  border: 4px solid black;
  padding: 8px 16px;
  /*transform: translate(-135%, 0%); */ 
}
.sumMiddle{
  position: relative;
  margin: 0 auto;
  width: 900px;
  top: 60px;
  padding-left: 0px;
}
.setPage .sumText{
  background: url(../img/common/sumSubBlit.png) no-repeat left 5px;
  width: 840px;
  font-family: 'NotoSansCJKkr-Bold';
  font-size: 22px;
  color: #000;
  line-height: 24px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.setPage .sumTextSub{
  background: url(../img/common/sumSubSIcon.png) no-repeat left 10px;
  width: 820px;  
  font-family: 'NotoSansCJKkr-Medium';
  font-size: 17px;
  color: #000;
  margin-left: 30px;
  padding-left: 30px;
  line-height: 20px;
  
}
.setPage .sumTextSSub{
  width: 800px;
  margin-left: 25px;
  padding-left: 13px;
  font-size: 16px;
  color: #000;
  margin-top: 5px;
}
.sumBottom{
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  height: 0px;
  text-align: center;
}
.sumMovePageBtn{
  font-size: 22px;
  color: #000;
  font-family: 'NotoSansCJKkr-Bold';
  line-height: 42px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/sumMovePageBtnBg.png) no-repeat center;
  width: 50px;
  height: 51px;
  margin: 0 7px;
  cursor: pointer;
}
.sumPrint{
  background: url(../img/common/sumPrint.png) no-repeat left top;
  width: 187px;
  height: 53px;
  position: absolute;
  bottom: 25px;
  right: -130px;
  cursor: pointer;
}
/*
#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: 93px;
  height: 32px;
  position: absolute;
  top: 7px;
  left: 0;
  cursor: pointer;
  display: inline-block;
}
.indexMenuPop{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
}
.indexMenuPopGroup{
  position: relative;
  top: 0;
  margin: 0 auto;
  background-color: rgba(35, 35, 35, 0.98);
}
.indexMenuPopGroupInObj{
  width: 1120px;
  height: 630px;
  top: 0px;
  margin: 0 auto;
  position: relative;
  background: url(../img/index/indexBg.png) no-repeat 0px 0px;
}
.indexCloseBtn{
  width: 61px;
  height: 61px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url(../img/index/INDEXCloseBtn.png) no-repeat center;
}
.indexCloseBtn:hover{
  background: url(../img/index/INDEXCloseBtnOver.png) no-repeat center;
}
.mMenu{
  font-family: 'NotoSansCJKkr-Bold';
  font-size: 45px;
  position: relative;
  top: 240px;
  left: 448px;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  width: 228px;
  height: 50px;
  text-align: center;
}
.mMenu .mMenuInObj{
  position: absolute;
  padding: 5px;
  cursor: pointer;
}
.mMenuInObjBg{
  background-color: #ffdd00;
  width: 0%;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 0;
  cursor: pointer;
}
.scriptPop{
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 36px;
  bottom: -147px;
  border-radius: 10px;
  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 left top;
}
.helpPopNavi{
  position: absolute;
  top: 100px;
  right: 26px;
}
.helpPopNavi div{
  color: #fff;
  width: 191px;
  height: 69px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  margin-bottom: 15px;
}
.contentInfoBtn{
  background: url(../img/helpPop/contentInfoBtn.png) no-repeat center;
}
.teacherInfoBtn{
  background: url(../img/helpPop/teacherInfoBtn.png) no-repeat center;
}
.lenMapBtn{
  background: url(../img/helpPop/lenMapBtn.png) no-repeat center;
}
.keyInfoBtn{
  background: url(../img/helpPop/keyInfoBtn.png) no-repeat center;
}
.helpPopCloseBtn{
  width: 60px;
  height: 60px;
  background: url(../img/helpPop/helpPopCloseBtn.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  bottom: 586px;
  right: 20px;
}
.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 top;
  width: 100%;
  height: 100%;
}
.teacherInfoSub{
  width: 100%;
  height: 100%;
}
.teacherChangeBtnGroup{
  position: absolute;
  top: 15px;
  left: 30px;
}
.tcBtn{
  width: 97px;
  height: 120px;
  cursor: pointer;
}
.tcBtn:nth-child(1){
  margin-bottom: 0px;
}
.tcBtn:nth-child(2){
  margin-bottom: 0px;
}
.lenMapSub{
  background: url(../img/helpPop/lenMapInfo.png) no-repeat top;
  width: 100%;
  height: 100%;
}
.lenMapTableGroup{
  position: relative;
  top: 120px;
  margin-left: 30px;
  width: 960px;
  height: 540px;
}
.lenMapTable{
  width: 390px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  border-collapse: collapse;
  margin: 0 30px;
}
.lenMapTable th, .lenMapTable td{
  padding: 6px;
}
.lenMapTable th{
  border: 1px solid #000;
  background-color: #232323;
  color: #fff;
  font-size: 17px;
  height: 28px;
}
.downAllBtn{
  position: absolute;
  top:542px;
  right: 208px;
  width: 181px;
  height: 38px;
  cursor: pointer;
  background: url(../img/helpPop/downAllBtn.png) no-repeat center;
}
.downAllBtn:hover{
  background: url(../img/helpPop/downAllBtnOver.png) no-repeat center;
}
.lenMapLessonTitle{
  font-family: 'NotoSansCJKkr-Bold';
  /*border: 1px solid;*/
  border-right: none;
  font-size: 15px;
  background-color: #fff;
  text-align: left;
  width: 340px;
  height: 43px;
  color: #000;
  letter-spacing: -0.5px;
}
.lenMapLessonTitleNum, .lenMapLessonTitleText{
  display: inline-block;
  vertical-align: top;
}
.lenMapLessonTitleNum{
  margin-right: 4px;
  margin-left: 5px;
}
.lenMapLessonTitleText{
  width: 290px;
}
.lenMapDown{
  /*border: 1px solid;*/
  background: #fff url(../img/helpPop/lenMapDownIcon.png) no-repeat center;
  cursor: pointer;
  border-left: none;
  width: 65px;
  height: 100%;
}
.lenMapDown:hover{
  background: #fff url(../img/helpPop/lenMapDownIconOver.png) no-repeat center;
}
.keyInfoSub{
  background: url(../img/helpPop/keyInfo.png) no-repeat left 0px;
  width: 100%;
  height: 100%;
}
/* 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;
}
.showUi{
  background: url(../img/controls/showUi.png) no-repeat center;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 11;
  background-size: 40px 40px;
  cursor: pointer;
  z-index: -1;
  opacity: 0;
  bottom: 50px;
  right: 40px;
}
.showUi .showUiBubble{
  background: url(../img/controls/showUiBubble.png) no-repeat center;
  width: 69px;
  height: 38px;
  position: absolute;
  bottom: 55px;
  left: -10px;
  display: none;
}
.lockMode{
  background: url(../img/controls/unlocked.png) no-repeat center;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 11;
  background-size: 40px 40px;
  cursor: pointer;
  z-index: -1;
  opacity: 0;
  top: 105px;
  left: 40px;
}
