@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');
}

@font-face {
  font-family: NanumSquareB;
  src: local('NanumSquareB')
    , url('./font/NanumSquareB.eot');  
  src:url('./font/NanumSquareB.eot?#iefix') format('embedded-opentype')
    , url('./font/NanumSquareB.woff') format('woff');
}

@font-face {
  font-family: NanumSquareR;
  src: local("NanumSquareR")
    , url('./font/NanumSquareR.eot');  
  src:url('./font/NanumSquareR.eot?#iefix') format('embedded-opentype')
    , url('./font/NanumSquareR.woff') format('woff');
}
*{
  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);  */
  position: relative;
  opacity: 0;
 background: url(../../images/common/quizBg.png) no-repeat center;
}



.quizArea .QuizBox{
  top: 130px;
  margin: 0 auto;
  position: relative;
  height: 580px;
  overflow-y: auto;
}

.QuizGroup{
/* 2023.02.10 ÄûÁî À§Ä¡ ¼öÁ¤ */
  position: relative;
  top: 10px;   
  margin: 0px 113px 0px 113px;
  font-size: 25px;
  padding-right: 20px;
}
.quizTItle{
  font-family: 'NanumSquareB';
  min-height: 53px;
  padding-top: 0px;
  padding-left: 80px;
}
.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: 80px;
    margin-top: 10px;
}

.bogi{
  font-size: 20px;
  line-height: 30px;
  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: 20px;
  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-top: 20px;
}
.onlyQuizPageNaviGroup{
  position: relative;
  top: 0;
  width: 100%;
  text-align: right;
  opacity: 0;
}
/* Summary */
.SummaryGroup{
  background-color: rgba(255, 255, 255, 0.8);
  width: 1130px;
  height: 547px;
  position: relative;
  margin: 0 auto;
  top: 110px;
  left:0px;
}
.sumMiddle .sumSubTitle{
  font-size: 26px;
  margin-top: 18px;
  margin-left: 10px;
  font-weight: bold;
  font-family: 'NanumSquareB';
}
.sumMiddle .sumSubText .sumSubTextBlit, .sumMiddle .sumSubText .sumSubTextText{
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
  font-family: 'NanumBarunGothic';
  display: inline-block;
  vertical-align: top;
}
.sumSubText {
    overflow-y: auto;
    overflow-x: hidden;
    height: 430px;
    width: 1140px;
}
/*
.sumSubText .sumSubTextText span{
color:#16705F;
font-weight : bold;
}
*/
.subindent{
padding-left:25px;
}
.sumSubTextBlit{
  margin-left: 24px;
  margin-right: 5px;
}
.sumSubTextText{
  width: 1050px;
}
.textSubObj{
  margin-top: 5px;
}
.textSubObjBlit{
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.textSubObjText{
  display: inline-block;
  vertical-align: top;
  width: 670px;
  font-size: 20px;
}
.sumTop{
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 3;
}

.sumMiddle{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 1100px;
  height: 480px;
}
.sumBottom{
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.sumBottom div{
  display: inline-block;
}
.sumPageInfo{
  margin: 0 10px;
  font-size: 20px;
}
.sumPrevBtn, .sumNextBtn{
  font-size: 20px;
  cursor: pointer;
  color: rgb(129, 129, 129);
}
#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 .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;
}
#sum_up_img .sumTextGroupInPrint .sumSubText div{
  margin-left: 2px;
  margin-bottom: 5px;
}
#sum_up_img .sumTextGroupInPrint .sumSubText div em{
  font-style: normal;
  margin-left: 13px;

}
/* 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;
}
.pretestDown{
  background-color: #0c148e;
  width: 220px;
  padding: 16px 10px 15px 10px;
  display: inline-block;
  text-align:center;
  vertical-align: top;
  font-family: 'NanumBarunGothic';
  font-size: 28px;
  font-weight:bold;
  border-radius: 30px;
  color: #ffffff;
  margin: 530px 530px;
  cursor: pointer;
  z-index: 9999;
}
 .pretestDown:hover{
  color: #ffa900;
}


.pretestclose{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  display:block
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  /* background-color: #fff;*/
}
.subMenu{
  color: #bfbfbf;
  font-size: 15px;
  margin-left: 30px;
  margin-top: 7px;
}
