a {
  text-decoration: none;
}

.contentsSpace {
  height: 940px;
}

.backGroundColorArea {
  border-bottom: #635026 solid 3px;
  border-top: #635026 solid 3px;
  background-color: #0D1834;
}

#liveArea {
  padding-top: 64px;
  color: #C83939;
  width: 100%;
}

#liveNow h3 {
  color: #C83939;
}

#movieArea {
  width: 100%;
  height: 270px;
  margin-bottom: 64px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #movieArea {
    height: 270px;
  }
}

@media (max-width: 768px) {
  #movieArea {
    height: 120px;
  }
}
/*# sourceMappingURL=index.css.map */