.topArea{
  width: 100%;
  height: auto;
}

.lessonTitle{
  font-size: 27px;
  color: #00b894;
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 10;
  font-family: 'KoPubDotumMedium';

}
.lessonTitleText{
  display: inline-block;
}
.contentTitle{
  background: url(../img/top/contentsTitle.png) no-repeat left top;
  width: 328px;
  height: 94px;
  top: 15px;
  right: 0;
  position: absolute;
  z-index: 10;
}
