#feature_inner.contents_feature {
  max-width: 1024px;
  margin: 0 auto;
}
#feature_inner.contents_feature h3 {
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#feature_inner.contents_feature h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#feature_inner.contents_feature p {
  font-size: 1rem;
}
#feature_inner.contents_feature section {
  margin-bottom: 3rem;
  padding: 3rem 0.5rem;
}
#feature_inner.contents_feature img {
  width: 100%;
}
#feature_inner.contents_feature .lead {
  text-align: center;
}
#feature_inner.contents_feature .lead_title {
  font-size: 2rem;
  font-weight: bold;
}
#feature_inner.contents_feature .lead_subtitle {
  font-size: 1.5rem;
  font-weight: bold;
}
#feature_inner.contents_feature .point h3 {
  text-align: center;
  font-weight: bold;
}
#feature_inner.contents_feature .point .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  #feature_inner.contents_feature .point .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#feature_inner.contents_feature .point .card_text {
  padding: 0.5rem;
}
#feature_inner.contents_feature .point .card_text h4 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: unset;
}

/* ------------ Item Section ------------ */
#Item-section {
  width: 100%;
  margin: 100px auto;
}

.Item-section__item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 0;
}
.Item-section__item_list li {
  width: 15.5%;
  list-style-type: none !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .Item-section__item_list li {
    width: 48%;
  }
}
.Item-section__item_list li a {
  display: block;
  position: relative;
}
.Item-section__item_list li img {
  filter: brightness(0.97);
  border-radius: 5px;
}
.Item-section__item_list li .list-item-title {
  font-size: 11px;
  margin: 8px 0 4px !important;
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Item-section__item_list li .list-item-price {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
}
.Item-section__item_list li .discount-percent {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 0 0 0 5px;
}

.viewAll_wrap {
  display: flex;
  justify-content: flex-end;
}

.link_viewAll {
  display: inline-block;
  font-family: "railroad-gothic-atf", sans-serif;
  border-bottom: 1px solid #666;
  margin: 20px 0 0 auto;
}/*# sourceMappingURL=gavic_feature_inner.css.map */