.topArea{
  width: 100%;
  height: 62px;
  position: absolute;
  background-color: #fff;
  border-bottom : 3px solid #ffb500;
}
.lessonTitle{
  z-index: 10;
  position: absolute;
  top: 40px;
  left: 0;
  height: 40px;
}
.lessonTitle .lessonTitleNum{
  display: inline-block;
  background-color: #ef92ab;
  color: #fff;
  font-size: 22px;
  vertical-align: top;
  padding: 5px 10px 4px 10px;
}
.lessonTitle .lessonTitleText{
  vertical-align: top;
  color: #494949;
  display: inline-block;
  font-size: 20px;
  padding: 3px 10px 3px 10px;
  background-color: #fff;
  font-family: 'NanumBarunGothicBold';
}
.contentTitle{
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 62px;
  width: 256px;
  background: url(../img/top/contentsTitle.png) no-repeat right top;
}
