.koreumaMovieInfo h1 {
  font-size: 30px;
  border-bottom: 3px solid #c70025;
  color: #c70025;
}
@media only screen and (max-width: 480px) {
  .koreumaMovieInfo h1 {
    font-size: 24px !important;
  }
}
.koreumaMovieInfo .article__title__underline {
  display: none;
}
.koreumaMovieInfo .article__img__holder {
  width: 100%;
  margin-top: 35px;
}
.koreumaMovieInfo .article__date-holder {
  width: 100%;
  margin-left: 0;
}
.koreumaMovieInfo .article__date-holder h2 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .koreumaMovieInfo .article__date-holder .article__subtitle {
    margin: 10px 0;
  }
}
.koreumaMovieInfo .article__content {
  display: none;
}
.koreumaMovieInfo .article__footer {
  border-top: 3px solid #c70025;
  margin-top: 25px;
  text-align: left;
}
.koreumaMovieInfo .article__footer a {
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
