/*section.goods-list-component*/
section.goods-list-component {
}

section.goods-list-component .event-list-filter {
  padding: 0.9rem 0;
}

section.goods-list-component .filter-button {
  /*font-family: SpoqaHanSansNeo;*/
  width: auto;
  padding: 0.7rem 1.4rem;
  border: 1px solid #e9ebef;
  border-radius: 1.8rem;
  letter-spacing: -0.02rem;
  box-sizing: border-box;
  margin-right: 0.7rem;
  color: #555b67;
}

section.goods-list-component .filter-button:first-child {
  margin-left: 1.6rem;
}

section.goods_list .container_goods .item.hide {
  display: none;
}

section.goods_list .container_goods .item:first-child, section.goods_list .container_goods .item:nth-child(2) {
  border-top: 1px solid #f6f6f6;
}


section.goods-list-component .filter-button:last-child {
  margin-right: 0;
}

section.goods-list-component .filter-button.active {
  background-color: #0b132a;
  border-color: #0b132a;
  color: #fff;
}


section.goods-list-component .filter-row:first-of-type {
  margin-top: 0;
}

section.goods-list-component .filter-row:last-of-type {
  border-bottom: none;
}

.event-list-pagination:before {
  display: none;
}

.event-list-pagination li > span, .event-list-pagination li > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.02rem;
  font-family: Lato;
  background: #fff;
  border-radius: 4rem;
  color: #0b132a;
  height: 2.6rem;
  width: 2.6rem;
}

.active_paging {
  width: 22px;
  height: 22px;
  background: #f1f1f1 !important;
  border: 1px solid #f1f1f1 !important;
  padding: 4px 6px;
  color: #bdbdbd !important;
  text-align: center !important;
  margin: 0 !important;
}

.event-list-pagination li > span.current:not(.prev):not(.next) {
  background: #0b132a;
  color: #fff;
}

.event-list-pagination .active_paging {
  border-radius: 0.4rem !important;
}

.simple-pagination ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin: 2rem 1.6rem;
}

section.goods-list-component .btn_add_wishlist > a.on {
  background-image: url('https://static.balaan.co.kr/mobile/img/icon/ic-new-heart-selected.png');
}

.no-products {
  width: 100%;
}

section.goods-list-component .btn-sort:after {
  right: 0.2rem;
  pointer-events: none;
}

section.goods-list-component .btn-goods-list-more {
  display: flex;
  box-sizing: border-box;
  background: black;
  cursor: pointer;
  font-size: 1.4rem;
  font-family: lato, Noto;
  height: 4.8rem;
  margin: 0 1.6rem 2rem;
  border-radius: 0.3rem;
  align-items: center;
  justify-content: center;
}

section.goods-list-component .btn-goods-list-more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}

section.goods-list-component .btn-goods-list-more span.text {
  font-size: 1.4rem;
  font-family: lato, Noto;
  color: #fff;
}

section.goods-list-component .btn-goods-list-more span.right-arrow {
  display: none;
  content: '';
  padding: 0.3rem;
  border: solid rgba(0, 0, 0, 0.7);
  border-width: 0.1rem 0.1rem 0 0;
  transform: rotate(45deg);
  transition-duration: .3s;
  width: auto;
  height: auto;
  background: transparent;
  float: right;
  margin-left: 0.2rem;
  right: 0;

  font-size: 1.4rem;
  font-family: lato, Noto;
  color: #fff;
}

section.goods-list-component .btn-goods-list-more.loaded span.right-arrow {
  display: inline-block;
}



section.goods-list-component .item.soldout div.img {
  opacity: 0.7;
  background-color: #ffffff;
}

section.goods-list-component .item.soldout div.img:after {
  position: absolute;
  bottom: 0.48rem;
  left: 0;
  content: "SOLD OUT";
  width: 6.56rem;
  height: 1.87rem;
  padding: 0.08rem 0.34rem;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: Lato;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}