@charset "utf-8";

#bottom{
	width: 100%;
	height: 40px;
	position:absolute;
	bottom:0px;
	z-index: 99;
	background:#39A0E1;
}
#bottom #bottom_wrap{
	width: 1024px;
	height: 40px;
  margin: 0 auto;

}
#bottom .logo{
    float: left;
    width: 175px;
    height: 30px;
	background:url("../../img/common/logo.png") no-repeat 0px 0px;
	margin-left: 100px;
    margin-top: 10px;

}
#bottom .rateGroup button{background:none }
#bottom_wrap>div{
	float: left;
	margin-top: 5px;
	margin-left: 8px;
}
/*#bottom .learningmap button{
  background:url("../../img/common/learning.png") no-repeat 0px 0px;
  width: 30px;
  height: 30px;
}
#bottom .learningmap button:hover,#bottom .learningmap button.on{
  background:url("../../img/common/learning_on.png") no-repeat 0px 0px;
}*/
#bottom .info button{
  background:url("../../img/common/info.png") no-repeat 0px 0px;
  width: 30px;
  height: 30px;
    margin-left: -10px;
    margin-right: 5px;
}
#bottom .info button:hover,#bottom .info button.on{
  background:url("../../img/common/info_on.png") no-repeat 0px 0px;
}


#bottom .progressGroup{
	box-sizing:border-box;
	height:30px;
  background: #39A0E1;
	margin-top: 0px;
	margin-left: 10px;
}

#bottom .progressGroup div{
	float: left;
	margin-left: 10px;
}

#bottom .progressGroup div:first-child{
	margin-left: 0;
}

#bottom .progressGroup .progress{
	width: 112px;
  height: 10px;
  float: left;
	background: rgba(255,255,255,0.4) ;
	z-index: 19;
  cursor: pointer;
	margin-top: 14px;
	border-radius: 5px;
}

#bottom .progressGroup .progress .progress-bar{
	-webkit-transition: width 0s ease;
	-o-transition: width 0s ease;
	transition: width 0s ease;
	position:relative;
	float: left;
	width: 0%;
	height: 10px;
	background:#DC3C6F;
	cursor:pointer;
	border-radius: 5px;
	

}
#bottom .progressGroup .progress .progress-bar .p_circle{
	position: absolute;
    right: -12px;
    bottom: -3px;
    width: 25px;
    height: 25px;
		 background: url('../../img/common/jog1.png') no-repeat;
     background-position: center
}

#bottom .progressGroup .time{
	color:#fff;
	height:30px;
	font-size: 12px;
	line-height: 28px;
	background: #39A0E1 ;
	margin-top: 5px;
	margin-left: 20px;
}
#bottom .progressGroup .time span{
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    color: #fff;
}

#bottom .progressGroup .time span.currentTime{
	color: #fff;
}

#bottom button{cursor:pointer;background: none;}
#bottom .soundGroup{
	position:relative;
	float:left;
	z-index: 10;
}

#bottom .videoGroup{
	position:relative;
	z-index: 10;
}

#bottom .videoGroup .btn, #bottom .soundGroup .btn, #bottom .wordGroup .btn,#bottom .menuGroup .btn{
	width: 30px;
	height: 30px;
	float: left;
}


#bottom .videoGroup .btn button ,
#bottom .soundGroup .btn button,
#bottom .wordGroup .btn button,
#bottom .menuGroup .btn button  {
	width: 100%;
	height: 100%;
}

#bottom .videoGroup .btn.noteBtn button.note{
	background: url('../../img/common/note.png') 0 0 no-repeat;
}
#bottom .videoGroup .btn.noteBtn button.note:hover,
#bottom .videoGroup .btn.noteBtn button.note.on{
	background:  url('../../img/common/note_on.png') 0 0  no-repeat;
}

#bottom .videoGroup .btn.playBtn button.play{
	background:  url('../../img/common/play.png') 0 0 no-repeat;
}

