@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: 'NanumBarunGothicBold';  font-style: normal;;
  src: local(./font/NanumBarunGothicBold);
  src: url(./font/NanumBarunGothicBold.eot);
  src: url(./font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
  url(./font/NanumBarunGothicBold.woff) format('woff'),
  url(./font/NanumBarunGothicBold.ttf) format('truetype');
}
@font-face {
  font-family: 'InterparkGothicBold';  font-style: normal;;
  src: local(./font/InterparkGothicBold);
  src: url(./font/InterparkGothicBold.eot);
  src: url(./font/InterparkGothicBold.eot?#iefix) format('embedded-opentype'),
  url(./font/InterparkGothicBold.woff) format('woff'),
  url(./font/InterparkGothicBold.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{
  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: 570px;
}
.setPage{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Intro css */
.introConTitle{
  background: url(../img/user/IntroObj_2.png) no-repeat center;
  width: 588px;
  height: 242px;
  font-family: 'InterparkGothicBold';
  font-size: 100px;
  color: #fff;
  line-height: 245px;
  text-align: center;
  position: absolute;
  top: 137px;
  left : -500px;
  opacity: 0;
  letter-spacing: -3px;
}
.introLessonTitle{
  font-family: 'NanumSquare';
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  position: absolute;
  top: 395px;
  left : 2px;
  letter-spacing: -0.5px;
  opacity: 0;
}
.introObj_1{
  background: url(../img/user/IntroObj_1.png) no-repeat center;
  width: 400px;
  height: 760px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.introStartBtn{
  width: 152px;
  height: 67px;
  position: absolute;
  bottom: 84px;
  left: 30px;
  cursor: pointer;
  background: url(../img/user/introStartBtn.png) no-repeat center;
  opacity: 0;
}
.introStartBtn:hover{
  background: url(../img/user/introStartBtnOver.png) no-repeat center;
}
/* learningGoal css*/
.learningMain{
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.lenGoalTextGroup, .lenPlanTextGroup{
  width: 100%;
  height: 180px;
  position: relative;
  opacity: 0;
}
.lenGoalTextGroup{
  padding-top: 30px;
  background: url(../img/common/lenGoal.png) no-repeat right top;
  right: -50px;
}
.lenGoalTextObj{
  padding-left: 240px;
}
.lenPlanTextObj{
  padding-left: 180px;
}
.lenPlanTextGroup{
  padding-top: 30px;
  background: url(../img/common/lenPlan.png) no-repeat left top;
  left: -50px;
}
.lenGoalTextNum, .lenPlanTextNum{
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'InterparkGothicBold';
}
.lenGoalTextText{
  width: 680px;
  font-size: 21px;
}
.lenPlanTextText{
  width: 680px;
  font-size: 21px;
}
.lenGoalTextText, .lenPlanTextText{
  display: inline-block;
  vertical-align: top;
  padding-left: 6px;
  color: #fff;
  margin-bottom: 10px;
}
/* quiz css */
.QuizGroup{
  position: absolute;
  top: 100px;
  left: -1012px;
  opacity: 1;
  width: 100%;
  height: 531px;
}
.quizTop{
  position: relative;
  font-size: 23px;
  color: #414141;
  width: 100%;
  height: 86px;
  top: 0;
  left: 0;
  letter-spacing: -0.5px;
  z-index: 2;
}
.quizTop .jimunInBogi{
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
}
.quizTitle{
  position: absolute;
  top: 40px;
  left: 150px;
  font-family: 'NanumBarunGothic';
  font-size: 20px;
  color: #fff;
}
.quizTitle em{
  font-style: normal;
  color: rgb(236, 252, 50);
  font-size: 24px;
}
.titleBogi{
  font-size: 20px;
  margin-top: 30px;
  color: #000;
  border: 1px solid #999;
  padding: 10px;
  margin-left: -50px;
  position: absolute;
  top: 65px;
  left: 150px;
  width: 850px;
  min-height: 40px;
  display: none;
}
.sem{
  margin-left: 30px;
}
.oxChkObj{
  position: absolute;
  top: -15px;
  left: 42px;
  width: 91px;
  height: 92px;
}
.quizMiddle{
  position: relative;
  top: -30px;
  left: 0;
  width: 100%;
  height: 240px;
  padding-bottom: 20px;
  background-color: #fff;
}
.bogiGroup{
  top: 0;
  left: 0;
  width: 89%;
  padding-top: 60px;
  padding-left: 100px;
}
.quizBogi{
  cursor: pointer;
}
.quizBogiText{
  vertical-align: top;
  font-size: 20px;
  margin: 2px 0 10px 9px;
  height: auto;
  cursor: pointer;
  position: relative;
  line-height: 28px;
  color: #363636;
  width: calc(100% - 65px);
  word-break: keep-all;
  display: inline-block;
}
.quizBogiNum{
  cursor: pointer;
  vertical-align: top;
  font-size: 20px;
  color: #363636;
  display: inline-block;
  text-align: center;
  width: 29px;
  height: 29px;
  line-height: 32px;
  font-family: 'InterparkGothicBold';
}
.answerSelect{
  background: url(../img/common/answerSelect.png) no-repeat center;
  width: 17px;
  height: 17px;
  position: absolute;
  top: -5px;
  left: -35px;
  z-index: -1;
  opacity: 0;
}
.oxGroup{
  width: 100%;
  text-align: center;
  padding-top: 80px;
}
.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: relative;
  left: 0;
  top: 250px;
  width: 100%;
  height: 235px;
  background-color: rgba(47, 47, 47, 0.9);
}
.quizNextBtn{
  background: url(../img/common/nextQuizBtn.png) no-repeat top left;
  width: 126px;
  height: 43px;
  position: absolute;
  top: -17px;
  right: 15px;
  cursor: pointer;
}
.quizNextBtn:hover{
  background: url(../img/common/nextQuizBtnOver.png) no-repeat top left;
}
.answerGroup{
  text-align: center;
  width: 100px;
  height: 100%;
  font-size: 23px;
  color: #fff;
  font-family: 'NanumBarunGothicBold';
  padding-top: 55px;
  display: inline-block;
  vertical-align: top;
}
.answerNum{
  width: 29px;
  height: 29px;
  font-size: 19px;
  color: #fff;
  text-align: center;
  background: url(../img/common/feedBackAnswerBg.png) no-repeat top left;
  line-height: 31px;
  margin: 0 auto;
  margin-top: 5px;
}
.feedBackLine{
  width: 1px;
  height: 118px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/common/feedBackLine.png) no-repeat center;
  margin-top: 28px;
}
.answerText{
  font-family: 'NanumBarunGothic';
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 24px;
  margin-left: 18px;
  width: 850px;
  word-break: keep-all;
}
.juAlert{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: 100px;
  left: 0px;
  width: 100%;
  height: 531px;
  background: url(../img/common/sumTextBg.png) no-repeat left top;
  opacity: 0;
}
.sumMiddle{
  position: absolute;
  top: 75px;
  left: 66px;
  width: 890px;
  height: 400px;
  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{
  background: url(../img/common/sumBlit.png) no-repeat left top;
  width: 29px;
  height: 33px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-right: 7px;
}
.stitle > .text{
  width: calc(100% - 40px);
  word-break: keep-all;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  padding-top: 4px;
}
.stext{
  font-size: 18px;
  margin-left: 10px;
  padding-left: 26px;
  color: #414141;
  margin-bottom: 8px;
  width: 100%;
  line-height: 26px;
  word-break: keep-all;
}
.stext > div{
  display: inline-block;
  vertical-align: top;
}
.stext > .num{
  width: 22px;
  display: none;
}
.stext > .text{
  width: calc(100% - 50px);
  word-break: keep-all;
}
/*.sumPrint{
  background: url(../img/common/sumPrint.png) no-repeat center;
  width: 45px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 103px;
  right: 105px;
  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: 96px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 103px;
  right: 40px;
  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-family: 'NanumBarunGothic';
  font-size: 28px;
  color: #000000;
  position: absolute;
  top: 400px;
  left : 66px;
  letter-spacing: -0.5px;
  opacity: 0;
}
.text{
  position: relative;
  margin: 0 auto;
  width: 630px;
}
.outroCommonText{
  position: relative;
  top: 70px;
  color: #fff;
  font-size: 34px;
}
/* indexMenu css */
.indexMenuPop{
  background-color: #191919;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -300px;
  z-index: -1;
  opacity: 0;
  padding: 5px 25px 15px 0;
  border-left: none;
}
.indexPopClose{
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  color: #d9d9d9;
  font-size: 17px;
}
.indexPopClose:hover{
  color: #46ffff;
}
.indexMenuPop .mMenu{
  padding-top: 3px;
  position: relative;
  margin: 10px 0 5px 0;
  color: #d9d9d9;
  font-size: 23px;
  padding: 3px 35px 1px 0;
  font-family: 'InterparkGothicBold';

}
.indexMenuPop .mMenu{
  margin-left: 25px;
}
.indexMenuPop .subMenu{
  cursor: pointer;
  margin-left: 30px;
}
.indexMenuPop hr{
  background-color: #fff;
}
.subMenu{
  color: #d9d9d9;
  font-size: 19px;
  background: url(../img/index/indexSubBlit.png) no-repeat left 4px;
  margin-left: 30px;
  padding-left: 17px;
  margin-top: 7px;
}
.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;
}
