@charset "utf-8";
/* ===============================================================
 layout
=============================================================== */
#mainConts{padding: 0;}
/* ===============================================================
 new
=============================================================== */
.sliderWrap .list.new .date:before,
.columnBox.new .date:before,
.date.new:before{
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  background: #B01111;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  width: 60px;
  text-align: center;
  line-height: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .list.new .date:before,
  .columnBox.new .date:before{
    width: 50px;
  }
}