@charset "UTF-8";
#maincontent {
  padding-bottom: 0 !important;
}

.brand__container .col[role=navigation] {
  padding: 0 0.9375rem;
}
.brand__container .col[role=navigation], .brand__container .breadcrumb {
  margin: 0 auto;
  max-width: 80rem;
}
.brand__container p {
  margin: 0;
}
.brand__container .brand__categories-list, .brand__container .brand__products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  z-index: 2;
}
.brand__container .brand__categories-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 5.625rem;
  background: #fff;
  padding-top: 1rem;
}
.brand__container .brand__category-button {
  background: var(--custom-secondary-white);
  border: none;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--custom-secondary-gray02);
}
.brand__container .brand__category-button_active {
  color: var(--custom-primary-blue);
}
.brand__container .brand__category-img {
  position: absolute;
  top: 0;
  left: 0;
}
.brand__container .brand__categories-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 80rem;
}
.brand__container h2.brand__categories-title {
  margin-top: 1rem;
}
.brand__container .brand__banner {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6rem;
  max-width: 80rem;
  text-align: center;
}
.brand__container .brand__banner-img {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.brand__container .brand__banner-img img {
  width: 100%;
}
.brand__container .brand__banner-img h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.brand__container .brand__banner-img h1 + p {
  font-size: 1.125rem;
}
.brand__container .brand__products {
  background: var(--custom-secondary-gray03);
}
.brand__container .brand__products-inner {
  padding: 3.5rem 0.9375rem 8rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 80rem;
}
.brand__container .brand__products-title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.brand__container .brand__products-title-group .site-search {
  height: auto;
}
.brand__container .brand__products-title-group .site-search form {
  line-height: normal;
}
.brand__container .brand__products-title-group .site-search form .search-input__wrap {
  position: relative;
  display: initial;
  width: 17.8125rem;
  height: 3rem;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brand__container .brand__products-title-group .site-search form .search-input__wrap i {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.brand__container .brand__products-title-group .site-search form .search-input__wrap .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  padding-left: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  color: var(--custom-secondary-gray02);
  border-radius: 0.5rem;
  border: 0;
}
.brand__container .brand__products-title-group .site-search form button {
  display: none;
}
.brand__container .brand__products-title-group .brand__products-sort {
  width: 18.5rem;
  height: 3rem;
  color: var(--custom-font-color);
}
.brand__container .brand__products-title-group p {
  color: var(--custom-secondary-gray02);
  text-align: right;
}
.brand__container .brand__products-title-group p b {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--custom-secondary-black);
}
.brand__container .brand__products-title-group .brand__products-title {
  font-size: 1.75rem;
  font-weight: 600;
}
.brand__container .brand__products-list {
  gap: 1rem;
  padding: 0;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}
.brand__container .brand__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  background: var(--custom-secondary-white);
  border-radius: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 0.75rem);
          flex: 0 0 calc(25% - 0.75rem);
}
.brand__container .brand__product-image {
  position: relative;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--custom-secondary-gray03);
}
.brand__container .brand__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}
.brand__container .brand__product-image .soldout-wrap {
  display: none;
}
.brand__container .brand__product-image.inactive .soldout-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  background: rgba(17, 17, 17, 0.5);
  z-index: 1;
}
.brand__container .brand__product-image.inactive .soldout-wrap .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  color: var(--custom-secondary-white);
  text-align: center;
  border-radius: 0.375rem;
  border: 3px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
}
.brand__container .brand__product-info {
  padding: 0.5rem 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.brand__container .brand__product-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--custom-secondary-gray02);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand__container .brand__product-tag .brand__wish-button {
  background: none;
  border: none;
  color: var(--custom-secondary-gray02);
}
.brand__container .brand__product-tag .brand__wish-button .xi-heart {
  color: #f00;
}
.brand__container .brand__product-name {
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.brand__container .brand__product-price .brand__discount-rate {
  font-size: 1rem;
  font-weight: 600;
  color: var(--custom-primary-brown);
}
.brand__container .brand__product-price .brand__sales-price {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0.5rem;
}
.brand__container .brand__product-price .brand__listprice {
  color: var(--custom-secondary-gray02);
  text-decoration: line-through;
}
.brand__container .brand__product-button {
  background: var(--custom-primary-blue);
  color: var(--custom-secondary-white) !important;
  width: 100%;
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-weight: 500;
  border-radius: 0.625rem;
  text-align: center;
  margin-top: 1.5rem;
}
.brand__container .brand__product-button:hover {
  background-color: var(--custom-primary-blue_d70);
}
.brand__container .brand__product-button.soldout {
  background-color: var(--custom-color-border);
}
.brand__container .detail-imgs-container {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.brand__container .detail-imgs-container.open {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.brand__container .detail-imgs-container.open .btn-wrap .bth-open {
  display: none !important;
}
.brand__container .detail-imgs-container.open .btn-wrap .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand__container .detail-imgs-container .btn-wrap .btn {
  font-size: 1.125rem;
  border-radius: 0.375rem;
  width: 17.8125rem;
  height: 3.75rem;
  margin: 0 auto;
}
.brand__container .detail-imgs-container .btn-wrap .btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--custom-primary-blue);
  background-color: var(--custom-secondary-white);
  border: 1px solid var(--custom-primary-blue);
}
.brand__container .detail-imgs-container .btn-wrap .btn-secondary:hover {
  color: var(--custom-secondary-white);
  background-color: var(--custom-primary-blue_w20);
}
.brand__container .detail-imgs-container .btn-wrap .btn-close {
  display: none;
}

@media (max-width: 991.98px) {
  .brand__container .mobile__title-header {
    padding: 0 0.9375rem;
  }
  .brand__container .brand__categories-title {
    display: none;
  }
  .brand__container .brand__banner {
    padding: 0;
  }
  .brand__container .brand__categories-list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    top: 124.95px;
    padding-bottom: 1rem;
    overflow-x: scroll; /* 또는 auto */
    -ms-overflow-style: none; /* IE·Edge에서 스크롤바 숨김 */
    scrollbar-width: none; /* Firefox에서 스크롤바 숨김 */
  }
  .brand__container .brand__categories-list::-webkit-scrollbar {
    display: none;
  }
  .brand__container .brand__banner-img {
    border-radius: 0;
  }
  .brand__container .brand__banner-img h1 {
    padding: 0 0.9375rem;
  }
  .brand__container .brand__banner-img.html-slot-container img {
    min-height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    border-radius: 0;
  }
  .brand__container .brand__banner-img.html-slot-container p:last-child {
    padding: 0 0.9375rem;
  }
  .brand__container .brand__products-title-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .brand__container .brand__products-title-group .site-search {
    width: 100%;
    margin-right: 0;
  }
  .brand__container .brand__products-title-group .list-option__sort {
    gap: 0.5rem;
  }
  .brand__container .brand__product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.5rem);
            flex: 0 0 calc(50% - 0.5rem);
  }
}
@media (max-width: 1199.98px) {
  .brand__container .brand__categories-title, .brand__container .brand__banner, .brand__container .brand__products-inner, .brand__container .col[role=navigation], .brand__container .breadcrumb {
    max-width: 940px;
  }
}
