.topArea{
  width: 100%;
  height: 50px;
  position: absolute;
  background-color: #1b438a;
}
.lessonTitle{
  position: absolute;
  bottom: 7.5px;
  left: 10px;
  height: 43px;
}
.lessonTitleText{
  color: #ffffff;
  font-size: 24px;
  padding: 0 10px;
  font-family: 'NanumBarunGothic';
  /* background-color: #1b438a; */
  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: 10px;
  right: 15px;
  position: absolute;
  z-index: 10;
  background: url(../img/top/conTitleBg.png) no-repeat center;
  width: 294px;
  height: 27px;
}
