/********************************************************************************************

 base

********************************************************************************************/
.CMN-CMP {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.CMN-CMP-body__list {
  padding: 5px 5px;
  margin: 0 auto;
  box-sizing: border-box;
}
.CMN-CMP-body__list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__list {
  max-width: 750px;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__list {
  max-width: 1120px;
}
.CMN-CMP-body__item {
  display: block;
  width: 370px;
  padding: 5px 5px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.CMN-CMP-col-lg-5 .CMN-CMP-body__item {
  width: 20%;
  float: left;
}
.CMN-CMP-col-lg-5 .CMN-CMP-body__item:nth-child(5n+1) {
  clear: both;
}
.CMN-CMP-col-lg-4 .CMN-CMP-body__item {
  width: 25%;
  float: left;
}
.CMN-CMP-col-lg-4 .CMN-CMP-body__item:nth-child(5n+1) {
  clear: none;
}
.CMN-CMP-col-lg-4 .CMN-CMP-body__item:nth-child(4n+1) {
  clear: both;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__item {
  width: 33.33333%;
  float: left;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__item:nth-child(4n+1) {
  clear: none;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__item:nth-child(5n+1) {
  clear: none;
}
.CMN-CMP-col-lg-3 .CMN-CMP-body__item:nth-child(3n+1) {
  clear: both;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item {
  width: 50%;
  float: left;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item:nth-child(3n+1) {
  clear: none;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item:nth-child(4n+1) {
  clear: none;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item:nth-child(5n+1) {
  clear: none;
}
.CMN-CMP-col-lg-2 .CMN-CMP-body__item:nth-child(2n+1) {
  clear: both;
}
.CMN-CMP-body__item a {
  display: block;
}
.CMN-CMP-body__item img {
  display: block;
  width: 100%;
  height: auto;
}

.CMN-CMP--loading {
  opacity: 0 !important;
}

/********************************************************************************************

 responsive

********************************************************************************************/
@media screen and (max-width: 750px) {
  .CMN-CMP-col-md-5 .CMN-CMP-body__item {
    width: 20%;
    float: left;
  }
  .CMN-CMP-col-md-5 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: both;
  }
  .CMN-CMP-col-md-4 .CMN-CMP-body__item {
    width: 25%;
    float: left;
  }
  .CMN-CMP-col-md-4 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-4 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: both;
  }
  .CMN-CMP-col-md-3 .CMN-CMP-body__item {
    width: 33.33333%;
    float: left;
  }
  .CMN-CMP-col-md-3 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-3 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-3 .CMN-CMP-body__item:nth-child(3n+1) {
    clear: both;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item {
    width: 50%;
    float: left;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item:nth-child(3n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-md-2 .CMN-CMP-body__item:nth-child(2n+1) {
    clear: both;
  }
  .CMN-CMP-col-md-1 .CMN-CMP-body__item {
    width: 370px;
    float: none;
  }
  .CMN-CMP-col-md-1 .CMN-CMP-body__item:nth-child(1n+1) {
    clear: both;
  }
}
@media screen and (max-width: 375px) {
  .CMN-CMP-col-sm-5 .CMN-CMP-body__item {
    width: 20%;
    float: left;
  }
  .CMN-CMP-col-sm-5 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: both;
  }
  .CMN-CMP-col-sm-4 .CMN-CMP-body__item {
    width: 25%;
    float: left;
  }
  .CMN-CMP-col-sm-4 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-4 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: both;
  }
  .CMN-CMP-col-sm-3 .CMN-CMP-body__item {
    width: 33.33333%;
    float: left;
  }
  .CMN-CMP-col-sm-3 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-3 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-3 .CMN-CMP-body__item:nth-child(3n+1) {
    clear: both;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item {
    width: 50%;
    float: left;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item:nth-child(3n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item:nth-child(4n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item:nth-child(5n+1) {
    clear: none;
  }
  .CMN-CMP-col-sm-2 .CMN-CMP-body__item:nth-child(2n+1) {
    clear: both;
  }
  .CMN-CMP-col-sm-1 .CMN-CMP-body__item {
    width: 370px;
    float: none;
  }
  .CMN-CMP-col-sm-1 .CMN-CMP-body__item:nth-child(1n+1) {
    clear: both;
  }
}
