.topArea{
  width: 100%;
  height: 62px;
  position: absolute;
  background: url(../img/top/topBg.png) no-repeat right top;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.lessonTitle{
  vertical-align: top;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  padding-left: 20px;
  font-family: 'NanumBarunGothic';
  width: calc(100% - 220px);
  word-break: keep-all;
}
.contentTitle{
  top: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  background: url(../img/top/conTitleBg.png) no-repeat center;
  width: 180px;
  height: 62px;
}
