.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: #fff;
  font-size: 20px;
  text-align: left;
  font-style: normal;
  position: absolute;
  text-shadow : 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}
.lessonTitle em.lesson-strong {
  font-family: 'NanumBarunGothic';
  color: #e0570c;
  font-size: 26px;
  text-align: left;
  text-shadow : 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

.contentTitle{
  width: 49%;
  position: relative;
  display: inline-block;
  font-family: 'NanumBarunGothic';
  color: #fff;
  font-size: 23px;
  text-shadow : 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
  text-align: right;
  font-style: normal;
  vertical-align: top;
  top: 15px;
  right: 10px;
}

.contentTitle .title-color {
  color: #fff;
  background-color: #033d78;
  text-shadow: none;
  font-style: normal;
  font-size: 26px;
}

.contentTitle em.point-color {
  color: #e37f28;
  font-style: italic;
  font-size: 28px;
  font-weight: 700;
}

.contentTitle em.box-text {
  color: #ffffff;
  background-color: #0c428b;
  font-style: normal;
  font-weight: 700;
}