#bottom .videoGroup .btn.playBtn button.play:hover,
#bottom .videoGroup .btn.playBtn button.play.on{
	background:  url('../../img/common/play_on.png') 0 0 no-repeat;
}

#bottom .videoGroup .btn.pauseBtn button.pause{
	background:  url('../../img/common/pause.png') 0 0  no-repeat;
}

#bottom .videoGroup .btn.pauseBtn button.pause:hover,
#bottom .videoGroup .btn.pauseBtn button.pause.on{
	background:  url('../../img/common/pause_on.png') 0 0  no-repeat;
}

#bottom .videoGroup .btn.fullBtn button.full{
	background:   url('../../img/common/full.png') 0 0  no-repeat;
}

#bottom .videoGroup .btn.fullBtn button.full:hover,
#bottom .videoGroup .btn.fullBtn.on button.full{
	background:   url('../../img/common/full_on.png') 0 0  no-repeat;
}
#bottom .videoGroup .btn.extraBtn{
	width: 30px;
  height: 30px;
}
#bottom .videoGroup .btn.extraBtn button.full{
	background:   url('../../img/common/extra.png') 0 0  no-repeat;
}

#bottom .videoGroup .btn.extraBtn button:hover,
#bottom .videoGroup .btn.extraBtn.on button{
	background:   url('../../img/common/extra_on.png') 0 0  no-repeat;
}

#bottom .videoGroup .btn.stopBtn button.stop{
	background:   url('../../img/common/stop.png') 0 0  no-repeat;
}

#bottom .videoGroup .btn.stopBtn button.stop:hover,
#bottom .videoGroup .btn.stopBtn button.stop.on{
	background:   url('../../img/common/stop_on.png') 0 0 no-repeat;
}

#bottom .soundGroup .btn.soundBtn button.sound{
    margin-left: -11px;
	background:   url('../../img/common/sound_on.png') 0% 0% no-repeat;
}
#bottom .soundGroup .btn.soundBtn button.sound:hover{
	background:   url('../../img/common/sound_on_hover.png') 0% 0% no-repeat;
}

#bottom .soundGroup .btn.soundBtn button.mute{
    margin-left: -11px;
	background:   url('../../img/common/mute.png') 0% 0% no-repeat;
}
#bottom .soundGroup .btn.soundBtn button.mute:hover{
	background:   url('../../img/common/mute_hover.png') 0% 0% no-repeat;
}

#bottom .videoGroup .btn.stopBtn button.stop{
	background:   url('../../img/common/stop.png') 0 50% no-repeat;
}

#bottom .videoGroup .btn.stopBtn button.stop:hover,
#bottom .videoGroup .btn.stopBtn button.stop.on{
	background:   url('../../img/bottom/stop_on.png') 0 50% no-repeat;
}
#bottom .videoGroup .btn.resetBtn {
	width: 30px;
	height: 30px;
	margin-left: 5px;
}
#bottom .videoGroup .btn.resetBtn .reset{
	width: 100%;
	height: 100%;
	background:url("../../img/common/re.png") 0% 0% no-repeat;
}
#bottom .videoGroup .btn.resetBtn .reset:hover {
    width: 100%;
    height: 100%;
    background: url(../../img/common/re_on.png) 0% 0% no-repeat;
}
/*#bottom .noteBtn{
  width: 30px;
  height: 30px;
}
#bottom .noteBtn .note{
	width: 100%;
	height: 100%;
	background:url("../../img/common/note.png") 0% 0% no-repeat;
}

#bottom .noteBtn .note.on,
#bottom .noteBtn .note:hover {
    width: 100%;
    height: 100%;
    background: url(../../img/common/note_on.png) 0% 0% no-repeat;
}*/
#bottom .fullBtn {
  width: 30px;
  height: 30px;
    display: none;
}
#bottom .fullBtn .full{
  width: 100%;
  height: 100%;
  background: url(../../img/common/full.png) 0% 0% no-repeat;
}
#bottom .fullBtn .full.on,#bottom .fullBtn .full:hover{
  background: url(../../img/common/full_on.png) 0% 0% no-repeat;
}
#bottom .extraBtn {
  width: 30px;
  height: 30px;
}
#bottom .extraBtn .extra{
  width: 100%;
  height: 100%;
  background: url(../../img/common/extra.png) 0% 0% no-repeat;
}
#bottom .extraBtn .extra.on,#bottom .extraBtn .extra:hover{
  background: url(../../img/common/extra_on.png) 0% 0% no-repeat;
}

