.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: 'NanumMyeongjoBold';
  color: #401601;
  font-size: 20px;
  text-align: left;
  position: absolute;
  text-shadow : 1px 2px 4px #eee, 1px 2px 4px #eee, 1px 2px 4px #eee, 1px 2px 4px #eee, 1px 2px 4px #eee, 1px 2px 4px #eee, 1px 2px 4px #eee;
}
.contentTitle{
  width: 49%;
  position: relative;
  display: inline-block;
  font-family: 'NanumBarunGothic';
  color: #fff;
  font-size: 23px;
  text-shadow : 0 0 6px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 8px #000, 0 0 2px #000;
  text-align: right;
  vertical-align: top;
  top: 15px;
  right: 10px;
}

.contentTitle .title-color {
  color: #fed700;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-shadow : 0 0 10px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 8px #000, 0 0 2px #000;
}

.contentTitle em.point-color {
  color: #f99800;
  font-style: normal;
  font-weight: 700;
}

.contentTitle em.box-text {
  color: #ffffff;
  background-color: #0c428b;
  font-style: normal;
  font-weight: 700;
}