@charset "UTF-8";

.hd .hd_search {
  display: none;
}
.w_base {
    padding: 10px 0!important;
}
  .side{
  display: none!important;
}
.main {
  width: 100%!important;
  background: #081632;
  padding: 0;
  margin: -50px 0 -20px !important;
}
.w_base {
  max-width: 100%!important;
  padding: 0;
}
  #r_categoryList ul li {
    margin: auto;
    border: none;
    background: #FFF;
    color: #232323;
    font-size: 11px;
    text-align: center;
    padding-left: 0;
    padding: 8% 10%;
  }
.clear li {
  padding: 0 !important;
}
.name {
  text-align: left;
  padding: 1em 0 0.5em;
  line-height: 1.4;
  font-size: 0.7rem;
}
.name a {
  color: #232323;
  text-decoration: none;
}
.innerBox {
  text-align: center;
  border: none;
  background: #FFF;
}
.innerBox .detail p.price {
  color: #ed0000;
  font-size: 3.3vw;
  text-align: center;
  font-weight: 500;
}
.price span {
  font-size: 0.7rem;
}
.imgWrap img {
  width: 120px;
  margin: auto;
}
.innerList {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.clear:after {
  display: none;
}
.btnWrap {
  margin-top: 10px;
}
#float {
  display: none !important;
}
#category_intel_cpu {
  background: #092458;
  padding: 2em 8% 3em;
}
#category_amd_cpu {
  background: #582509;
  padding: 2em 8% 3em;
}
#category_vga {
  background: #0f3340;
  padding: 2em 8% 3em;
}
#category_ssd {
  background: #2c0e13;
  padding: 2em 8% 3em;
}
#category_mem {
  background: #2c2a0e;
  padding: 2em 8% 3em;
}
#category_barebone {
  background: #5b1919;
  padding: 2em 8% 3em;
}
#footer {
  padding: 0 !important;
}

div#categoryFilter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  .is-fixed {
    position: absolute!important;
  }
  .innerBox .detail p.price {
    color: #ed0000;
    font-size: 18px;
  }
  .price span {
    font-size: 0.85rem;
  }
  .innerBox {
    padding: 1em 2em;
  }
  #r_categoryList ul li {
    padding: 0.5em 0 1em;
  }
  .hd_bg > .hd,
  .hd_bg .nav_bg .nav .nav_list,
  .ft_bg .ft .ft_con {
    max-width: 1340px!important;
    margin: 0 auto!important;
  }
  .innerList {
    gap: 20px 20px;
  }
}

@media screen and (min-width: 990px) {
  #r_categoryList ul li {
    background: none !important;
    font-size: 16px;
    padding: 0.5em 0;
  }
  .imgWrap img {
    width: 200px;
  }
  .name {
    font-size: 1.1rem;
    padding: 2.5em 0 0.5em;
  }
  .innerBox .detail p.price {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .price span {
    font-size: 1.1rem;
  }
  .innerBox {
    padding: 2em 3em;
  }
  .innerList {
    gap: 20px 30px;
  }
}

@media screen and (min-width: 1366px) {
  #r_categoryList {
      padding: 0;
  }
  .innerBox {
      padding: 3em 4em;
      height: auto;
      align-content: center;
  }
}

@media screen and (max-width: 990px) {
  .innerList {
    grid-template-columns: 1fr 1fr;
  }
  div#sortLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  div#sortLinks > a {
    display: inline-block;
    margin: 5px 0!important;
    width: 50%;
  }
}

div.pagination {
  margin: 20px 0;
}
div#sortLinks {
  margin-bottom: 20px;
}