#bottom .soundGroup .soundbar{
	float: left;
	height: 35px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 5px;
}

#bottom .soundGroup .soundbar .volume{
	position:relative;
	cursor:pointer;
	float: left;
	width:65px;
	height: 10px;
	background:  url(../../img/common/volume.png) 0 18px;
	border-radius: 5px;
	margin-left: -5px;
    margin-right: 10px;
	margin-top: 10px;
}

#bottom .soundGroup .soundbar .volume .volumeBar{
	display: block;
position: absolute;
top: 0px;
left: 0;
margin-left: 0px;
background-color: #DC3C6F;
z-index: 10;
height: 10px;
border-radius: 5px;

}
#bottom .soundGroup .soundbar .volume .volumejog{
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	z-index: 11;
	top:12px;
	margin-top: -21px;
	margin-left: -11px;

	right:0px;
	background:  url(../../img/common/jog2.png) 0 0 no-repeat;
}

#bottom .soundGroup .soundbar .volume .p_circle{
	position:absolute;
	right:-9px;
	bottom:-9px;
	background:url("../../img/bottom/jog1.png") no-repeat;
	width:17px;
	height:17px;
	z-index: 15;
}


#bottom .rateGroup{
  height: 24px;
  width: 150px;
  background: white;
  border-radius:50px;
	margin-top: 8px;
    margin-right: -10px;
    display: none;
}
#bottom .rateGroup .rateText{
  font-weight: bold;
  font-size: 12px;
  color: #007130;
  text-align: center;
  line-height: 25px;
  width: 37px;
  float: left;
}
#bottom .rateGroup ul{
  float: left;
	margin-top: 3px;
}
#bottom .rateGroup ul li{
  display: inline-block;
}

#bottom .rateGroup ul li button{
	font-size: 14px;
	display: block;
	color: #007130;
	line-height: 14px;
	width: 33px;
	height: 17px;
  background: white;
  border-radius: 50px;
  font-weight: bold;
}

#bottom .rateGroup ul li button:hover{
  background: #DC3C6F;
  border: 1px solid #fff;
}
#bottom .rateGroup ul li button.on{
  background: #296034;
    color: white;
 
}


#bottom .pageGroup{
	float: left;
	text-align: center;
}

#bottom .pageGroup div{
	float: left;
}

#bottom .pageGroup .prevPage,
#bottom .pageGroup .nextPage{
	width: 21px;
	height: 30px;
	float: left;
  position: relative;
  z-index: 999;

}

#bottom .pageGroup .prevPage{margin-left: 15px;margin-right: 15px;}
#bottom .pageGroup .nextPage{right:29px;margin-left: 15px;}

#bottom .pageGroup .totalPageNum{

	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	letter-spacing: -1px;
	text-align: center;
}
#bottom .pageGroup .currentPageNum{
	font-size: 24px;
	color: #DC3C6F;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
    margin-top: 2px
}


#bottom .pageGroup .pagebar{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	line-height: 32px;
	margin-top: 1px;
}


#bottom .pageGroup div button{
	
}

#bottom .pageGroup div button:hover{
	opacity: 1.0;
}

#bottom .pageGroup div.prevPage button.prevPageBtn.first,
#bottom .pageGroup div.nextPage button.nextPageBtn.last
{
	cursor: default;
}

