@charset "utf-8";

/****************************************
*			   COMMON.css               *
****************************************/

.textAlignL {text-align: left;}
.textAlignC {text-align: center;}
.textAlignR {text-align: right;}
.textAlignJ {text-align: justify;}

.MSGothic 		{font-family: MSGothic; font-weight: bold; letter-spacing: -4px;}
.MSMyeongjo 	{font-family: MSMincho; font-weight: bold; letter-spacing: -4px;}
.NGothic 		{font-family: NGothic; letter-spacing: -2px;}
.NGothicB 		{font-family: NGothicB; letter-spacing: -2px;}
.NGothicEB 		{font-family: NGothicEB; letter-spacing: -2px;}
.NMyeongjo 		{font-family: NMyeongjo; letter-spacing: -2px;}
.NMyeongjoB 	{font-family: NMyeongjoB; letter-spacing: -2px;}
.NMyeongjoEB 	{font-family: NMyeongjoEB; letter-spacing: -2px;}

.curserPointer {cursor: pointer;}
.inAct {opacity: 0.3; pointer-events: none;}

.text_Red 		{color: red;}
.text_HotPink 	{color: #ff3363;}
.text_Blue 		{color: #56a5c4;}
.text_green 	{color:#80974c;}
.text_Orange 	{color: #f7941e;}
.bg_Yellow 		{background-color: #f6e86b;}
.bg_Blue 		{background-color: #a9d8ef;}
.bg_Green 		{background-color: #b7d875;}
.bg_Yellow_2 	{background-color: #ffe7a3;}
.bg_Pink 		{background-color: #fad1d6;}
.text_brown 	{color:#905514;}
.text_purple	{color:#a771a9;}
.text_lightgreen{color:#99ca3c;}
.text_pink{color:#f598a4;}
.text_lightpurple {color: #b0abd5}
.brown{color: #c14b00;}
.yellowBrown{
    color:#c17f00;
}

.cursorP {cursor: pointer;}
.cursorP:hover {color: red;}

.opacity0 {opacity: 0; cursor: pointer; pointer-events: auto;}
.opacity1 {opacity: 1; }

.clickText {
	cursor: pointer;
	line-height: 1.5em;
	display: inline-block;
}
.clickText:hover {color: red;}

 input[type="text"] {
    border: none;
    background: none;
    font-size: 25px;
    font-family: NGothicB;
}
 input:focus {
  border: none;
  border-bottom: 1px solid #000;
  outline-width: 0;
}

/*********  PAGE  *********/
#frameWrap{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-size: 35px;
	font-family: NGothicB;
	background: url(../images/common/frame_bg_3.png);
	background-size: 100% 99.7%;
}
#pageContainer{
    position: absolute;
    top: 3px;
    left: 20px;
    height: 701px;
    width: 1131px;
}
.mainTitle {
    position: absolute;
    text-align: center;
    top: 10px;
    left: 16px;
    height: 70px;
    width: 149px;
    font-size: 26px;
    font-family: NGothicEB;
    color: #fff;
    line-height: 70px;
}
.subTitle {
    position: absolute;
    top: 9px;
    left: 186px;
    height: 70px;
    width: 713px;
    text-align: center;
    font-size: 28px;
    font-family: NGothicEB;
    color: #fff;
    line-height: 70px;
}
.subTitle.line2{
    line-height: normal;
    font-size: 24px;
    padding-top: 8px;
}
.subTitle.line3{
    font-size: 24px;
}
.subTitleB{
    position: absolute;
    top: 9px;
    left: 934px;
    height: 70px;
    width: 171px;
    text-align: center;
    font-size: 28px;
    font-family: NGothicEB;
    color: #fff;
    line-height: 70px;
}
.subTitleB.line2{
    font-size: 22px;
    line-height: 27px;
    top: 19px;
}
.contents {
    position: absolute;
    top: 88px;
    left: 8px;
    width: 1113px;
    height: 605px;
    background-color: #fff;
    border-radius: 17px;
    box-shadow: 1px 1px 3px rgba(165, 165, 165, 0.58), -1px -1px 3px rgba(165, 165, 165, 0.58), -1px 1px 3px rgba(165, 165, 165, 0.58), 1px -1px 3px rgba(165, 165, 165, 0.58);
    overflow: hidden;
}
.contentBox{
    position: absolute;
    top: 45px;
    left: 70px;
    width: 972px;
    height: 535px;
}

/* 토글 박스 */
.toggleBox{
    position: relative;
}
.clickObj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.targetObj {
    width: 100%;
    position: relative;
    opacity: 0;
}
.clickObj.view{
    opacity: 0;
}
.targetObj.end{
    opacity: 1;
}

.borderBox.skyblue .clickObj, .borderBox.yGreenR.qBox .clickObj{
    background: url("../images/common/qIcon.png") no-repeat center/ 36px 36px;
}
.borderBox.orangeR .clickObj{
    background: url("../images/common/qIcon2.png") no-repeat center/ 36px 36px;
}

.borderBox.clickObj:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/common/qIcon2.png") no-repeat center/ 36px 36px;
}

.toggleBox_2{
    width: 100%;
    position: relative;
}
.toggleBox_2 .clickObj:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/common/qIcon2.png") no-repeat center/ 36px 36px;
}
.toggleBox_2 .clickObj.veiw{
  opacity: 0;
}


.borderBox.yGreenR.clickObj:before, .borderBox.skyblue.clickObj:before{
    background: url("../images/common/qIcon.png") no-repeat center/ 36px 36px;
}
.borderBox.clickObj.view:before{
    display: none;
}

.toggleYellow{
    font-size: 22px;
    background-image: linear-gradient(to top, #fabb10, #ffd439 83%);
    box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.35);
    border: solid 1px #b77700;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
    color: #6e3e00;
}
.toggleYellow .qustionimg{
    background: url('../../include/images/common/qIconyellow.png')no-repeat left;
    width: 40px;
    height: 37px;
    position: absolute;
    top: 5px;
    right: 11px;
}
.toggleYellow .clickObj{
    background: url("../images/common/qIconyellow.png") no-repeat center/ 37px 37px;
}
.toggleYellow .targetObj{
    position: relative;
    color: #b93900;
    height: 100%;
    background-image: linear-gradient(to top, #fabb10, #ffd439 83%);
}

.tg_clickimg{
     background: url("../images/common/click.png") no-repeat;
     width:55px;
     height:56px;
     position: absolute;
     cursor: pointer;
     background-size: 100%;
}

/* 학습 목표 */
.questionBox{
    position: absolute;
    background: url(../images/common/bg_questionbox.png) no-repeat;
    width: 804px;
    height: 230px;
    background-size: 100%;
}
.questionBox.oneLine{
    background: url(../images/common/cheer_oneLine.png) no-repeat;
    width: 532px;
    height: 83px;
}
.questionBox .questionText{
    font-size: 26px;
    letter-spacing: -1px;
}
.bg_questionBoxS {
    position: absolute;
    background: url(../../include/images/common/speech_yellowL.png) no-repeat;
    width: 828px;
    height: 150px;
    background-size: 100%;
    font-size: 26px;
}
.bg_questionBoxMS{
    position: absolute;
    background: url(../../include/images/common/bg_questionboxSS.png) no-repeat;
    width: 594px;
    height: 140px;
    background-size: 100%;
    font-size: 26px;
}
.questionBoxMoreS {
    position: absolute;
    background: url(../../include/images/common/questionBoxMoreS.png) no-repeat;
    width: 777px;
    height: 74px;
    background-size: 100%;
    font-size: 26px;
}
.bg_questionBoxSB {
    position: absolute;
    background: url(../../include/images/common/bg_questionboxS_bottom.png) no-repeat;
    width: 402px;
    height: 210px;
    background-size: 100%;
    font-size: 26px;
}
.questionBoxMoreS .questionText{
    margin-left: 29px;
    margin-top: 15px;
    letter-spacing: -1px;
}
.questionBox_M{
    position: absolute;
    background: url(../../include/images/common/questionBox_M.png) no-repeat;
    width: 627px;
    height: 279px;
    background-size: 100%;
}
.bg_bottomImg{
    background: url("../images/common/bgImg.gif") no-repeat;
    background-size: 100%;
    width: 398px;
    height: 387px;
    position: absolute;
    bottom: -70px;
    right: -34px;
}
/*사운드  */
.speaker{
    position: absolute;
    cursor: pointer;
    width: 54px;
    height: 54px;
    background: url(../../include/images/common/speaker.png);
    background-size: cover;
    z-index: 1;
}
.speaker.play{
    background: url(../../include/images/common/speaker_over.png);
    background-size: cover;
}

/*1_3 slide*/
.fixd_question{
    background: url("../images/common/bg_questionS.png") no-repeat;
    width: 800px;
    height: 119px;
    background-size: 100%;
    position: absolute;
    right: 0;
}
.fixd_text{
    font-family: NGothicB;
    font-size: 36px;
    text-align: center;
    color: #000000;
    line-height: 112px;
}

/*  슬라이드  */
.slideBox{
    position: relative;
   /* background-color: #fff;*/
    width: 100%;
    height: 515px;
   /* margin: 20px auto;*/
}
.slideTab{
    position: absolute;
    top: 400px;
    border: 3px solid #ff7600;
    right: 292px;
    z-index: 1;
    border-radius: 7px;
}
.slideTab > div{
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    cursor: pointer;
    font-size: 28px;
    float: left;
    padding: 5px 25px;
}
.slideTab > div:not(:last-child){
    border-right: 3px solid #ff7600;
}
/* .slideTab div:first-of-type{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.slideTab div:last-of-type{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
} */
.slideTab > div.view {
    background-color: #ff7600;
    color: #fff;
}
.slideBtn, .innerBtn{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 160px;
    cursor: pointer;
}
.innerBtn{
    top: 320px;
}
.slideBtn.prev, .innerPrevBtn.innerBtn {
    background: url("../images/common/prvebtn.png") no-repeat;
    left: -45px;
}
.slideBtn.next, .innerNextBtn.innerBtn{
    background: url("../images/common/nextbtn.png") no-repeat;
    right: -45px;
}
.innerPrevBtn.innerBtn{
   left: 25px;
}
.innerNextBtn.innerBtn{
   right: 25px;
}
.slideSet > li {
    z-index: -10;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.slideSet > li.view {
    z-index: 0;
    opacity: 1;
}
.slideSet > li .slide{
    width: 100%;
    height: 560px;
    display: inline-block;
}

/* 슬라이드 번호(쪽/ 총) */
.tabCount{
    position: absolute;
    left: 452px;
    bottom: 40px;
    padding: 3px 5px;
    background-color: #7ecc00;
    font-size: 20px;
    font-family: NGothicEB;
    color: #fff;
    border-radius: 20px;
}
.tabCount .now{
    color: #ffd900;
}
.tabCount span{
    margin: 0 5px;
}


/* 기본 팝업 */
.normalPopup {
    position: absolute;
    background: #fff;
    top: 5px;
    left: 18px;
    width: 1134px;
    height: 699px;
    display: none;
    border-radius: 23px;
    box-shadow: 3px 3px 15px rgba(41, 40, 40, 0.46);
    overflow: hidden;
    z-index: 1;
}
.normalPopup iframe{
    margin-top: 20px;
}
.popupContents{
    width: 100%;
    height: 100%;
    text-align: center;
}
.popCloseBtn{
    position: absolute;
    top: 7px;
    right: 7px;
    width: 36px;
    height: 35.5px;
    cursor: pointer;
    background: url("../images/common/closeBtn.png") no-repeat;
    background-size: cover;
}
.popupOpen { cursor: pointer; }
.zoomBtn{
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 42px;
    height: 44px;
    cursor: pointer;
    background: url("../images/common/zoomBtn.png") no-repeat;
    background-size: cover;
}

/* 박스 데코 */
.borderBox{
    border-radius: 13px;
    font-size: 25px;
}
.borderBox.skyblue{
    border: 1px solid #d0e5ff;
    box-shadow: inset 1.5px 1.5px 2px #bddaff, inset -1.5px -1.5px 2px #bddaff, inset -1.5px 1.5px 2px #bddaff,
                inset 1.5px -1.5px 2px #bddaff,
                inset 2.5px 2.5px #aacffe, inset -2.5px -2.5px #aacffe, inset -2.5px 2.5px #aacffe, inset 2.5px -2.5px #aacffe,
                1px 1px #73adf4, -1px -1px #73adf4, -1px 1px #73adf4, 1px -1px #73adf4,
                2px 2px 9px rgba(41, 40, 40, 0.46);
}
.borderBox.purple{
    border: 1px solid #c0adec;
    box-shadow: inset 1.5px 1.5px 2px #d1befd, inset -1.5px -1.5px 2px #d1befd, inset -1.5px 1.5px 2px #d1befd,
                inset 1.5px -1.5px 2px #d1befd,
                inset 2.5px 2.5px #ac89fc, inset -2.5px -2.5px #ac89fc, inset -2.5px 2.5px #ac89fc, inset 2.5px -2.5px #ac89fc,
                1px 1px #8960db, -1px -1px #8960db, -1px 1px #8960db, 1px -1px #8960db,
                2px 2px 9px rgba(41, 40, 40, 0.3);
}
.borderBox.orangeR{
    border: 1px solid #fda767;
    box-shadow: inset 1.5px 1.5px 2px #f9c199, inset -1.5px -1.5px 2px #f9c199, inset -1.5px 1.5px 2px #f9c199, inset 1.5px -1.5px 2px #f9a567, inset 2.5px 2.5px #f9a567, inset -2.5px -2.5px #fb9e31, inset -2.5px 2.5px #fb9e31, inset 2.5px -2.5px #f18b14, 1px 1px #e07900, -1px -1px #e07900, -1px 1px #e07900, 1px -1px #e07900, 2px 2px 9px rgba(41, 40, 40, 0.3);
}
.borderBox.yGreenR{
    border: 1px solid #e4f7b8;
    box-shadow: inset 1.5px 1.5px 2px #bad684, inset -1.5px -1.5px 2px #f0fbd8, inset -1.5px 1.5px 2px #e9fdbc, inset 1.5px -1.5px 2px #effdcf, inset 2.5px 2.5px #cafb5a, inset -2.5px -2.5px #cafb5a, inset -2.5px 2.5px #cafb5a, inset 2.5px -2.5px #aad054, 1px 1px #80b600, -1px -1px #80b600, -1px 1px #80b600, 1px -1px #80b600, 2px 2px 9px rgba(41, 40, 40, 0.3);
}
.borderBox.grey {
    border: 1px solid #c1c1c1;
    box-shadow: inset 1.5px 1.5px 2px #e6e6e5, inset -1.5px -1.5px 2px #f0fbd8, inset -1.5px 1.5px 2px #dadcd4, inset 1.5px -1.5px 2px #dadcd4, inset 2.5px 2.5px #a9ada5, inset -2.5px -2.5px #a9ada5, inset -2.5px 2.5px #a9ada5, inset 2.5px -2.5px #a9ada5, 1px 1px #908f8f, -1px -1px #908f8f, -1px 1px #908f8f, 1px -1px #908f8f, 2px 2px 9px rgba(41, 40, 40, 0.3);
}
.borderBox.yellow{
    border: 1px #b87701 solid;
    box-shadow: inset 2.5px 2.5px #ffd744, inset 2.5px -2.5px #ffd744,
                inset -2.5px 2.5px #ffd744, inset -2.5px -2.5px #ffd744,
                2px 2px 9px rgba(41, 40, 40, 0.3);
    background-color: #fefce7;
    color: #6c3e02;
}
.borderBox.red {
    border: 1px solid #f93c3c;
    box-shadow: inset 1.5px 1.5px 2px #efa2a2, inset -1.5px -1.5px 2px #fda4a4, inset -1.5px 1.5px 2px #ff7b7b, inset 1.5px -1.5px 2px #ff7b7b, inset 2.5px 2.5px #ff0909, inset -2.5px -2.5px #ff3939, inset -2.5px 2.5px #ff3939, inset 2.5px -2.5px #ff3939, 1px 1px #f93c3c, -1px -1px #f93c3c, -1px 1px #f93c3c, 1px -1px #fd4646, 2px 2px 9px rgba(41, 40, 40, 0.3);
}
.triangle{
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 19px solid transparent;
    border-top: 55px solid #bad8ff;
    transform: rotate(-44deg);
    position: absolute;
}
.triangle.purple{
    border-top: 55px solid #c0adec;
}
.triangle.orangeR{
    border-top: 55px solid #fda767;
}
.triangle.yellow{
    border-top: 55px solid #ffd744;
}
.triangle.yGreenR{
    border-top: 55px solid #e4f7b8;
}

/* 수직 정렬 */
.vt_m:before{
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

/* 블릿과 들여쓰기*/
.textWrap{
    line-height: 45px;
    font-size: 30px;
}
.textWrap .bullet{
    margin-top: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
.bullet.blue{
    width: 13px;
    height: 21px;
    background:url("../images/common/buleBullet2.png") no-repeat center;
}
.bullet.orange{
    width: 20px;
    height: 21px;
    background:url("../images/common/orangeBullet.png") no-repeat center;
}
.bullet.brown{
    width: 20px;
    height: 21px;
    display: inline-block;
    background:url("../images/common/brownBullet.png") no-repeat center;
}
.textWrap .text{
    width: 945px;
    display: inline-block;
    text-align: left;
}

.bulletBox {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.bulletBox .bullet.orange{
    width: 13px;
    height: 13px;
    position: absolute;
    top: 9px;
    left: 0;
    background-image: url(../images/common/orangeBullet.png);
    background-size: cover;
}
.bulletText{
    text-align: justify;
}



/****** 단원 평가 *******/
/* 타이틀 부분 */
.quizTitle{
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.quizTitle > *{
    display: inline-block;
}
.quizTitle > *:last-child{
}
.quizTitle .bullet{
    vertical-align: top;
    margin-top: 7px;
    width: 16px;
    height: 14px;
    background: url(../images/common/blueBullet.png) no-repeat center/ 100% 100%;
}
.question {
    position: relative;
    background-color: #eef9db;
    font-size: 30px;
    padding: 10px 15px;
    border-radius: 15px;
    text-align: left;
}
.question .bullet{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: -moz-linear-gradient(-45deg,  #5a9b00 0%, #78c200 39%, #93e200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #5a9b00 0%,#78c200 39%,#93e200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #5a9b00 0%,#78c200 39%,#93e200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9b00', endColorstr='#93e200',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-family: NGothicEB;
    line-height: 52px;
    text-align: center;
}
.question > *{
    display: inline-block;

}
.numberBullet{
    position: absolute;
    font-size: 20px;
    width: 30px;
    height: 30px;
    background-color: #49c1dc;
    background: -moz-linear-gradient(top,  #5dd4eb 0%, #4cc5e0 27%, #41b9d5 51%, #29a1bf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #5dd4eb 0%,#4cc5e0 27%,#41b9d5 51%,#29a1bf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #5dd4eb 0%,#4cc5e0 27%,#41b9d5 51%,#29a1bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    font-family: NGothicEB;
    line-height: 31px;
    border: 1px solid #21afcd;
    border-radius: 50%;
    box-shadow: inset -1px -1px 1px #7ad6eb, inset 1px 1px 1px #7ad6eb, inset -1px 1px 1px #7ad6eb, inset -1px -1px 1px #7ad6eb;
    text-align: center;
    top: 4px;
    left: 0;
}

/* 답 버튼 */
.dapBtn{
    position: absolute;
    bottom: 55px;
    right: 60px;
    background: -moz-linear-gradient(top,  #4c7ed7 0%, #4a7dd7 27%, #4075d2 51%, #2660c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #4c7ed7 0%,#4a7dd7 27%,#4075d2 51%,#2660c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #4c7ed7 0%,#4a7dd7 27%,#4075d2 51%,#2660c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7ed7', endColorstr='#2660c6',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 20px;
    border-radius: 13px;
    border: 1.5px solid #1e50a8;
    padding: 7px 0;
    box-shadow: inset 1.5px 1.5px #749be0, inset -1.5px -1.5px #749be0, inset -1.5px 1.5px #749be0,
                inset 1.5px -1.5px #749be0, 1px 1px 5px #7c7c7c;
    cursor: pointer;
    padding-left: 15px;
    text-align: left;
}
/*.dapBtn:after{
    content: '';
    width: 26px;
    height: 23px;
    background: url(../../include/images/common/skyArrow.png) no-repeat;
    background-size : cover;
    position: absolute;
    right: 7px;
}*/
.dapBtn.show{
    box-shadow: inset 3px 3px 5px #2d4876, inset -1.5px -1.5px #749be0,
                inset -1.5px 1.5px #749be0, inset 1.5px -1.5px #749be0,
                1px 1px 5px #7c7c7c;
}
.quiz .dapBtn{
    width: 145px;
    bottom: 45px;
    right: 60px;
}
/* 리셋 버튼 */
.resetBtn{
    font-family: NGothicB;
    position: absolute;
    width: 124px;
    height: 43px;
    text-align: center;
    top: 55px;
    right: 10px;
    line-height: 43px;
    background: -moz-linear-gradient(top,  #54cde7 0%, #54cde7 27%, #40b8d4 51%, #28a0be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #54cde7 0%,#54cde7 27%,#40b8d4 51%,#28a0be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #54cde7 0%,#54cde7 27%,#40b8d4 51%,#28a0be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76e7f4', endColorstr='#28a0be',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 20px;
    border-radius: 13px;
    border: 1px solid #17adcd;
    box-shadow: inset 1.5px 1.5px #65d7e5, inset -1.5px -1.5px #65d7e5, inset -1.5px 1.5px #65d7e5,
                inset 1.5px -1.5px #749be0, 1px 1px 5px #b1aeae;
    cursor: pointer;
}

/* 확인 버튼 */
.checkBtn{
    font-family: NGothicB;
    position: absolute;
    width: 124px;
    height: 43px;
    line-height: 43px;
    background: -moz-linear-gradient(top,  #4c7ed7 0%, #4a7dd7 27%, #4075d2 51%, #2660c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #4c7ed7 0%,#4a7dd7 27%,#4075d2 51%,#2660c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #4c7ed7 0%,#4a7dd7 27%,#4075d2 51%,#2660c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7ed7', endColorstr='#2660c6',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 20px;
    border-radius: 13px;
    border: 1px solid #1e50a8;
    box-shadow: inset 1.5px 1.5px #749be0, inset -1.5px -1.5px #749be0, inset -1.5px 1.5px #749be0,
                inset 1.5px -1.5px #749be0, 1px 1px 5px #b1aeae;
   text-align: center;
   cursor: pointer;
}

/* 답 나오는 상자 */
.dapBox{
    bottom: 0;
    position: absolute;
    width: 100%;
    font-size: 20px;
    border-top: 1.3px dashed #bdbdbd;
    padding-top: 10px;
}
.dapBox  *{
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}
.dapBox.show *{
    opacity: 1;
}
.dapBox > div:first-child{
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    background: -moz-linear-gradient(top,  #ffad00 0%, #ffad00 27%, #ff9d00 51%, #ff8400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffad00 0%,#ffad00 27%,#ff9d00 51%,#ff8400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffad00 0%,#ffad00 27%,#ff9d00 51%,#ff8400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #ff7800;
    box-shadow: inset 1.5px 1.5px 2px #f9c199, inset -1.5px -1.5px 2px #f9c199, inset -1.5px 1.5px 2px #f9c199, inset 1.5px -1.5px 2px #f9a567, inset 2.5px 2.5px #f9a567, inset -2.5px -2.5px #fb9e31, inset -2.5px 2.5px #fb9e31, inset 2.5px -2.5px #f18b14, 1px 1px #e07900, -1px -1px #e07900, -1px 1px #e07900, 1px -1px #e07900, 2px 2px 9px rgba(41, 40, 40, 0.3);
}
.dapBox > div > div{
    color: #ff9200;
    font-size: 25px;
    font-family: NGothicEB;
    margin-top: -2px;
}


/* 체크 박스*/
.checkQ_con .checkQ{
    margin-bottom: 10px;
}
.checkQ .postCheck{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.postCheck {
    position: relative;
    top: 2px;
    display: inline-block;
    cursor: pointer;
    margin-right: 11px;
}
.postCheck input {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    left: 0;
}
.checkBase {
    position: relative;
    right: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #f05654;
    border-radius: 4px;
    background: #fff;
    display: block;
}
.postCheck:hover input ~ .checkBase,
.postCheck input:focus ~ .checkBase {
    background: #fff;
}
.postCheck input:checked ~ .checkBase {
    background: #fff;
}
.postCheck:hover input:not([disabled]):checked ~ .checkBase,
.postCheck input:checked:focus ~ .checkBase {
    background: #fff;
}
.checkBase:after {
    position: absolute;
    display: none;
    content: '';
}
.postCheck input:checked ~ .checkBase:after {
    display: block;
}
.postCheckBox .checkBase:after {
    position: absolute;
    top: -3px;
    left: 2px;
    width: 33px;
    height: 25px;
    background: url(../images/common/check.png) no-repeat;
    background-size: 33px 25px;
}



/*멀티 선택*/
.multiChoiceBox{
    font-size: 25px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 80px;
}
.multiContent{
    position: relative;
    margin: 12px 0;
    padding-left: 45px;
}
.multiContent > *{
    display: inline-block;
    vertical-align: middle;
}
.multiChoice{
    cursor: pointer;
}
.multiChoice .xImg{
    position: absolute;
    top: -9px;
    left: -8px;
    width: 49px;
    height: 51px;
    background:url("../images/common/xImg.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}
.multiChoice .oImg{
    position: absolute;
    top: -8px;
    left: -11px;
    width: 56px;
    height: 56px;
    background:url("../images/common/oImg.png") no-repeat;
    background-size: 100% 100%;
    display: none;
}

.oxBox .xImg, .oxBox .oImg{
    top: -5px;
    left: 0;
    width: 100%;
    background-position: center;
    background-size: auto;
}
.multiChoice.end{
    pointer-events: none;
}
.end .oImg{
    display: block;
}
.noEvent{
    pointer-events: none;
}

/* 개별 팝업*/
.smallPopup{
    display: inline-block;
    position: absolute;
    border-radius: 10px;
    background-image: linear-gradient(to top, #fabb10, #ffd439 83%);
    box-shadow: 1px 1.7px 6px 0 rgba(0, 0, 0, 0.35);
    border: solid 0.1px #959595;
    padding: 4px 32px;
    cursor: pointer;
}
.smallPopup .tg_clickimg{
    top: -30px;
    right: -28px;
}
.popupCotainerS{
    position: absolute;
    text-align: center;
    display: none;
}
.S_closeBtn{
    background: url("../images/common/closeBtn_green.png")no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
}
.popupCotainerS .triangle{
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 19px solid transparent;
    border-top: 55px solid #bad8ff;
    transform: rotate(-44deg);
    position: absolute;
    right: 21px;
    bottom: -41px;
}
/*  수업흐름 */
.borderBox.bBox{
    width: 249px;
    height: 445px;
    float: left;
    margin-right: 109px;
    margin-top: 30px;
}
.borderBox.bBox.skyblue{
    margin-right: 0;
}
.fingerImg{
    width: 128px;
    height: 128px;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 80px;
}
.fingerImg.fi1{
    background: url("../images/common/finger1.png")no-repeat;
}
.fingerImg.fi2{
    background: url("../images/common/finger2.png")no-repeat;
}
.fingerImg.fi3{
    background: url("../images/common/finger3.png")no-repeat;
}
.arrowBoxAll  .arrow{
    position: absolute;
    width: 49px;
    height: 49px;
    top: 235px;
    left: 294px;
}
.arrowBoxAll .arrow.arr1{
    background: url("../images/common/arrow.png")no-repeat;
}
.arrowBoxAll .arrow.arr2{
    background: url("../images/common/arrow.png")no-repeat;
    left: 655px;
}
.figerTxet{
    font-size: 24px;
    text-align: center;
    margin-top: 74px;
}
.figerTxet span{
    display: block;
    font-size: 30px;
    margin-top: 10px;
}
.tOrange{
    color: #dc5301;
}
.tyGreen{
    color: #109d01;
}
.figerTxet .tSkyblue{
    color: #0067d0;
}
.tAlign{
    display: inline-block;
    vertical-align: top;
    width: 97%;
    text-align: justify;
}
/* 직접쓰기 */
.pencilImg{
    position: absolute;
    top: 49px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/common/pencil.png")no-repeat;
    background-size: contain;
}
.praticeBox .slideBtn{
    visibility: hidden;
}
.praticeBox .slideTab .btn{
    position: relative;
    background-image: linear-gradient(to top, #37b1ff, #71d9ff);
    box-shadow: 1.9px 2.3px 6px 0 rgba(0, 0, 0, 0.43);
    border: solid 1px #00abe3;
    color: #0f328b;
    font-size: 20px;
    padding: 7px 22px;
    border-radius: 10px;
    cursor: pointer;
}
.praticeBox  .slideTab .btn.view{
    background-image: linear-gradient(to top, #2862c6, #4a7dd8);
    box-shadow: 1.9px 2.3px 6px 0 rgba(0, 0, 0, 0.43);
    border: solid 1px #1e50a7;
    color:white;
}
.praticeBox .btn.write{
    margin-right: 10px;
}
.praticeBox .slideSet > li{
    color: #145db9;
    text-align: center;
    font-size: 25px;
}
.praticeBox .slideTab{
    right: 5px;
}
.praticeBox input[type="text"] {
    width: 820px;
    border-bottom: 1px solid #000;
    padding-left: 30px;
}
/*.praticeBox input:focus {
  border: none;
  border-bottom: 1px solid #000;
  outline-width: 0;
}*/
.praticeBox  .quizTitle{
    font-size: 24px;
    margin-top: 15PX;
    margin-bottom: 20px;
}
.praticeBox .borderBox.yGreenR > div{
    position: relative;
    display: inline-block;
}
.praticeBox .borderBox.yGreenR {
    text-align: center;
    background-color: white;
}
.praticeBox .pencilImg {
    position: absolute;
    top: 17px;
   /* left: 60px;*/
}
.praticeBox .clickObj{
    top: -70px;
    left: 844px;
    border-radius: 10px;
    background-image: linear-gradient(to top, #37b1ff, #71d9ff);
    box-shadow: 1.9px 2.3px 6px 0 rgba(0, 0, 0, 0.43);
    border: solid 1px #00abe3;
    color: #0f328b;
    text-align: center;
    font-size: 20px;
    width: 124px;
    height: 41px;
    line-height: 41px;
}
.praticeBox .clickObj.view {
    opacity: 1;
    background-image: linear-gradient(to top, #2862c6, #4a7dd8);
    box-shadow: 1.9px 2.3px 6px 0 rgba(0, 0, 0, 0.43);
    border: solid 1px #1e50a7;
    color:white;
}


/**/
.soccerWrap{
  font-size: 28px;
  text-align: left;
  margin-bottom: 20px;
}
.soccerImg{
    background: url("../images/common/soccerBall.png")no-repeat;
    width: 34px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
}
.soccerWrap span{
    display: inline-block;
    vertical-align: top;
}
.solidBox{
    background: url("../images/common/solidbox.png")no-repeat;
    background-size: 100%;
    width: 100%;
    height: 500px;
    letter-spacing: -2px;
    font-size: 26px;
}
.solidBox .sbTop{
    width: 90%;
    position: absolute;
    left: 45px;
    top: 72px;
}
.solidBox .sbTop .soccerWrap{
    margin-bottom: 0px;
    border-bottom: 2px dashed #c1bebe;
    height: 85px;
    line-height: 85px;
}
.solidBox .sbTop .soccerWrap .soccerImg {
    margin-left: 35px;
}
.solidBox .sbTop .soccerWrap:last-child {
     border-bottom:0;
}
/* 음악 메인 */
.bg_questionBox{
    background: url("../images/common/bg_questionbox_S.png") no-repeat;
    width: 449px;
    height: 208px;
    position: absolute;
    left: 232px;
    top: -8px;
    background-size: 100%;
}
.aim_txt{
    font-family: NGothicB;
    text-align: center;
    color: #000000;
    letter-spacing: -2px;
    width: 739px;
    font-size: 40px;
    width: 402px;
    margin-top: 22px;
}

/*  음표 */
.musicTitle{
    font-size:28px;
}
.musicTitle > *{
    vertical-align: middle;
}
.musicTitle .bulletM{
    margin-top: -2px;
    display: inline-block;
    background: url("../images/common/music.png")no-repeat;
    width: 37px;
    height: 36px;
}
.musicTitle > span{
    width: 900px;
    display: inline-block;
    vertical-align: top;
}
.musicTitle > span > *{
    vertical-align: middle;
}
.contentBox .musicTitleB{
    font-size: 24px;
    padding-left: 42px;
}
.musicTitleB .bulletM{
    display: inline-block;
    background: url("../images/common/music_2.png")no-repeat;
    width: 16px;
    height: 23px;
    vertical-align: top;
    margin-top: 3px;
}
.musicTitleB > span{
    display: inline-block;
    vertical-align: middle;
    width: 900px;
}
.musicTitleB > span > *{
    vertical-align: middle;
}
.musicTitle .trueImg2:before{
    height: 44px;
    background-size: 100px 36px;
    /* outline: 1px solid; */
}
.musicTitleB .trueImg2:before{
    height: 41px;
    background-size: 100px 37px;
   /* outline: 1px solid; */
}
/*      textarea    */
textarea{
    border: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-family: NGothicB;
    overflow: auto;
    resize: none;
    padding: 10px;
}
textarea:focus{
    border: none;
    outline: none;
    font-style: NGothicB;
}
.transX{
    transform: scaleX(-1);
}
.transR180{
    transform: rotate(180deg);
}
/* 선긋기 */
.dot{
    width: 13px;
    height: 13px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}
.addPath {
    stroke-width: 5px;
    stroke: #ff6666;
}
.addPath.end{
    display: block;
}
/*  팝업  */
.normalPopup .popBind{
    position: absolute;
    top: 65px;
    left: 76px;
    width: 972px;
    height: 595px;
}
.normalPopup .popBind{
    font-size: 28px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 20px;
}
/* 초록색 음표 */
.popBind .musicTitleB .bulletM{
    display: inline-block;
    background: url("../images/common/music_3.png")no-repeat;
    width: 30px;
    height: 35px;
}
.popBind .musicTitleB span{
    width: 890px;
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}
/*   */
.sky_ExplainBox {
    margin-top: 20px;
    font-size: 24px;
    background-color: #dcf9fc;
    border-radius: 10px;
    padding: 20px;
    text-align: justify;
    letter-spacing: -1px;
}
.skyE_Title {
    width: 230px;
    height: 50px;
    line-height: 50px;
    background-color: #86e9f5;
    font-size: 28px;
    box-shadow: 5px 5px 0px #32adbc;
    text-align: center;
    margin: -20px auto 20px auto;
}
.sky_ExplainBox .circleWrap{
    padding: 0 0 10px 15px;
}
.sky_ExplainBox .circleWrap .circle{
    width: 10px;
    height: 10px;
    background-color: #2e3192;
}
.sky_ExplainBox .skyE_lastText{
    padding-top: 45px;
    padding-left: 15px;
    line-height: 45px;
}
.sky_ExplainBox .ml22{margin-left: 22px;}

.yellowBox{
    width: 65px;
    height: 30px;
    background-color: #ffdd00;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
}
.zoomBtn3{
    position: absolute;
    background: url('../images/common/zoomBtn3.png')no-repeat;
    background-size: cover;
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.playbtn{
    position: absolute;
    background: url(../images/common/btn_playerM.png) no-repeat center;
    background-size: 100%;
    width:82px;
    height: 82px;
    cursor: pointer;
}
/* 동그라미 표시 하기  */
.clickObj .trueImg,
.clickObj .trueImg2{
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}
.trueImg:before{
    background: url(../images/common/trueImg.png)no-repeat;
    width: 180px;
    height: 155px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.trueImg2:before{
    background: url(../images/common/trueImg2.png)no-repeat;
    width: 100px;
    height: 56px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.clickObj.view .trueImg,
.clickObj.view .trueImg2{
    display: block;
}


.clickObj.self .falseImg{
    display: none;
    position: absolute;
    top: 0px;
    left: 3px;
    width: 100%;
    text-align: center;
}
.clickObj.self .falseImg:before{
    background: url(../images/common/xImg.png)no-repeat;
    width: 75px;
    height: 76px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.clickObj.view .falseImg{
    display: block;
}


.circleWrap .circle{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #925003;
    vertical-align: middle;
}
 .circleWrap .circleText{
    display: inline-block;
    vertical-align: middle;
}

/* 타이틀 꾸미기 */

.ef_yGreen {
    position: absolute;
    font-size: 22px;
    width: 100px;
    background-image: linear-gradient(to top, #6bc12f, #99e755 83%);
    border: solid 1px #17cd2c;
    text-align: center;
    display: inline-block;
    padding: 5px 0px;
    border-radius: 13px;
    color: #fff;
}
.ef_orange {
    position: absolute;
    width: 100px;
    font-size: 22px;
    background-image: linear-gradient(to top, #ff8b00, #ffbc24 83%);
    border: solid 1px #ff7800;
    text-align: center;
    display: inline-block;
    padding: 5px 0px;
    border-radius: 13px;
    color: #fff;
}
.ef_skyBlue{
    position: absolute;
    font-size: 22px;
    background-image: linear-gradient(to top, #27accc, #96e9fd 83%);
    border: solid 1px #31a0bb;
    text-align: center;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 7px;
    color: #fff;
}
/* 화살표 이미지*/
.blueArrow{
    display: inline-block;
    background: url(../images/common/blueArrow.png)no-repeat;
    width: 32px;
    height: 29px;
}

/* */
.ml0{margin-left: 0;}
.pl0{padding-left: 0;}

.bs{
    box-shadow: 1.9px 2.3px 6px 0 rgba(0, 0, 0, 0.43);
}


/*선긋기*/
.lineContainer svg{
    width: 100%;
    height: 100%;
}
.lineContainer line {
    stroke: #000;
    stroke-width: 2;
}
.lineContainer .dapLine{
    display: none;
    stroke: red;
    stroke-width: 4;
}
.lineContainer.end{
    pointer-events: none;
}
.lineContainer.end .dapLine{
    display: block;
}
.lineContainer.end line{
    display: none;
}
.lineContainer.end .dapLine{
    display: block;
}



/* 움직이는 효과 */
@keyframes  scaleAni{
    0%   {transform: scale(0.7);}
    100% {transform: scale(1);}
}



/* 음악 장단 맞추며 노래부르는 테이블*/
.musicTableWrap {
    position: absolute;
    font-size: 28px;
    text-align: center;
}
.musicTableWrap table {
    border: 2px solid black;
}
.musicTableWrap .tabTitle {
    position: absolute;
    left: -100px;
    font-size: 24px;
    color: white;
}
.musicTableWrap .tabTitle li {
    width: 100px;
    margin-bottom: 31px;
}
.musicTableWrap .tabTitle .bgc_orange { background-color: #f5821f }
.musicTableWrap .tabTitle .bgc_green { background-color: #a7cf3b }
.musicTableWrap .tabTitle .bgc_brown { background-color: #8a614f }

.musicTableWrap td {
    width: 65px;
    height: 65px;
}

.bt_solid {
    border-top: 2px solid black;
}
.br_dashed {
    border-right: 1px dashed black;
}
.br_solid {
    border-right: 2px solid black;
}
.bb_solid {
    border-bottom: 2px solid black;
}
.bl_solid {
    border-left: 2px solid black;
}

.clapImg {
    background: url(../images/common/clap.png) center center no-repeat;
    background-size: 60px 60px;
}
.needClapImg {
    background: url(../images/common/needClap.png) center center no-repeat;
    background-size: 60px 60px;
}
.sogoImg {
    background: url(../images/common/sogo.png) center center no-repeat;
    background-size: auto 60px;
}
.deungImg {
    background: url(../images/common/deungSign.png) center center no-repeat;
    background-size: 45px 45px;
}
.kungImg {
    background: url(../images/common/kungSign.png) center center no-repeat;
    background-size: 45px 45px;
}
.deunkImg {
    background: url(../images/common/deunkSign.png) center center no-repeat;
    background-size: 45px 45px;
}



.tableCell span { display: table-cell; }
.bullet_music_2 {
    display: inline-block;
    background: url(../images/common/music_2.png)no-repeat;
    width: 16px;
    height: 23px;
    vertical-align: middle;
    margin-right: 10px;
}
.fz_28 { font-size: 28px; }

.mb_15 { margin-bottom: 15px; }


/*분수*/
.bunsuWrap {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin-right: 2px;
    width: 24px;
}
.bunja{
    display: table-cell;
    width: 44px;
    border-bottom: 2px solid black;
}
.bunja.bb_white{
    border-bottom: 2px solid white;
}
/*예외 처리*/
.tableCell span.bunmo {
    display: inline-block;
}
.targetObj.end .mediaContainer { z-index: 1; }
input[type=text]::-ms-clear {
    display:none;
}
input:focus { outline: none; border:none; }