@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: 'NanumBrush';  font-style: normal;;
  src: local(./font/NanumBrush);
  src: url(./font/NanumBrush.eot);
  src: url(./font/NanumBrush.eot?#iefix) format('embedded-opentype'),
  url(./font/NanumBrush.woff) format('woff'),
  url(./font/NanumBrush.ttf) format('truetype');
}
*{
  margin: 0;
  padding: 0;
}
html, body{
	height:100%;
  background:url(../../images/common/background.jpg);
    background-size:contain;
}
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;
}
.conArea{
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: relative;
  background-color: #ecf1f0;
}
/* Opinion */
.OpinionTitle{
  position: absolute;
  color: #333;
  font-family: 'NanumBarunGothic';
  font-size: 20px;
  font-weight: bold;
  width: 630px;
  height: 80px;
}
.OpinionTitle .OpinionTItleHighlight{
  color: #854600;
  font-family: 'NanumBarunGothic';
  font-size: 23px;
  font-weight: bold;
}
.OpinionTitleJisimun{
  color: #666;
  position: absolute;
  top: 260px;
  right: 185px;
}
.OpinionInputTextBg{
  position: absolute;
  top: 300px;
  left: 190px;
  width: 300px;
  height: 300px;
}
.OpinionInputTextBg .myInput{
  width: 600px;
  height: 160px;
  resize: none;
  font-family: 'NanumBarunGothic';
  font-size: 16px;
}
.OpinionInputTextBg .opinionSaveBtn{
  background: url(../../images/common/opinionSaveBtn.png) no-repeat center;
  position: absolute;
  top: 200px;
  left: 560px;
  width: 69px;
  height: 29px;
  cursor: pointer;
}
.OpinionInputTextBg .opinionSaveBtn:hover{
  background: url(../../images/common/opinionSaveBtnOver.png) no-repeat center;
}
.opinionSaveAlert{
  position: absolute;
  top: 390px;
  left: 350px;
  color: #fff;
  font-size: 28px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  padding: 20px 10px;
  width: 280px;
  opacity: 0;
  z-index: -1;
  text-align: center;
}
/* Follow */
.titleImg{
  background: url(../../images/common/FollowImg.png) no-repeat center;
  position: absolute;
}
.inputGroup{
  background: url(../../images/common/FollowInputBg.png) no-repeat center;
  position: relative;
  width: 684px;
  height: 183px;
  top: 385px;
  margin: 0 auto;
}
.inputGroupTitle{
  color: #854600;
  font-size: 28px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 20px;
}
.inputGroupJisimun{
  color: #854600;
  position: absolute;
  top: 53px;
  right: 40px;
}
.followInput{
  position: absolute;
  top: 478px;
  left: 210px;
  font-family: 'NanumBarunGothic';
  font-size: 17px;
  width: 475px;
  height: 20px;
  overflow-y: auto;
  resize: none;
}
.followOpinionSaveBtn{
  background: url(../../images/common/opinionSaveBtn.png) no-repeat center;
  position: absolute;
  top: 475px;
  left: 700px;
  width: 69px;
  height: 29px;
  cursor: pointer;
}
.followOpinionSaveBtn:hover{
  background: url(../../images/common/opinionSaveBtnOver.png) no-repeat center;
}
/* Quiz */
.quizArea{
  background-color: rgb(255, 255, 255);
  top: 60px;
  margin: 0 auto;
  position: relative;
  overflow-y: auto;
  opacity: 0;
}
.QuizGroup{
  position: relative;
  top: 40px;
  margin-left: 40px;
  font-size: 25px;
  padding-right: 20px;
}
.quizTItle{
  min-height: 53px;
  padding-top: 13px;
  padding-left: 60px;
  margin-top: 20px;
}
.quizTItle_1{
  margin-top: 0;
}
.quizTItle em{
  font-style: normal;
  border-bottom: 2px solid #cc3300;
  color: #cc3300;
}
.oxCheck{
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bogiGroup{
    margin-left: 60px;
}
.bogi{
  font-size: 22px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
}
.checkIcon{
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/common/quizSelectOver.png) no-repeat center;
  width: 27px;
  height: 22px;
  opacity: 0;
  cursor: pointer;
}
.quizAnswer{
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 60px;
  border-radius: 10px;
  padding: 8px 15px 4px 15px;
}
.checkAnswer{
  position: relative;
  float: right;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  padding: 8px 10px 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.5;
  margin-bottom: 20px;
}
.onlyQuizPageNaviGroup{
  position: relative;
  top: 0;
  width: 100%;
  text-align: right;
  opacity: 0;
}
/* Summary */
.SummaryGroup{
  background-color: rgba(255, 255, 255, 0.8);
  width: 800px;
  height: 500px;
  position: relative;
  margin: 0 auto;
  top: 60px;
  border-left: 2px solid rgb(180, 180, 180);
  border-right: 2px solid rgb(180, 180, 180);
}
.sumMiddle .sumMainTitle{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid;
}
.sumMiddle .sumSubTitle{
  font-size: 20px;
  margin-top: 15px;
  margin-left: 10px;
}
.sumMiddle .sumSubText{
  font-size: 18px;
  line-height: 30px;
  margin-top: 5px;
  margin-left: 32px;
}
.sumMiddle .sumPrint{
  background: url(../../images/common/sumPrintBtn.png) no-repeat center;
  width: 38px;
  height: 15px;
  display: inline-block;
  margin-left: 32px;
  cursor: pointer;
}
.sumMiddle .sumPrint:hover{
  background: url(../../images/common/sumPrintBtnOver.png) no-repeat center;
}
.sumTop{
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 3;
}
.sumMoveBtn{
  display: inline-block;
  width: 21px;
  height: 38px;
  cursor: pointer;
}
.sumMiddle{
  position: absolute;
  top: 45px;
  left: 25px;
  width: 750px;
  height: 430px;
}
#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 .conTitleInPrint{
  margin-top: 20px;
  margin-left: 600px;
}
#sum_up_img .lessonTitleInPrint{
  margin-top: 20px;
  margin-left: 15px;
}
#sum_up_img .sumMainTitleInPrint{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}
#sum_up_img .sumTextGroupInPrint{
  margin-left: 25px;
}
#sum_up_img .sumTextGroupInPrint .sumSubTitle{
  margin-top: 15px;
  line-height: 22px;
}
#sum_up_img .sumTextGroupInPrint .sumSubText{
  margin-top: 5px;
  margin-left: 18px;
}
/* index menu */
.indexBtn{
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 10px 12px;
  position: absolute;
  top: 0;
  right: -36px;
  cursor: pointer;
  opacity: 0;
}
.indexMenuPop{
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 10%;
  left: -206px;
  width: 180px;
  padding: 0 15px 10px 10px;
}
.indexMenuPop .mMenu{
  padding-top: 3px;
  position: relative;
  margin: 10px 0 5px 0;
  color: #a0a0a0;
  font-size: 17px;
  padding: 3px 5px 5px 0;
  border-bottom: 1px solid #D1D1D1;
  margin-left: 5px;
  cursor: pointer;
}
.indexMenuPop .subMenu{
  cursor: pointer;
  margin-left: 10px;
}
.indexMenuPop hr{
  background-color: #fff;
}
.subMenu{
  color: #bfbfbf;
  font-size: 15px;
  margin-left: 30px;
  margin-top: 7px;
}
