@charset "UTF-8";
/* =============================================
* brand
============================================= */
.entry-content .review .rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 24px;
}
.entry-content .rate.rate-brand {
  padding: 0 10px 9px;
}
.entry-content .rate {
  margin: 0;
}
.entry-content .popular .rate{
  justify-content: center;
  padding: 0 10px 16px;
  margin: 0;
}
.entry-content .title__sub {
  margin-bottom: 64px;
  padding: 0;
}
@media screen and (max-width: 680px) {
  .entry-content .title__sub {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 479px) {
  .entry-content .review .rate {
    justify-content: center;
    align-content: center;
  }

}
