.topArea{
  width: 100%;
  height: auto;
}

.lessonTitle{
  font-size: 25px;
  color: #232323;
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 1;
  font-family: 'NotoSansCJKkr-Bold';

}
.lessonTitleText{
  letter-spacing: -1px;
  display: inline-block;
}
.contentTitle{
  background: url(../img/top/contentsTitle.png) no-repeat left top;
  width: 190px;
  height: 100px;
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 1;
}