#bottom .pageGroup div.prevPage button.prevPageBtn.first,
#bottom .pageGroup div.prevPage button.prevPageBtn.first:hover{
	opacity: 0.6;
}


#bottom .pageGroup div.nextPage button.nextPageBtn.last,
#bottom .pageGroup div.nextPage button.nextPageBtn.last:hover{
	opacity: 0.6;
}

#bottom .pageGroup div.prevPage button{
	width:270%;
	height: 100%;
}

#bottom .pageGroup div.nextPage button{
	width:240%;
	height: 100%;
}

#bottom .pageGroup div.prevPage button.prevPageBtn{

	background: url('../../img/common/prev.png') left center no-repeat;
}

#bottom .pageGroup div.prevPage button.prevPageBtn:hover{
	background: url('../../img/common/prev_on.png') left center no-repeat;
}

#bottom .pageGroup div.nextPage button.nextPageBtn{
	background:  url('../../img/common/next.png') right center no-repeat;
}

#bottom .pageGroup div.nextPage button.nextPageBtn:hover{
	background: url('../../img/common/next_on.png') right center no-repeat;
}
#contents .contentsBtnWrap .prevPage.subBtn,
#contents .contentsBtnWrap .nextPage.subBtn{
	width: 62px;
	height: 96px;
	float: none;
  position: absolute;
  top:210px;
  z-index: 99;

}
#contents .contentsBtnWrap .prevPage.subBtn{
  left:-65px;
}
#contents .contentsBtnWrap  .nextPage.subBtn{
  right:-65px;
}
#contents .contentsBtnWrap  div.prevPage.subBtn button.prevPageBtn.first,
#contents .contentsBtnWrap div.nextPage.subBtn button.nextPageBtn.last
{
	cursor: default;
}

#contents .contentsBtnWrap div.prevPage.subBtn button.prevPageBtn.first,
#contents .contentsBtnWrap div.prevPage.subBtn button.prevPageBtn.first:hover{
	opacity: 0.6;
}





#contents .contentsBtnWrap div.nextPage.subBtn button.nextPageBtn.last,
#contents .contentsBtnWrap div.nextPage.subBtn button.nextPageBtn.last:hover{
	opacity: 0.6;
}

#contents .contentsBtnWrap div.prevPage.subBtn button,
#contents .contentsBtnWrap div.nextPage.subBtn button{
	width: 100%;
	height: 100%;

	}


.display_bg{
  position: absolute;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  left: 0;
  bottom: 40px;
  padding: 5px 40px;
  background-color: rgba( 0, 0, 0, 0.7);
  min-height: 55px;
  z-index: 1;
}
#display{
    position: absolute;
    display: block;
    text-align: center;
    color: #fff;
		background-color: rgba( 0, 0, 0, 0.7);
    font-size: 16px;
    width: 100%;
    left: 0;
    bottom: 40px;
    padding: 5px 80px;
    margin-left: 0px;
		height: auto;
    min-height: 55px;
    z-index: 99;
		word-break: keep-all;
    word-wrap: break-word;
}
#bottom_wrap>div#display,#bottom_wrap>div.display_bg{
	margin: 0;
}
#bottom #dis_close_btn{
	position:absolute;top:-47px;right:35px;width:21px;height:21px;
	background:url("../../img/content/pop_close.png") no-repeat;z-index:100;
	cursor: pointer;
}
#bottom .playBtn,#bottom .stopBtn{
	display:none;
}


#bottom #track_plus{
	position:absolute;
	top:-40px;
	left:13px;
	width:30px;
	height:30px;
	background:url("../../img/test_1.png") no-repeat;
	z-index:100;
	cursor: pointer;
	display: none;
}

#bottom #track_minus{

		position:absolute;
		top:-40px;
		left:53px;
		width:30px;
		height:30px;
		background:url("../../img/test_2.png") no-repeat;
		z-index:100;
		cursor: pointer;
		display: none;
	}
}
