.topArea{
  width: 100%;
  height: 62px;
  position: absolute;
  background: url(../img/top/topBg.png) no-repeat right top;
  background-size: 100% 100%;
}
.lessonTitle{
  z-index: 10;
  position: absolute;
  top: 13px;
  left: 0;
  height: 40px;
}
.lessonTitle .lessonTitleText{
  vertical-align: top;
  color: #333;
  display: inline-block;
  font-size: 24px;
  padding: 5px 10px 3px 20px;
  font-family: 'NanumBarunGothic';
}
.contentTitle{
  top: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  background: url(../img/user/conTitleBg.png) no-repeat center;
  width: 200px;
  height: 62px;
}
