/*updatedMagazine*/
#updatedMagazine .contents {
  color: #727272;
  font-size: 18px;
}
#updatedMagazine .contents h3 {
  color: #000;
}
#updatedMagazine .contents .updated-header {
  margin: 0;
  padding: 5px 15px;
  font-size: 21px;
}
#updatedMagazine .contents .updated-header > div:first-of-type {
  padding-left: 0;
}
#updatedMagazine .contents .updated-header > div:last-of-type {
  padding-right: 0;
}
#updatedMagazine .contents .updated-list .updated-item-wrapper {
  padding: 0 15px;
}
#updatedMagazine .contents .updated-list .updated-item-wrapper:hover {
  background-color: #f0f4f7;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#updatedMagazine .contents .updated-list .updated-item-wrapper .updated-item {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: solid #f0f4f7 1px;
}
#updatedMagazine .contents .updated-list .updated-item-wrapper .updated-item > div:first-of-type {
  padding-left: 0;
}
#updatedMagazine .contents .updated-list .updated-item-wrapper .updated-item > div:last-of-type {
  padding-right: 0;
}
#updatedMagazine .contents .updated-list .updated-item-wrapper .updated-item a {
  color: #1cb0ce;
  text-decoration: none;
}
#updatedMagazine .contents .updated-list .updated-item-wrapper:last-of-type .updated-item {
  border-bottom: none;
}