/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
#detail_box {
  margin: 30px 30px 0;
}

#article_box {
  width: 700px;
}

.lifestyle_banner {
  margin: 0 0 40px 0;
}

.lifestyle_banner ul {
  overflow: hidden;
  margin: 0 -4px 0 0;
}

.lifestyle_banner ul li {
  width: 348px;
  border: 2px solid #000;
  box-sizing: border-box;
  margin: 0 4px 0 0;
}

.lifestyle_banner ul li a img {
  width: 100%;
}

.lifestyle_movie .lifestyle_movie_box {
  width: 500px;
}

.lifestyle_movie .lifestyle_movie_box img {
  width: 100%;
}
