@font-face {
  font-family: 'NanumBarunGothic';  font-style: normal;;
  src: local(./font/NanumBarunGothic);
  src: url(./font/NanumBarunGothic.eot);
  src: url(./font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
  url(./font/NanumBarunGothic.woff) format('woff'),
  url(./font/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'GodoB';  font-style: normal;;
  src: local(./font/GodoB);
  src: url(./font/GodoB.eot);
  src: url(./font/GodoB.eot?#iefix) format('embedded-opentype'),
  url(./font/GodoB.woff) format('woff'),
  url(./font/GodoB.ttf) format('truetype');
}
@font-face {
  font-family: 'GodoM';  font-style: normal;;
  src: local(./font/GodoM);
  src: url(./font/GodoM.eot);
  src: url(./font/GodoM.eot?#iefix) format('embedded-opentype'),
  url(./font/GodoM.woff) format('woff'),
  url(./font/GodoM.ttf) format('truetype');
}
html, body {
  height:100%;
  overflow:hidden;
  margin:0;
  padding:0;
}
body, div, span, p{
  font-family: 'NanumBarunGothic';
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.contentsAllArea{
  background-color: #a05bc8;
  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{
  z-index: 10;
}
.vid{
  position: absolute;
  top: 62px;
  left: 0;
  width: 1012px;
  height: 569px;
}
.setPage{
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 569px;
}
/* Intro css */
.introObj_1{
  background: url(../img/intro/introObj_1.png) no-repeat left top;
  width: 558px;
  height: 608px;
  position: absolute;
  top: -25px;
  left: 0px;
  opacity: 0;
}
.introObj2_1{
  background: url(../img/intro/introObj2_1.png) no-repeat center;
  width: 479px;
  height: 224px;
  position: absolute;
  top: 118px;
  right: 0px;
  opacity: 0;
}
.introObj2_2{
  background: url(../img/intro/introObj2_2.png) no-repeat center;
  width: 529px;
  height: 227px;
  position: absolute;
  top: 90px;
  right: 0px;
  opacity: 0;
}
.introObj2_3{
  font-family: 'GodoB';
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 305px;
  right: 0;
  opacity: 0;
}
.introStartBtn{
  position: absolute;
  bottom: 80px;
  right: 40px;
  cursor: pointer;
  font-family: 'GodoB';
  color: #fff87f;
  font-size: 25px;
  border-top: 2px solid #fff87f;
  border-bottom: 2px solid #fff87f;
  padding: 5px;
  opacity: 0;
}
.introStartBtn:hover{
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/* learningGoal css*/
.learningMain{
  position: absolute;
  left: 125px;
  width: 700px;
  height: auto;
}
.lenGoalTextGroup, .lenPlanTextGroup{
  padding: 50px 0 0 40px;
  position: relative;
  left: 50px;
  opacity: 0;
}
.lenGoalTextGroup{
  background: url(../img/common/lenGoal.png) no-repeat left top;
}
.lenPlanTextGroup{
  margin-top: 40px;
  background: url(../img/common/lenPlan.png) no-repeat left top;
}
.lenGoalTextText, .lenPlanTextText{
  background: url(../img/common/lenBlit.png) no-repeat left 8px;
  font-size: 20px;
  padding-left: 12px;
  color: #fff;
  margin-bottom: 10px;
}
/* quiz css */
.QuizGroup{
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 1;
  width: 930px;
  height: 529px;
}
.quizTop{
  position: relative;
  padding: 15px 20px 0 70px;
  font-size: 23px;
  color: #414141;
  width: 840px;
  min-height: 45px;
  top: 0;
  left: 0;
  letter-spacing: -0.5px;
}
.quizTop .jimunInBogi{
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
}
.quizTitle{ word-break: keep-all; }
.quizTitle ins{
  color: #cc3300;
}
.oxChkObj{
  position: absolute;
  top: -21px;
  left: -21px;
  width: 91px;
  height: 92px;
}
.quizMiddle{
  position: relative;
  top: 30px;
  left: 60px;
  width: 800px;
  height: 250px;
}
.bogiGroup{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.quizBogi{
  cursor: pointer;
}
.quizBogiText{
  vertical-align: top;
  font-size: 20px;
  margin: 2px 0 10px 6px;
  height: auto;
  cursor: pointer;
  position: relative;
  width: calc(100% - 40px);
  min-height: 24px;
  color: #424242;
  display: inline-block;
}
.quizBogiNum{
  cursor: pointer;
  vertical-align: top;
  font-size: 20px;
  color: #969696;
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 29px;
}
.answerSelect{
  background: url(../img/common/answerSelect.png) no-repeat center;
  width: 17px;
  height: 17px;
  position: absolute;
  top: -5px;
  left: -30px;
  z-index: -1;
  opacity: 0;
}
.oxGroup{
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.oxQuizO, .oxQuizX{
  width: 121px;
  height: 121px;
  display: inline-block;
  margin: 0 30px;
  cursor: pointer;
}
.oxQuizO{
  background: url(../img/common/oxQuizOBg.png) no-repeat center;
}
.oxQuizX{
  background: url(../img/common/oxQuizXBg.png) no-repeat center;
}
.answerChkBtn{
  margin: 0 auto;
  background: url(../img/common/answerBtn.png) no-repeat center;
  width: 81px;
  height: 31px;
  cursor: pointer;
}
.quizBottom{
  position: absolute;
  left: 0;
  top: 600px;
  width: 100%;
  height: 178px;
  background-color: #dec5ed;
}
.quizNextBtn{
  background: url(../img/common/nextQuizBtn.png) no-repeat top left;
  width: 140px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.quizNextBtn:hover{
  background: url(../img/common/nextQuizBtnOver.png) no-repeat top left;
}
.answerGroup{
  position: absolute;
  top: 0;
  left: 0;
  width: 915px;
  height: 40px;
  background-color: #a05bc8;
  color: #fff;
  font-size: 21px;
  line-height: 40px;
  padding-left: 15px;
}
.answerNum{
  width: 25px;
  height: 25px;
  font-size: 19px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 65px;
  text-align: center;
  line-height: 25px;
  background: url(../img/common/selectBgAnswer.png) no-repeat top left;
  line-height: 29px;
}
.answerText{
  position: absolute;
  top: 59px;
  left: 20px;
  color: #414141;
  font-size: 18px;
  width: 890px;
  word-break: keep-all;
}
.juAlert{
  top: -62px;
  left: 0;
  width: 100%;
  height: 667px;
  background: rgba(0, 0, 0, 0.6) url(../img/common/alertRetry.png) no-repeat center;
  position: absolute;
  text-align: center;
  z-index: -1;
  opacity: 0;
}
/* summary css*/
.summaryGroup{
  position: absolute;
  top: 45px;
  left: 40px;
  width: 926px;
  height: 479px;
  background: url(../img/common/sumTextBg.png) no-repeat left top;
  opacity: 0;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.sumMiddle{
  position: absolute;
  top: 75px;
  left: 66px;
  width: 825px;
  height: 380px;
  overflow: hidden;
  overflow-y: auto;
}
.stitle{
  width: 100%;
  font-size: 21px;
  color: #414141;
  margin-top: 15px;
}
.stitle:first-child{
  margin-top: 0px;
}
.stitle > div{
  display: inline-block;
  vertical-align: top;
}
.stitle > .num{
  width: 25px;
}
.stitle > .text{
  width: calc(100% - 30px);
  word-break: keep-all;
}
.stext{
  font-size: 20px;
  margin-left: 10px;
  padding-left: 17px;
  color: #414141;
  margin-top: 10px;
  width: 100%;
  word-break: keep-all;
}
.stext > div{
  display: inline-block;
  vertical-align: top;
}
.stext > .num{
  width: 22px;
}
.stext > .text{
  width: calc(100% - 50px);
  word-break: keep-all;
}
.stext .insBlit{
  display: block;
  margin: 5px 0;
}
.stext .insBlit > span{
  display: inline-block;
  vertical-align: top;
}
.stext .insBlit .text{ width: calc(100% - 25px); }
.sumPrint{
  background: url(../img/common/sumPrint.png) no-repeat center;
  width: 101px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 185px;
  cursor: pointer;
  opacity: 0;
}
.sumPrint:hover{
  background: url(../img/common/sumPrintOver.png) no-repeat center;
}
.sumDown{
  background: url(../img/common/sumDown.png) no-repeat center;
  width: 121px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 60px;
  cursor: pointer;
  opacity: 0;
}
.sumDown:hover{
  background: url(../img/common/sumDownOver.png) no-repeat center;
}
/* outro css */
.outroMain{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #333333;
}
.outroLessonTitle{
  font-size: 28px;
  width: 100%;
  position: absolute;
  padding: 10px 15px;
  text-align: center;
  top: 360px;
  left: 0;
  opacity: 0;
  color: #fff;
}
.text{
  position: relative;
  margin: 0 auto;
  width: 530px;
}
.outroCommonText{
  position: relative;
  top: 20px;
  font-size: 22px;
}
/* indexMenu css */
.indexMenuPop{
  background-color: #fff;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -300px;
  z-index: -1;
  opacity: 0;
  padding: 5px 25px 15px 0;
  border: 5px solid #fff87f;
  border-left: none;
}
.indexPopClose{
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  color: #747474;
  font-size: 17px;
}
.indexPopClose:hover{
  color: #ff4da5;
}
.indexMenuPop .mMenu{
  padding-top: 3px;
  position: relative;
  margin: 10px 0 5px 0;
  color: #747474;
  font-size: 23px;
  padding: 3px 35px 1px 0;
  font-family: 'GodoB';

}
.indexMenuPop .mMenu{
  margin-left: 25px;
}
.indexMenuPop .subMenu{
  cursor: pointer;
  margin-left: 30px;
}
.indexMenuPop hr{
  background-color: #fff;
}
.subMenu{
  color: #a8a8a8;
  font-size: 19px;
  background: url(../img/index/indexSubBlit.png) no-repeat left 7px;
  margin-left: 30px;
  padding-left: 10px;
  background-size: 10px;
  margin-top: 7px;
  background-size: 5px;
}
.scriptPop{
  width: 836px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 80px;
  bottom: 38px;
  border-radius: 15px;
  color: #fff;
  padding: 10px 15px;
  z-index: -1;
  opacity: 0;
}
.sum_up_img{
  top: 100px;
  left: 1200px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sum_up_img #mCSB_1_container{
  margin-top: 75px;
  margin-left: 50px;
  width: calc(100% - 70px);
  word-break: keep-all;
}
.mPrevBtn, .mNextBtn{
  position: absolute;
  top: 0;
  margin-top: 294px;
  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;
}
