.topArea{
  width: 100%;
  height: 50px;
  position: absolute;
  background-color: #094e7a;
}
.lessonTitle{
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 43px;
}
.lessonTitleText{
  color: #474747;
  font-size: 17px;
  padding: 0 20px;
  font-family: 'NanumBarunGothic';
  background-color: #d4e6ef;
  border-top-left-radius: 15px;
}
.fakeDesign{
  bottom: 0;
  right: -45px;
  position: absolute;
  width: 50px;
  height: 43px;
  background: url(../img/top/lessonTitleBg.png) no-repeat right bottom;
  background-image: 100% 100%;
}
.contentTitle{
  bottom: 0;
  right: 15px;
  position: absolute;
  z-index: 10;
  background: url(../img/top/conTitleBg.png) no-repeat center;
  width: 258px;
  height: 39px;
}
