.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: #1C305B;
  font-size: 20px;
  text-align: left;
  position: absolute;
}
.contentTitle{
  width: 49%;
  position: relative;
  display: inline-block;
  font-family: 'NanumBarunGothicBold';
  color: #000000;
  font-size: 23px;
  text-align: right;
  vertical-align: top;
  top: 15px;
  right: 10px;
}
.contentTitle{
  width: 49%;
  position: relative;
  display: inline-block;
  font-family: 'NanumBarunGothicBold';
  color: #000000;
  font-size: 23px;
  text-align: right;
  vertical-align: top;
  top: 15px;
  right: 10px;
}

.contentTitle .title-color {
  color: #fff;
  background-color: #0a2f54;
  text-shadow: none;
  font-style: normal;
  font-size: 26px;
}

.contentTitle .ctGre{ 
  font-style: normal;
  color: #d31301;
}
.contentTitle .ctLa{
  font-style: normal;
  color: #A232E4;
}