@charset "utf-8";

.glove_size_h1 {
  font-size: 3rem;
  text-align: center;
}
.category_sec {
  max-width: 1000px;
  width: 100%;
}
.maker_category {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  justify-content: center;
}
.maker_cate_item {
  margin: 30px; 
}
.maker_cate_item > img {
  width: 100%;
}
.maker_cate_item:hover {
  opacity: 0.8;
}
.maker_sec {
  margin: 100px 0;
}

.under_aboutus_wrap {
  display: none;
}

@media screen and (max-width: 768px) {

}
