.topArea{
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
.lessonTitle{
  width: 49%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 15px;
  left: 15px;
}
.lessonTitle .ltText{
  font-family: 'NanumBarunGothic';
  color: #5b1d1c;

  font-size: 20px;
  text-align: left;
  position: absolute;
}
.contentTitle{
  width: 49%;
  position: relative;
  display: inline-block;
  font-family: 'Title_Medium';
  color: #e25221;
  font-size: 24px;
  text-align: right;
  vertical-align: top;
  top: 15px;
  right: 10px;
}

.contentTitle .title-color {
  color: #343d56;
  background-color: #feeb62;
  text-shadow: none;
  font-style: normal;
  font-size: 20px;
  padding : 3px
}

.contentTitle .ctGre{ 
  font-style: normal;
  color: #e25221;
}
.contentTitle .ctLa{
  font-style: normal;
  color: #333e59;
}